aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Calendar
AgeCommit message (Expand)Author
2016-03-24Core/Game: Converted the game library to a shared library.Naios
2016-03-11Core/Game: Move singleton instances into compilation unitsNaios
2016-01-01Update copyright note for 2016Rushor
2015-10-12Change many uint32 to ObjectGuid::LowType in line with 6.x changes.pete318
2015-09-22Map local guids 6.x -> 3.3.35:pete318
2015-01-01Update copyright note for 2015Vincent-Michael
2014-10-17Core/Players: Fix players not being notified if on loading screenjackpoz
2014-09-14Core/Misc: Fixed build without pchShauren
2014-09-14Core/Entities: Use ObjectGuid class in game projectShauren
2014-07-27Core/Network: Optimized packet sending by removing unneccessary memory copyingShauren
2014-07-20Refactored singletons to enable proper deconstruction during shutdownleak
2014-07-17Buildsystem/MSVC: Warning fixesShauren
2014-07-16Merge branch 'master' of github.com:TrinityCore/TrinityCore into boostleak
2014-07-14Core: Fix warnings vs2014 ctp (no support)Vincent-Michael
2014-07-01Replaced all remaining ACE based Singletonsleak
2014-05-17Fixed build without pchShauren
2014-05-17Core/Calendar: Use single database transaction for adding multiple invites wh...Shauren
2014-01-25Core/Calendar: Crash fixjackpoz
2014-01-01Update copyright note for 2014.Vincent_Michael
2013-12-14Core/Misc: Fix some static analysis issuesjackpoz
2013-11-08Core/Logging: Remove LOG_FILTER_XXX defines with it's value (remember logger ...Spp
2013-10-28Core/Code: Unify [more] codestyle for brackets: )\n{\n} to ) { }.leguybrush
2013-09-03Core/Misc: Fixed some more issues found by static code analysis tools.Sebastian Valle
2013-05-19Core/Misc: Another batch of fixes for issues found by static analysisShauren
2013-05-13Core/Logging: Performance-related tweaks to logging systemSpp
2013-02-23Core/Calendar: Fix mem leak and minor cosmetic changesSpp
2013-01-14Core/Misc: Apply codestyle to multiple filesSpp
2013-01-01Update copyright note for 2013.Vincent_Michael
2012-11-20Core/Misc: Reduce header dependencies - Step IIISpp
2012-11-19Core/Calendar: Minor change.horn
2012-11-19Fix compile without PCH (Also added some minor changes to minimize difference...Spp
2012-11-18Core/Calendar: Completely rewrite and fix most of the calendar systemhorn
2012-10-24Core/Misc: reduced amount of string memory allocations (Step II)Spp
2012-08-03Core/Logging: Add Asyncronous logging with Loggers ("What to log") and Append...Spp
2012-05-23Core/Calendar: Fix crash when deleting an event on the calendar. Should also ...kaelima
2012-03-14Core: Corrected conflicting variable namesShauren
2012-03-02Core/Misc: Fix a crash in CalendarMgr::AddAction and initialize some wild poi...kaelima
2012-02-27Core: Minor cleanup in ObjectMgr and warning fixesSpp
2012-02-25Core/Calendar: Fix compile without PCHShauren
2012-02-25Core/Calendar: Change (revert) CalendarFlags vars to intsNay
2012-02-25Core/Calendar:Nay
2012-02-25Core/Calendar: Added some checks & error responses for calendar actions, many...Shauren
2012-02-24Core/Calendar: Corrected structure of SMSG_CALENDAR_COMMAND_RESULTShauren
2012-02-24Core/Calendar: Code refactoring/removed obsolete functionsShauren
2012-02-24Core/Calendar: WIP Calendar.Spp
2012-02-24Core/Calendar: Use enumsNay
2012-02-24Core/Calendar: Initial work for calendarNay
2012-01-01Update headers for 2012. HAPPY NEW YEAR!!!kiper
2011-01-01Update copyright note for 2011.Machiavelli
2010-10-07REALLY fix the CRLF-crap...click