Rochet2
fad53ae637
Add world object methods
2017-09-28 23:45:41 +03:00
Rochet2
5638cc53f8
Implement delay ranges https://github.com/ElunaLuaEngine/Eluna/issues/205
2017-07-25 21:51:46 +03:00
Rochet2
f1117fc2d8
Fix TC build
2017-06-24 23:22:43 +03:00
Rochet2
ef0b1387dd
Update WorldObjectMethods.h
2017-04-26 15:51:56 +03:00
Rochet2
00eef91aa2
Fix clang warnings about variable usage
2017-04-13 00:51:17 +03:00
Rochet2
cc2037461c
Optimize table usage in methods
2017-03-19 16:27:46 +02:00
Rochet2
b7c379a42c
Change Eluna to a global variable
...
Remove Eluna* from being passed. You can now get it through Eluna::GetEluna(L)
Change function call cleanup to lua_settop instead of manual loop
Explicitly delete the copy constructor and copy assignment operators
2017-03-19 15:48:48 +02:00
Rochet2
67ea403f10
Fix cmangos (classic) build
2016-11-27 20:53:42 +02:00
Rochet2
8aad5257f0
Fix gameobject rotations. Closes https://github.com/ElunaLuaEngine/Eluna/issues/207
2016-10-11 21:17:47 +03:00
Rochet2
17d2d299c6
Add setphasemask for gameobjects and other worldobjects
2016-08-10 19:22:36 +03:00
Rochet2
e91a065239
Fix TC build
2016-08-01 18:28:43 +03:00
Rochet2
2fce645b7e
new year
2016-01-05 20:19:47 +02:00
Rochet2
969c0bbbfa
Fix documentation indentation and implement emote state method. Closes https://github.com/ElunaLuaEngine/Eluna/issues/181
2016-01-05 16:58:09 +02:00
Rochet2
086ad796fc
Add new methods. Closes https://github.com/ElunaLuaEngine/Eluna/pull/176 and https://github.com/ElunaLuaEngine/Eluna/issues/171
2016-01-05 16:42:29 +02:00
Rochet2
7ec215b2d7
Enable GameObject faction check for worldobject searchers and fix a typo
2015-09-21 21:47:21 +03:00
Rochet2
f51217b0c4
Fix https://github.com/ElunaLuaEngine/Eluna/issues/164 and close https://github.com/ElunaLuaEngine/Eluna/issues/163
2015-08-19 23:17:00 +03:00
Rochet2
410fa4059f
Add documentation for SpawnCreature types. Fix https://github.com/ElunaLuaEngine/Eluna/issues/114
2015-07-30 18:12:42 +03:00
Rochet2
8fdd75cf4e
Add inheritance comments
2015-07-08 11:09:20 +03:00
Rochet2
5c68b7301a
Fix few doc types
2015-05-11 21:19:52 +03:00
Rochet2
7cb61f6259
Fix mangos GetDist methods - no exact dist methods on mangos based
2015-03-08 16:33:56 +02:00
Rochet2
2d672d8828
Add methods to get exact coordinate distances
2015-03-06 17:18:38 +02:00
Tommy
947c3a3b10
Corrected invalid information give on :SpawnCreature
2015-03-06 04:20:53 -05:00
Rochet2
e7019de059
Eluna fix problem with reloading timed events
2015-02-15 02:09:16 +02: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
dcd0a0e89c
Fix linux build and warnings
2014-12-20 18:24:54 +02:00
Patman64
967a8045eb
Fix calling Eluna functions from coroutines.
...
Fixes #126 .
2014-12-15 00:33:46 -05:00
Rochet2
6268216a64
Eluna implement changes from new_mthread to master ~ Does not add multithread support
2014-11-30 01:37:45 +02:00
Rochet2
a7f4954fbe
Eluna implement functions from #121 , implement hidden file ignoring closes #122 , enhance documentation in places, change requiring some now only allowing unique filenames
2014-11-22 17:16:41 +02:00
Rochet2
5b337c7f2b
Eluna remove WorldObject::GetWorldObjct, use Map::GetWorldObject
2014-09-20 18:04:34 +03:00
Rochet2
ecb076b654
Eluna: Fix warnings
2014-09-20 17:44:50 +03:00
Rochet2
d9ff37d78d
Eluna: Add cod and money to sendmail, add missing spawn types for mangos and tc for SpawnCreature
2014-09-14 00:32:25 +03:00
Rochet2
e956e00a03
Eluna: Fix issues with SD2 compatibility
2014-09-13 20:12:30 +03:00
Rochet2
06be9650bb
Eluna fix crash in timed events and prepare some for future changes. Ditched EventProcessor
2014-09-13 16:05:16 +03:00
Foereaper
1f73d61424
Fixed GetRelativePoint documentation
2014-08-17 15:01:33 +02:00
Rochet2
f2ebe41c0a
Revert doc indentation change
2014-08-13 17:24:18 +03:00
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
Rochet2
247e07fce4
Correct and add documentation
2014-08-12 20:43:42 +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
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
8e92558eac
Eluna documentation changes
2014-08-10 18:52:40 +03:00
Rochet2
30e5c418ba
Eluna fix doc style and prepare merge a PR
2014-08-09 01:26:14 +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
Rochet2
1f75dc7843
Eluna change definition checks from mangos to tc
2014-06-29 21:29:03 +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
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
4dd716015b
Eluna update
2014-06-29 21:28:30 +02:00
Rochet2
fee6f42e2d
Eluna classic support
2014-06-29 21:28:26 +02:00