| Age | Commit message (Collapse) | Author |
|
Signed-off-by: Gyx <2359980687@qq.com>
|
|
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>
|
|
Signed-off-by: Gyx <2359980687@qq.com>
|
|
Core/Game: Code style.
|
|
Signed-off-by: Gyx <2359980687@qq.com>
|
|
|
|
|
|
Also fixes charterhandling for arenateams, mentioned in #5907.
|
|
guildtabs etc correctly
|
|
|
|
|
|
Core/Misc: Various cleanups
|
|
unexpected behavior.
|
|
|
|
|
|
|
|
|
|
`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
|
|
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.
|
|
|
|
`ip_banned` / Storage engine switched to InnoDB
|
|
|
|
targets. should return invalid targets
|
|
Signed-off-by: Gyx <2359980687@qq.com>
|
|
Signed-off-by: Gyx <2359980687@qq.com>
|
|
WorldSocketMgr::Wait is already called in WorldRunnable post-service hook
|
|
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.
|
|
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)
|
|
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)
|
|
Signed-off-by: Gyx <2359980687@qq.com>
|
|
Signed-off-by: Gyx <2359980687@qq.com>
|
|
|
|
- Correct the use of first byte in SMSG_NAME_QUERY_RESPONSE
- Send guid and name in SMSG_CHAR_RENAME for failing results too
|
|
- 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
|
|
Closes #5085
|
|
stable and working.
It is still not perfect and that's why we are waiting for feedback (a.k.a guinea pigs)
|
|
them in characters database
Also removed World::LoadIp2nation(), it was not doing anything.
Closes #5897
|
|
|
|
Original patch by Elron
Closes #5898
|
|
|
|
|
|
|
|
DB/World: Some consistency in the ints "length" field (not really a length)
All world dbs checked
|
|
|
|
DB/World: Some consistency in the ints "length" field (not really a length)
From A to G world tables verified; missing all the others
|
|
|
|
Closes #5909
|
|
DB/World: Some consistency in the ints "length" field (not really a length)
From A to G world tables verified; missing all the others
|
|
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.
|
|
|