| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-01-04 | Core/Misc: Use ASSERT (custom, better macro) instead of the C macro assert() | Nay | |
| 2013-01-02 | Core/Misc: Removed odd code from CreatureAIImpl.h, it does not belong here | Spp | |
| - Also some minor corrections from previous commit | |||
| 2013-01-02 | Core/Mysql: Multiple changes | Spp | |
| - added support for setting NULL column values to MySQL wrapper in core - replaced nonstandard strdup function and manual memory management with std::string - fixed bug in MySQLPreparedStatement::getQueryString method, it failed when string parameter contained embedded '?' symbols - fixed memory leak in MySQLPreparedStatement::setString method | |||
| 2013-01-02 | Core/Misc: Some minor changes here and there | Spp | |
| 2013-01-02 | Core/Misc: Replaced some macro definitions with inline functions | Spp | |
| 2013-01-01 | Core/Command: Add command for near creature finding | Vincent_Michael | |
| 2013-01-01 | Update more copyright note for 2013. (alcohol sucks) | Vincent_Michael | |
| 2013-01-01 | Update copyright note for 2013. | Vincent_Michael | |
| Happy new year. | |||
| 2012-12-31 | Core: Fixed some level 4 warnings (msvc) | Shauren | |
| 2012-12-21 | Core: Fix some codestyle in 957571e18c4d6e5874ce1052ae49e4d0d21018be | Vincent_Michael | |
| 2012-12-15 | Implements saving of loot (items / money) contained inside lootable ↵ | MrSmite | |
| inventory items. * Unlooted items / money persist across player sessions * Loot inside items is tied to the item rather than the player so if trading partially looted items becomes possible, this implementation will still work * New tables added: characters_database.sql (first time users) characters_create_item_loot.sql (existing users) Implementation Can be tested with: Watertight Trunk [21113] Bulging Sack of Gems [25422] Fat Sack of Coins [11937] Closes #2048 | |||
| 2012-12-04 | Core/Quest: Add support for monthly quests | Vincent-Michael | |
| Author: svetilo12 Converted and updated by: Subv | |||
| 2012-11-30 | Core/Misc: Include character level in log when a character is being deleted | Spp | |
| 2012-11-27 | Core/Misc: Set mode 0644 for files | Spp | |
| 2012-11-20 | Core/Misc: Reduction of header dependencies - Step II | Spp | |
| 2012-11-18 | Core/Calendar: Completely rewrite and fix most of the calendar system | horn | |
| There are still some issues that need to be fixed, for more info see CalendarHandler.cpp TODO part. Some unblizzlike behaviour possible, we don't have a lot of sniffs. Big thanks to @Warpten, he joined my project and helped a lot. IMPORTANT NOTE: Read / append packed time functions in ByteBuffer.h are not correct, they need to be fixed in order to have event times accurate Signed-off-by: Nay <dnpd.dd@gmail.com> | |||
| 2012-11-17 | Crash Fix after b99c347 | Spp | |
| 2012-11-10 | Core/Build: Fix compile using mysqllite included with core | Spp | |
| Closes #8283 | |||
| 2012-11-09 | Core/Build: Enable Clang PCH support and OS X specific features | Spp | |
| Core: Fix warnings here and there | |||
| 2012-11-02 | Core/Guild: Code Refactor | Spp | |
| - Send correct events when modifiying Ranks (Add, modify, delete) - Store money/slots withdraw, not remaining slots. This will update remaining slots/money properly. - Reset daily slots/money withdraw for all members at same time, configurable - Better debug messages | |||
| 2012-10-28 | Core/Logging: Add new log type for SOAP. | Spp | |
| Closes #8201 | |||
| 2012-10-22 | Core/Logging: Fix PlayerDump logging | Spp | |
| 2012-10-17 | Core/Ticket: | kaelima | |
| - Fully parse CMSG_GMTICKET_CREATE, use GmTicket::GetChatLog() to access the reporters chat log from this session (unused atm, possible useful to detect chat harassment) - Simplify SMSG_GMTICKET_GETTICKET and fix "category" field (renamed it same as in blizz LUA files) - Store response in DB | |||
| 2012-10-12 | Core/Commands: Allow .modify money to take another parameter structure: | Warpten | |
| Example uses: * .modify money 325g 25s 12c is the same as .modify money 3252512 * .modify money -12g is the same as .modify money -120000 * .modify money -12g 45s is the same as .modify money -115500 * .modify money 25c 18g is the same as .modify money 18g 25c | |||
| 2012-10-10 | Merge pull request #8001 from tibbi/reputation_convert | Subv | |
| correct reputation converting at faction change | |||
| 2012-10-08 | adding a new prepared statement for selecting char at_login and titles | tibbi | |
| 2012-10-07 | correct reputation converting at faction change | tibbi | |
| 2012-10-07 | Core/Utils: Add asserts to irand, urand and frand | Nay | |
| max should always be higher or equal than min notice that SFMT was already covering these cases and it would return 0, -1 or min | |||
| 2012-10-06 | Core/Misc: Tabs to spaces and whitespace cleanup | Nay | |
| 2012-10-04 | Core/Misc: Fix a format error in ByteArrayToHexStr | Subv | |
| Was appending an extra space. Closes #7959 | |||
| 2012-10-03 | Core: Fix build without PCH | Spp | |
| 2012-10-02 | Core: "Initial support for C++11 compilers" | Spp | |
| 2012-10-02 | Core/Utilities: Use generic templates with AddPct, ApplyPct and CalculatePct | Spp | |
| 2012-10-02 | Core/Utilities: Do not expose internal store structure in Tokens and rename ↵ | Spp | |
| it to Tokenizer | |||
| 2012-09-27 | emptyline | tibbi | |
| 2012-09-27 | adding Title converter to faction converter, original author Silinoron | tibbi | |
| 2012-09-26 | Core/Logging: Fix crash when trying to log a message while config is being ↵ | Spp | |
| reloaded Closes #7878 | |||
| 2012-09-13 | Core/Calendar: Fixed breaking calendar event UI after relogging | Shauren | |
| 2012-09-10 | Core: Warning fixes (Also some -pedantic under game folder) | Spp | |
| 2012-09-05 | Core/Misc: Fix some warnings and logic mistakes found by static code analysis | kaelima | |
| 2012-09-04 | Properly fixed one warning | Shauren | |
| 2012-09-04 | Core: Warning fixes | Shauren | |
| C4100: 'x' : unreferenced formal parameter C4310: cast truncates constant value C4389: '==' : signed/unsigned mismatch C4668: 'x' is not defined as a preprocessor macro, replacing with '0' for '#if/#elif' C4701: potentially uninitialized local variable 'x' used C4826: Conversion from 'HMODULE' to 'DWORD64' is sign-extended. This may cause unexpected runtime behavior. C6067: Parameter '3' in call to 'sprintf' must be the address of the string C6387: 'argument 1' might be '0': this does not adhere to the specification for the function 'CloseHandle' | |||
| 2012-09-01 | Core/Logging: Delete player filename will now use guid_name format like old ↵ | Spp | |
| log system. (was set to account_name by error) | |||
| 2012-09-01 | Core/Logging: Fix delete player crash having logging player enabled. | Spp | |
| closes #7437 | |||
| 2012-08-30 | Core: Fix many "errors"/warnings and coding style (1) | Nay | |
| Extractors, worldserver, authserver, shared and collision affected Errors were found using Cppcheck, open-source static analysis tool | |||
| 2012-08-30 | Core/Creature: Added DB support for UNIT_FIELD_FLAGS_2. Thanks cyberbrest | kaelima | |
| - Added more flags to UnitFlags2 enum (Thanks wpp) | |||
| 2012-08-27 | Core/Logging: Minor optimization in ShouldLog | Spp | |
| 2012-08-26 | Core/DBLayer: Fixed memory leaks when query returned empty result set | Shauren | |
| 2012-08-16 | Core/Logging: Move more log messages to LOG_FILTER_SERVER_LOADING | Spp | |
| 2012-08-16 | Core/Logging: Set config options to behave like old log system. | Spp | |
