aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Outland/TempestKeep
AgeCommit message (Expand)Author
2013-01-02Core/Scripting: Properly name boss_thorngrin_the_tender file.Malcrom
2013-01-02SQL: Fix sql import problemVincent_Michael
2013-01-01Core/Scripts: Added spell scripting for Commander Sarannis. Added Instance Te...Malcrom
2013-01-02DB/Creatures: Some fix for Wyrmrest SkytalonVincent_Michael
2013-01-02Core: Fix buildVincent_Michael
2013-01-01CORE/Scripting: Forgot new lines at end of file.Malcrom
2013-01-01CORE/Scripting: Move Commander Sarannis & Thorngrin the Tender to cpp scripti...Malcrom
2013-01-01Update copyright note for 2013.Vincent_Michael
2012-12-26DB/SCRIPTS: Fix text for High Botanist Freywinn and remove creature_ai_texts.Malcrom
2012-12-07Core/DB: Creature text for 22 script filesGacko
2012-11-20Core/Misc: Reduce header dependencies - Step IIISpp
2012-11-20Core/Misc: Define some methods constSpp
2012-11-19Fix compile without PCH (Also added some minor changes to minimize difference...Spp
2012-11-17Core: Remove Player.h dependency from all the possible headersSpp
2012-10-26Core/Misc: Tweaked ThreatContainer internalsSpp
2012-10-02Core: "Initial support for C++11 compilers"Spp
2012-08-12Core/Misc: Fix some mem-leaks and uninitialized variables.kaelima
2012-08-03Core/Logging: Add Asyncronous logging with Loggers ("What to log") and Append...Spp
2012-07-30Core/Misc: Use proper headers to optimize compileVincent-Michael
2012-07-06fix build againKandera
2012-07-06fix build from r2bcc291Kandera
2012-07-06Scripts/Spells: fix wrath of the astromancer and stop the startup error.Kandera
2012-06-29Core/SpellScripts: Changed OnUnitTargetSelect hook to OnObjectAreaTargetSelec...Shauren
2012-05-26Add function for SetObjectScaleVincent-Michael
2012-04-01Core/Script: Code style and some rewriting.Gyx
2012-03-31Core/Script: Code style and some rewriting.Gyx
2012-03-17Core/Script: Code style and remove unused core.Gyx
2012-03-16Core/Script: Code style and remove unused core.Gyx
2012-03-16Core/Script: Code style.Gyx
2012-03-16Core/Script: Clean-Up in Scripts.Gyx
2012-03-16Core/Script: Clean-Up in Scripts.Gyx
2012-03-12Core/Units:Machiavelli
2012-02-19Core: Fix non-PCH buildingclick
2012-02-18Scripts/Spells: Convert code from Spell::EffectDummy to spell scripts.Kandera
2012-02-03Core/Entities: Rename UNIT_FLAG_OOC_NOT_ATTACKABLE and UNIT_FLAG_PASSIVE to U...QAston
2012-02-03Core/Misc: Rename UNIT_STAT_* enums to UNIT_STATE_*Shocker
2012-01-24Core: Fix non-PCH build and remove a few warnings.click
2012-01-14Core/Movement: Implement spline movement subsystem.Machiavelli
2012-01-13Core/Scripts: remove define from arcatraz.Venugh
2012-01-13Core/Scripts: Convert Warden Mellichar texts to creature_texts.Venugh
2012-01-13Core/Scripts: Correct rand change. thanks to Nayd for explain.Venugh
2012-01-13Core/Scripts: Convert MillHouse Manastorm texts to creature_texts.Venugh
2012-01-11Scripts/Achievements:kaelima
2012-01-01Update headers for 2012. HAPPY NEW YEAR!!!kiper
2011-12-28Core/Scripts: Replace rand with urand in most cases (using regexp)Spp
2011-10-10Rename "SetPosition" to "UpdatePosition".megamage
2011-10-07REPO: Code-style clean-upsBootz
2011-10-07Merge pull request #3278 from lost-illusion/masterShocker
2011-10-07REPO: Code-style changeBootz
2011-09-29Random minor code cleanupunknown