Rochet2
8982acfc08
Delete LICENSE.md
2017-07-30 21:30:45 +03:00
Rochet2
e650476d43
Create LICENSE
2017-07-30 21:29:28 +03:00
Rochet2
9e97353f9d
Enhance sql documentation
2017-07-30 14:33:40 +03:00
Rochet2
92c3c050d0
Change not found message for documentation search
2017-07-30 12:09:12 +03:00
Rochet2
093b5d82fa
Implement get class mask and get race mask
2017-07-26 23:17:49 +03:00
ryancheung
9dbe004bcc
Fix parameter order of method SetSkill for mangos
2017-07-26 23:09:31 +03:00
ryancheung
98397c65f2
Fix Item::SetBinding not save item bug
2017-07-26 22:51:16 +03:00
Rochet2
5638cc53f8
Implement delay ranges https://github.com/ElunaLuaEngine/Eluna/issues/205
2017-07-25 21:51:46 +03:00
Rochet2
897bf79854
Swap enable/disable logic for SetDisableGravity
2017-07-20 22:52:01 +03:00
Rochet2
481a605c5c
Throw lua error instead of assert
2017-07-19 20:25:10 +03:00
Rochet2
0cba9fc4c3
Change SetPower arguments
...
Add modify power
https://github.com/ElunaLuaEngine/Eluna/issues/189
2017-07-19 19:53:18 +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
48313dd0db
Remove guild bank methods
2017-07-19 18:12:31 +03:00
Rochet2
bf10f4f3a4
Fix talent learning code to properly do updates
2017-07-19 18:12:20 +03:00
Rochet2
6641f4a204
Fix build after e2a1ccd118
2017-07-02 23:04:58 +03:00
Rochet2
9aa048d78c
Fix registerevent not working on gameobjects that did not have updateai event registered
2017-07-02 20:05:14 +03:00
Rochet2
6c49c5e71b
Fix TC build
2017-06-27 17:56:54 +03:00
Rochet2
f1117fc2d8
Fix TC build
2017-06-24 23:22:43 +03:00
Rochet2
6804f6e90f
Fix TC build
2017-06-17 00:56:52 +03:00
Rochet2
73fdcfe83f
Remove AttackedBy hook. Use CREATURE_EVENT_ON_DAMAGE_TAKEN instead - for more read 1660bb7d27 (TC removed it)
2017-06-17 00:32:15 +03:00
Rochet2
9939cb3834
Fix TC build
2017-05-29 20:59:04 +03:00
Rochet2
839d3df8f6
Fix TC build
2017-04-29 20:48:07 +03:00
Rochet2
ef0b1387dd
Update WorldObjectMethods.h
2017-04-26 15:51:56 +03:00
Rochet2
39afb1d3b7
Fix TC build after fbbe247114
2017-04-19 21:00:22 +03:00
Rochet2
00eef91aa2
Fix clang warnings about variable usage
2017-04-13 00:51:17 +03:00
Rochet2
4cc5e42562
fix clang warnings Wundefined-var-template
2017-04-12 23:20:27 +03:00
Rochet2
d7ec5438a5
Remove bad string splitting
...
Thanks to Makpptfox at getmangos.eu for report
2017-04-12 21:36:24 +03:00
Rochet2
ecad5370ef
Update README.md
2017-04-01 15:28:50 +03:00
Rochet2
8c05149038
Update INSTALL.md
2017-03-26 01:48:21 +02:00
Rochet2
f3de130282
Update INSTALL.md
2017-03-26 01:46:33 +02:00
Rochet2
6e4b7e409f
Small change to GetRow
2017-03-19 16:38:50 +02: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
8d3433f4b5
Update DOC_GEN.md
2017-03-15 23:54:15 +02:00
Rochet2
d5f0db1335
Update IMPL_DETAILS.md
2017-03-15 23:52:14 +02:00
Rochet2
655e1a2a94
Update MERGING.md
2017-03-15 23:50:47 +02:00
Rochet2
98d2137f20
Update USAGE.md
2017-03-15 23:46:28 +02:00
Rochet2
c6d037345b
Update CONTRIBUTING.md
2017-03-15 23:43:47 +02:00
Rochet2
d99400ee80
Update CONTRIBUTING.md
2017-03-15 23:42:01 +02:00
Rochet2
d8898955e9
Update README.md
2017-03-15 23:40:13 +02:00
Rochet2
90c5c02c69
Fix crash when accessing players not on any map
2017-03-15 12:42:57 +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
Foereaper
bcda7b78d8
Update README.md
2017-03-15 00:59:56 +01:00
Foereaper
06debd5243
Update README.md
2017-03-15 00:54:30 +01:00
Rochet2
3a6b8a3491
Fix TC build after 7567cafec8
2017-03-06 20:49:51 +02:00
Rochet2
a4a6ee2233
Add requested changes to support future MaNGOS wotlk build
2017-02-16 18:15:38 +02:00