| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-05-10 | Scripts/HallsOfReflection: Major changes | MitchesD | |
| * corrections to Intro Event (Falric, Marwyn etc.) * fixed issues with Frostsworn General * improved the whole Wrath of the Lich King event * implemented outro gunship * optimalization code and cleanup and fixed some typos * Big thanks to @joschiwald, he is author too ;-) | |||
| 2014-05-09 | Scripts/Duskwood: prevention to spawn multiple Twilight Corrupter and fixed ↵ | MitchesD | |
| some issues there | |||
| 2014-05-04 | Scripts/Ulduar: Fix crash when Algalon's Big Bang is casted by player | Dehravor | |
| 2014-05-01 | Core/Misc: Remove remaining COMPILER_HAS_CPP11_SUPPORT related macros | Dehravor | |
| 2014-04-29 | Core/Misc: Remove obsolete C++11 backward compatibility macros | Dehravor | |
| OVERRIDE, FINAL, DELETE_MEMBER | |||
| 2014-04-28 | Scripts/Commands: Fix crash in ".wp modify wpadd" | jackpoz | |
| Remove the old unsupported "wpadd" subcommand of ".wp modify" . Closes #11955 | |||
| 2014-04-28 | Core/Misc: remove some obsolete parameters | joschiwald | |
| 2014-04-28 | Merge pull request #11948 from MitchesD/misc | joschiwald | |
| Scripts/Azuregos: converted to EventMap and WorldBossAI | |||
| 2014-04-28 | Scripts/Azuregos: converted to EventMap and WorldBossAI | MitchesD | |
| 2014-04-28 | Core/Creature: Missed changes in c536305e3a3c4f41e94d14fae73ba7a2d8d13be2 | Vincent-Michael | |
| 2014-04-27 | Core: Droped `faction_H` field -- only one faction table is necessary | Kinzcool | |
| 2014-04-27 | Scripts/Sholazar Basin: Reconnaissance Flight (12671) | w1sht0l1v3 | |
| Add workaround for the player/accessory mounting issue. Some small additions. Closes: 9443 | |||
| 2014-04-25 | Core/Texts: | Vincent-Michael | |
| * Enable some BroadcastTexts stuff (is not finish) * Added reload command for broadcast_text table ToDo: - Enable: Sound/Emote stuff, etc. - Auth base need refresh | |||
| 2014-04-25 | Core/Misc: Fix build warnings | jackpoz | |
| 2014-04-25 | Core/Misc: Change how Position struct is retrieved | jackpoz | |
| Update Position::GetPosition() and similar methods signatures to reflect 2a4c9bcaf910430cdf3070987ce085da3c2666da changes by return a Position object instead of accepting a Position parameter by reference. | |||
| 2014-04-23 | Correct display of output for .rbac account list command. (thanks Spp-) | velinath | |
| 2014-04-22 | DB/CreatureText: readd accidentally deleted text | joschiwald | |
| 2014-04-21 | Scripts/Gnomeregan: moved Blastmaster Emi gossip to db | joschiwald | |
| 2014-04-20 | Fixed spelling typo in gnomeregan.cpp script. | warmech | |
| Fixed a typo on line 32 where [GOSSIP_START_EVENT "I am ready to being"] should read [GOSSIP_START_EVENT "I am ready to begin."] | |||
| 2014-04-20 | Core/Misc: Check GetVictim() for NULL before dereferencing it | jackpoz | |
| Add additional NULL checks all around the code before dereferencing GetVictim() result. Keep in mind UpdateVictim() result has nothing to do with GetVictim() result and the caller shouldn't assume anything about GetVictim() based on UpdateVictim(). | |||
| 2014-04-19 | Core/Misc: Ensure GetVictim() returns a valid reference when expected | jackpoz | |
| Add a new method EnsureVictim() which asserts a valid not NULL reference will be returned to the caller. Use this whenever the GetVictim() would be dereferenced . | |||
| 2014-04-19 | Scripts/Ruby Sanctum: Fixed corporeality scaling changes. | Warpten | |
| Thanks to Unholychick. P.S.: #9231 if still valid will be fixed soon (tm) | |||
| 2014-04-18 | Core/Spells: Convert Avenging Wrath to spellscript | Unholychick | |
| Closes #11896 Closes #3464 | |||
| 2014-04-18 | Fix | Vincent-Michael | |
| 2014-04-17 | Merge pull request #11614 from MitchesD/kelthuzad | joschiwald | |
| Scripts/Kelthuzad: move spells into spelldifficulty_dbc and cleanup | |||
| 2014-04-17 | Merge pull request #11787 from MitchesD/misc | joschiwald | |
| Scripts/ZulGurub: clean up the old code | |||
| 2014-04-17 | Scripts/UtgardeKeep: fixed some issues on Ingvar the Plunderer | joschiwald | |
| Closes #10859 | |||
| 2014-04-14 | Core/Spells: addition to b9a62115b17381a7e8371c1df1ebfd4a4165ac59 | joschiwald | |
| 2014-04-14 | Core/Spells: fixed Relic of the Earthen Ring | untaught | |
| Closes #11282 | |||
| 2014-04-13 | Scripts/Commands: Add comment about 9d5841073971c7f55cf621da3a31b38656618582 ↵ | jackpoz | |
| changes | |||
| 2014-04-13 | Scripts/Commands: Fix memory leak in ".gobject add" command | jackpoz | |
| Valgrind log: 158 (104 direct, 54 indirect) bytes in 1 blocks are definitely lost in loss record 24 of 73 at operator new(unsigned long) (vg_replace_malloc.c:319) by GameObjectModel::Create(GameObject const&) (GameObjectModel.cpp:152) by GameObject::Create(unsigned int, unsigned int, Map*, unsigned int, float, float, float, float, float, float, float, float, unsigned int, GOState, unsigned int) (GameObject.cpp:237) by gobject_commandscript::HandleGameObjectAddCommand(ChatHandler*, char const*) (cs_gobject.cpp:155) | |||
| 2014-04-13 | Scripts/Commands: ".modify speed" targets current Player by default | jackpoz | |
| Allow ".modify speed" command to target current Player if there is no target or if the selected Unit is a Creature. This behavior could be extended to other commands that require target Players. | |||
| 2014-04-13 | Scripts/Commands: Fix .mmap loc wrong coordinates | jackpoz | |
| Fix .mmap loc command printing swapped x and y tile coordinates | |||
| 2014-04-12 | Scripts/Commands: Ensure gameobject template is valid from .gob add temp [...] | Warpten | |
| As per Aokrome's spamming. "Avoids false positive logs" | |||
| 2014-04-11 | [TW278] - Core/Scripts: Prevent multiple spawns of Ulag | Nyeriah | |
| http://www.wowhead.com/quest=1819/ulag-the-cleaver | |||
| 2014-04-11 | Scripts/ZulGurub: clean up the code and remove old hacks | MitchesD | |
| 2014-04-10 | Scripts/Ruby Sanctum: Fixed Halion engaging combat outside of his Flame Ring. | Warpten | |
| 2014-04-09 | Scripts/Ruby Sanctum: Fixed Onyx Flamecallers not aggroing players once ↵ | Warpten | |
| pathing ended. | |||
| 2014-04-09 | Merge pull request #11847 from trickerer/SS | Shauren | |
| Core/Spells: Fixed Sweeping Strikes damage | |||
| 2014-04-09 | Fix Sweeping Strikes damage | trickerer | |
| 2014-04-08 | Core/ChatLog: handle chatlog options with extended logging system | joschiwald | |
| 2014-04-05 | Scripts/Ulduar: Fix uninitialized values | jackpoz | |
| Fix uninitialized values in Ulduar script reported by Valgrind. | |||
| 2014-04-05 | Core/Spells: fixed Throw Shield Visual and Clone Weapon | joschiwald | |
| 2014-04-02 | Core/Misc: Fix uninitialized values | jackpoz | |
| Fix Position members not being always initialized. Valgrind log: at : Position::NormalizeOrientation(float) (Object.h:388) by : Position::SetOrientation(float) (Object.h:315) by : Position::Relocate(Position const&) (Object.h:310) by : spell_ulduar_stone_grip::spell_ulduar_stone_grip_AuraScript::OnRemoveVehicle(AuraEffect const*, AuraEffectHandleModes) (boss_kologarn.cpp:592) | |||
| 2014-03-31 | Core/Misc: Fix typo in f47962f6707bb53a3241d23257a5bbd1b2679f87 | jackpoz | |
| 2014-03-31 | Core/Misc: Fix some static analysis issues | jackpoz | |
| Add some asserts and additional NULL checks as sanity checks. | |||
| 2014-03-29 | Scripts/Misc: Small code optimizations | Vincent-Michael | |
| 2014-03-27 | Core/Misc: Fix some static analysis issues | jackpoz | |
| Fix uninitialized values, most of which are false positives, always initialized before being accessed. Add some asserts and additional NULL checks as sanity checks. Use SpellMgr::EnsureSpellInfo() if the spell id is valid and always supposed to return a valid not-NULL SpellInfo* . | |||
| 2014-03-26 | Fix non-pch build and remove blank line | Gacko | |
| 2014-03-26 | Quest: The Power of the Elements | Gacko | |
| Remove hack SAI, use aura script | |||
