This website requires JavaScript.
Explore
Help
Register
Sign In
araxiaonline
/
TrinityCore2
Watch
3
Star
0
Fork
0
You've already forked TrinityCore2
mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced
2026-06-19 14:29:33 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
29c228a80170e4264129d4e3bed4d2fc41aca5a7
TrinityCore2
/
src
/
server
T
History
QAston
29c228a801
Core/Spells: Add SpellInfo class to store static data and methods for spells. This class is going to replace SpellEntry use in core. SpellInfo class includes all spell-related functions which resided in SpellMgr, and makes them much easier to access, reuse or add new stuff. Another advantage is that you no longer have to lookup db/dbc data by entry or index, because such data can now be included in the new class. Thanks to that, TC will have no problems on drastic spell dbc format change in 4.x.
2011-07-26 23:00:23 +02:00
..
authserver
Core/Network: Handle running out of file descriptors on linux-based systems (windows-based systems requires additional fixes)
2011-06-23 11:14:01 +02:00
collision
Core: Fix non-PCH build + clean up some sporadic warnings
2011-07-18 14:49:08 +02:00
game
Core/Spells: Add SpellInfo class to store static data and methods for spells. This class is going to replace SpellEntry use in core. SpellInfo class includes all spell-related functions which resided in SpellMgr, and makes them much easier to access, reuse or add new stuff. Another advantage is that you no longer have to lookup db/dbc data by entry or index, because such data can now be included in the new class. Thanks to that, TC will have no problems on drastic spell dbc format change in 4.x.
2011-07-26 23:00:23 +02:00
scripts
Core/Achievements: Fix Didn't Stand a Chance
2011-07-27 03:33:11 +07:00
shared
Cosmetic: rename function escape_string to EscapeString
2011-06-30 14:52:44 +02:00
worldserver
Core/Achievements: Simplify handling of achievements for GMs: Do not allow achievements when GM-mode is enabled, allow when disabled
2011-07-02 02:14:49 +02:00
CMakeLists.txt
Core/Buildsystem: Update copyright-headers for 2011, and adjust with the correct teamname as well.
2011-04-27 18:17:00 +02:00