summaryrefslogtreecommitdiffstats
path: root/src/Bindings/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update submodulesTiger Wang2015-05-021-1/+1
|
* cNetwork: Added UDP API.Mattes D2015-02-201-0/+2
|
* Exported cServerHandle and cNetwork:Listen to Lua.Mattes D2015-02-041-0/+2
| | | | Also added an example to the NetworkTest plugin.
* cNetwork: Exported lookup functions to Lua API.Mattes D2015-02-041-0/+2
| | | | Also added an example in the NetworkTest plugin.
* cNetwork: Exported the Connect() method and cTCPLink class to Lua.Mattes D2015-02-041-0/+3
|
* Properly exported cItemFrame and cHangingEntity to Lua.Mattes D2014-10-211-0/+2
|
* Exported individual projectile classes to Lua API.Mattes D2014-10-211-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 D2014-10-191-3/+0
| | | | LuaState_Call.inc is no longer needed, it was replaced with variadic templates.
* Added first test to show the object can be createdTycho2014-09-171-0/+2
|
* Removed Group.h from Bindings' dependencies.Mattes D2014-08-211-1/+0
|
* Merge remote-tracking branch 'origin/master' into Ranksmadmaxoft2014-08-121-1/+1
|\
| * Fixed circular dependecy luaState_Call.incTycho2014-08-101-1/+1
| |
* | Exported cRankManager to LuaAPI.madmaxoft2014-08-081-0/+1
|/
* Exported the beacon.Howaner2014-07-301-0/+1
|
* Fixed "Dependency" typosarchshift2014-07-301-2/+2
|
* Fixed Bindings generation in MSVC.madmaxoft2014-07-221-2/+2
| | | | The bindings weren't regenerated because of the typo in the dependencies cmake variable.
* Fixed MSVC bindings generation.madmaxoft2014-07-191-1/+1
|
* Moved Windows custom command to src/CMakeLists.txtarchshift2014-07-191-15/+1
|
* CMakeLists: Moved Bindings-specific code to subdirarchshift2014-07-191-0/+111
|
* CMake: Add Bindings library from subdirectoryarchshift2014-07-191-0/+6
|
* src/CMakeLists.txt: Replaced glob with list of filesarchshift2014-07-191-0/+32
| | | | On MSVC, CMake will traverse all the CMakeLists and add their source and header files to one conglomerate SOURCE list.
* BugfixesTycho2014-01-231-10/+0
|
* added dependecies for bindings regenTycho2014-01-231-14/+0
|
* Added support for out-of-source builds.madmaxoft2013-12-281-9/+14
|
* fixed include of math on windowstycho2013-12-201-1/+1
|
* added expat as lua bindings dependincyTycho Bickerstaff2013-12-191-1/+1
|
* added all cpp files to bindingsTycho Bickerstaff2013-12-191-1/+4
|
* fixed bindings generationTycho Bickerstaff2013-12-191-8/+2
|
* bindings regenration logicTycho Bickerstaff2013-12-191-2/+8
|
* added tolua++ command and removed stackwalker from buildTycho Bickerstaff2013-12-101-4/+6
|
* more cmake changesTycho Bickerstaff2013-12-101-0/+7
|
* more cmakeTycho Bickerstaff2013-12-101-1/+1
|
* started work on cmakeTycho Bickerstaff2013-12-101-0/+7