Commit Graph

21 Commits

Author SHA1 Message Date
UltraNix
c4383324fb Implemented ObjectGuid support for AzerothCore. 2021-04-21 19:55:37 +02:00
ayase
9b5499db9c AZEROTHCORE compatibility (#271)
* Done Compatible AZEROTHCORE.

* Fix TC build

* Try fix whitespace (trailing and tabs2spaces)

* Remove undefs and TC_LOG defines

* Revert indentation change

* Indentation and style change

* Add more possible SQL types to query

* change bg hooks OnBGEnd parameter type.
2018-06-06 18:42:46 +03: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
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
8fdd75cf4e Add inheritance comments 2015-07-08 11:09:20 +03:00
Tommy
9fe397aaf5 Fix RemoveCorpse and RemoveCorpse return values
Small bracket clean up
2015-01-20 23:23:58 -05:00
Tommy
803a835668 Happy New Year 2015 2015-01-01 13:59:33 -05:00
Patman64
04c2d3edf1 Improve Corpse method documentation. 2014-12-21 21:23:53 -05:00
Rochet2
dcd0a0e89c Fix linux build and warnings 2014-12-20 18:24:54 +02:00
Rochet2
631e220b31 Eluna changes
* Attempt fix VS 2010 pow error
* Tweak the doc parser a little to work with variable arugments ... and show
enum names and similar.
* Change push and check to work with more types like size and time (fix osx)
* Add errors to using not implemented operations on eluna objects
* Change some SQL comments to work with documentation better
* Add functions to create uint64 and int64 values (may need rename)
* Change doc generation documentation a little to make it clearer how proto is used
2014-12-20 18:24:53 +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
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
8e92558eac Eluna documentation changes 2014-08-10 18:52:40 +03:00
Easelm
40160ac9f8 Corrected Corpse Documented types on a couple comments. 2014-08-09 17:59:14 -04:00
Easelm
af9bdac9d4 Corpse Method Documentation
Removed corpse documented methods from LuaFunctions.cpp.
2014-08-09 17:50:58 -04: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
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
Foereaper
a04de5b194 Truncating history 2014-06-29 21:27:59 +02:00