aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/Dynamic/ObjectRegistry.h
AgeCommit message (Collapse)Author
2022-02-13Core/Misc: Cleanup unused includesShauren
2020-09-04Core/Misc: Port all the refactors sneaked in master to 3.3.5 include cleanup ↵Shauren
port
2020-06-14Core/Globals: add more AIName and MovementType checks to ObjectMgrariel-
- Ninja fix AI factories (restores prev behaviour of not selecting stuff with PERMIT_BASE_NO) Closes #19831 (cherry picked from commit d56a28afee19741c582ed8e16dbf8e30311f68ea)
2020-06-14Core/AI: Factory functions cleanupariel-
- 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-02New YearAokromes
2019-01-01Update copyright note for 2019vincent-michael
auto happy = new year(2019);
2018-01-01Update copyright note for 2018vincent-michael
auto happy = new year(2018);
2017-01-01Update copyright note for 2017vincent-michael
Happy new year
2016-01-01Update copyright note for 2016Vincent-Michael
Happy new year (Again new year with idiots ...)
2015-04-02Rename variables to fix C++11 keyword collisionDaniel M. Weeks
2015-01-01Update copyright note for 2015Vincent-Michael
Happy new year
2014-07-20Refactored singletons to enable proper deconstruction during shutdownleak
2014-06-23Fix non-PCH buildleak
2014-06-22Shared/Misc: Removed some more ACE dependenciesSubv
2014-05-01Core/Misc: Remove remaining COMPILER_HAS_CPP11_SUPPORT related macrosDehravor
2014-01-01Update copyright note for 2014.Vincent_Michael
Happy new year.
2013-10-27Core/Code: Unify codestyle for brackets: {} to { }.Ascathor
Also added missing copyright to some files.
2013-01-01Update copyright note for 2013.Vincent_Michael
Happy new year.
2012-11-27Core/Misc: Set mode 0644 for filesSpp
2012-10-02Core: "Initial support for C++11 compilers"Spp
2012-01-01Update headers for 2012. HAPPY NEW YEAR!!!kiper
2011-09-29Cosmetic: Multiple cosmetic changesSpp
- 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-01Update copyright note for 2011.Machiavelli
Happy new year.
2010-10-07REALLY fix the CRLF-crap...click
--HG-- branch : trunk
2010-10-07Update copyright headers (following the same standard in all files = good)click
--HG-- branch : trunk
2010-08-21Core/Includes: Include ACE as an external dependency, not local (#include ↵click
"ace/something.h" -> #include <ace/something.h>) --HG-- branch : trunk
2010-08-08Sourcefile sleanups -> tabs to spaces, remove whitespace - also update the ↵click
cleanupscripts very slightly --HG-- branch : trunk
2010-06-25Get 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 cleanupBrian
--HG-- branch : trunk
2010-06-06* Get rid of framework and move the files to game and shared.XTZGZoReX
--HG-- branch : trunk