Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-07-18 | CMake: Remove needless minimum version specifications. | Mattes D | 1 | -1/+0 | |
2016-07-18 | Use system Lua, if available, to generate bindings. | Mattes D | 1 | -12/+15 | |
Closes #1031. | |||||
2016-07-02 | Bindings: Added missing dependencies. | Mattes D | 1 | -0/+12 | |
Fixes #3245 | |||||
2016-06-27 | Removed cWebPlugin, WebAdmin uses cLuaState::cCallback. | Mattes D | 1 | -3/+0 | |
2016-03-21 | Revert "Lua callback" | Mattes D | 1 | -0/+3 | |
2016-03-17 | Removed cWebPlugin, WebAdmin uses cLuaState::cCallback. | Mattes D | 1 | -3/+0 | |
2016-01-01 | Renamed leftover strings to Cuberite / Server, as needed. | Mattes D | 1 | -1/+1 | |
Also upgraded the user setting file for MSVC to 2013. | |||||
2015-12-25 | Added the cUrlParser class, exported to Lua API. | Mattes D | 1 | -1/+1 | |
2015-12-24 | Added a Json parser and serializer to Lua API. | Mattes D | 1 | -0/+2 | |
2015-08-12 | Fix old style casts and implicit conversions | Matti Hänninen | 1 | -0/+1 | |
2015-07-29 | Silenced and fixed many warning messages across multiple files. | Samuel Barney | 1 | -6/+0 | |
2015-05-28 | Fix comments | tycho | 1 | -5/+5 | |
2015-05-24 | Made -Weverything an error. | tycho | 1 | -0/+5 | |
2015-05-19 | Make -Werror disabling file only | tycho | 1 | -0/+4 | |
Ad fix a load of warnings | |||||
2015-05-13 | Moved cWorld manual bindings out into a separate file. | Mattes D | 1 | -0/+1 | |
2015-05-12 | ToLua now generates cLuaState::Push() and GetStackValue() | Mattes D | 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. | |||||
2015-05-02 | Update submodules | Tiger Wang | 1 | -1/+1 | |
2015-02-20 | cNetwork: Added UDP API. | Mattes D | 1 | -0/+2 | |
2015-02-04 | Exported cServerHandle and cNetwork:Listen to Lua. | Mattes D | 1 | -0/+2 | |
Also added an example to the NetworkTest plugin. | |||||
2015-02-04 | cNetwork: Exported lookup functions to Lua API. | Mattes D | 1 | -0/+2 | |
Also added an example in the NetworkTest plugin. | |||||
2015-02-04 | cNetwork: Exported the Connect() method and cTCPLink class to Lua. | Mattes D | 1 | -0/+3 | |
2014-10-21 | Properly exported cItemFrame and cHangingEntity to Lua. | Mattes D | 1 | -0/+2 | |
2014-10-21 | Exported individual projectile classes to Lua API. | Mattes D | 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. | |||||
2014-10-19 | Bindings: Removed obsolete codegen files. | Mattes D | 1 | -3/+0 | |
LuaState_Call.inc is no longer needed, it was replaced with variadic templates. | |||||
2014-09-17 | Added first test to show the object can be created | Tycho | 1 | -0/+2 | |
2014-08-21 | Removed Group.h from Bindings' dependencies. | Mattes D | 1 | -1/+0 | |
2014-08-10 | Fixed circular dependecy luaState_Call.inc | Tycho | 1 | -1/+1 | |
2014-08-08 | Exported cRankManager to LuaAPI. | madmaxoft | 1 | -0/+1 | |
2014-07-30 | Exported the beacon. | Howaner | 1 | -0/+1 | |
2014-07-30 | Fixed "Dependency" typos | archshift | 1 | -2/+2 | |
2014-07-22 | Fixed Bindings generation in MSVC. | madmaxoft | 1 | -2/+2 | |
The bindings weren't regenerated because of the typo in the dependencies cmake variable. | |||||
2014-07-19 | Fixed MSVC bindings generation. | madmaxoft | 1 | -1/+1 | |
2014-07-19 | Moved Windows custom command to src/CMakeLists.txt | archshift | 1 | -15/+1 | |
2014-07-19 | CMakeLists: Moved Bindings-specific code to subdir | archshift | 1 | -0/+111 | |
2014-07-19 | CMake: Add Bindings library from subdirectory | archshift | 1 | -0/+6 | |
2014-07-19 | src/CMakeLists.txt: Replaced glob with list of files | archshift | 1 | -0/+32 | |
On MSVC, CMake will traverse all the CMakeLists and add their source and header files to one conglomerate SOURCE list. | |||||
2014-01-23 | Bugfixes | Tycho | 1 | -10/+0 | |
2014-01-23 | added dependecies for bindings regen | Tycho | 1 | -14/+0 | |
2013-12-28 | Added support for out-of-source builds. | madmaxoft | 1 | -9/+14 | |
2013-12-20 | fixed include of math on windows | tycho | 1 | -1/+1 | |
2013-12-19 | added expat as lua bindings dependincy | Tycho Bickerstaff | 1 | -1/+1 | |
2013-12-19 | added all cpp files to bindings | Tycho Bickerstaff | 1 | -1/+4 | |
2013-12-19 | fixed bindings generation | Tycho Bickerstaff | 1 | -8/+2 | |
2013-12-19 | bindings regenration logic | Tycho Bickerstaff | 1 | -2/+8 | |
2013-12-10 | added tolua++ command and removed stackwalker from build | Tycho Bickerstaff | 1 | -4/+6 | |
2013-12-10 | more cmake changes | Tycho Bickerstaff | 1 | -0/+7 | |
2013-12-10 | more cmake | Tycho Bickerstaff | 1 | -1/+1 | |
2013-12-10 | started work on cmake | Tycho Bickerstaff | 1 | -0/+7 | |