Rochet2
f3cd70c401
Enhance documentation
...
fix [] errors in types
fix int not set as basetype
add generated date to bottom of page
Rename Crates to All Classes and remove it from the class view
2015-05-10 01:43:32 +03:00
Patman64
196a432e7d
Fix Travis build
2015-05-01 21:28:58 -04:00
Patman64
3490d21bcd
Make the register functions optionally return a cancel callback.
...
It's now possible to have complete flexibility with cancelling bindings,
i.e. it's possible to re-implement all of the other ways to cancel bindings
using the callback.
This sytem has been designed with complete safety in mind:
- It is safe to call the callback more than once (does nothing after the
first call).
- The callback does not expire, and can be stored for as long as
necessary.
- If a callback is returned, there is no other way to cancel the binding
(again, due to safety).
2015-05-01 20:29:48 -04:00
Rochet2
b01d441dbd
Fix links
2015-05-02 03:12:02 +03:00
Rochet2
f88d57f599
Fix mangos build
2015-05-02 02:19:51 +03:00
Rochet2
b0d68e5e0e
Fix copy paste
2015-05-02 02:15:07 +03:00
Rochet2
564cf2b15b
Add quest add and remove commands and make questcomplete try satisfy the requirements and act like quest complete command. Merge SetLevel and GiveLevel for player methods.
2015-05-02 02:07:50 +03:00
Rochet2
adccf1ef36
Update LuaFunctions.cpp
2015-04-30 11:48:31 +03:00
Rochet2
1be27d59d0
Merge branch 'master' of https://github.com/ElunaLuaEngine/Eluna
2015-04-30 10:48:03 +03:00
Rochet2
633e3abcdc
Documentation and minor fixes
2015-04-30 10:47:06 +03:00
Rochet2
d80159127c
change ifdef to fix cmangos build
2015-04-23 13:51:40 +03:00
Foereaper
3aba229cee
Revert temporary fix for Mangos One
...
Mangos One is now up to date, removed temporary elif.
2015-04-10 22:27:59 +02:00
Rochet2
edfbaab68d
Update CONTRIBUTING.md
2015-04-10 23:13:03 +03:00
Rochet2
586e5f8e9b
Update README.md
2015-04-10 23:12:31 +03:00
Rochet2
fd51e1158f
Update DOC_GEN.md
2015-04-10 23:11:20 +03:00
Rochet2
3eb1331aa5
Fix readme: Never trust preview
2015-04-10 23:07:52 +03:00
Rochet2
d50a52ccb3
Enhance readme and docs
2015-04-10 23:00:33 +03:00
Foereaper
0b3bbc70f0
Mangos build fix
2015-04-10 02:23:16 +02:00
Foereaper
60952d2a7f
Fix for Mangos One build
...
This is temporary until SendAttackStateUpdate is updated on Mangos One+
2015-04-10 02:17:23 +02:00
Rochet2
456684ebc3
Merge branch 'RStijn-master'
2015-04-07 11:06:59 +03:00
RStijn
e8b9ae9d4f
Added support for GameObject::GetLootRecipient()
2015-04-07 11:06:20 +03:00
Rochet2
fdf574955f
Add new logging cmake changes for TC (only for wotlk atm)
2015-04-05 13:44:44 +03:00
Foereaper
48e5d45d9c
Added required playerbot includes
2015-04-04 01:17:40 +02:00
Foereaper
8b744ec5bd
Missed include previous commit
2015-03-31 19:54:57 +02:00
Foereaper
c093690c3b
Added include for Mangos threading
2015-03-31 19:50:02 +02:00
Foereaper
f552a6edcd
Updated to match mangos
2015-03-26 14:39:36 +01:00
Rochet2
9e25ba1a3a
Travis doesnt know what default branch is - manually set default
2015-03-26 15:19:53 +02:00
Rochet2
7bfd85130c
Fix old travis badge link
2015-03-26 15:18:27 +02:00
Rochet2
09717f3eb5
Fix the elif defined checks
2015-03-26 15:16:21 +02:00
Foereaper
71dad93199
Mangos weather structure updated
2015-03-25 00:27:20 +01:00
Foereaper
d550424090
Fix Mangos build
2015-03-24 22:48:54 +01:00
Foereaper
99db1cd8eb
Updated include for Mangos restructure
2015-03-24 22:34:58 +01:00
Salja
0372952e43
cmangos changes
...
Signed-off-by: Salja <salja8840@gmail.com >
2015-03-23 16:44:32 +01:00
Foereaper
b969262195
Updated cmake file for new Mangos folder structure
2015-03-22 23:46:22 +01:00
Rochet2
13d41a0853
Update MERGING.md
2015-03-16 20:17:06 +02:00
Rochet2
424ffdc0d7
apply cmangos changes
2015-03-16 19:25:55 +02:00
Rochet2
871a3ec42d
Fix performance warning
2015-03-15 01:37:17 +02:00
Rochet2
a2955a3081
Fix shutdown crash
2015-03-12 18:54:06 +02:00
Rochet2
9452beae3d
Fix broken link
...
Also some minor changes.
2015-03-11 19:52:43 +02:00
Patman64
e84a123e39
Fix Global: appearing in docs where it isn't wanted.
...
Also fix a broken font.
2015-03-08 19:31:31 -04:00
Rochet2
7cb61f6259
Fix mangos GetDist methods - no exact dist methods on mangos based
2015-03-08 16:33:56 +02:00
Rochet2
210f36ba54
Fix a warning on linux
2015-03-07 21:28:33 +02:00
Rochet2
2034509b15
Add more guid documentation
2015-03-07 17:12:23 +02:00
Rochet2
6badad938d
Add more GUID documentation
2015-03-07 17:12:09 +02:00
Rochet2
2d672d8828
Add methods to get exact coordinate distances
2015-03-06 17:18:38 +02:00
Tommy
947c3a3b10
Corrected invalid information give on :SpawnCreature
2015-03-06 04:20:53 -05:00
Rochet2
dc157b6f49
Fix typo in GossipSendPOI
...
Thanks to Valkryst
2015-02-25 20:37:11 +02:00
Patman64
cda4607493
Allow clear events functions to clear events of all types.
2015-02-21 23:05:12 -05:00
Asandru
5f6417663e
New player method unbind all instances
2015-02-15 14:12:35 +02:00
Rochet2
166dacee83
Revert 340fe17f4f partially
...
The UpdateUInt32Value method is not identical to Set and Set screws up gossip on TC based
2015-02-15 13:52:15 +02:00