Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |