Rochet2
5b9743025b
Fix TC build, remove GetCombatTime
2018-01-06 00:28:30 +02:00
Rochet2
e2054785d0
Fix TC build
2017-11-08 22:03:31 +02:00
Rochet2
06384d1f3a
Revert GetAITarget changes
2017-09-29 00:43:13 +03:00
Rochet2
de4f4276ac
Remove CanRegenerateHealth method
2017-08-27 14:58:19 +03:00
Rochet2
70b0e3219c
Fix travis warning
2017-08-06 21:31:35 +03:00
Rochet2
897bf79854
Swap enable/disable logic for SetDisableGravity
2017-07-20 22:52:01 +03:00
Rochet2
6641f4a204
Fix build after e2a1ccd118
2017-07-02 23:04:58 +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
2fce645b7e
new year
2016-01-05 20:19:47 +02:00
Rochet2
c94ef51cbe
Remove DeleteBonesFromWorld method from corpse and fix build for TC
2015-11-09 17:56:17 +02:00
Rochet2
8daaf04994
Fix TC build
2015-09-24 11:48:07 +03:00
Tommy
9d9e72e598
Updated method documentation and cleaned up
...
Method documentation should be completed. Only thing left now is polishing up (fixing typos, update wording, add enumerator data to method documentation that doesn't have it, etc)..
Cleaned whitespaces
Corrected/Fixed up some comments
Removed all known documented method comments in LuaFunctions.cpp. Commented out methods are now marked as undocumented until they are uncommented & documented in their respective header files.
Removed 'Getter, Setter, Boolean, Other' comments in method files
Documented VehicleMethods, the rest of PlayerMethods, UnitMethods, CreatureMethods and GuildMethods.
Refer to #101 for more information
2015-09-16 04:14:32 -04:00
Rochet2
8fdd75cf4e
Add inheritance comments
2015-07-08 11:09:20 +03:00
Rochet2
02c7a06410
Add GetDBTableGuid method
2015-07-05 10:03:05 +03:00
Rochet2
3aa6d0544b
Fix TC compile
2015-06-04 12:30:43 +03:00
Rochet2
f3cd70c401
Enhance documentation
...
fix [] errors in types
fix int not set as basetype
add generated date to bottom of page
Rename Crates to All Classes and remove it from the class view
2015-05-10 01:43:32 +03:00
Rochet2
564cf2b15b
Add quest add and remove commands and make questcomplete try satisfy the requirements and act like quest complete command. Merge SetLevel and GiveLevel for player methods.
2015-05-02 02:07:50 +03:00
Tommy
803a835668
Happy New Year 2015
2015-01-01 13:59:33 -05:00
Patman64
bb0204a530
Improve description of Creatures in documentation.
2014-12-21 22:06:30 -05:00
Rochet2
7671054425
Eluna fix TC errors from previous commits, fix merge and fix a crash on osx
2014-12-15 23:25:09 +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
emudevs
774df595a6
Corrected typo
2014-09-22 01:08:10 -04:00
emudevs
696de1309b
Updated GetAITarget documentation with target types
2014-09-22 01:05:53 -04:00
Rochet2
4784c2052a
Eluna: Correct whitespace
2014-09-20 22:07:24 +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
b6663ba2d1
Eluna fix previous commit (tested TC wotlk)
2014-08-23 15:41:19 +03:00
Patman64
6a44dab525
Add Creature documentation.
2014-08-20 22:32:46 -04:00
Rochet2
307c3459ef
Eluna fix typo
2014-07-26 14:20:18 +03:00
Rochet2
38c516c527
Eluna add boost support and fix warnings
2014-07-24 23:37:42 +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
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
580b3f7a25
Fix linux warnings Implement #72
2014-06-29 21:28:59 +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
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
eab5c0693b
Eluna fix mangos GetAggroRange
2014-06-29 21:28:55 +02:00
Rochet2
eeb348e48a
Eluna fix some methods
2014-06-29 21:28:54 +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
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
Foereaper
a04de5b194
Truncating history
2014-06-29 21:27:59 +02:00