Commit Graph

1205 Commits

Author SHA1 Message Date
Rochet2
d81a00ae20 Eluna fix core merge 2014-06-29 21:29:00 +02:00
Rochet2
580b3f7a25 Fix linux warnings Implement #72 2014-06-29 21:28:59 +02:00
Rochet2
aa78932fd1 Eluna fix invalid stack state error 2014-06-29 21:28:59 +02:00
Rochet2
34517d77d1 Eluna fix crash on deleted item. Closes #66 2014-06-29 21:28:58 +02:00
Rochet2
2764a915a1 Add a little more documentation to source. #24
There should now be enough information in the comment to be able to use the methods to create a taxi path.
Also added the comment for mountid being npc entry.
2014-06-29 21:28:58 +02:00
Rochet2
98aa2d18ef Add UpdateEntry method for creature. Closes #67
Fix optional arg

Fix mangos code
2014-06-29 21:28:58 +02:00
Rochet2
aa96c42eb0 Eluna misc fixes 2014-06-29 21:28:58 +02:00
Rochet2
d294405272 Eluna fix invalid errors 2014-06-29 21:28:57 +02:00
Rochet2
0fd1615887 Eluna add event group type name to the error messages 2014-06-29 21:28:57 +02:00
Rochet2
79fd1d5bab Eluna fix crash on reload eluna used from console 2014-06-29 21:28:57 +02:00
Rochet2
2d81bd23eb Update LuaFunctions.cpp 2014-06-29 21:28:56 +02:00
Rochet2
6e4e77f18d Update CreatureMethods.h 2014-06-29 21:28:56 +02:00
Rochet2
719707f8b0 Fix GetAITarget
Add missing important breaks
2014-06-29 21:28:56 +02:00
Rochet2
45c5c876dd Eluna remove crash possibility of using ReloadEluna global function on returning hooks, restrict the use of the reload command 2014-06-29 21:28:55 +02:00
Rochet2
37a0161f29 Eluna add GetWorldObject by guid to map methods. Closes #64 requires use of guid 2014-06-29 21:28:55 +02:00
Rochet2
eab5c0693b Eluna fix mangos GetAggroRange 2014-06-29 21:28:55 +02:00
Rochet2s
70b5389c13 Eluna fix the distinction between Cstring and String for mangos 2014-06-29 21:28:54 +02:00
Rochet2
eeb348e48a Eluna fix some methods 2014-06-29 21:28:54 +02:00
Rochet2
143e81da07 Eluna fix merge changes 2014-06-29 21:28:54 +02:00
Rochet2
572f2670fc Update HookMgr.cpp 2014-06-29 21:28:53 +02:00
Rochet2
a7e87c5de0 Eluna 2014-06-29 21:28:53 +02:00
Rochet2
417bb6d017 Eluna 2014-06-29 21:28:53 +02:00
Rochet2
8acf303652 Eluna fix build 2014-06-29 21:28:52 +02:00
Rochet2
77ff26ac8e Eluna made hook stores use templates to verify right bind store used to prevent human errors. Also fixed an error this system brought up :) 2014-06-29 21:28:52 +02:00
Rochet2
d7a07239e9 Eluna fix gossip events 2014-06-29 21:28:52 +02:00
Rochet2
b7c00ae18f Eluna fix TC wotlk - was missing the include for opcodes 2014-06-29 21:28:51 +02:00
Rochet2
e7b1bdb6a9 Eluna fix typo 2014-06-29 21:28:51 +02:00
Rochet2
40774d0c5c Eluna fix opcode definitions 2014-06-29 21:28:51 +02:00
Rochet2
9a1f8c7884 Eluna fix linux warnings 2014-06-29 21:28:50 +02:00
Rochet2
16e7a71980 Eluna prevent copying of Eluna and fix init order of WorldObjectInRangeCheck 2014-06-29 21:28:50 +02:00
Rochet2
d4dbc2c00e Eluna attempt fix linux 2014-06-29 21:28:50 +02:00
Rochet2
d269acbf8e Eluna fix typo 2014-06-29 21:28:49 +02:00
Rochet2
19b03dcbcf Eluna fix mangos build 2014-06-29 21:28:49 +02:00
Rochet2
b1f85bfc21 Eluna
Improved pushing so that a single userdata is used per object pushed.
Made everything use the singleton less, allowing more free code and easier to implement multithreading later.
Made macros for hookmgr and fixed the issue with hooks called inside hooks.
2014-06-29 21:28:49 +02:00
Rochet2
e131f36d39 Eluna add new system for userdata management. single userdata with GC.
Note that this will still need the core side destructors to have the ref remove function used in order to have invalid pointer errors.
2014-06-29 21:28:48 +02:00
Rochet2
74aaea30d5 Eluna fix RegisterEvent and other unexpected arguments 2014-06-29 21:28:48 +02:00
Rochet2
18258079b2 Update LuaEngine.h
Made the error to return right amount of nils in any case.
2014-06-29 21:28:48 +02:00
Rochet2
9873293b17 Update UnitMethods.h 2014-06-29 21:28:47 +02:00
Rochet2
166115b612 Update UnitMethods.h 2014-06-29 21:28:47 +02:00
Rochet2
93b5da51d6 Eluna fix mangos build 2014-06-29 21:28:47 +02:00
Rochet2
94063c1b7d Eluna Removed mutex lock and forced only one map update thread to be used. Made returning more arguments than pushed to return the return amount of nils instead. Removed a few hooks 2014-06-29 21:28:47 +02:00
Rochet2
f166732b49 Eluna fix TC define changes 2014-06-29 21:28:46 +02:00
Rochet2
9b805be502 Update INSTALL.md 2014-06-29 21:28:46 +02:00
Rochet2
a5b372aeaf Update CreatureMethods.h 2014-06-29 21:28:46 +02:00
Rochet2
6751208eb2 Eluna create workaround for SetReactState 2014-06-29 21:28:45 +02:00
Rochet2
523e6d50e5 Update LuaEngine.h 2014-06-29 21:28:45 +02:00
Easelm
bae4bd18be Updated GetAreaName with locale being an optional argument
WIKI: http://wiki.emudevs.com/doku.php?id=eluna_global_method_getareaname
2014-06-29 21:28:45 +02:00
Easelm
89dc95a746 Added Global Method
* GetAreaName(area or zone ID) - Returns area or zone (string) name by area or zone ID (WIKI: http://wiki.emudevs.com/doku.php?id=eluna_global_method_getareaname)
2014-06-29 21:28:44 +02:00
Rochet2
c998575221 Eluna fix build 2014-06-29 21:28:44 +02:00
Rochet2
404cbf3d11 Eluna fix mangos build 2014-06-29 21:28:44 +02:00