Commit Graph

561 Commits

Author SHA1 Message Date
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
Rochet2
924b1baab3 Remove ACE and boost RW mutex requirements 2017-01-23 17:52:45 +02:00
Rochet2
6ca6f90f67 Revert "Fix cmangos classic build"
This reverts commit 57214b69c7.
2017-01-02 13:13:12 +02:00
Rochet2
214b5e28af Fix includes 2016-12-27 19:31:10 +02:00
Rochet2
57214b69c7 Fix cmangos classic build 2016-12-16 20:02:52 +02:00
Rochet2
fba5392f63 Fix cmangos build 2016-12-16 19:26:32 +02:00
Rochet2
0e78349861 Fix cmangos wotlk build 2016-12-16 18:44:25 +02:00
Rochet2
b6270285f8 Fix cmangos tbc compile 2016-12-09 23:57:40 +02:00
Rochet2
4cd1c608a3 Update requirements 2016-12-02 21:25:35 +02:00
Rochet2
a80fc81c32 Add and update mangos links 2016-12-02 21:19:20 +02:00
Rochet2
af151e5c08 Try fix ace errors on cmangos linux 2016-11-27 21:19:20 +02:00
Rochet2
67ea403f10 Fix cmangos (classic) build 2016-11-27 20:53:42 +02:00
Rochet2
4aba0d6da2 Fix mangos linux build 2016-11-26 22:29:52 +02:00
Rochet2
ca8a22023b Fix mangos build 2016-11-26 21:48:47 +02:00
Rochet2
001e05bb93 Fix TC build 2016-11-26 14:35:47 +02:00
Rochet2
2694720b1a Fix TC build 2016-11-19 20:27:57 +02:00
Rochet2
93f74c1adb Make error more verbose 2016-11-19 19:57:48 +02:00
Rochet2
eb4eeecb62 Fix CalcAbsorbResist after d3a71a8338 2016-10-29 17:08:20 +03:00
Rochet2
416c39837c Add new requirements 2016-10-18 23:01:31 +03:00
Rochet2
8aad5257f0 Fix gameobject rotations. Closes https://github.com/ElunaLuaEngine/Eluna/issues/207 2016-10-11 21:17:47 +03:00
Rochet2
dec6c45d35 Fix TC build 2016-10-07 21:39:40 +03:00
Rochet2
f0b1b3499b Fix crash when eluna disabled. ~Natrist 2016-10-06 22:36:48 +03:00
Rochet2
0541cebfb1 Fix unix ignore hidden files 2016-09-21 22:48:33 +03:00
Rochet2
d39e49b4b0 Fix copy paste error 2016-08-10 19:56:50 +03:00
Rochet2
1fd743a563 remove old setphasemask function for units 2016-08-10 19:24:27 +03:00
Rochet2
17d2d299c6 Add setphasemask for gameobjects and other worldobjects 2016-08-10 19:22:36 +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
efd63dc259 Simplify SummonPlayer due to TC changes 2016-05-08 19:22:56 +03:00
Rochet2
aac1d4b015 Fix TC build 2016-04-24 17:08:37 +03:00
Rochet2
ca52c49388 Fix TC build 2016-04-14 21:02:59 +03:00
Rochet2
404fe51cb9 Add links to enum searches from ElunaTrinityWotlk repository 2016-04-09 12:56:26 +03:00
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