Julian Laubstein
|
8d5f4f2160
|
Fixed warning regarding an uninitialized value
|
2015-12-15 17:06:32 +01:00 |
|
Lukas Pioch
|
e56aa4032d
|
Maked it compileable for clang-3.7
|
2015-09-25 17:09:19 +02:00 |
|
Julian Laubstein
|
dd5201c29e
|
Some warning fixes
|
2015-08-18 08:49:00 +02:00 |
|
Mattes D
|
98df75d5ab
|
ManualBindings: Fixed DoWithXYZ and ForEachInChunk signatures.
Fixes forum report http://forum.mc-server.org/showthread.php?tid=1993
|
2015-05-31 19:44:08 +02:00 |
|
tycho
|
480052c058
|
Added LuaState support for all integral types
All so added error handling for out of range values
|
2015-05-19 17:09:05 +01:00 |
|
Mattes D
|
15771e4759
|
Moved cWorld manual bindings out into a separate file.
|
2015-05-13 11:30:57 +02:00 |
|
Mattes D
|
360c632e36
|
cNetwork: Exported the Connect() method and cTCPLink class to Lua.
|
2015-02-04 08:40:50 +01:00 |
|
Mattes D
|
da67dd39ed
|
RankMgr: Unified function signature comments in the bindings.
|
2014-08-23 17:56:23 +02:00 |
|
madmaxoft
|
f1dc299fdb
|
Exported cRankManager to LuaAPI.
|
2014-08-08 23:12:22 +02:00 |
|
madmaxoft
|
93d29555e5
|
Style: Normalized to no spaces before closing parenthesis.
|
2014-07-21 17:40:43 +02:00 |
|
Samuel Barney
|
eb3cc729d4
|
More fixes to get it to compile for me on Mac 10.9. Mostly just newline additions, but some of the unused variables were causing errors, so I wrapped them in #ifndef __APPLE__ calls, since I didn't know if they were going to be used in the future.
Also had to undefine TOLUA_TEMPLATE_BIND a couple of times.
|
2014-03-25 11:15:05 -06:00 |
|
madmaxoft
|
044fd237b6
|
Moved bindings-related to a Bindings subfolder.
Ref.: #407
|
2013-12-08 12:17:54 +01:00 |
|