Commit Graph

619 Commits

Author SHA1 Message Date
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
Foereaper
ec29211f7c Documented most of WorldObject methods 2014-08-11 23:07:25 +02:00
Rochet2
f59864a60e Eluna fix doc search links 2014-08-11 22:04:04 +03:00
Rochet2
4e231b77ab Eluna fix parser &links 2014-08-11 20:58:08 +03:00
Rochet2
f71a820eba Merge branch 'master' of https://github.com/ElunaLuaEngine/Eluna 2014-08-11 11:48:30 +03:00
Rochet2
1c2eceed3c Add doc gen instructions 2014-08-11 11:48:18 +03:00
Rochet2
e58b0c4f78 Merge pull request #106 from Patman64/parser_fixes
Some more fixes to the parser.
2014-08-11 11:33:22 +03:00
Patman64
9b6500ad77 Some more fixes to the parser. 2014-08-11 04:15:35 -04:00
Rochet2
abec688d9c Merge pull request #105 from Patman64/execute_call_panic
Fix possible panic in Eluna::ExecuteCall.
2014-08-11 09:12:38 +03:00
Patman64
540fa9ca18 Fix possible panic in Eluna::ExecuteCall.
The panic shouldn't actually be possible due to checks in the different
Register functions, but more checks doesn't hurt.
2014-08-11 00:53:01 -04:00
Rochet2
8ab66a5eab Enhance parser 2014-08-11 00:29:14 +03:00
Rochet2
70dc13f595 Enhance parser 2014-08-11 00:26:39 +03:00
Rochet2
8e92558eac Eluna documentation changes 2014-08-10 18:52:40 +03:00
Rochet2
25f3c4e6bb Merge pull request #103 from Patman64/doc_gen
Documentation generator

Awesome. Just awesome.
2014-08-10 11:11:57 +03:00
Patman64
b6626848f8 Remove some git merge garbage. 2014-08-10 03:38:18 -04:00
Patman64
a693bcae7e Add documentation generator. 2014-08-10 03:36:18 -04:00
Patman64
eb2b9d78b9 Update AuraMethods.h with new formatting. 2014-08-10 03:31:55 -04:00
Easelm
40160ac9f8 Corrected Corpse Documented types on a couple comments. 2014-08-09 17:59:14 -04:00
Easelm
af9bdac9d4 Corpse Method Documentation
Removed corpse documented methods from LuaFunctions.cpp.
2014-08-09 17:50:58 -04:00
Easelm
02ed184f13 Eluna; Removed Documented methods from LuaFunctions.cpp 2014-08-09 17:34:56 -04:00
Rochet2
f5c3326ed5 Eluna fix error reporting nonsense and popping stack. Closes #102 2014-08-10 00:11:42 +03:00
Rochet2
594f38c73b Eluna fix freeze on reload. Closes #99 2014-08-09 23:35:59 +03:00