server/src/shared
balrok 16b39c1ebf [9008] modelids for shapeshifts from dbc
this will correct some modelids:
form         old model, new model
FORM_TRAVEL: 632   --> 918      (now a bit smaller)
FORM_GHOUL:  10045 --> 25527    (whisp --> ghoul)
FORM_CREATUREBEAR: 902 --> 2281 (old brown horse -> bear)

implement shapeshift for spell 24347

this commit also
fix the errormessages with: "Race %u not found in DBC: wrong DBC files"
which were triggered from this code
and will fix the modelid for creature 2038
since it's also using a shapeshift aura and only got the horde-modelid

+ some new entries in ShapeshiftForm-enum
+ some research for the shapeshift.dbc
2009-12-16 21:09:42 +01: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 [8923] Restructure gossip menus and make it possible to build selections by database 2009-12-06 02:27:26 +01:00
vmap [8272] Fixed typos in world 'height' by code. 2009-07-29 10:04:53 +04:00
.gitignore
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
Common.h [8744] Fix 'warning: deleting ‘void*’ is undefined' in SqlOperations.h/SqlOperations.cpp, caused by [8736]. Thanks to Shendor for pointing the problem. 2009-10-27 11:41:58 +02:00
Errors.h [8787] Cleanup in Errors.h. 2009-11-08 11:38:34 +01:00
LockedQueue.h [8861] Add peeking support to LockedQueue. 2009-11-22 23:54:34 +01:00
Log.cpp [8798] Partly revert and optimize [8797] 2009-11-09 15:18:16 +03:00
Log.h [8798] Partly revert and optimize [8797] 2009-11-09 15:18:16 +03:00
Makefile.am [8836] Include revision_sql.h in src/shared makefile and VC project 2009-11-19 11:07:12 +03:00
MemoryLeaks.cpp
MemoryLeaks.h
PacketLog.cpp
PacketLog.h
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 [9008] modelids for shapeshifts from dbc 2009-12-16 21:09:42 +01:00
revision_sql.h [9007] Set internal cooldowns for trinkets and some other items/spells. 2009-12-16 21:29:48 +03:00
ServiceWin32.cpp
ServiceWin32.h
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
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
WheatyExceptionReport.h
WorldPacket.h