aboutsummaryrefslogtreecommitdiff
path: root/src/bindings/scripts/VC71/71ScriptDev2.vcproj
AgeCommit message (Collapse)Author
2009-06-27*Remove some useless contents in sln files.megamage
--HG-- branch : trunk
2009-06-19Merge [SD2]Kudlaty
r1066 Added a few more encounters to SetData ZA instance - Skip r1067 Added end boss' in ZA adds with random selection and their abilities. - Skip r1068 Added support for quest 10994 (basic parts) r1069 Added instance script for BFD r1070 Remove enum type not related to boss/encounter. r1071 Fix misunderstanding committed in 1067. Spawn 1 of 2 possible adds, each from 4 different groups instead of 4 random of 8 possible. - Skip r1072 Save instance data for TYPE_EVENT_RUN in ZA when expected and not allow it to reset on Load(). Remove useless code for goFlags. - Skip r1073 Added struct and enum for misc npc/go entries used in naxx instance - Skip r1074 Restore Windows build after changes in Mangos rev 7810 - Skip r1075 Added 6 new taxi paths (wyrmrest temple) - Skip, already implemented r1076 Correcting berserk spell for najentus, also make sure spell are actually casted. r1077 Update sources and use enum GossipOptionIcon instead of magic number. r1078 Provide new .diff file to use with Mangos 7812+ - Skip r1079 Update one old boss script, clean code. --HG-- branch : trunk
2009-06-11* Add script for Razorfen Kraul, implements access to certain room after ↵Machiavelli
certain event. Script by ArticDevil, thank you. * Rename the 'Azeroth' filter to 'Eastern Kingdoms' in the script vcproj files --HG-- branch : trunk
2009-04-17Added placeholders for sunwellBagsac
--HG-- branch : trunk
2009-04-08'small' update to Hyjal instanceRat
*all bosses, trashes rescripted *almost all 'events' done *all mobs now use waypoints *added instance gate scripts (horde gate entry: 182060, elf: 182061) and lots of other fixes todo: -finish the 'cleaning waves' -code cleanup -fix small bugs (istance is fully playable at corrent dev point) --HG-- branch : trunk
2009-02-08*Add script for Black Stalker - by IskanderBlaymoira
--HG-- branch : trunk
2009-01-23*Add Vazruden the Herald script - by IskanderBlaymoira
--HG-- branch : trunk
2009-01-21*Updated Kelidan the Breaker script - by IskanderBlaymoira
--HG-- branch : trunk
2009-01-18*Updated blackrock_depths - thanks for nofantasyBlaymoira
--HG-- branch : trunk
2009-01-09*Support for quest 4245 - by guenexBlaymoira
--HG-- branch : trunk
2009-01-04*Support for quest 4770 - by guenexBlaymoira
--HG-- branch : trunk
2009-01-03*Some changes in naxxramasBlaymoira
--HG-- branch : trunk
2008-12-30*Partly implemented heroic support for darkweaver syth - by IskanderBlaymoira
*Script for Shirrak the dead Wather - by Iskander --HG-- branch : trunk
2008-12-27*Support for quest 1144 - by guenexBlaymoira
*Changed in midnight - by Anubisss --HG-- branch : trunk
2008-12-27*Support for quest 665Blaymoira
--HG-- branch : trunk
2008-12-22*Adding parts for quest 4322 for future development.Blaymoira
--HG-- branch : trunk
2008-12-15*Merged Scriptdev2 800Blaymoira
*Moved Scalding Water under function not used yet. --HG-- branch : trunk
2008-12-14*Fixed .vcproj files wich changed version number by merging thx for pointing ↵Blaymoira
Anubisss --HG-- branch : trunk
2008-12-13*Merged Scriptdev2 783Blaymoira
--HG-- branch : trunk
2008-12-08*Some fix of the last commit.megamage
--HG-- branch : trunk
2008-12-08*Uldaman script. By peldor.megamage
--HG-- branch : trunk
2008-12-01*Added: Deadmines Cannon Event. By netoya.megamage
--HG-- branch : trunk
2008-11-26*Add Script Warchief Kargath BladefistStefan@Vistax64-Stefan
--HG-- branch : trunk
2008-11-13[svn] * Merged SD2 Rev. 706 & 707slg
- Added: Pathaleon the Calculator script. Also added a Mechanar Instance script. - Added: Fixed and improved version of High King Maulgar. (Timers, Spells, Adds...) - Fixed: Nethermancer Sepethrea encounter. Spawning Adds, timers, spells... - Fixed: Lot of timers and spells like for: Doomlord Kazzak, Doomwalker, Gruul, and more. * Fixed 147_world.sql --HG-- branch : trunk
2008-11-07[svn] Update serpent shrine scripts. Patch provided by streetrat.megamage
--HG-- branch : trunk
2008-11-04[svn] Merge SD2 Rev 735. Patch provided by neo0608.megamage
Fix 171_world.sql. --HG-- branch : trunk
2008-10-21[svn] Change MSVC project files to use multithreaded (debug) dll runtime ↵w12x
libraries. Hopefully this will solve the problems with ACE. Original patch by Derex. --HG-- branch : trunk
2008-10-20[svn] Fix 71ScriptDev2.vcproj. Thanks to NeoLithicX.megamage
--HG-- branch : trunk
2008-10-20[svn] Add Alar script.megamage
Update Magtheridon script. Update Vorpil script. Patch provided by BroodWyrm. Add sunwell boss scripts into scriptmgr.cpp (forgot to do so in previous revs). --HG-- branch : trunk
2008-10-19[svn] Recalculate attack time in Unit::ApplyAttackTimePercentMod function.megamage
Add Felmyst script. Add Eredar twins script. Script provided by BroodWyrm. Update Brutallus script. Patch provided by riddick. (Burn temporarily disabled) Update void reaver script. Patch provided by Bagsac. Fix a bug that Najentus causes server crash. --HG-- branch : trunk
2008-10-17[svn] Merge branch r50 with trunk.megamage
--HG-- branch : trunk
2008-10-12[svn] * restored scripts lib build under WindowsColdblooded
* fixed Makefile.am to automatically find the sysconfdir again --HG-- branch : trunk
2008-10-11[svn] * svn:eol-style native set on all files that need itNeo2003
--HG-- branch : trunk
2008-10-05[svn] * Moved Script grid_searchers to coreNeo2003
* Moved an enum from sc_creature.h to CreatureAI.h --HG-- branch : trunk
2008-10-05[svn] * Some renames of VS projectsNeo2003
ACEWraper -> ACEWrappers ScriptFull -> TrinityScript --HG-- branch : trunk
2008-10-04[svn] * Added ACE for Linux and Windows (Thanks Derex for Linux part and ↵Neo2003
partial Windows part) * Updated to 6721 and 676 * Fixed TrinityScript logo * Version updated to 0.2.6721.676 --HG-- branch : trunk rename : 6700-670 => 6721-676
2008-10-02[svn] * Proper SVN structureinitNeo2003
--HG-- branch : trunk