| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-04-01 | Database/Spawns: Spawn some missing creatures. | Discover- | |
| Closes #5974 | |||
| 2012-04-01 | Merge pull request #5975 from GyxTom/master | Discover- | |
| Core/Script: Code style and some rewriting. | |||
| 2012-04-01 | Core/Script: Code style and some rewriting. | Gyx | |
| MoveInLineOfSight(Unit* unit) -> MoveInLineOfSight(Unit* who) Signed-off-by: Gyx <2359980687@qq.com> | |||
| 2012-04-01 | DB/Auth: Increase realmlist.address size to 64 (varchar) | Nay | |
| You might want to verify if the previous size did not truncate your address (it was 15) | |||
| 2012-04-01 | Core/DBLayer: Fix another wrong type in mail related code | Nay | |
| 2012-03-31 | Core: Send SSL and ACE version in all logging detailmodes, not just when set ↵ | click | |
| in the config | |||
| 2012-03-31 | Merge pull request #5964 from GyxTom/master | Shocker | |
| Core/Misc: Code style and some rewriting | |||
| 2012-03-31 | DB/Loot: Antechamber of Ulduar reworked | ZxBiohazardZx | |
| 2012-03-31 | Core/DBLayer: More type fixes | Nay | |
| 2012-03-31 | Core/Config: Add SQLDriverQueryLogging to authserver.conf (disabled by ↵ | Nay | |
| default, just like worldserver) | |||
| 2012-03-31 | Core/DBLayer: Delete a triplicated prepared statement (LoginDatabase) | Nay | |
| Thanks to Anubiss for spotting it | |||
| 2012-03-31 | Core/Logging: Fix a typo in DebugLogFilters - Database & AI | Nay | |
| Thanks to Garthog for finding it | |||
| 2012-03-31 | Core/DBLayer: Added missing prepared statement implementation for uint8/16 | Shauren | |
| 2012-03-31 | Core/Script: Code style and some rewriting. | Gyx | |
| JustDied(Unit* Killer) -> JustDied(Unit* killer) JustDied(Unit* /*Killer*/) -> JustDied(Unit* /*killer*/) JustDied(Unit* /*unit*/) -> JustDied(Unit* /*killer*/) JustDied(Unit* /*slayer*/)) -> JustDied(Unit* /*killer*/) JustDied(Unit* /*victim*/) -> JustDied(Unit* /*killer*/) JustDied(Unit* victim) -> JustDied(Unit* killer) JustDied(Unit* /*who*/) -> JustDied(Unit* /*killer*/) JustDied(Unit* who) -> JustDied(Unit* killer) JustDied(Unit*) -> JustDied(Unit* /*killer*/) Signed-off-by: Gyx <2359980687@qq.com> | |||
| 2012-03-31 | DB/Quest: Add SAI-script for quests - thanks to Unholy and Redsonja for ↵ | click | |
| recreating the SQL. Closes #1448, #3812, #4312, #385. | |||
| 2012-03-30 | Merge pull request #5649 from Elron103/pull-requests2 | click | |
| Core/Movement: Fix random position finding near edges, avoid big z-coordinate differences | |||
| 2012-03-30 | Merge pull request #5933 from GyxTom/master | Shocker | |
| Core/Misc: Code style and remove unused define | |||
| 2012-03-30 | Merge pull request #5903 from Warpten/ringOfValor | Shocker | |
| Core/Battlegrounds: Fire lines in Ring of Valor should only be lit when the arena battle begins | |||
| 2012-03-30 | Core/Script: Code style(Missing?). | Gyx | |
| Signed-off-by: Gyx <2359980687@qq.com> | |||
| 2012-03-29 | Core/DBLayer: More prepared statement corrections | Shauren | |
| 2012-03-29 | Core/DBLayer: More type fixes | Shauren | |
| Closes #5936 | |||
| 2012-03-29 | Core/DBLayer: more type fixes | Kandera | |
| 2012-03-29 | Core/DBLayer: More types fixes | leak | |
| 2012-03-29 | Core/DBLayer: Fix stupid mishap from last commit (i need glasses) - thanks ↵ | click | |
| nayd for poking me about it | |||
| 2012-03-29 | Core/DBlayer: ... and some more COUNT()-based type-fixing ... | click | |
| 2012-03-29 | Core/DBLayer: Even more types fixes... | Nay | |
| 2012-03-29 | Core/Group: Fix LoadGroupFromDB type-error | click | |
| 2012-03-29 | Core/Guild: Fix guildbank tab loading after recent changes (returned value ↵ | click | |
| of a COUNT() is always BIGINT) | |||
| 2012-03-29 | Core/DBLayer: Fixed some crashes caused by incorrect prepared statements usage | Shauren | |
| Closes #5934 | |||
| 2012-03-29 | Core/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-29 | Core/Misc: Code style and remove unused define. | Gyx | |
| Signed-off-by: Gyx <2359980687@qq.com> | |||
| 2012-03-28 | Merge pull request #5932 from GyxTom/master | Discover- | |
| Core/Game: Code style. | |||
| 2012-03-29 | Core/Game: Code style. | Gyx | |
| Signed-off-by: Gyx <2359980687@qq.com> | |||
| 2012-03-29 | Core: Fix a minor mistake from previous mistake and adjust some more field-types | click | |
| 2012-03-29 | Core: Fix type-mismatch in GameEventMgr | click | |
| 2012-03-29 | Core: Fix some type-errors in the Petitionshandler. Fixes #5916. | click | |
| Also fixes charterhandling for arenateams, mentioned in #5907. | |||
| 2012-03-29 | Core: Fix fieldtype-errors in Guild-code - should now allow loading ↵ | click | |
| guildtabs etc correctly | |||
| 2012-03-29 | Core: Adjust fieldtype size for loading completed achievements | click | |
| 2012-03-29 | Core/Warden: Fix a startupcrash with warden enabled (another fieldtype-error) | click | |
| 2012-03-28 | Merge pull request #5918 from GyxTom/master | Shocker | |
| Core/Misc: Various cleanups | |||
| 2012-03-29 | Core/Grid: revert f9caf79b16e9de5d87dd48cdc450415b6ad33867 - led to some ↵ | kaelima | |
| unexpected behavior. | |||
| 2012-03-29 | Core/AI: Fix some wannabe-invinceable typos here and there... | click | |
| 2012-03-28 | Core/Scripts: Fix invincibility hp level for smart scripts. | kandera | |
| 2012-03-28 | Core/DBLayer: Fix value list from recent changes | leak | |
| 2012-03-28 | SQL: Proper prefixing | leak | |
| 2012-03-28 | SQL: 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-28 | Partially 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-28 | Core/GameEventMgr: Fix a compile warning | Nay | |
| 2012-03-28 | SQL: Auth db data type cleanup `account_access`, `account_banned`, ↵ | leak | |
| `ip_banned` / Storage engine switched to InnoDB | |||
| 2012-03-28 | SQL: Auth db data type cleanup `account` / Storage engine switched to InnoDB | leak | |
