summaryrefslogtreecommitdiffstats
path: root/src/Bindings/ManualBindings.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implemented cServer::ScheduleTask() and cServer::TickQueuedTasks() (#5224)Feyo Korenhof2021-05-261-4/+0
* Unify DoWithBlockEntity (#5168)Tiger Wang2021-03-281-222/+0
* Update submodulesTiger Wang2020-07-231-2/+2
* Update fmt to 6.2.0 (#4718)peterbell102020-05-051-2/+6
* Using Super.Mattes D2020-04-161-0/+1
* Add a formatting function for Vector3 (#4282)peterbell102018-09-241-5/+5
* Add the fmt library (#4065)peterbell102018-01-031-1/+2
* Removed UTF-8 BOM (#4033)Lukas Pioch2017-09-191-1/+1
* Replace ItemCallbacks with lambdas (#3993)peterbell102017-09-111-183/+52
* Revert "Replace ItemCallbacks with lambdas (#3948)"LogicParrot2017-09-021-52/+183
* Replace ItemCallbacks with lambdas (#3948)peterbell102017-09-011-183/+52
* Moved ApiParamError into cLuaState.Mattes D2017-06-261-5/+0
* cBlockArea supports block entities. (#3795)Mattes D2017-06-241-6/+90
* Bulk clearing of whitespaceLogicParrot2016-02-051-1/+1
* Fixed warning regarding an uninitialized valueJulian Laubstein2015-12-151-1/+1
* Maked it compileable for clang-3.7Lukas Pioch2015-09-251-1/+1
* Some warning fixesJulian Laubstein2015-08-181-2/+5
* ManualBindings: Fixed DoWithXYZ and ForEachInChunk signatures.Mattes D2015-05-311-4/+6
* Added LuaState support for all integral typestycho2015-05-191-1/+1
* Moved cWorld manual bindings out into a separate file.Mattes D2015-05-131-8/+541
* cNetwork: Exported the Connect() method and cTCPLink class to Lua.Mattes D2015-02-041-0/+10
* RankMgr: Unified function signature comments in the bindings.Mattes D2014-08-231-1/+0
* Exported cRankManager to LuaAPI.madmaxoft2014-08-081-1/+18
* Style: Normalized to no spaces before closing parenthesis.madmaxoft2014-07-211-1/+1
* 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 Barney2014-03-251-1/+1
* Moved bindings-related to a Bindings subfolder.madmaxoft2013-12-081-0/+8