Commit Graph

201 Commits

Author SHA1 Message Date
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
Foereaper
4f1b56089a Merge branch 'master' of https://github.com/elunaluaengine/eluna 2014-08-09 20:39:23 +02:00
Foereaper
3e82076c57 Quest method documentation 2014-08-09 20:38:53 +02:00
Rochet2
9790a2af56 Eluna fix VS warning 2014-08-09 21:37:08 +03:00
Foereaper
fcdbd297ae Forgot a few spell method documentations 2014-08-09 19:57:50 +02:00
Foereaper
3e3cb68e48 Spell method documentation 2014-08-09 19:40:48 +02:00
Foereaper
e17d6355bb Added Weather documentation 2014-08-09 16:42:44 +02:00
Foereaper
5273c53f09 WorldPacket initial documentation 2014-08-09 13:06:31 +02:00
Rochet2
742d5372f7 Merge commit '2e1ed8c1e92f3af12165112b333e63ace34bfe2a' 2014-08-09 01:30:56 +03:00
Rochet2
42fcbb70ee Fix merge conflicts 2014-08-09 01:28:25 +03:00
Rochet2
30e5c418ba Eluna fix doc style and prepare merge a PR 2014-08-09 01:26:14 +03:00
Rochet2
a46e0074b9 Fix mangos zero rel20 build for new changes 2014-08-09 00:07:41 +03:00
Salja
bbc0a4d68d Update for CMaNGOS Classic PowerType Core change
Signed-off-by: Salja <salja8840@gmail.com>
2014-08-08 21:51:38 +02:00
Rochet2
4acbb496f3 Eluna Try to decide with the cases already! 2014-08-04 20:23:45 +03:00
Patman64
2e1ed8c1e9 Fix possible size issues. 2014-08-03 23:42:42 -04:00
Patman64
ac754aeffa Fix issues with negative values and uint32. 2014-08-02 21:18:31 -04:00
Rochet2
7866ac5656 Merge pull request #96 from Patman64/ban_compile_error
Fix compiling error due to Ban global method.
2014-08-02 11:05:22 +03:00
Patman64
b2bebc006e Add overflow checking for CHECKVAL. 2014-08-02 03:51:33 -04:00
Patman64
64c26969b7 Move some unused includes. 2014-08-02 02:31:19 -04:00