Commit Graph

1190 Commits

Author SHA1 Message Date
Rochet2
7e99514fed Eluna: Separate eluna init and running scripts for startup load orders 2014-09-16 19:51:34 +03:00
emudevs
0dfa5b3968 Added missing parameter OnQuestReward
Cleaned commented code
2014-09-15 16:00:06 -04:00
Rochet2
6d65d5f2c8 Merge branch 'master' of https://github.com/ElunaLuaEngine/Eluna 2014-09-15 20:30:09 +03:00
Rochet2
92c7c25ef6 Fix comment typo 2014-09-15 18:59:37 +03:00
Rochet2
2c2130be8a Merge branch 'master' of https://github.com/ElunaLuaEngine/Eluna 2014-09-15 10:04:53 +03:00
Rochet2
28a06b88fc Eluna: Remove on quest end hook because it doesnt function correctly and there is a replacement 2014-09-15 10:04:42 +03:00
Rochet2
a17b441584 Merge branch 'master' of https://github.com/ElunaLuaEngine/Eluna 2014-09-15 09:48:54 +03:00
Rochet2
f11d1767c1 Remove crash on mangos from not unloaded objects on unload 2014-09-15 09:48:30 +03:00
emudevs
7c0d2cb523 Eluna merged with TC
Certain chat methods had parameter changes. Most of these changes will be updated soon to lift the conflict between versions.
2014-09-15 00:22:03 -04:00
Rochet2
bc5d1b3f86 Update ElunaUtility.h 2014-09-14 17:26:30 +03:00
Rochet2
9db50e4772 Fix < c++11 compatibility for mangos 2014-09-14 11:10:39 +03:00
Rochet2
d9ff37d78d Eluna: Add cod and money to sendmail, add missing spawn types for mangos and tc for SpawnCreature 2014-09-14 00:32:25 +03:00
Rochet2
9add43bf2a Implement BG methods for TC and do other fixes 2014-09-13 23:18:53 +03:00
Rochet2
42ffd8aff8 Eluna: Implement utility GetRow() 2014-09-13 21:39:48 +03:00
Rochet2
10c81df2cd Eluna add asserts for typename 2014-09-13 21:37:54 +03:00
Rochet2
e956e00a03 Eluna: Fix issues with SD2 compatibility 2014-09-13 20:12:30 +03:00
Rochet2
44f80525c8 Update ElunaUtility.h
Fix typo for TC
2014-09-13 16:35:10 +03:00
Rochet2
61551494e8 Merge branch 'master' of https://github.com/ElunaLuaEngine/Eluna into luaevents 2014-09-13 16:05:30 +03:00
Rochet2
06be9650bb Eluna fix crash in timed events and prepare some for future changes. Ditched EventProcessor 2014-09-13 16:05:16 +03:00
Foereaper
731682708f Added more BG hooks, fixed a few issues 2014-09-10 23:42:20 +02:00
Foereaper
29385c63b1 Fix for event register in previous hook 2014-09-10 22:40:53 +02:00
Foereaper
0bfdf632e7 Added base BG methods and hooks
This has only been tested on Mangos Zero and will definitely need tweaking on Trinity

More methods will be added SHORTLY
2014-09-10 22:38:21 +02:00
Foereaper
f2a591b87b Apparently unsorted enums are not a thing. Good to know! 2014-09-10 01:59:06 +02:00
Foereaper
7be917335a Added new hook for post reload 2014-09-10 01:28:52 +02:00
Rochet2
b6663ba2d1 Eluna fix previous commit (tested TC wotlk) 2014-08-23 15:41:19 +03:00
Patman64
6a44dab525 Add Creature documentation. 2014-08-20 22:32:46 -04:00
Foereaper
1f73d61424 Fixed GetRelativePoint documentation 2014-08-17 15:01:33 +02:00
Rochet2
4a29f085c1 Merge pull request #110 from Patman64/parser_code
Fix bug in parser that prevented code in docs.
2014-08-17 10:56:44 +03:00
Patman64
3364403701 Fix bug in parser that prevented code in docs. 2014-08-16 04:12:28 -04:00
Rochet2
a1af701436 Update DOC_GEN.md 2014-08-16 10:31:09 +03:00
Rochet2
e4493878d0 Merge pull request #109 from Patman64/search_links
Fix links in search results.
2014-08-16 08:47:11 +03:00
Patman64
b8b8e06ec3 Fix links in search results. 2014-08-16 01:09:36 -04:00
Rochet2
846b9c7f6d Enhance GlobalMethod documentation 2014-08-15 00:03:21 +03:00
Easelm
d078e00d68 Global Documentation; Last capital fix 2014-08-13 14:56:06 -04:00
Easelm
0ea68b4750 Global Documentation; Corrected capitalization 2014-08-13 14:54:29 -04:00
Easelm
af7a75596c Global Documentation; Documented most of the methods 2014-08-13 14:50:43 -04:00
Rochet2
f2ebe41c0a Revert doc indentation change 2014-08-13 17:24:18 +03:00
Rochet2
98b45e9715 Eluna enhance CastCustomSpell description 2014-08-13 17:17:01 +03:00
Rochet2
e395b43249 Eluna fix merge changes 2014-08-13 17:10:05 +03:00
Rochet2
ce2637e322 Eluna Implement [] to parser, change all & to [] in documentation and fix a bug with CastCustomSpell 2014-08-13 17:02:21 +03:00
Easelm
b16879e622 Group Documentation
Corrected spacing in GameObject documentation

Removed Group documented methods in LuaFunctions.cpp
2014-08-12 18:52:48 -04:00
Rochet2
4c1a03cb0b Eluna fix chat hooks 2014-08-13 00:10:09 +03:00
Rochet2
f76470c7c8 Eluna fix forgotten luafunction link 2014-08-12 20:45:38 +03:00
Rochet2
247e07fce4 Correct and add documentation 2014-08-12 20:43:42 +03:00
Rochet2
9e49400768 Fix logic in parser 2014-08-12 19:40:22 +03:00
Patman64
1855364cb1 Modify parser to support multiple prototypes per method.
An example of this is added for WorldObject:GetDistance.
2014-08-12 03:22:33 -04:00
Easelm
a2728c0ddc Merge branch 'master' of https://github.com/ElunaLuaEngine/Source 2014-08-11 18:04:20 -04:00
Easelm
e829b650b4 GameObject Documentation
Removed all documented methods from LuaFunctions.cpp. This excludes commented out code.
2014-08-11 18:04:06 -04:00
Foereaper
e568c8f192 Documented most Map methods 2014-08-11 23:25:27 +02:00
Foereaper
81d9342822 Fix typo 2014-08-11 23:16:45 +02:00