server/src/shared
VladimirMangos d482193cea [8705] Move DynamicObject guid counting from global levle to map.
This is first step in guid counting for map local object types at map level.
Map local countin let
1) have more wide guid space and then more seldom have problems with guid counter overflow
2) possible implement (later) restart map at guid overflow without server shutdown.
3) let use static guids (not for DynamicOPbject that not stored in DB anyway) in instances instead dynamic allocated.
2009-10-22 06:49:35 +04:00
..
Auth [8633] Fix possible build error at ASSERT redefine. 2009-10-13 20:49:13 +04:00
Config [8645] Cleanup code for config loading/store/access. 2009-10-14 20:48:16 +04:00
Database Merge branch 'master' into 320 2009-09-10 05:46:08 +04:00
vmap [8272] Fixed typos in world 'height' by code. 2009-07-29 10:04:53 +04:00
.gitignore Rename gensvnrevision and related files and references to genrevision/etc. 2008-10-25 15:35:25 +04:00
Base.cpp Imported MaNGOS revision 6767 from http://mangos.svn.sourceforge.net/svnroot/mangos/trunk/ 2008-10-14 00:29:20 +02:00
Base.h Imported MaNGOS revision 6767 from http://mangos.svn.sourceforge.net/svnroot/mangos/trunk/ 2008-10-14 00:29:20 +02:00
ByteBuffer.h [8389] Implement check really read received packet size and warning it not all data read. 2009-08-19 00:45:24 +04:00
Common.cpp [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01:00
Common.h [8655] Remove problematic defines from Common.h 2009-10-17 02:25:28 +04:00
Errors.h [8079] Fixed build errors at use old ACE versions (without ace/Stack_Trace.h). 2009-07-02 09:18:26 +04:00
LockedQueue.h [8463] Fixed race conditions in LockedQueue. 2009-09-04 10:36:14 +02:00
Log.cpp [8390] Fixed log output work after recent replace UTF8PRINT macro. 2009-08-19 01:58:47 +04:00
Log.h [7810] Moved ZThread related code on ACE framework. 2009-05-11 12:14:22 +04:00
Makefile.am [7810] Moved ZThread related code on ACE framework. 2009-05-11 12:14:22 +04:00
MemoryLeaks.cpp [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01:00
MemoryLeaks.h [7813] Fixed build x64 debug on win. 2009-05-12 13:49:21 +04:00
PacketLog.cpp [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01:00
PacketLog.h [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01:00
ProgressBar.cpp [8155] Move unneeded include from header. 2009-07-10 06:37:34 +04:00
ProgressBar.h [8155] Move unneeded include from header. 2009-07-10 06:37:34 +04:00
revision_nr.h [8705] Move DynamicObject guid counting from global levle to map. 2009-10-22 06:49:35 +04:00
revision_sql.h [8702] removed startup-error for creature_loot_template id=0 2009-10-21 23:32:45 +02:00
ServiceWin32.cpp [7716] Fixed some typos and possible crashes. 2009-04-26 18:49:07 +04:00
ServiceWin32.h [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01:00
SystemConfig.h.in [8588] Bump for 0.15.0 development. 2009-10-06 12:08:13 +04:00
Threading.cpp [8639] Fixed tabs and trailing whitespaces. 2009-10-14 11:46:09 +04:00
Threading.h [8496] Resolve some #include cycles and unsafe code. 2009-09-14 05:59:57 +04:00
Timer.h [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01:00
Util.cpp [8450] Prevented using of plaintext passwords in sql queries 2009-09-02 02:03:42 +02:00
Util.h [8450] Prevented using of plaintext passwords in sql queries 2009-09-02 02:03:42 +02:00
WheatyExceptionReport.cpp [6808] Fixed VC9 build when TR1 is not present and added revision number output to the exception report 2008-11-08 22:03:42 +02:00
WheatyExceptionReport.h Imported MaNGOS revision 6767 from http://mangos.svn.sourceforge.net/svnroot/mangos/trunk/ 2008-10-14 00:29:20 +02:00
WorldPacket.h [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01:00