Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Force all headers other than "Globals.h" to be included with relative paths (#4269) | peterbell10 | 2018-08-29 | 1 | -4/+0 |
| | | | | | | | Closes #4236 CMake now creates a header file in the build directory under the path "include/Globals.h" which just includes "src/Globals.h" with an absolute path. Then instead of adding "src/" to the include directories, it adds "include/". #include "Globals.h" still works by including the build generated file and any other src-relative path will not work. | ||||
* | tolua++ bindings use nullptr. (#4219) | peterbell10 | 2018-04-27 | 1 | -4/+1 |
| | | | Fixes compilation with -Wzero-as-null-pointer-constant. | ||||
* | Add the fmt library (#4065) | peterbell10 | 2018-01-03 | 1 | -1/+1 |
| | | | | | | | * 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. | ||||
* | Fix Travis build (#4101) | peterbell10 | 2017-12-22 | 1 | -1/+1 |
| | | | | | | | | | Stop using gdb on osx - was breaking the build Add clang 3.5 build as travis now defaults to 5.0 Fix unknown-warning-option errors on AppleClang ProtoProxy: Use nullptr UrlClientTest: add override to callback destructor Update jsoncpp to use nullptr | ||||
* | Fixed Clang 5.0 compile errors (#4085) | bibo38 | 2017-12-21 | 1 | -2/+5 |
| | | | | | | | | | | | | * Fixed Clang 5.0 compile errors * Fixed wrong comment * Only disable warnings in Clang 5 or higher * Added a CMake condition for the Clang 5 no-zero-as-null-pointer-constant warning * Now using the use_nullptr branch of the Cuberite specific SQLiteCpp fork | ||||
* | Fix switch warnings (#4013) | peterbell10 | 2017-09-14 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | * Fix switch warnings * Fix a variety of -Wswitch and -Wswitch-enum warnings * Remove unneeded -Wno-error flags * Reorganise some eMonsterType switches * Alpha sort eMonsterType cases in WriteMobMetadata and in cNBTChunkSerializer::AddMonsterEntity * List all mob types in protocol 1.12 and NBTChunkSerializer * cStructGenTrees::GetNumTrees: remove switch default * cWSSAnvil::LoadOldMinecartFromNBT: Log unhandled minecart type | ||||
* | Add cUUID class (#3871) | peterbell10 | 2017-08-25 | 1 | -0/+1 |
| | |||||
* | Fully implemented leashes (#3798) | Pablo Beltrán | 2017-08-21 | 1 | -0/+1 |
| | |||||
* | Lua plugin cColor (#3833) | Lane Kolbly | 2017-07-12 | 1 | -0/+1 |
| | |||||
* | Added bed entity (#3823) | Lukas Pioch | 2017-07-07 | 1 | -0/+1 |
| | | | | | | | | | | * Added bed entity * Export cBedEntity to lua * Set color of bed through item damage value * Added bed entity to APIDoc * NBT: Added loading and saving * Crafting recipes for the colored beds | ||||
* | Update tolua and export EffectID | peterbell10 | 2017-06-29 | 1 | -0/+1 |
| | |||||
* | cBlockArea supports block entities. (#3795) | Mattes D | 2017-06-24 | 1 | -0/+1 |
| | |||||
* | Exported boat | Lukas Pioch | 2017-05-24 | 1 | -0/+1 |
| | | | | | | | - NBT: Added saving / loading of material - Added the material in the item handler of the boat - Drop the correct boat if destroyed - APIDoc: Added desc and functions | ||||
* | Exported cFallingBlock and cExpOrb (#3700) | Lukas Pioch | 2017-05-09 | 1 | -0/+2 |
| | |||||
* | Removed binary ToLua++ from build. | Mattes D | 2017-05-04 | 1 | -2/+2 |
| | | | | A local Lua executable is used instead. | ||||
* | Use CMake's Android generators to crosscompile | Tiger Wang | 2016-12-12 | 1 | -1/+1 |
| | |||||
* | CMake: Fix system Lua usage for non-5.1 versions. (#3271) | Mattes D | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | CMake: Remove needless minimum version specifications. | Mattes D | 2016-07-18 | 1 | -1/+0 |
| | |||||
* | Use system Lua, if available, to generate bindings. | Mattes D | 2016-07-18 | 1 | -12/+15 |
| | | | | Closes #1031. | ||||
* | Bindings: Added missing dependencies. | Mattes D | 2016-07-02 | 1 | -0/+12 |
| | | | | Fixes #3245 | ||||
* | Removed cWebPlugin, WebAdmin uses cLuaState::cCallback. | Mattes D | 2016-06-27 | 1 | -3/+0 |
| | |||||
* | Revert "Lua callback" | Mattes D | 2016-03-21 | 1 | -0/+3 |
| | |||||
* | Removed cWebPlugin, WebAdmin uses cLuaState::cCallback. | Mattes D | 2016-03-17 | 1 | -3/+0 |
| | |||||
* | Renamed leftover strings to Cuberite / Server, as needed. | Mattes D | 2016-01-01 | 1 | -1/+1 |
| | | | | Also upgraded the user setting file for MSVC to 2013. | ||||
* | Added the cUrlParser class, exported to Lua API. | Mattes D | 2015-12-25 | 1 | -1/+1 |
| | |||||
* | Added a Json parser and serializer to Lua API. | Mattes D | 2015-12-24 | 1 | -0/+2 |
| | |||||
* | Fix old style casts and implicit conversions | Matti Hänninen | 2015-08-12 | 1 | -0/+1 |
| | |||||
* | Silenced and fixed many warning messages across multiple files. | Samuel Barney | 2015-07-29 | 1 | -6/+0 |
| | |||||
* | Fix comments | tycho | 2015-05-28 | 1 | -5/+5 |
| | |||||
* | Made -Weverything an error. | tycho | 2015-05-24 | 1 | -0/+5 |
| | |||||
* | Make -Werror disabling file only | tycho | 2015-05-19 | 1 | -0/+4 |
| | | | | Ad fix a load of warnings | ||||
* | Moved cWorld manual bindings out into a separate file. | Mattes D | 2015-05-13 | 1 | -0/+1 |
| | |||||
* | ToLua now generates cLuaState::Push() and GetStackValue() | Mattes D | 2015-05-12 | 1 | -4/+9 |
| | | | | | For classes exported through ToLua it generates the cLuaState::Push() and cLuaState::GetStackValue() functions, as well as the supporting forward declarations and typedefs. Renamed virtual_method_hooks.lua to BindingsProcessor.lua since it no longer provides virtual method hooks and instead does additional processing when generating the bindings. | ||||
* | Update submodules | Tiger Wang | 2015-05-02 | 1 | -1/+1 |
| | |||||
* | cNetwork: Added UDP API. | Mattes D | 2015-02-20 | 1 | -0/+2 |
| | |||||
* | Exported cServerHandle and cNetwork:Listen to Lua. | Mattes D | 2015-02-04 | 1 | -0/+2 |
| | | | | Also added an example to the NetworkTest plugin. | ||||
* | cNetwork: Exported lookup functions to Lua API. | Mattes D | 2015-02-04 | 1 | -0/+2 |
| | | | | Also added an example in the NetworkTest plugin. | ||||
* | cNetwork: Exported the Connect() method and cTCPLink class to Lua. | Mattes D | 2015-02-04 | 1 | -0/+3 |
| | |||||
* | Properly exported cItemFrame and cHangingEntity to Lua. | Mattes D | 2014-10-21 | 1 | -0/+2 |
| | |||||
* | Exported individual projectile classes to Lua API. | Mattes D | 2014-10-21 | 1 | -103/+103 |
| | | | | They used to be exported, but then they were moved to separate files and those werent' added to the ToLua processing list. | ||||
* | Bindings: Removed obsolete codegen files. | Mattes D | 2014-10-19 | 1 | -3/+0 |
| | | | | LuaState_Call.inc is no longer needed, it was replaced with variadic templates. | ||||
* | Added first test to show the object can be created | Tycho | 2014-09-17 | 1 | -0/+2 |
| | |||||
* | Removed Group.h from Bindings' dependencies. | Mattes D | 2014-08-21 | 1 | -1/+0 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into Ranks | madmaxoft | 2014-08-12 | 1 | -1/+1 |
|\ | |||||
| * | Fixed circular dependecy luaState_Call.inc | Tycho | 2014-08-10 | 1 | -1/+1 |
| | | |||||
* | | Exported cRankManager to LuaAPI. | madmaxoft | 2014-08-08 | 1 | -0/+1 |
|/ | |||||
* | Exported the beacon. | Howaner | 2014-07-30 | 1 | -0/+1 |
| | |||||
* | Fixed "Dependency" typos | archshift | 2014-07-30 | 1 | -2/+2 |
| | |||||
* | Fixed Bindings generation in MSVC. | madmaxoft | 2014-07-22 | 1 | -2/+2 |
| | | | | The bindings weren't regenerated because of the typo in the dependencies cmake variable. | ||||
* | Fixed MSVC bindings generation. | madmaxoft | 2014-07-19 | 1 | -1/+1 |
| | |||||
* | Moved Windows custom command to src/CMakeLists.txt | archshift | 2014-07-19 | 1 | -15/+1 |
| | |||||
* | CMakeLists: Moved Bindings-specific code to subdir | archshift | 2014-07-19 | 1 | -0/+111 |
| | |||||
* | CMake: Add Bindings library from subdirectory | archshift | 2014-07-19 | 1 | -0/+6 |
| | |||||
* | src/CMakeLists.txt: Replaced glob with list of files | archshift | 2014-07-19 | 1 | -0/+32 |
| | | | | On MSVC, CMake will traverse all the CMakeLists and add their source and header files to one conglomerate SOURCE list. | ||||
* | Bugfixes | Tycho | 2014-01-23 | 1 | -10/+0 |
| | |||||
* | added dependecies for bindings regen | Tycho | 2014-01-23 | 1 | -14/+0 |
| | |||||
* | Added support for out-of-source builds. | madmaxoft | 2013-12-28 | 1 | -9/+14 |
| | |||||
* | fixed include of math on windows | tycho | 2013-12-20 | 1 | -1/+1 |
| | |||||
* | added expat as lua bindings dependincy | Tycho Bickerstaff | 2013-12-19 | 1 | -1/+1 |
| | |||||
* | added all cpp files to bindings | Tycho Bickerstaff | 2013-12-19 | 1 | -1/+4 |
| | |||||
* | fixed bindings generation | Tycho Bickerstaff | 2013-12-19 | 1 | -8/+2 |
| | |||||
* | bindings regenration logic | Tycho Bickerstaff | 2013-12-19 | 1 | -2/+8 |
| | |||||
* | added tolua++ command and removed stackwalker from build | Tycho Bickerstaff | 2013-12-10 | 1 | -4/+6 |
| | |||||
* | more cmake changes | Tycho Bickerstaff | 2013-12-10 | 1 | -0/+7 |
| | |||||
* | more cmake | Tycho Bickerstaff | 2013-12-10 | 1 | -1/+1 |
| | |||||
* | started work on cmake | Tycho Bickerstaff | 2013-12-10 | 1 | -0/+7 |