summaryrefslogtreecommitdiffstats
path: root/src/Bindings/ManualBindings.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-05-26Implemented cServer::ScheduleTask() and cServer::TickQueuedTasks() (#5224)Feyo Korenhof1-4/+0
2021-03-28Unify DoWithBlockEntity (#5168)Tiger Wang1-222/+0
+ DoWith calls now broadcast the block entity and mark the chunk dirty + Add block entity change queue to synchronise BE updates with block updates * Fixed a few incorrect assertions about BE type - Remove manual overloads
2020-07-23Update submodulesTiger Wang1-2/+2
2020-05-05Update fmt to 6.2.0 (#4718)peterbell101-2/+6
* Update fmt to 6.2.0
2020-04-16Using Super.Mattes D1-0/+1
2018-09-24Add a formatting function for Vector3 (#4282)peterbell101-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-03Add the fmt library (#4065)peterbell101-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-19Removed UTF-8 BOM (#4033)Lukas Pioch1-1/+1
2017-09-11Replace ItemCallbacks with lambdas (#3993)peterbell101-183/+52
2017-09-02Revert "Replace ItemCallbacks with lambdas (#3948)"LogicParrot1-52/+183
This reverts commit 496c337cdfa593654018c171f6a74c28272265b5.
2017-09-01Replace ItemCallbacks with lambdas (#3948)peterbell101-183/+52
2017-06-26Moved ApiParamError into cLuaState.Mattes D1-5/+0
2017-06-24cBlockArea supports block entities. (#3795)Mattes D1-6/+90
2016-02-05Bulk clearing of whitespaceLogicParrot1-1/+1
2015-12-15Fixed warning regarding an uninitialized valueJulian Laubstein1-1/+1
2015-09-25Maked it compileable for clang-3.7Lukas Pioch1-1/+1
2015-08-18Some warning fixesJulian Laubstein1-2/+5
2015-05-31ManualBindings: Fixed DoWithXYZ and ForEachInChunk signatures.Mattes D1-4/+6
Fixes forum report http://forum.mc-server.org/showthread.php?tid=1993
2015-05-19Added LuaState support for all integral typestycho1-1/+1
All so added error handling for out of range values
2015-05-13Moved cWorld manual bindings out into a separate file.Mattes D1-8/+541
2015-02-04cNetwork: Exported the Connect() method and cTCPLink class to Lua.Mattes D1-0/+10
2014-08-23RankMgr: Unified function signature comments in the bindings.Mattes D1-1/+0
2014-08-08Exported cRankManager to LuaAPI.madmaxoft1-1/+18
2014-07-21Style: Normalized to no spaces before closing parenthesis.madmaxoft1-1/+1
2014-03-25More 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 Barney1-1/+1
Also had to undefine TOLUA_TEMPLATE_BIND a couple of times.
2013-12-08Moved bindings-related to a Bindings subfolder.madmaxoft1-0/+0
Ref.: #407
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2012-06-14Attempt to bring sanity to newlines across systems.cedeel@gmail.com1-7/+7
git-svn-id: http://mc-server.googlecode.com/svn/trunk@606 0a769ca7-a7f5-676a-18bf-c427514a06d6
2011-10-03MCServer c++ source filesfaketruth1-0/+8
git-svn-id: http://mc-server.googlecode.com/svn/trunk@3 0a769ca7-a7f5-676a-18bf-c427514a06d6