Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-13 | Core/Misc: Cleanup unused includes | Shauren | |
2020-09-04 | Core/Misc: Port all the refactors sneaked in master to 3.3.5 include cleanup ↵ | Shauren | |
port | |||
2020-06-14 | Core/Globals: add more AIName and MovementType checks to ObjectMgr | ariel- | |
- Ninja fix AI factories (restores prev behaviour of not selecting stuff with PERMIT_BASE_NO) Closes #19831 (cherry picked from commit d56a28afee19741c582ed8e16dbf8e30311f68ea) | |||
2020-06-14 | Core/AI: Factory functions cleanup | ariel- | |
- Get rid of fugly void pointers - Streamlined AI selection code, using Permissible as it should've been instead of harcoded checks on the selector code - Moved IdleMovementGenerator singleton to factory code (cherry picked from commit ce3787f190d28c1e981598eef2cd24c622a2cbae) | |||
2020-01-02 | New Year | Aokromes | |
2019-01-01 | Update copyright note for 2019 | vincent-michael | |
auto happy = new year(2019); | |||
2018-01-01 | Update copyright note for 2018 | vincent-michael | |
auto happy = new year(2018); | |||
2017-01-01 | Update copyright note for 2017 | vincent-michael | |
Happy new year | |||
2016-01-01 | Update copyright note for 2016 | Vincent-Michael | |
Happy new year (Again new year with idiots ...) | |||
2015-04-02 | Rename variables to fix C++11 keyword collision | Daniel M. Weeks | |
2015-01-01 | Update copyright note for 2015 | Vincent-Michael | |
Happy new year | |||
2014-07-20 | Refactored singletons to enable proper deconstruction during shutdown | leak | |
2014-06-23 | Fix non-PCH build | leak | |
2014-06-22 | Shared/Misc: Removed some more ACE dependencies | Subv | |
2014-05-01 | Core/Misc: Remove remaining COMPILER_HAS_CPP11_SUPPORT related macros | Dehravor | |
2014-01-01 | Update copyright note for 2014. | Vincent_Michael | |
Happy new year. | |||
2013-10-27 | Core/Code: Unify codestyle for brackets: {} to { }. | Ascathor | |
Also added missing copyright to some files. | |||
2013-01-01 | Update copyright note for 2013. | Vincent_Michael | |
Happy new year. | |||
2012-11-27 | Core/Misc: Set mode 0644 for files | Spp | |
2012-10-02 | Core: "Initial support for C++11 compilers" | Spp | |
2012-01-01 | Update headers for 2012. HAPPY NEW YEAR!!! | kiper | |
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-01-01 | Update copyright note for 2011. | Machiavelli | |
Happy new year. | |||
2010-10-07 | REALLY fix the CRLF-crap... | click | |
--HG-- branch : trunk | |||
2010-10-07 | Update copyright headers (following the same standard in all files = good) | click | |
--HG-- branch : trunk | |||
2010-08-21 | Core/Includes: Include ACE as an external dependency, not local (#include ↵ | click | |
"ace/something.h" -> #include <ace/something.h>) --HG-- branch : trunk | |||
2010-08-08 | Sourcefile sleanups -> tabs to spaces, remove whitespace - also update the ↵ | click | |
cleanupscripts very slightly --HG-- branch : trunk | |||
2010-06-25 | Get rid of Trinity Singleton and Threading patterns and replace them with ↵ | Machiavelli | |
ACE_Singletons and ACE_GUARD_x macro´s with ACE_Thread_Mutex´es respectively. Also get rid of unused CountedReference class that used Trinity threading pattern. --HG-- branch : trunk | |||
2010-06-07 | * More cleanup | Brian | |
--HG-- branch : trunk | |||
2010-06-06 | * Get rid of framework and move the files to game and shared. | XTZGZoReX | |
--HG-- branch : trunk |