| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-08-07 | Scripting: Moved Lord Valthalak from EAI to CPP. Moved all Blackrock ↵ | Malcrom | |
| Instances to Blackrock Mountain Dir. | |||
| 2013-08-01 | Core/Misc: Fixed some issues found by Coverity Scan | Shauren | |
| 2013-07-08 | Scripted: Some cleanups + ninja changes | Vincent-Michael | |
| 2013-07-06 | Misc: Use override and final C++11 keywords in a few places (mostly scripts) | Nay | |
| OVERRIDE and FINAL are TC macros (expand to nothing if compiler does not support C++11) | |||
| 2013-07-01 | Core/Scripting: More updates for BRS instance. Added missing scripts for ↵ | Malcrom | |
| urok and gizrul. | |||
| 2013-06-30 | Core/Scripting: Gyth event still not finished but completable. | Malcrom | |
| 2013-06-30 | Core/Units: Removed most calls to SendMovementFlagUpdate for creatures | Shauren | |
| 2013-06-30 | Core/Scripting: A few fixes for Blackrock Spire. Emberseer now setting ↵ | Malcrom | |
| properly after wipe and Gyth/Rend event is getting closer to complete. | |||
| 2013-06-26 | Core/Scripting: More BRS updates. Emberseer is still buggy if player resets. ↵ | Malcrom | |
| Working on it. | |||
| 2013-06-25 | Core: Fix warnings | Vincent-Michael | |
| 2013-06-25 | Core: Fix non pch build | Vincent-Michael | |
| 2013-06-25 | Core/Scripting: More fixes and updates for BRS Instance. | Malcrom | |
| 2013-06-25 | Core/Scripting: Gyth / Rend Event in progress. Pushing before Vincent ↵ | Malcrom | |
| Micheal makes ninja changes. | |||
| 2013-06-24 | Core/Scripting: Emberseer event will now check to see if all players in ↵ | Malcrom | |
| instance are clicking altar. | |||
| 2013-06-24 | Core: Fix non pch build | Vincent-Michael | |
| 2013-06-24 | Core/Scripting: A few updates. | Malcrom | |
| 2013-06-24 | Core/Scripting: Hopefully this calms tcbuid. | Malcrom | |
| 2013-06-23 | Core/Scripting: I hate you tcbuild. | Malcrom | |
| 2013-06-23 | Core/Scripting: tcbuild is being a bitch and SD2 had nothing to do with this ↵ | Malcrom | |
| script. | |||
| 2013-06-23 | Core/Scripting: Update to Boss Emberseer Script. | Malcrom | |
| 2013-06-23 | Core/Scripting: UBRS Boss Pyroguard Emberseer now scripted. | Malcrom | |
| 2013-06-23 | Core/Scripting: UBRS Boss Pyroguard Emberseer closer to being fully scripted. | Malcrom | |
| 2013-06-23 | Core/Scripting: Fix warning | Malcrom | |
| 2013-06-23 | Core/Scripting: Runes in UBRS Dragonspire Hall now activate and open door. | Malcrom | |
| Closes #4414 | |||
| 2013-06-23 | Core/Scripting: Some boss script fixes. | Malcrom | |
| 2013-06-22 | Scripts: Convert DoCast(me->GetVictim(), SPELL_XXXXX); in ↵ | Vincent-Michael | |
| DoCastVictim(SPELL_XXX); | |||
| 2013-06-11 | Core: Some function renaming. | Malcrom | |
| 2013-03-08 | First step of comment style refactoring to doxygen-style. | Nefarion | |
| 2013-02-19 | Core/Scripts: Removed useless const modifier on method parameters accepting ↵ | Shauren | |
| primitive types passed by value | |||
| 2013-01-12 | Core/Script: Pyroguard emberseer | Gacko | |
| Cleanup while working on #4586 | |||
| 2013-01-07 | Core/Scripting: Some cleanup | Malcrom | |
| 2013-01-07 | Core/Scripting: Misc clean up and a warning fix | Malcrom | |
| 2013-01-01 | Update copyright note for 2013. | Vincent_Michael | |
| Happy new year. | |||
| 2012-11-20 | Core/Misc: Define some methods const | Spp | |
| 2012-06-30 | Core: Minor code style corrections | Shauren | |
| 2012-05-26 | Core: another update cause case matters! | Malcrom | |
| 2012-05-26 | core: fix ubrs script | Malcrom | |
| 2012-05-25 | Core/DB: Some updates for UBRS from sniff | Malcrom | |
| 2012-05-16 | Core/Scripts: Scripting of Dragonspire Hall Runes "UBRS" | Malcrom | |
| Additional work to do. | |||
| 2012-05-13 | Core/Scripts: And some Gameobject enums for future scripting of Blackrock Spire. | Malcrom | |
| 2012-03-31 | Core/Script: Code style and some rewriting. | Gyx | |
| JustDied(Unit* Killer) -> JustDied(Unit* killer) JustDied(Unit* /*Killer*/) -> JustDied(Unit* /*killer*/) JustDied(Unit* /*unit*/) -> JustDied(Unit* /*killer*/) JustDied(Unit* /*slayer*/)) -> JustDied(Unit* /*killer*/) JustDied(Unit* /*victim*/) -> JustDied(Unit* /*killer*/) JustDied(Unit* victim) -> JustDied(Unit* killer) JustDied(Unit* /*who*/) -> JustDied(Unit* /*killer*/) JustDied(Unit* who) -> JustDied(Unit* killer) JustDied(Unit*) -> JustDied(Unit* /*killer*/) Signed-off-by: Gyx <2359980687@qq.com> | |||
| 2012-02-27 | Core: Rename GetCreatureInfo to GetCreatureTemplate and minor cleanup here ↵ | Spp | |
| and there | |||
| 2012-02-03 | Core/Misc: Rename UNIT_STAT_* enums to UNIT_STATE_* | Shocker | |
| 2012-01-01 | Update headers for 2012. HAPPY NEW YEAR!!! | kiper | |
| 2011-10-10 | Scripts/EasternKingdom: Cleanup AV,BRD,BRS | Bootz | |
| * Fixed codestyle "*c" -> "*creature" * Removed SD2 Hieroglyphics * Removed some hungarian notations * Adjusted Some Alignments (cosmetic) * Added spaces for "*"->" * " where needed (cosmetic) * Fixed couple variableNames DevNote: im sure VN's can be picked at and more found, but this was just a clean-up nothing more. ToDo: Alterac Valley - Core/db: needs spawns in side the final bosses dens fixed and agro ranges corrected.. not blizzlike. BRD - Tomb of seven - Learning Smelt Dark Iron if tribute quest rewarded. Missing event. blackrock_depths.cpp - Need to rewrite the Jail Break support Need to remove: npc_dughal_stormwing/npc_marshal_windsor/npc_marshal_reginald_windsor/npc_tobias_seecher if they are handled elsewhere, or get tehm fixed to uncomment them ;) | |||
| 2011-09-29 | Cosmetic: Multiple cosmetic changes | Spp | |
| - Added missing space to 'if', 'for', 'while' and 'switch' when it's followed by '(' - Added missing space after a comma and remove space before comma (with some exceptions) - Remove trailing spaces - Convert tab to spaces Note: Only affects files with extension "cpp" and "h" under /src/server | |||
| 2011-07-02 | Core: Cleaning up hungarian notation - Phase3: pTarget -> target | click | |
| 2011-06-30 | Scripts: Reorder file names in Commands/CMakeList file and cosmetic changes ↵ | Spp- | |
| in all scripts | |||
| 2011-06-11 | Core: Codestyle cleanup | click | |
| 2011-04-29 | Add spaces after commas | leak | |
