This website requires JavaScript.
Explore
Help
Register
Sign In
Mirror
/
TrinityCore
Watch
1
Star
0
Fork
0
You've already forked TrinityCore
mirror of
https://github.com/TrinityCore/TrinityCore.git
synced
2026-01-16 15:40:45 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1760e42e2caa99d3de0038d1b52f64a1daeb665a
TrinityCore
/
src
History
QAston
1760e42e2c
Core/ScriptSystem: Add compile time type check of function assigned to hooks - prevents incorrect function calls. Since this rev you have to put PrepareSpellScript(<yourscriptclassnamehere>) at the beginning of every spell script. Yes, i know it's unhandy, but unfortunately C++ preprocessor is very limited, so you have to do that extra work each time you write a script:(.
...
--HG-- branch : trunk
2010-10-08 21:33:44 +02:00
..
revision.h
Buildsystem: Generating revision.h is now a part of build process (revision.h is back as target)
2010-10-03 16:30:22 +02:00
server
Core/ScriptSystem: Add compile time type check of function assigned to hooks - prevents incorrect function calls. Since this rev you have to put PrepareSpellScript(<yourscriptclassnamehere>) at the beginning of every spell script. Yes, i know it's unhandy, but unfortunately C++ preprocessor is very limited, so you have to do that extra work each time you write a script:(.
2010-10-08 21:33:44 +02:00
tools
Tools/Vmap3Assembler: Clean up vmap3-assembler (patch by dasblub/lynx3d)
2010-09-25 21:59:01 +02:00
CMakeLists.txt
Buildsystem: Generating revision.h is now a part of build process (revision.h is back as target)
2010-10-03 16:30:22 +02:00