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
Rochet2
0fd4fbd945
Eluna fix folder path and add config option possibility for script folder path (default 'lua_scripts')
2014-06-29 21:28:43 +02:00
Rochet2
cdaf38b737
Eluna fix linux script loading - Still require adding a config setting to set a path to allow you to use a fixed path with restarters and shortcuts
2014-06-29 21:28:43 +02:00
Rochet2
7bd0288658
Eluna implement more hooks, remove unnecessary hooks and code. Can now use Reset to reset timed events and on spawn should be used for events that happen on spawn instead of reset.
2014-06-29 21:28:43 +02:00
Rochet2
afb3aa8ca0
Eluna fix mangos hooks
2014-06-29 21:28:42 +02:00
Rochet2
eaf8ca0369
Update README.md
2014-06-29 21:28:42 +02:00
Rochet2
0d370e0466
Update INSTALL.md
2014-06-29 21:28:42 +02:00
Rochet2
99d7f60257
Update README.md
2014-06-29 21:28:41 +02:00
Rochet2
1b90a658f6
Update INSTALL.md
2014-06-29 21:28:41 +02:00
Rochet2
be80650625
Eluna fix left out TC logs
2014-06-29 21:28:41 +02:00
Rochet2
924997603f
Eluna misc fixes
2014-06-29 21:28:40 +02:00
Rochet2
15134e2771
Eluna add randomizer back as extension
2014-06-29 21:28:40 +02:00
Rochet2
6fd8dce5e2
Update README.md
2014-06-29 21:28:40 +02:00
Rochet2
3cdc08d556
Eluna rewrite file loader
2014-06-29 21:28:39 +02:00
Rochet2
6074f5cf6f
Update ObjectVariables.lua
...
Fix lua error : |
2014-06-29 21:28:39 +02:00
Rochet2
6fc67571c7
Eluna add a new test extension (and the folder)
2014-06-29 21:28:39 +02:00
Rochet2
ab617b4f7f
Eluna add support for extentions and create lua_scripts folder automatically again
2014-06-29 21:28:39 +02:00
Rochet2
4537a7f8f0
Eluna
2014-06-29 21:28:38 +02:00
Rochet2
6bec5eeb44
Eluna fix addon msg hook for mangos and for TC's latest changes. Also improve it a little
2014-06-29 21:28:38 +02:00
Rochet2
f013e2a9fa
Eluna add get expansion
2014-06-29 21:28:38 +02:00
Rochet2
bbb968fbeb
Update INSTALL.md
2014-06-29 21:28:37 +02:00
Rochet2
0cb2e29734
Update README.md
2014-06-29 21:28:37 +02:00
Rochet2
619ac56311
Update README.md
2014-06-29 21:28:37 +02:00
Rochet2
7b9f812f75
Create MERGING.md
2014-06-29 21:28:36 +02:00
Rochet2
bcf7ed591f
Eluna fix wrong opcode
2014-06-29 21:28:36 +02:00
Rochet2
389ed8a80e
Eluna implement SendShowMailbox for all cores
2014-06-29 21:28:36 +02:00
Rochet2
6f6a9bb149
Update GroupMethods.h
2014-06-29 21:28:35 +02:00
Rochet2
e7cb68a3a6
Eluna fix mangos tbc & classic
2014-06-29 21:28:35 +02:00
Rochet2
16b6514589
Eluna fix mangos wotlk build
2014-06-29 21:28:35 +02:00