Commit Graph

520 Commits

Author SHA1 Message Date
Rochet2
c42b8c09b6 TC cmake changes and dynamic linking support 2016-04-01 18:43:04 +03:00
Rochet2
2fdc1a17de Fix copy paste error, closes https://github.com/ElunaLuaEngine/Eluna/issues/195 2016-03-25 00:30:22 +02:00
Rochet2
e3dd72d27b Disable history when browsing files locally
http://stackoverflow.com/a/32454237/3586583
2016-03-19 19:35:37 +02:00
Rochet2
116589c55a Change magic numbers to enum 2016-03-19 14:33:30 +02:00
Easelm
e19f56ba23 Update Player:AdvanceAllSkills method
Ref: #193

- Tested on TrinityCore WotLK, works fine.

Code should be consistent throughout all sources. Still needs to be compiled & tested on other sources however.

Test script: http://pastebin.com/bNCsRBqN
2016-03-17 18:45:23 -04:00
Rochet2
d6cbadfec9 Fix https://github.com/ElunaLuaEngine/Eluna/issues/194 2016-03-17 11:39:18 +02:00
Rochet2
2de4fbac8c Merge pull request #192 from Rochet2/patch-1
Missing skill & better order for AdvanceAllSkills
2016-03-16 16:03:59 +02:00
Rochet2
7003be50d6 Missing skill & better order for AdvanceAllSkills 2016-03-16 16:03:03 +02:00
Rochet2
d235007af9 Merge pull request #191 from zwisus/master
Closes https://github.com/ElunaLuaEngine/Eluna/issues/190
2016-03-16 15:55:20 +02:00
Zwisus
8537fde50c Merge branch 'master' of https://github.com/ElunaLuaEngine/Eluna.git 2016-03-16 09:45:12 +08:00
Zwisus
9c5c8c2244 SKILL_THROWN
Signed-off-by: Zwisus <zlt988@gmail.com>
2016-03-16 09:42:09 +08:00
Zwisus
879f529526 SKILL_COOKING,SKILL_FIRST_AID
Signed-off-by: Zwisus <zlt988@gmail.com>
2016-03-15 17:13:44 +08:00
Rochet2
4cd17fd9d9 packet send hook can no longer return new packet 2016-03-14 21:42:12 +02:00
Rochet2
0023631b74 Fix TC jump method 2016-03-11 23:37:38 +02:00
Rochet2
37eec855c5 Add MaNGOS required changes 2016-03-04 23:25:43 +02:00
Rochet2
4892f86e43 Make player data accessible regardless of map 2016-02-29 21:12:03 +02:00
Rochet2
d162ae4105 Move objects from global table to internal registery 2016-02-24 23:01:11 +02:00
Rochet2
849d26e3a0 Fix TC build 2016-02-14 22:20:19 +02:00
Rochet2
08b22dd5bb Fix uint32_t errors (VS 2013)
Thanks to Foereaper for testing.
2016-02-08 22:27:00 +02:00
Rochet2
a3b20b248e Hash enums with underlying type instead of int
Thanks to jameyboor
2016-02-01 21:37:25 +02:00
Rochet2
c1f342406f Merge pull request #183 from ElunaLuaEngine/mangosupdate
Fix some mangos and cmangos compatibility
2016-01-24 23:21:30 +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
a316e1cdbe Adapt to TC changes 2016-01-14 19:43:03 +02:00
Rochet2
5a18a49535 Attempt fix linux 2016-01-06 15:04:58 +02:00
Rochet2
bd500868a7 Eluna attempt fix linux 2016-01-05 22:47:57 +02:00
Rochet2
b09e13b12e Try fix linux 2016-01-05 21:33:29 +02:00
Rochet2
d44fc8b3ae Fix linux 2016-01-05 20:47:15 +02:00
Rochet2
c214d4f37b Add missing new year 2016-01-05 20:27:21 +02:00
Rochet2
2fce645b7e new year 2016-01-05 20:19:47 +02:00
Rochet2
969c0bbbfa Fix documentation indentation and implement emote state method. Closes https://github.com/ElunaLuaEngine/Eluna/issues/181 2016-01-05 16:58:09 +02:00
Rochet2
086ad796fc Add new methods. Closes https://github.com/ElunaLuaEngine/Eluna/pull/176 and https://github.com/ElunaLuaEngine/Eluna/issues/171 2016-01-05 16:42:29 +02:00
Rochet2
972ff3d010 Some performance and warning fixes 2016-01-05 14:57:29 +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
c94ef51cbe Remove DeleteBonesFromWorld method from corpse and fix build for TC 2015-11-09 17:56:17 +02:00
Rochet2
e41fed0c0d Add missing header for recursive ace mutex 2015-11-05 20:24:53 +02:00
Rochet2
9847733a6b Try fix travis include error 2015-11-05 19:36:16 +02:00
Rochet2
cf39a5adab Remove defines that disturb cmangos compilation 2015-11-05 18:41:02 +02:00
Rochet2
77e09b4390 change char print to int print 2015-10-07 21:25:29 +03:00
Rochet2
0a7ceb2602 Add slot enum documentation 2015-10-06 00:56:58 +03: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
Rochet2
64a442a887 Fix error message
The error is using hhu and u and other unsupported format characters.
See http://www.lua.org/manual/5.2/manual.html#lua_pushfstring for more
2015-09-29 23:08:10 +03:00
Rochet2
8daaf04994 Fix TC build 2015-09-24 11:48:07 +03:00
Rochet2
7ec215b2d7 Enable GameObject faction check for worldobject searchers and fix a typo 2015-09-21 21:47:21 +03:00
Rochet2
72d0f8f13a Fix few typos in previous commit 2015-09-16 22:33:59 +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
34439b2ff3 Eluna fix TC taxi path node container 2015-09-15 01:20:39 +03:00
Rochet2
3cfa7ac575 Fix copy paste error: self = obj 2015-09-12 19:56:09 +03:00
Rochet2
581c176da1 Fix and unify GetCoreVersion
Fixed for cmangos (tbc)
2015-09-06 14:01:47 +03:00