UltraNix
c4383324fb
Implemented ObjectGuid support for AzerothCore.
2021-04-21 19:55:37 +02:00
Winfidonarleyan
33783f4e14
Guild
2021-03-18 23:23:57 +07:00
FrancescoBorzi
a44e773146
fix(AzerothCore): correct mistake in GuildMethods.h
2020-11-22 16:51:00 +01:00
Foereaper
b6a450569e
Required changes for latest TC
2020-09-12 15:44:02 +02:00
RedSkull-666
c58135b161
Trinity SQLTransaction
...
Ungroups Trinity from AzerothCore when necessary
Replaces SQLTransaction by CharacterDatabaseTransaction
2020-03-31 19:29:24 +02:00
ksklyarov
91786703ab
rename trinity->acore also in luaengine
2019-11-19 01:04:19 +03:00
H0zen
43c3f08fe2
Fix MaNGOS build
2019-06-05 13:47:26 +03:00
Rochet2
8697e932ae
Fix mangos two build
2018-10-18 20:42:44 +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
antz
c2f2dd566c
Add Mangos Four support
2018-03-28 19:36:45 +01:00
H0zen
7cc2b1306e
MaNGOS changes
2017-11-10 22:41:38 +02:00
Rochet2
48313dd0db
Remove guild bank methods
2017-07-19 18:12:31 +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
d7637637e1
Update GuildMethods.h
2017-03-15 12:41:30 +02:00
Rochet2
c971ca6518
Update GuildMethods.h
2017-03-15 12:35:07 +02:00
Rochet2
67ea403f10
Fix cmangos (classic) build
2016-11-27 20:53:42 +02:00
Rochet2
001e05bb93
Fix TC build
2016-11-26 14:35:47 +02:00
Rochet2
37eec855c5
Add MaNGOS required changes
2016-03-04 23:25:43 +02:00
Rochet2
2fce645b7e
new year
2016-01-05 20:19:47 +02:00
Rochet2
28161fa2fc
Remove corpse methods (report if needing them) and made changes to objectaccessor required by TC
...
See 402a3c45ff for more
2015-09-30 22:01:36 +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
1b9a2ae018
MangosTwo change fixes
2015-02-15 02:44:24 +02:00
Rochet2
849651d4c0
Change player access from sessions to players
2015-02-15 02:44:23 +02:00
Tommy
803a835668
Happy New Year 2015
2015-01-01 13:59:33 -05:00
Foereaper
6d0c50977f
Added Guild method documentation
...
Todo: Move a couple methods to player methods
2014-12-21 01:24:43 +01: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
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
580b3f7a25
Fix linux warnings Implement #72
2014-06-29 21:28:59 +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
fee6f42e2d
Eluna classic support
2014-06-29 21:28:26 +02:00
Foereaper
a04de5b194
Truncating history
2014-06-29 21:27:59 +02:00