aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2012-08-30Merge branch 'master' of github.com:TrinityCore/TrinityCore into mmapsSubv
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-29Merge branch 'master' of github.com:TrinityCore/TrinityCore into mmapsSubv
2012-08-29Scripts/Hellfire: Add missing includeNay
2012-08-29Scripts/Hellfire: Rework Blood FurnaceGacko
2012-08-28Scripts: Fix code style after PRNay
2012-08-28Core/Spells: Destabilize Azure Dragonshrinethesensei
*Spell script support for spell 49370
2012-08-28Scripts: Fix code style after PRNay
2012-08-28Core/Spells: Destabilize Azure Dragonshrinethesensei
*Spell script support for spell 49370
2012-08-27Merge branch 'master' of github.com:TrinityCore/TrinityCore into mmapsSubv
2012-08-27Core/Spells: Fix 'Foam Sword Rack' mechanicVincent-Michael
2012-08-27Scripts/ZulGurub: Fix attacking Bloodlord Mandokirgecko32
Closes #1007 Closes #7499
2012-08-27Scripts/Uldaman: Archaedas now Awaken his minnions & spawn of npc lore ↵neuro_999
keeper of norgannon Closes #765
2012-08-27Core: Fix warnings and code styleVincent-Michael
2012-08-27Scripts/Wintergrasp: fix grab passenger spell.Kandera
2012-08-27Scripts/Spells: Fix a typo in spell_q12372_cast_from_gossip_trigger and ↵Nay
cleanup whitespace
2012-08-27Scripts/Spells: Remove a not needed cast in ↵Nay
spell_q12372_cast_from_gossip_trigger
2012-08-27Merge pull request #7524 from Trista/masterNay
[Core/Scripts] Defending Wyrmrest Temple
2012-08-26Core/Scripts: Fix target errorStefo
*Forgot to change targets
2012-08-25Core/Movement: Make MovementGenerators use pointers instead of references. ↵Subv
cleanup
2012-08-26Core/Scripts: Defending Wyrmrest Templethesensei
2012-08-24Merge branch 'master' of github.com:TrinityCore/TrinityCore into mmapsSubv
2012-08-24Core/Battlefield:Vincent-Michael
* Fix correct faction for Wintergrasp * Remove hack for vehicle faction * Fix gameobject ai for go_wg_vehicle_teleporter * Fix some warnings and code style
2012-08-23Scripts/Wintergrasp: enable script and add it to spell_script_namesKandera
2012-08-23Scripts/Wintergrasp: fix defender portal teleporting and clean up vehicle ↵Kandera
teleporter code
2012-08-22Merge branch 'master' of github.com:TrinityCore/TrinityCore into mmapsSubv
Conflicts: dep/PackageList.txt src/server/game/Movement/MotionMaster.cpp src/server/game/Movement/MovementGenerators/HomeMovementGenerator.cpp src/server/game/Movement/MovementGenerators/PointMovementGenerator.h src/server/game/Movement/Spline/MoveSplineInit.h src/server/game/World/World.h
2012-08-21Core/Logging: Fix incorrect error level for some warden messagesSpp
Core/Logging: Fix incorrect filter type for many network messages Core/Logging: Use OPCODE filter type for network messages related to wrong packets
2012-08-21Core/Battlefield:Vincent-Michael
* Update Logs filter * Fix typo in worldserver config (thx filo) * Fix some code style
2012-08-21Core/Misc: Warning fixesShauren
2012-08-21Scripts/Commands: Added .quest reward command - this will reward player's ↵Shauren
quest, similar to finishing it at quest ender, requires quest to be completed, rewards all items and first choice item (if quest has choice rewards)
2012-08-21Core/Misc: Add missing cmake for cs_bf.cppVincent-Michael
2012-08-21Core/Scripts: Improvements to Trial of the CrusaderStalker-Riddick
*Fixed creature_text errors. *Icehowl now works properly *Fixed waypoints so creatures don't enter the arena through the wall, Lich King now spawns at a proper place, after you start a new fight corpse of a the previous boss despawns (chest also after you start valkyries). Closes #7415
2012-08-20Scripts/Achievements: Remove a duplicated achievement scriptNay
2012-08-20Fix more non PCH build and code styleVincent-Michael
2012-08-20Fix more non PCH buildVincent-Michael
2012-08-20Core/Wintergrasp: finish implementation for battlefields. this is highly ↵Kandera
experimental enable at you're own risk. will almost definatly cause issues with the wintergrasp patch floating around
2012-08-20cleanup merge and some unneeded selects in functionsKandera
2012-08-20Core/Battlefield: specify correct npc for vehicle teleportations.Kandera
2012-08-20Core/Battlefield: few more updates to wintergrasp vehicle stuff.Kandera
2012-08-20Core/Battlefield: attempt to fix vehicle counter when vehicle is killed. ↵Kandera
finish correcting alliance/horde siege engine
2012-08-20Core/Battlefield: correct siege vehicle faction types. attempt to fix ↵Kandera
vehicle creation cast time.
2012-08-20Core/Battlefield: Correct previous commitKandera
2012-08-20Core/Battlefield: correct wintergrasp faction for horde (thx kirkita), added ↵Kandera
grab passenger spell as per sniffs.
2012-08-20Core/Battlefield: cleanup a magic numberKandera
2012-08-20Battlefield/Wintergrasp:Warpten
* Use correct spells on losing and winning factions * Enums renaming, lowerCamelCase wherever applicable * Rename some methods and class attributes for them to sound more English and less Engrish or even Frenglish (\o/) * Use correct spells when trying to build mechanical units at the Workshops.
2012-08-20Core/Battlefield: Fix issue with previous commit. codestyle cleanup and ↵Kandera
attempt to fix vehicle issues with worldstates.
2012-08-20Core/Battlefield: Correctly cast the teleport spell (data from sniffs). ↵Kandera
codestyle cleanup
2012-08-20Core/Battlefield: fix issues with vehicles. return correct vehicle data when ↵Kandera
using getdata. small cleanups. codestyle