| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-10-18 | Minor changes here and there: | Spp | |
| - Cosmetic changes - 'Engrish fix' - Initialization of some vars - Remove some not needed includes | |||
| 2011-09-30 | Core/DB: Fixed a crash on shutdown under msvc compiler | Shauren | |
| 2011-09-29 | Cosmetic: Multiple cosmetic changes | Spp | |
| - Added missing space to 'if', 'for', 'while' and 'switch' when it's followed by '(' - Added missing space after a comma and remove space before comma (with some exceptions) - Remove trailing spaces - Convert tab to spaces Note: Only affects files with extension "cpp" and "h" under /src/server | |||
| 2011-09-29 | Cosmetic: Replace "* )" with "*)" and "* /*" with "* /*" | Spp | |
| 2011-09-28 | Configuration/ConfigMgr: converted from singleton to namespace with free ↵ | Spp | |
| functions. | |||
| 2011-09-26 | Core/Logging: Add new function to include full stacktrace. | Spp | |
| Note: It only has use for devs but makes it easier to get the error with a full trace | |||
| 2011-09-15 | Core/Misc: Fix gcc build | Shocker | |
| 2011-09-15 | Misc/Util: Add a template function for returning a random element from any ↵ | Shocker | |
| container | |||
| 2011-09-15 | [Cosmetic] Apply codestyle "XXX * " and "XXX *" changed to "XXX* " (with ↵ | Spp | |
| some exceptions) | |||
| 2011-09-08 | Core/Log: Reload log levels and filters | Fredi Machado | |
| on 'reload config' command | |||
| 2011-09-05 | Core/Quests: Implement quests that require PlayerSlain. Closes #169 | Nay | |
| 2011-08-18 | Core/DBLayer: Possible crash fix for ProcessQueryCallbacks on GCC builds. ↵ | Machiavelli | |
| Ref issue #2136 #1422 #1335. There's no need for an explicit ACE_Thread_Mutex in the ACE_Refcounted_Auto_Ptr objects since concurrent read/write access is guarded by ACE_Future's implicit ACE_Recursive_Thread_Mutex. Perhaps the double locking was the reason the reference count's atomic incrementing crashing. Please try to test and confirm. | |||
| 2011-08-13 | Core/Commands: .pinfo improvements | leak | |
| - Allow .pinfo <guid> - Add map/zone/subzone/phase to output | |||
| 2011-08-04 | Buildsystem/Windows: Add support for reading commithash and commitdate ↵ | click | |
| directly from the executable binaries. To view this information, check the "Product Version" field in Properties on the respective daemon. + Fix worldserver/authserver .rc file layouts and content (now adheres to MS standards *sighs*) + Change .serv info output to show corename followed by the commit date and hash + Include showing the versionstring on worldserver startup completion (on Aokromes' request) Thanks to Paradox for bugging me enough about it and the initial pull-request. | |||
| 2011-08-03 | Core/Refer-a-Friend: Finish base work for Refer-a-Friend. | Silinoron | |
| Any testing would be very much appreciated. | |||
| 2011-08-03 | Core: Fix compile without PCH and fix some warnings | Spp | |
| 2011-08-01 | Core: Some more missing changes from previous commit (Pass by const ↵ | Spp- | |
| reference for simple objects replaced with pass by value). Also fix unintended change | |||
| 2011-08-01 | Core: Pass by const reference for simple objects replaced with pass by value | Spp- | |
| 2011-08-01 | Core: Fix annoying compile warning and some other minor changes here and there | Spp- | |
| 2011-07-29 | Core: Append single character to stream as character, not as a string | Spp- | |
| 2011-07-29 | Core/Misc: Make 64-bit abs function 'portable'. Should fix build on MSVC ↵ | Machiavelli | |
| versions =< 9 | |||
| 2011-07-27 | Core/DBLayer: Fix Field::GetInt64 parsing for non-prepared statements | Machiavelli | |
| 2011-06-30 | Cosmetic: rename function escape_string to EscapeString | Spp- | |
| 2011-06-29 | Core/Logs: Add outSQLDev log, will be used for core-generated SQL queries/dumps | Shocker | |
| 2011-06-22 | Core/DBLayer: Don't lock a connection when doing mysql_real_escape_string as ↵ | Machiavelli | |
| it doesn't need to interact with the server. | |||
| 2011-06-22 | Core/DBLayer: Make database interaction after create character packet ↵ | Machiavelli | |
| completely asynchronous. This is more performant and fixes a DoS loophole and possible data desynchronisation caused by spamming this packet. Closes #584 Closes #2089 | |||
| 2011-06-18 | Whitespace cleanups... | click | |
| 2011-06-11 | Core: Codestyle cleanup | click | |
| 2011-06-08 | Core/Mailsystem: Optimized returning and deleting old mails, will no longer ↵ | Shauren | |
| take minutes when starting using old character db | |||
| 2011-05-24 | Core/DBLayer: Fix transaction crash. | Machiavelli | |
| 2011-05-23 | Fix crash added in 402198 | Machiavelli | |
| 2011-05-23 | Core/DBLayer: Proper core-side handling of MySQL errno 1213 to prevent a ↵ | Machiavelli | |
| snowballeffect (until innodb_lock_wait_timeout) | |||
| 2011-05-13 | Core: Remove some warnings here and there | click | |
| 2011-05-07 | Core/Guilds: Use blocking queries at guild loading to ensure invalid data is ↵ | Shauren | |
| removed before processing, removed prepared statements in loading guilds | |||
| 2011-05-07 | Core: Warning fixes | Shauren | |
| 2011-05-03 | Core/AuctionHouse: Delete expired auctions at startup. | MrSmite | |
| 2011-04-29 | Add spaces after commas | leak | |
| 2011-04-28 | Removing SQLStorage class leftovers | leak | |
| 2011-04-28 | Core/ObjectMgr: Refactor sCreatureStorage | leak | |
| 2011-04-28 | Core/ObjectMgr: Refactor sGOStorage | leak | |
| 2011-04-28 | Core/ObjectMgr: Refactor sCreatureInfoAddonStorage | leak | |
| 2011-04-28 | Core/ObjectMgr: Refactor sCreatureDataAddonStorage | leak | |
| 2011-04-28 | Core/ObjectMgr: Refactor sItemStorage | leak | |
| 2011-04-28 | Core/ObjectMgr: Refactor sEquipmentStorage | leak | |
| 2011-04-28 | Core/ObjectMgr: Refactor sInstanceTemplate | leak | |
| 2011-04-28 | Core/ObjectMgr: Refactor sPageTextStore | leak | |
| 2011-04-28 | Core/ObjectMgr: Refactor sCreatureModelStorage | leak | |
| 2011-04-28 | Core: get rid of the revision-id once and for all - it's not useful in a ↵ | click | |
| DVCS at all | |||
| 2011-04-27 | Core/Buildsystem: Update copyright-headers for 2011, and adjust with the ↵ | click | |
| correct teamname as well. | |||
| 2011-04-26 | Core/DBSchema: Corrected query retrieving character count on account | Shauren | |
