aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Instances/InstanceSaveMgr.cpp
AgeCommit message (Expand)Author
2022-10-04Core/Instances: Delete InstanceSaveMgr and replace most of its uses with new ...Shauren
2022-07-24Core/Maps: Removed MapInstanced - no longer neccessary for grid data referenc...Shauren
2022-07-20Core/Maps: Replace some Instanceable() checks with IsDungeon()Shauren
2022-07-17Core/Maps: Made instance_template no longer required to create and enter inst...Shauren
2022-03-09Core/Console: Improve ReadWinConsole logic and cosmetic changes (#26402)Mikhail Redko
2021-12-16Core/Misc: Handle timezones for hour-specific events specifieds in worldserve...Giacomo Pozzoni
2021-12-16Core/DB: Unify `creature_respawn` and `gameobject_respawn` into a single `res...Treeston
2021-04-15Core/Misc: Replace time(NULL) with GameTime::GetGameTime()jackpoz
2021-04-05Core/Misc: Change all unix time columns in character database to bigint (signed)Shauren
2020-09-04Core/Misc: Port all the refactors sneaked in master to 3.3.5 include cleanup ...Shauren
2020-08-14Core/Misc: Replace NULL with nullptrShauren
2020-07-16Core/Instances: Fixed and optimized instance id reuseShauren
2020-06-27Core/DataStores: Simplified string memory allocation in db2 files, dropped un...Shauren
2020-04-27Core/Instance: stop updating the instance resettimes based on creature respawnsariel-
2020-01-02New YearAokromes
2019-11-01Core/DBLayer: Escape mysql 8 keywordsShauren
2019-10-27Core/DataStores: Updated db2 structures to 8.2.5Shauren
2019-07-27Core/DBLayer: Prevent committing transactions started on a different databaseShauren
2019-07-27Core/DBLayer: Prevent using prepared statements on wrong databaseShauren
2019-06-27Core/Misc: Fixed log/query formatting with DifficultyShauren
2019-06-15Core/Misc: Fixed logging outputShauren
2019-01-01Update copyright note for 2019vincent-michael
2018-01-01Update copyright note for 2018vincent-michael
2017-07-22Core/Instances: Fix typo from commit 358b33239aea4e7b5b81f829e0b0079e3ab03830...zori
2017-06-04Core/Game: Include cleanup part 5Shauren
2017-05-18Core/Game: Include cleanupShauren
2017-05-13Core/Shared: Include cleanupShauren
2017-01-01Update copyright note for 2017vincent-michael
2016-11-06Core/Instances: Implemented base scenario system and objectives in dungeonsKrudor
2016-07-17Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into legionShauren
2016-07-16Core/Instances: Add functionality for modifying instance entrance locationsKrudor
2016-05-20Core/DataStores: Updated opcodes and db2 to 7.0.3.21414Shauren
2016-04-05Merge branch '3.3.5-instanceextend' into 3.3.5 (PR #16392)Shauren
2016-03-11Core/Game: Move singleton instances into compilation unitsNaios
2016-01-01Update copyright note for 2016Vincent-Michael
2015-07-25Core: Header cleanup in game/*/*.cppVincent-Michael
2015-07-22Core/Misc: Add a few consts to methodsDDuarte
2015-07-12Core/Instances: Fix some Instance Lock chat messagesjackpoz
2015-04-28Core/Entities: Reworked guid scopesShauren
2015-01-24Core/Loot: Implemented automatic assignment of Heroic/Mythic item bonuses whe...Shauren
2015-01-10Core/Maps: Updated map difficultiesShauren
2015-01-01Update copyright note for 2015Vincent-Michael
2014-11-16Core/Spells: Spell system updates (don't even try to compile this)Rat
2014-11-05Core/DataStores: Fixed build after renameIntel
2014-10-05Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2014-10-05Core/Instances: Add assert to track down a crashjackpoz
2014-07-29Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4Shauren
2014-07-28Core/Instances: Explicitly unload InstanceSaveMgr before MapManager, fixes in...Shauren
2014-01-18Core/Revert: ...Vincent_Michael
2014-01-13Core/Instances: Fix memory leak in InstanceSaveMgrjackpoz