Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-09-24 | Add a formatting function for Vector3 (#4282) | peterbell10 | 1 | -5/+5 | |
* Vector3: Add custom fmt compatible formatter. * cLuaState: Add fmt version of ApiParamError * Use vector formatting in manual bindings * Always log vectors with FLOG | |||||
2018-01-03 | Add the fmt library (#4065) | peterbell10 | 1 | -1/+2 | |
* Replaces AppendVPrintf with fmt::sprintf * fmt::ArgList now used as a type safe alternative to varargs. * Removed SIZE_T_FMT compatibility macros. fmt::sprintf is fully portable and supports %zu. * Adds FLOG functions to log with fmt's native formatting style. | |||||
2017-09-19 | Removed UTF-8 BOM (#4033) | Lukas Pioch | 1 | -1/+1 | |
2017-09-11 | Replace ItemCallbacks with lambdas (#3993) | peterbell10 | 1 | -183/+52 | |
2017-09-02 | Revert "Replace ItemCallbacks with lambdas (#3948)" | LogicParrot | 1 | -52/+183 | |
This reverts commit 496c337cdfa593654018c171f6a74c28272265b5. | |||||
2017-09-01 | Replace ItemCallbacks with lambdas (#3948) | peterbell10 | 1 | -183/+52 | |
2017-06-26 | Moved ApiParamError into cLuaState. | Mattes D | 1 | -5/+0 | |
2017-06-24 | cBlockArea supports block entities. (#3795) | Mattes D | 1 | -6/+90 | |
2016-02-05 | Bulk clearing of whitespace | LogicParrot | 1 | -1/+1 | |
2015-12-15 | Fixed warning regarding an uninitialized value | Julian Laubstein | 1 | -1/+1 | |
2015-09-25 | Maked it compileable for clang-3.7 | Lukas Pioch | 1 | -1/+1 | |
2015-08-18 | Some warning fixes | Julian Laubstein | 1 | -2/+5 | |
2015-05-31 | ManualBindings: Fixed DoWithXYZ and ForEachInChunk signatures. | Mattes D | 1 | -4/+6 | |
Fixes forum report http://forum.mc-server.org/showthread.php?tid=1993 | |||||
2015-05-19 | Added LuaState support for all integral types | tycho | 1 | -1/+1 | |
All so added error handling for out of range values | |||||
2015-05-13 | Moved cWorld manual bindings out into a separate file. | Mattes D | 1 | -8/+541 | |
2015-02-04 | cNetwork: Exported the Connect() method and cTCPLink class to Lua. | Mattes D | 1 | -0/+10 | |
2014-08-23 | RankMgr: Unified function signature comments in the bindings. | Mattes D | 1 | -1/+0 | |
2014-08-08 | Exported cRankManager to LuaAPI. | madmaxoft | 1 | -1/+18 | |
2014-07-21 | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 1 | -1/+1 | |
2014-03-25 | 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. | Samuel Barney | 1 | -1/+1 | |
Also had to undefine TOLUA_TEMPLATE_BIND a couple of times. | |||||
2013-12-08 | Moved bindings-related to a Bindings subfolder. | madmaxoft | 1 | -0/+0 | |
Ref.: #407 | |||||
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 | |
2012-06-14 | Attempt to bring sanity to newlines across systems. | cedeel@gmail.com | 1 | -7/+7 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@606 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2011-10-03 | MCServer c++ source files | faketruth | 1 | -0/+8 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@3 0a769ca7-a7f5-676a-18bf-c427514a06d6 |