index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-12-30T03:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
game
/
Maps
/
Map.cpp
Age
Commit message (
Expand
)
Author
2010-08-22
Core: Fix more warnings, add new function sLog.outStaticDebug() that replaces...
click
2010-08-21
Core: Remove "may be used uninitialized in this function", "unused parameter ...
Spp
2010-08-21
Core: Remove "suggest parentheses around ‘&&’ within ‘||’" and "sugge...
Spp
2010-08-21
Core: Remove "unused variable 'xxx'" warnings
Spp
2010-08-21
Core: Remove "enumeration value 'xxx' not handled in switch" warnings
Spp
2010-08-21
Core: Remove lots warnings:
Spp
2010-08-20
Core/DB scripts:
azazel
2010-08-20
Core
azazel
2010-08-08
Sourcefile sleanups -> tabs to spaces, remove whitespace - also update the cl...
click
2010-08-08
* Rename InstanceData to InstanceScript
azazel
2010-08-08
* Some singleton renames for consistency:
XTZGZoReX
2010-08-08
* Rename: BattleGround -> Battleground.
XTZGZoReX
2010-08-07
* Rename some more functions for consistency.
XTZGZoReX
2010-08-06
*** New core <-> script library interface - complete rewrite of the old one.
XTZGZoReX
2010-08-06
Revert changes done in r0074e32c2f and r4d86e4199a - fixes buildissues ( if()...
click
2010-08-06
* Corpse related cleanup (author: Hunuza)
azazel
2010-08-05
Make use of new ToItem() casts
Shauren
2010-08-05
* Implement item limit category (based on changes by VladimirMangos)
azazel
2010-08-05
* Convert SCRIPT_COMMAND_* defines to enum. Make comments for values up-to-date.
azazel
2010-07-30
*use ASSERT macro instead of regular assert for better output.
QAston
2010-07-29
Convert to using ACE for reading configurationfiles, and remove dependency on...
click
2010-07-28
*Cleanup in ObjectAccessor - this should fix some crashes
QAston
2010-07-27
Small fix for previous revision
Shauren
2010-07-27
Added possibility to cast spells with triggered flag using SCRIPT_COMMAND_CAS...
Shauren
2010-07-27
Add option for search distance to getHeight() functions and make Creature::Fa...
click
2010-07-11
Reinstate ITEM_FLAGS_NO_EQUIP_COOLDOWN implementation and the serverside chec...
click
2010-07-11
Backed out changeset 6670e64b2d92
click
2010-07-11
Implement ITEM_FLAGS_NO_EQUIP_COOLDOWN support + add serverside checks for IT...
click
2010-07-09
Uncomment the assert that I commented some revs ago on InstanceMap::CanEnter()
Tartalo
2010-07-07
Coment annoying assert that nobody knows why is there
Tartalo
2010-07-07
Deny access to instances if other party/user with the same perm id is inside
Tartalo
2010-06-30
Initialize a pointer with NULL value to prevent possible crashes.
Shauren
2010-06-28
Properly initialize variable in WorldObject::PlayDirectSound()
click
2010-06-25
Get rid of Trinity Singleton and Threading patterns and replace them with ACE...
Machiavelli
2010-06-21
Remove some redundant explicit NULL checks for pointers before ´delete´ or ...
Machiavelli
2010-06-13
Typo spotted by glizzard.ad
Machiavelli
2010-06-13
Add some safer casting conditions in Map::ScriptsProcess.
Machiavelli
2010-06-11
Add extractors and assembler - EXTRACTION OF NEW MAPS IS REQUIRED!
click
2010-06-08
* Remove more not needed relative paths in include files
Brian
2010-06-07
* Nearly done with fixing the Linux build.
Brian
2010-06-06
* Even more restructuring of the game library.
XTZGZoReX