Commit Graph

33 Commits

Author SHA1 Message Date
UltraNix
c4383324fb Implemented ObjectGuid support for AzerothCore. 2021-04-21 19:55:37 +02:00
Rochet2
32f7351d30 Fix TC build 2020-01-26 23:11:13 +02:00
Rochet2
897d5e9159 Fix TC build 2019-07-17 20:49:08 +03: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
84b550c484 Update GameObjectMethods.h 2018-01-27 22:14:51 +02:00
H0zen
7cc2b1306e MaNGOS changes 2017-11-10 22:41:38 +02:00
Rochet2
00eef91aa2 Fix clang warnings about variable usage 2017-04-13 00:51:17 +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
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
2379c00711 Fix (c)mangos IsCasting and removefromworld 2015-08-20 01:54:09 +03:00
Rochet2
1bc22faa7f Add some bug and warning fixes as well as some enchantment from mthread branch 2015-08-08 15:37:22 +03: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
d80159127c change ifdef to fix cmangos build 2015-04-23 13:51:40 +03:00
Foereaper
0b3bbc70f0 Mangos build fix 2015-04-10 02:23:16 +02:00
RStijn
e8b9ae9d4f Added support for GameObject::GetLootRecipient() 2015-04-07 11:06:20 +03:00
Tommy
803a835668 Happy New Year 2015 2015-01-01 13:59:33 -05: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
06be9650bb Eluna fix crash in timed events and prepare some for future changes. Ditched EventProcessor 2014-09-13 16:05:16 +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
Easelm
b16879e622 Group Documentation
Corrected spacing in GameObject documentation

Removed Group documented methods in LuaFunctions.cpp
2014-08-12 18:52:48 -04:00
Rochet2
247e07fce4 Correct and add documentation 2014-08-12 20:43:42 +03:00
Easelm
e829b650b4 GameObject Documentation
Removed all documented methods from LuaFunctions.cpp. This excludes commented out code.
2014-08-11 18:04:06 -04:00
Rochet2
1f75dc7843 Eluna change definition checks from mangos to tc 2014-06-29 21:29:03 +02:00
Rochet2
423619b652 Eluna switch to Lua 5.2.3 2014-06-29 21:29:01 +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
Rochet2
74aaea30d5 Eluna fix RegisterEvent and other unexpected arguments 2014-06-29 21:28:48 +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
Foereaper
a04de5b194 Truncating history 2014-06-29 21:27:59 +02:00