aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-30Core/Script: Code style(Missing?).Gyx
Signed-off-by: Gyx <2359980687@qq.com>
2012-03-29Core/Script: Code style.Gyx
WaypointReached(uint32 i) -> WaypointReached(uint32 waypointId) WaypointReached(uint32 uiPointId) -> WaypointReached(uint32 waypointId) WaypointReached(uint32 /*point*/) -> WaypointReached(uint32 /*waypointId*/) WaypointReached(uint32 uiI) -> WaypointReached(uint32 waypointId) WaypointReached(uint32 /*i*/) -> WaypointReached(uint32 waypointId) WaypointReached(uint32 uiWPointId) -> WaypointReached(uint32 waypointId) WaypointReached(uint32 /*wp*/) -> WaypointReached(uint32 waypointId) WaypointReached(uint32 /*point*/) -> WaypointReached(uint32 waypointId) Signed-off-by: Gyx <2359980687@qq.com>
2012-03-29Core/Misc: Code style and remove unused define.Gyx
Signed-off-by: Gyx <2359980687@qq.com>
2012-03-28Merge pull request #5932 from GyxTom/masterDiscover-
Core/Game: Code style.
2012-03-29Core/Game: Code style.Gyx
Signed-off-by: Gyx <2359980687@qq.com>
2012-03-29Core: Fix a minor mistake from previous mistake and adjust some more field-typesclick
2012-03-29Core: Fix type-mismatch in GameEventMgrclick
2012-03-29Core: Fix some type-errors in the Petitionshandler. Fixes #5916.click
Also fixes charterhandling for arenateams, mentioned in #5907.
2012-03-29Core: Fix fieldtype-errors in Guild-code - should now allow loading ↵click
guildtabs etc correctly
2012-03-29Core: Adjust fieldtype size for loading completed achievementsclick
2012-03-29Core/Warden: Fix a startupcrash with warden enabled (another fieldtype-error)click
2012-03-28Merge pull request #5918 from GyxTom/masterShocker
Core/Misc: Various cleanups
2012-03-29Core/Grid: revert f9caf79b16e9de5d87dd48cdc450415b6ad33867 - led to some ↵kaelima
unexpected behavior.
2012-03-29Core/AI: Fix some wannabe-invinceable typos here and there...click
2012-03-28Core/Scripts: Fix invincibility hp level for smart scripts.kandera
2012-03-28Core/DBLayer: Fix value list from recent changesleak
2012-03-28SQL: Proper prefixingleak
2012-03-28SQL: Auth db data type cleanup `logs`, `realmcharacters`, `realmlist`, ↵leak
`uptime` / Storage engine switched to InnoDB Note: As for the redundant `uptime`.`startstring` being removed, this page might be of interest how to generate time strings from unix timestamps http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html#function_from-unixtime
2012-03-28Partially revert a36a0a77ef75e66933ac5b8802a9ec7906acfd0b.click
Cleaning databases for old/deprecated and expired quests should never be a developers choice specifically. This should be done by admins, not developers, through the use of the already existing paramters found in the worldserver config : CleanCharacterDB / PersistentCharacterCleanFlags An adjustment to the respective questloader prepared statement has been done to accomodate for the earlier change (by not loading such quests into memory at all). Documentation for how this cleanup-procedures work already exists in the core : doc/CharacterDBCleanup.txt.
2012-03-28Core/GameEventMgr: Fix a compile warningNay
2012-03-28SQL: Auth db data type cleanup `account_access`, `account_banned`, ↵leak
`ip_banned` / Storage engine switched to InnoDB
2012-03-28SQL: Auth db data type cleanup `account` / Storage engine switched to InnoDBleak
2012-03-28Core/Spells: attempt to fix penance doing nothing on "friendly" non faction ↵Kandera
targets. should return invalid targets
2012-03-28Core/Game: Code style again.Gyx
Signed-off-by: Gyx <2359980687@qq.com>
2012-03-28Core/Game: Code style.Gyx
Signed-off-by: Gyx <2359980687@qq.com>
2012-03-28Core/Misc: Prevent calling ACE_Task_Base::wait() on an invalid handle. ↵Machiavelli
WorldSocketMgr::Wait is already called in WorldRunnable post-service hook
2012-03-28Core/Battleground/SOTA: Initialize uninitialized variables. Machiavelli
Fixes: ==8111== Conditional jump or move depends on uninitialised value(s) ==8111== at 0x12B542C: BattlegroundSA::FillInitialWorldStates(WorldPacket&) (BattlegroundSA.cpp:421) ==8111== by 0xF93CD9: Player::SendInitWorldStates(unsigned int, unsigned int) (Player.cpp:9664)' And similar.
2012-03-28Core/Player: Similarly initialize m_SeasonalQuestChanged Machiavelli
Fixes: ==8111== Conditional jump or move depends on uninitialised value(s) ==8111== at 0xFB7C42: Player::_SaveSeasonalQuestStatus(Trinity::AutoPtr<Transaction, ACE_Thread_Mutex>&) (Player.cpp:19375) ==8111== by 0xFB56BA: Player::SaveToDB(bool) (Player.cpp:18898)
2012-03-28Core/Player: Initialize m_WeeklyQuestChanged Machiavelli
Fixes: ==8111== Conditional jump or move depends on uninitialised value(s) ==8111== at 0xFB7AD2: Player::_SaveWeeklyQuestStatus(Trinity::AutoPtr<Transaction, ACE_Thread_Mutex>&) (Player.cpp:19352)
2012-03-28Core/Script: Code style and remove unused core.Gyx
Signed-off-by: Gyx <2359980687@qq.com>
2012-03-28Core/Script: Code style and remove unused core.Gyx
Signed-off-by: Gyx <2359980687@qq.com>
2012-03-28Core/DB: Adjust AP-bonuses for Hunter Volley (thanks to Jildor)click
2012-03-28Core/Protocol:kaelima
- Correct the use of first byte in SMSG_NAME_QUERY_RESPONSE - Send guid and name in SMSG_CHAR_RENAME for failing results too
2012-03-28Core/Protocol:kaelima
- Correct and rename response message from creating/updating a ticket - Prevent some trailing data in CMSG_GMTICKET_CREATE and add comment on stuff missing from its structure. - Random cleanup
2012-03-28Core/Grid: Fix crashes when closing up to the edge of a map.kaelima
Closes #5085
2012-03-28Core/LFG: (Config) Enable DungeonFinder by default, it was proven to be ↵Nay
stable and working. It is still not perfect and that's why we are waiting for feedback (a.k.a guinea pigs)
2012-03-28Core/DBLayer: Fix remaining errors in loading world tables and a couple of ↵Nay
them in characters database Also removed World::LoadIp2nation(), it was not doing anything. Closes #5897
2012-03-28Core/Grids: Removed unsafe substraction, fixes possible freezesShauren
2012-03-28Core/Spells: Fix DynamicObject AoE effects for invisible targets e.g Flare. ↵Shauren
Original patch by Elron Closes #5898
2012-03-28Core/Spells: Correct diminishing returns for Horror categoryShocker
2012-03-28Core/Players: Fixed copy paste mistakeShauren
2012-03-27Core. Fix a mishap in the ObjectMgr after the recent changesclick
2012-03-27Core/DBLayer: Correct few more wrong read types (No. 4)Nay
DB/World: Some consistency in the ints "length" field (not really a length) All world dbs checked
2012-03-27TypoNay
2012-03-27Core/DBLayer: Correct few more wrong read types (No. 3)Nay
DB/World: Some consistency in the ints "length" field (not really a length) From A to G world tables verified; missing all the others
2012-03-27Core/Spells: correctly fix the issue with dispel over time auras. thx shaurenkandera
2012-03-27Core/Players: Fixed saving glyphs to databaseShauren
Closes #5909
2012-03-27Core/DBLayer: Correct few more wrong read types (No. 2)Nay
DB/World: Some consistency in the ints "length" field (not really a length) From A to G world tables verified; missing all the others
2012-03-27Merge pull request #5811 from Elron103/pull-requests3click
Core/Units: Fix issues with threat management on phase changes This is the cleaner version of the two suggested on pull-requests, and handles the threatlist correctly as well.
2012-03-27Core/Spells: fix the issue with dispel auras. (thx warpten) closes #5902Kandera