Commit Graph

132 Commits

Author SHA1 Message Date
Foereaper
9c821527eb Add GetRealmID 2020-09-12 18:05:11 +02:00
Foereaper
b6a450569e Required changes for latest TC 2020-09-12 15:44:02 +02:00
RedSkull-666
2cdf63d45f Update GlobalMethods and PlayerMethods
Add KickPlayer reason for Trinity
2020-04-09 11:07:47 +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
Rochet2
570a45b703 Remove return value from OnDummyEffect to fix bug in spell procs - thanks to Vincent 2020-02-03 00:10:08 +02:00
Rochet2
aab1441a7a Fix mangos build 2020-01-11 15:26:43 +02:00
ksklyarov
ac7475893b fix build also for #2455 2019-11-19 01:09:24 +03:00
ksklyarov
91786703ab rename trinity->acore also in luaengine 2019-11-19 01:04:19 +03:00
Rochet2
d2b3bc867e Update GlobalMethods.h 2019-07-14 16:43:45 +03:00
Rochet2
34151cc744 Remove CreateCorpse, Improve Ban() 2019-07-06 23:25:47 +03:00
H0zen
43c3f08fe2 Fix MaNGOS build 2019-06-05 13:47:26 +03:00
WiZZy
71636498a6 Update GlobalMethods.h 2019-03-26 20:17:53 +02:00
WiZZy
70e01131e4 Update GlobalMethods.h 2019-03-26 17:20:53 +02:00
WiZZy
3eaa54dc72 Update GlobalMethods.h 2019-03-26 17:16:35 +02:00
WiZZy
70d2f8a77b Update GlobalMethods.h 2019-03-26 12:48:00 +02:00
Rochet2
2c7623c9fe Fix segfault with VendorRemoveAllItems 2018-11-19 23:26:17 +02:00
Rochet2
8697e932ae Fix mangos two build 2018-10-18 20:42:44 +03:00
Rochet2
40c50bbfbd Fix SendMail requiring relog 2018-10-08 00:06:06 +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
Rochet2
346d88dd5e Eluna fix mangos compilation 2018-01-15 22:19:17 +02:00
Rochet2
0aef6217af Merge pull request #256 from MangosServer/master
MaNGOS requested changes
2018-01-15 15:45:24 +02:00
Foereaper
d644b3a7f0 Added game event related methods 2017-11-12 12:37:27 +01:00
H0zen
7cc2b1306e MaNGOS changes 2017-11-10 22:41:38 +02:00
Rochet2
86a0ae93f0 Fix TC build 2017-08-02 21:16:03 +03:00
Rochet2
9e97353f9d Enhance sql documentation 2017-07-30 14:33:40 +03:00
Rochet2
5638cc53f8 Implement delay ranges https://github.com/ElunaLuaEngine/Eluna/issues/205 2017-07-25 21:51:46 +03:00
Rochet2
963352e4f5 Move GetPlayers from global method to map method.
For backwards compatibility for GetPlayersInMap(mapid, instid) use GetMapById(mapid, instid):GetPlayers()
2017-07-19 19:41:49 +03:00
Rochet2
199efc2ec8 Change documentation a bit 2017-07-19 18:56:22 +03:00
Rochet2
e8849c02cd Update hook documentations 2017-07-19 18:54:51 +03:00
Rochet2
8b3cbd1c7d Add game event start/stop hooks https://github.com/ElunaLuaEngine/Eluna/issues/143 2017-07-19 18:41:39 +03:00
Rochet2
f1117fc2d8 Fix TC build 2017-06-24 23:22:43 +03:00
Rochet2
39afb1d3b7 Fix TC build after fbbe247114 2017-04-19 21:00:22 +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
90c5c02c69 Fix crash when accessing players not on any map 2017-03-15 12:42:57 +02:00
Rochet2
3a6b8a3491 Fix TC build after 7567cafec8 2017-03-06 20:49:51 +02:00
Rochet2
8aad5257f0 Fix gameobject rotations. Closes https://github.com/ElunaLuaEngine/Eluna/issues/207 2016-10-11 21:17:47 +03:00
Rochet2
e91a065239 Fix TC build 2016-08-01 18:28:43 +03:00
Nicolas Viseur
e686bcb33f Update PerformIngameSpawn() (#202)
Update PerformIngameSpawn() when spawning a gobject with the save boolean set on true, so the gobject will spawn ingame just like in the cs_gobject.cpp file, instead of not spawning at all.
2016-07-02 10:14:11 +03:00
Rochet2
d6cbadfec9 Fix https://github.com/ElunaLuaEngine/Eluna/issues/194 2016-03-17 11:39:18 +02:00
Rochet2
4cd17fd9d9 packet send hook can no longer return new packet 2016-03-14 21:42:12 +02:00
Rochet2
37eec855c5 Add MaNGOS required changes 2016-03-04 23:25:43 +02:00
Rochet2
849d26e3a0 Fix TC build 2016-02-14 22:20:19 +02:00
Rochet2
33e3bf9de2 Fix some mangos compatibility 2016-01-24 19:29:42 +02:00
Rochet2
cc5f623b5c Update GlobalMethods.h
Fix some typos in documentation reported by Pursche
2016-01-24 11:52:38 +02:00
Rochet2
2fce645b7e new year 2016-01-05 20:19:47 +02:00
Rochet2
3f3de007ef More AddTaxiPath documentation 2015-12-16 22:36:25 +02:00
Rochet2
2bb387dcff Update GlobalMethods.h 2015-12-16 21:06:37 +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