aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2012-09-07Merge remote-tracking branch 'origin/master' into 4.3.4Nay
Conflicts: src/server/game/AI/EventAI/CreatureEventAI.cpp src/server/game/Entities/Unit/Unit.cpp
2012-09-07Tabs to spaces...Nay
2012-09-06Merge pull request #7678 from Aokromes/masterSubv
Scripts/Scarlet Monastery: Final boss kill credit closes #7341
2012-09-07Scripts/Scarlet Monastery: Final boss kill credit closes #7341Aokromes
When Scarlet Commander Mograine dies and High Inquisitor Whitemane appears, if she is downed very quickly, then she will not perform the ressurection on Mograine and will not stun anyone, thus Mograine wont give the achievement nor loot. She should be invincible till she has ressurected Mograine.
2012-09-07Core/Vehicles:kaelima
- Send proper triggering flag when casting spellclick spells on vehicles (should not be fully triggered) - Only compute non-transport positions when not finalized. (Fixes changing seat on vehicles, or changing vehicle from vehicle)
2012-09-07Core: Fix some code styleVincent-Michael
2012-09-06Merge remote-tracking branch 'origin/master' into 4.3.4Nay
2012-09-06Core/Spells: clean up some code and move to spell script. Closes #7195Vincent-Michael
2012-09-05Tabs to spacesNay
2012-09-05Merge remote-tracking branch 'origin/master' into 4.3.4Nay
Conflicts: src/server/game/Entities/Unit/Unit.cpp src/server/scripts/Commands/cs_reload.cpp
2012-09-05Scripts/Commands: Fix .reload creature_template # (4.3.4 branch)Nay
2012-09-05Scripts/Commands: Fix .reload creature_template #Nay
2012-09-05Core/Misc: Fix some warnings and logic mistakes found by static code analysiskaelima
2012-09-05Merge pull request #7664 from Elron103/pull-requestsShauren
2012-09-05Scripts/PitOfSaron: Fix Krick not casting Toxic Waste and Shadow BoltElron103
2012-09-04Merge remote-tracking branch 'origin/master' into 4.3.4Nay
Conflicts: src/server/game/Achievements/AchievementMgr.cpp src/server/game/Spells/SpellInfo.cpp src/server/scripts/Commands/cs_misc.cpp
2012-09-04Misc: Convert from CRLF to LF in cs_misc.cppNay
Also cleanedup whitespace
2012-09-04Core: Warning fixesShauren
C4100: 'x' : unreferenced formal parameter C4310: cast truncates constant value C4389: '==' : signed/unsigned mismatch C4668: 'x' is not defined as a preprocessor macro, replacing with '0' for '#if/#elif' C4701: potentially uninitialized local variable 'x' used C4826: Conversion from 'HMODULE' to 'DWORD64' is sign-extended. This may cause unexpected runtime behavior. C6067: Parameter '3' in call to 'sprintf' must be the address of the string C6387: 'argument 1' might be '0': this does not adhere to the specification for the function 'CloseHandle'
2012-09-04Merge remote-tracking branch 'origin/master' into 4.3.4Nay
2012-09-04Revert "Core: Blood Furnace - Broggok event"Nay
This reverts commit 153e88a16b33bedfd28273030e26914844d60aff.
2012-09-03Core: Blood furnace - Update method header to lastest revGacko
2012-09-03Core: Blood Furnace - Broggok eventGacko
Move prisoners back in cages after respawn. They didn't reset correctly for players which were still in the instance after wipe
2012-09-03Merge remote-tracking branch 'origin/master' into 4.3.4Nay
Conflicts: dep/PackageList.txt src/tools/map_extractor/System.cpp
2012-09-03Scripts: Fix non pch buildw1sht0l1v3
2012-09-03Core/Scripts: Rewrite Cold Hearted quest.w1sht0l1v3
Closes #1758 .
2012-09-02Merge pull request #7625 from Elron103/pull-requestsNay
Scripts/MoltenCore: Fix boss Golemagg enrage behaviour
2012-09-03Scripts/MoltenCore: Fix boss Golemagg enrage behaviourElron103
2012-09-02Scripts/Commands: Fixed compileShauren
2012-09-02Merge pull request #7587 from acrathos/masterNay
DB/SAI: Thorim and Lok'lira the Crone
2012-09-01Merge remote-tracking branch 'origin/master' into 4.3.4Nay
Conflicts: src/server/game/Entities/Player/Player.cpp src/server/scripts/Commands/cs_misc.cpp src/server/worldserver/worldserver.conf.dist
2012-09-01Scripts: Fix non pch buildNay
2012-09-01Core/Spell: Unlocking zuluhed chainsGacko
Core/Spell: Unlocking zuluheds chains Core/Spell: Unlocking zuluheds chains Core/Spell: Unlocking zuluheds chains
2012-08-31Scripts: Fix a merge issue, thanks cyberbrestNay
2012-08-31Core/Scripts: Improve Wyrmrest Defender gossipTrista
* Added conditions to only show default gossip, if not on quest 12372 * Else show other gossip text * Add second gossip text on gossip select * Remove close gossip - after a lot of videos turns out character close it by moving or clicking "goodbye" Ref #1861 Closes #7594
2012-08-30DB/SAI: Remove Lol'kira the Krone and Thorim cpp scripts, handled by SAISantiago
2012-08-31DB/SAI: Taking on All Challengers & Defending Your Titlew1sht0l1v3
2012-08-31Scripts/Commands: Create a new group of commands, .cheat, and add new and ↵Myran2
move old commands to it: Changes: - .explorecheat is now .cheat explore - .waterwalk is now .cheat waterwalk - .taxicheat is now .cheat taxi New commands: - .cheat god - .cheat casttime - .cheat cooldown - .cheat power (Descriptions available in the SQL file / in-game) Inspiration on ArcEmu commands Closes #7569
2012-08-30Merge remote-tracking branch 'origin/master' into 4.3.4Nay
Conflicts: src/server/game/Entities/Creature/Creature.cpp src/server/game/Entities/Player/Player.cpp src/server/game/Globals/ObjectMgr.cpp src/server/game/Server/Protocol/Opcodes.h src/server/scripts/EasternKingdoms/silverpine_forest.cpp src/server/scripts/Kalimdor/silithus.cpp src/server/shared/DataStores/DBCFileLoader.h src/server/shared/Database/Implementation/WorldDatabase.cpp src/tools/map_extractor/System.cpp src/tools/map_extractor/dbcfile.cpp src/tools/vmap4_extractor/adtfile.cpp src/tools/vmap4_extractor/dbcfile.cpp src/tools/vmap4_extractor/wdtfile.cpp
2012-08-30Core: Fix many "errors"/warnings and coding style (2)Nay
Scripts; also reverted a change to AuthSocket Errors were found using Cppcheck, open-source static analysis tool
2012-08-30Merge pull request #7566 from Souler/fix_copy_weapon_aurasKaelima
Scripts/Spells: Fix Weapon Copy related auras.
2012-08-30Scripts/Spells: Fix Weapon Copy related auras.Souler
Closes #3731
2012-08-29Scripts/Hellfire: Add missing includeNay
2012-08-29Merge remote-tracking branch 'origin/master' into 4.3.4Nay
2012-08-29Scripts/Hellfire: Rework Blood FurnaceGacko
2012-08-29Merge remote-tracking branch 'origin/master' into 4.3.4Nay
2012-08-28Scripts: Fix code style after PRNay
2012-08-28Core/Spells: Destabilize Azure Dragonshrinethesensei
*Spell script support for spell 49370
2012-08-27Merge pull request #7543 from gigatotem/4.3.4Nay
Spells/Shaman: Heroism and Bloodlust
2012-08-28Spells/Shaman: Heroism and BloodlustGigatotem
Heroism and Bloodlust will now check for Temporal Displacement from Time Warp and Insanity from Ancient Hysteria.
2012-08-27Merge remote-tracking branch 'origin/master' into 4.3.4Nay
Conflicts: src/server/scripts/EasternKingdoms/ZulGurub/boss_mandokir.cpp