Commit Graph

1190 Commits

Author SHA1 Message Date
Rochet2
62db0c601b Update LuaEngine.cpp 2014-07-21 22:57:07 +03:00
Rochet2
1bfaf5a44b Update LuaFunctions.cpp 2014-07-17 22:00:13 +03:00
Rochet2
cec3174b38 Eluna fix TC 2014-07-17 21:18:49 +03:00
Rochet2
f3baa46446 Eluna fix TC merge changes 2014-07-17 17:23:46 +03:00
Rochet2
94528114c9 Eluna fix typo in filename thanks Antz :3 2014-07-17 16:41:48 +03:00
Rochet2
13cec80b14 Eluna add mangos objectguid header 2014-07-17 00:05:36 +03:00
Rochet2
816134b60e Eluna add ace include for mangos 2014-07-16 23:09:41 +03:00
Rochet2
39adf480ec Merge branch 'master' of https://github.com/ElunaLuaEngine/Eluna 2014-07-16 23:05:11 +03:00
Rochet2
83c40bb4f2 Eluna fix TC cata build and correct wotlk 2014-07-16 23:04:58 +03:00
Rochet2
c479607104 Eluna fix mangos build (missing enum from player) 2014-07-16 22:16:28 +03:00
Rochet2
a3359062e5 Eluna/Core Refactor code making LuaEngine.h lighter and splitting entities to their own files. Fixed reload crash for timed events 2014-07-16 16:12:07 +03:00
Foereaper
606d7f0c24 More definition updates 2014-07-12 00:37:39 +02:00
Foereaper
9790a2985c Mangos definition update 2014-07-11 23:56:09 +02:00
Rochet2
550f32976a Merge branch 'master' of https://github.com/ElunaLuaEngine/Eluna 2014-07-11 00:20:46 +03:00
Rochet2
1447e0da57 Eluna improve object variable extension 2014-07-11 00:20:25 +03:00
Foereaper
c44b26befb Update README.md
Added MaNGOS to the official readme now that they have released their source including Eluna.
2014-07-09 23:09:50 +02:00
Rochet2
dc8afa45b2 Eluna add new hook (need to think where to place this) and corrected Power functions 2014-07-09 21:18:20 +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
873d6a9537 Eluna fix crash on shutdown, closes #71 2014-07-03 19:08:58 +03:00
Rochet2
df480f976d Eluna Fix GetObjectType 2014-07-03 18:30:45 +03:00
Rochet2
5a40cc5dea Eluna fix linux 2014-07-02 01:24:07 +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
6b01113a70 Merge branch 'master' of https://github.com/ElunaLuaEngine/Eluna 2014-07-01 00:35:14 +03:00
Rochet2
d09b5b04ba Eluna Closes:
#70, #69, #83, http://emudevs.com/showthread.php/3438-Custom-Items-and-On-Item-Use-Events
Fixes Object::~Object crash log from #71
2014-07-01 00:35:06 +03:00
Rochet2
6acf09dcf5 Update FunctionCache.lua 2014-06-30 19:26:19 +03:00
Rochet2
8fe509c838 Eluna add mangos support. Notice that old MANGOS is now CMANGOS 2014-06-29 21:29:03 +02:00
Rochet2
1f75dc7843 Eluna change definition checks from mangos to tc 2014-06-29 21:29:03 +02:00
Rochet2
c2a3ea5043 Eluna remove unused method bodies, Rename method bodies correctly, enable some methods implemented on mangos and TC already.. 2014-06-29 21:29:02 +02:00
Rochet2
fdd63cd716 Eluna fix classic and TBC return false for item use 2014-06-29 21:29:02 +02: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
423619b652 Eluna switch to Lua 5.2.3 2014-06-29 21:29:01 +02:00
Rochet2
6cd2ed2b6f Eluna fix mangos build 2014-06-29 21:29:01 +02:00
Rochet2
0f8f37678d Eluna fix crash on InterruptSpell. Make item use and item gossip hooks to be able to return false to stop spell casting. 2014-06-29 21:29:01 +02:00
Rochet2
1591e7a40d Update README.md 2014-06-29 21:29:00 +02:00
Rochet2
2318149d7a Eluna fix cata merge 2014-06-29 21:29:00 +02:00
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