n0n4m3
99f66a6bc9
Updated copyright for new year.
...
--HG--
branch : trunk
2010-01-16 20:19:18 +03:00
n0n4m3
07e2920b60
Implement ACHIEVEMENT_CRITERIA_DATA_INSTANCE_SCRIPT. by VladimirMangos
...
--HG--
branch : trunk
2009-12-25 15:53:37 +01:00
maximius
b257a28fa9
*Cleanup, fix many cases of unoptimized loops, potential crashes, excessively large data types, unnecessary or wrong casts, non-standardized function calls, and so on..
...
*Proper Maexxna Web Spray locations (old locations sent players flying into the air)
--HG--
branch : trunk
2009-11-01 17:53:07 -08:00
maximius
c59d216fc7
*Fix build
...
--HG--
branch : trunk
2009-10-18 17:10:42 -07:00
maximius
d095feefc0
*Cleanup and optimization
...
--HG--
branch : trunk
2009-10-18 15:09:43 -07:00
maximius
3f338cc1c3
*Massive cleanup redux.
...
--HG--
branch : trunk
2009-10-17 16:20:24 -07:00
maximius
e585187b24
*Backed out changeset 3be01fb200a5
...
--HG--
branch : trunk
2009-10-17 15:51:44 -07:00
maximius
26b5e033ff
*Massive cleanup (\n\n -> \n, *\n -> \n, cleanup for(...) to for (...), and some other cleanups by hand)
...
*Fix a possible crash in Spell::DoAllEffectOnTarget
--HG--
branch : trunk
2009-10-17 15:35:07 -07:00
maximius
3552bba00c
*Implement some new functions by WarHead (not really sure if they're needed, could probably be done another way)
...
--HG--
branch : trunk
2009-10-16 16:45:01 -07:00
Kudlaty
ce21d65aa2
Merge [SD2]
...
r1276 Add function DoUpdateWorldState() to ScriptedInstance class for sending update to all players in instance.
--HG--
branch : trunk
2009-08-14 20:56:01 +02:00
Kudlaty
e62c77fb1d
Merge [SD2]
...
r1021 Remove ScriptedAI boolean InCombat and use real combat state instead where check is needed.
r1022 Added new ScriptedInstance function, DoUseDoorOrButton() for future use in instance scripts.
r1023 Updated instance function DoUseDoorOrButton with additional variables. Remove some older code and replace to use new function.
r1024 Fix typo in previous commit. - Skip
r1025 Added instance script for blood furnace and make bosses set instance data. Some code cleanup - only some code cleanup
--HG--
branch : trunk
2009-06-17 07:16:40 +02:00
megamage
0e6e4fff64
*Fix the bug that door state of naxx is not loaded.
...
--HG--
branch : trunk
2009-06-13 11:23:50 -05:00
megamage
6b038c7d85
*Change some instance functions to TC functions.
...
--HG--
branch : trunk
2009-06-09 16:55:24 -05:00
megamage
6473e94358
*Update Naxx scripts. Now only Kelthuzad is incompleted
...
--HG--
branch : trunk
2009-05-20 11:44:38 -05:00
megamage
c75e3d526b
*Update Naxx script. Let boss evade if they are pulled out of room.
...
--HG--
branch : trunk
2009-05-17 16:37:03 -05:00
megamage
819326f286
*Update some instance script functions.
...
--HG--
branch : trunk
2009-05-16 14:49:30 -05:00
megamage
f9f5d078fd
*Update instance script functions.
...
--HG--
branch : trunk
2009-05-11 03:17:13 -05:00
megamage
36a3696f35
*Update instance script functions.
...
--HG--
branch : trunk
2009-05-09 14:08:42 -05:00
megamage
1b460da5cb
*Fix broken instance scripts.
...
--HG--
branch : trunk
2009-05-06 17:52:45 -05:00
Anubisss
7f72396438
*Fix build in *nix.
...
--HG--
branch : trunk
2009-05-06 15:36:55 +02:00
megamage
3f6f15e34b
*Update instance script functions.
...
--HG--
branch : trunk
2009-05-06 00:06:38 -05:00
megamage
8accbc0d09
*Fix build.
...
--HG--
branch : trunk
2009-05-01 21:08:27 -05:00
megamage
db817d668a
*Merge.
...
--HG--
branch : trunk
2009-05-01 18:37:32 -05:00
megamage
c9cd3b07f9
*Add some InstanceData functions to better handle instance doors.
...
--HG--
branch : trunk
2009-05-01 18:24:12 -05:00
megamage
5ac67c27f7
[7715] Provided way for scripts set alternative gameobject state for client show. Author: VladimirMangos
...
Also use enum for gsmeobject states.
--HG--
branch : trunk
2009-04-27 18:36:10 -05:00
Chaz Brown
b14bb5b39a
Change all SD2: to TSCR:
...
--HG--
branch : trunk
2009-04-24 00:51:09 -04:00
Chaz Brown
d0ffec6592
Change all SD2: to TSCR:
...
--HG--
branch : trunk
2009-04-24 00:50:59 -04:00
megamage
fc7e1db9fb
[7690] Move GetCreature/GetGameobject to class Map. Author: VladimirMangos
...
* This let get objects at map without reference to player or another object.
* Simplify future implementation for per-map storage for like objects
--HG--
branch : trunk
2009-04-20 20:28:19 -05:00
XTZGZoReX
cc2a089a9d
* Trailing whitespace removed.
...
--HG--
branch : trunk
2009-04-06 21:14:51 +02:00
megamage
f744c09075
*Merge.
...
--HG--
branch : trunk
2009-04-04 15:12:36 -06:00
Rat
3fd4f3d4b3
*added HandleGameObject function to instance, use this to simply open/close doors from scripts
...
--HG--
branch : trunk
2009-04-04 18:07:05 +02:00
megamage
31637d4aac
*Merge.
...
--HG--
branch : trunk
2009-02-18 11:36:19 -06:00
KingPin
14234c86fa
Newline added to bottom of all files.
...
--HG--
branch : trunk
2009-02-17 20:07:49 -06:00
Drahy
5dab980495
* Updated copyright notice for new year (2009) part 2
...
* Changed mangos website
--HG--
branch : trunk
2009-02-04 12:42:26 +01:00
Drahy
7c19c420c6
* Updated copyright notice for new year (2009) part 1 - Mercurial cant convert all files at once
...
--HG--
branch : trunk
2009-02-04 12:04:12 +01:00
w12x
b8362cd7f1
[svn] Fixed copyright notices to comply with GPL.
...
--HG--
branch : trunk
2008-10-23 03:29:52 -05:00
Seline
2265aef916
[svn] * Merge Temp dev SVN with Assembla.
...
* Changes include:
- Implementation of w12x's Outdoor PvP and Game Event Systems.
- Temporary removal of IRC Chat Bot (until infinite loop when disabled is fixed).
- All mangos -> trinity (to convert your mangos_string table, please run mangos_string_to_trinity_string.sql).
- Improved Config cleanup.
- And many more changes.
--HG--
branch : trunk
2008-10-14 11:57:03 -05:00
Neo2003
9b1c0e006f
[svn] * Proper SVN structure
...
--HG--
branch : trunk
2008-10-02 16:23:55 -05:00