Rochet2
2fdc1a17de
Fix copy paste error, closes https://github.com/ElunaLuaEngine/Eluna/issues/195
2016-03-25 00:30:22 +02:00
Rochet2
4892f86e43
Make player data accessible regardless of map
2016-02-29 21:12:03 +02:00
Rochet2
c214d4f37b
Add missing new year
2016-01-05 20:27:21 +02:00
Rochet2
3cfa7ac575
Fix copy paste error: self = obj
2015-09-12 19:56:09 +03:00
Rochet2
c80b80c206
Add some documentation and add map support back
...
Part of https://github.com/ElunaLuaEngine/Eluna/issues/167
2015-08-28 22:03:40 +03:00
Rochet2
a0e5e623c3
Update ObjectVariables.ext
...
Added proper support for mangos
Removed map specific variables
2015-08-15 22:24:03 +03:00
Rochet2
3d645d8048
Add StackTracePlus, Rewrite not to recreate eluna on reload
2015-01-20 17:05:41 +02:00
Tommy
803a835668
Happy New Year 2015
2015-01-01 13:59:33 -05:00
Rochet2
a068a33bed
Fix GetTargetDest
...
Deleting function cache. It is causing problems with few functions and there is not much use for it, especially with our current setup.
2014-12-15 16:58:06 +02:00
Rochet2
02316cd182
Revert changes to extension from 2343f1b2d6
2014-11-09 23:03:57 +02:00
Rochet2
2343f1b2d6
Eluna fix require path to lua script folder structure. Implement .ext.lua and comment them in the ext files that exist.
2014-11-09 17:16:47 +02:00
Rochet2
42ffd8aff8
Eluna: Implement utility GetRow()
2014-09-13 21:39:48 +03:00
Rochet2
1447e0da57
Eluna improve object variable extension
2014-07-11 00:20:25 +03:00
Rochet2
965d511d52
Eluna fix load order
...
_ext in file name and .ext as extension can both be used to mark files as extensions that are loaded first. Otherwise all is loaded alphabetically. Everything is loaded as modules, which means that they cant be loaded twice with require.
closes #85
2014-07-03 20:23:06 +03:00
Rochet2
637ee5fff9
Eluna tweak load order. You can now freely use require() on any script. all lua files are loaded alphabetically (path is taken into account) and the extensions folder is loaded first always
2014-07-02 00:44:54 +03:00
Rochet2
6acf09dcf5
Update FunctionCache.lua
2014-06-30 19:26:19 +03:00
Rochet2
1e4aa81e6a
Eluna fix extension for classic and TBC
...
There are no vehicles.
cfa6627d15 (commitcomment-6831392)
2014-06-29 21:29:01 +02:00
Rochet2
580b3f7a25
Fix linux warnings Implement #72
2014-06-29 21:28:59 +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
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