Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1144 from mc-server/LuaCodeGen | Mattes D | 2014-07-06 | 1 | -2/+9 |
|\ | | | | | Lua code gen | ||||
| * | Tolua generates LuaState_Call.inc file. | madmaxoft | 2014-07-01 | 1 | -2/+9 |
| | | |||||
* | | CMake: Changed slash format to support MSYS. | madmaxoft | 2014-07-03 | 1 | -1/+1 |
| | | | | | | | | Ref.: #1044 | ||||
* | | CMake: Use cmake for file-copying. | madmaxoft | 2014-07-02 | 1 | -1/+1 |
|/ | | | | This should enable MSYS builds. | ||||
* | Fixed linking order under MinGW. | Mattes D | 2014-07-01 | 1 | -1/+1 |
| | | | | Ref.: #1044 | ||||
* | CMake: Added polarssl include dir as non-system. | Mattes D | 2014-06-28 | 1 | -1/+2 |
| | |||||
* | Changed include folders to work for Bindings, too. | Mattes D | 2014-06-28 | 1 | -3/+3 |
| | |||||
* | Added PolarSSL dependency to Bindings. | Mattes D | 2014-06-27 | 1 | -1/+1 |
| | |||||
* | Removed the md5 library, obsoleted by PolarSSL. | Mattes D | 2014-06-27 | 1 | -1/+1 |
| | | | | Fixes #1130. | ||||
* | Fixed bindings generation for Win64 builds. | Mattes D | 2014-06-14 | 1 | -9/+28 |
| | | | | Fixes #1092. | ||||
* | Fixed MSVC Bindings generation. | Mattes D | 2014-06-14 | 1 | -0/+3 |
| | |||||
* | Remove windows bindings crutch | worktycho | 2014-06-14 | 1 | -10/+0 |
| | |||||
* | automaticlly build tolua and generate bindings as part of build. | tycho | 2014-06-12 | 1 | -84/+85 |
| | |||||
* | Merged branch 'master' into SslWrappers. | madmaxoft | 2014-04-28 | 1 | -0/+9 |
|\ | |||||
| * | Fixed projectile source filenames, indentations | archshift | 2014-04-28 | 1 | -8/+8 |
| | | |||||
| * | Fixed ToLua issues | archshift | 2014-04-27 | 1 | -0/+8 |
| | | |||||
| * | Cmake generated projects for IDEs include headers in project files. | archshift | 2014-04-25 | 1 | -0/+1 |
| | | |||||
* | | Attempted CMake inclusion for PolarSSL++. | madmaxoft | 2014-04-24 | 1 | -2/+2 |
|/ | |||||
* | Added Prefabs to *nix builds. | madmaxoft | 2014-03-28 | 1 | -1/+1 |
| | |||||
* | Initial NetherFortGen import. | madmaxoft | 2014-03-28 | 1 | -13/+14 |
| | | | | Simple fortresses of 2 different rooms will generate. | ||||
* | Merge branch 'master' into unreachable | Tycho | 2014-03-17 | 1 | -0/+3 |
|\ | |||||
| * | Merge branch 'master' into BlockEntitys | Howaner | 2014-03-15 | 1 | -6/+1 |
| |\ | |||||
| * | | Add item frame saving. | Howaner | 2014-03-15 | 1 | -0/+2 |
| | | | |||||
| * | | Add health and age load to pickup's. | Howaner | 2014-03-15 | 1 | -0/+1 |
| | | | |||||
* | | | Patched tolua to emit range checks for enums | Tycho | 2014-03-15 | 1 | -0/+1 |
| |/ |/| | |||||
* | | Unified Matrix4 code | andrew | 2014-03-11 | 1 | -1/+0 |
| | | |||||
* | | Unified Vector classes | andrew | 2014-03-11 | 1 | -3/+1 |
| | | |||||
* | | Move env code part 1 | worktycho | 2014-03-07 | 1 | -10/+0 |
| | | |||||
* | | Added support to overide CMake build type with env vars | Tycho | 2014-03-07 | 1 | -0/+8 |
|/ | |||||
* | Add Lua Bindings for FlowerPotEntity.h and add documentation. | Howaner | 2014-03-07 | 1 | -0/+1 |
| | |||||
* | Manually exported g_Block tables | andrew | 2014-03-02 | 1 | -0/+1 |
| | |||||
* | Merge pull request #697 from Howaner/Skull | Mattes D | 2014-02-19 | 1 | -0/+1 |
|\ | | | | | Add Skulls/Heads to MCServer | ||||
| * | Rename SkullEntity to MobHeadEntity | Howaner | 2014-02-19 | 1 | -1/+1 |
| | | |||||
| * | Add Skulls/Heads | Howaner | 2014-02-17 | 1 | -0/+1 |
| | | |||||
* | | Properly exported and documented paintings | Tiger Wang | 2014-02-18 | 1 | -0/+1 |
|/ | |||||
* | Added LuaChunkStay to Bindings sources. | madmaxoft | 2014-02-10 | 1 | -36/+47 |
| | | | | This should fix *nix compilation. Also alpha-sorted the lists. | ||||
* | Added AllToLua.pkg to MSVC project files. | madmaxoft | 2014-02-09 | 1 | -0/+2 |
| | | | | MSVC ignores the file when compiling and it makes it easier to open it up for editing. | ||||
* | Merged branch 'master' into ChangeToPolarSSL. | madmaxoft | 2014-01-25 | 1 | -28/+72 |
|\ | |||||
| * | Merge pull request #586 from worktycho/BindingsMove | Alexander Harkness | 2014-01-25 | 1 | -28/+65 |
| |\ | | | | | | | Implented xofts suggestions in #577 | ||||
| | * | Added dependecy output to Bindings/BindingsDependencies.txt | Tycho | 2014-01-25 | 1 | -0/+7 |
| | | | |||||
| | * | Reformatted Bindings Dependecies | Tycho | 2014-01-25 | 1 | -28/+58 |
| | | | |||||
| * | | Fixed Win nightbuilds not producing PDBs. | madmaxoft | 2014-01-24 | 1 | -0/+7 |
| |/ | |||||
* | | Merge branch 'master' into ChangeToPolarSSL. | madmaxoft | 2014-01-23 | 1 | -1/+57 |
|\| | |||||
| * | Make clean now effects Bindings | Tycho | 2014-01-23 | 1 | -0/+2 |
| | | |||||
| * | Removed Bindings folder subcmake on *nix | Tycho | 2014-01-23 | 1 | -1/+2 |
| | | |||||
| * | Bugfixes | Tycho | 2014-01-23 | 1 | -2/+9 |
| | | |||||
| * | added dependecies for bindings regen | Tycho | 2014-01-23 | 1 | -0/+46 |
| | | |||||
* | | PolarSSL is fully used for 1.3.2 protocol encryption. | madmaxoft | 2014-01-23 | 1 | -0/+1 |
| | | |||||
* | | Replacing CryptoPP with PolarSSL. | madmaxoft | 2014-01-22 | 1 | -1/+1 |
|/ | | | | This is only the CMake modification to build with PolarSSL, the actual MCS code doesn't compile at all yet. | ||||
* | Changed std to c++11 in clang to fix va_copy issues | Tycho | 2014-01-17 | 1 | -4/+0 |
| | |||||
* | CMake: Fixed output paths for all MSVC versions. | madmaxoft | 2014-01-16 | 1 | -7/+9 |
| | |||||
* | CMake: Added postfix for profiled exe | madmaxoft | 2014-01-14 | 1 | -0/+4 |
| | |||||
* | CMake: Removed leftover debugging output. | madmaxoft | 2014-01-13 | 1 | -1/+0 |
| | |||||
* | CMake: Added resources to windows projects. | madmaxoft | 2014-01-13 | 1 | -1/+14 |
| | |||||
* | CMake generates Bindings when not existant (win) | madmaxoft | 2014-01-12 | 1 | -0/+10 |
| | |||||
* | Output dir set to $/MCServer. | madmaxoft | 2014-01-06 | 1 | -1/+1 |
| | | | | Ref.: #510. | ||||
* | Added support for out-of-source builds. | madmaxoft | 2013-12-28 | 1 | -9/+16 |
| | |||||
* | Made cmake compilation possible on Windows. | madmaxoft | 2013-12-27 | 1 | -5/+15 |
| | |||||
* | Added proper precompiled headers for MSVC. | madmaxoft | 2013-12-26 | 1 | -48/+47 |
| | |||||
* | added precompiled headers | tycho | 2013-12-20 | 1 | -13/+24 |
| | |||||
* | fixed include of math on windows | tycho | 2013-12-20 | 1 | -0/+9 |
| | |||||
* | fixed include paths on windows and added build dir to gitignore | tycho | 2013-12-20 | 1 | -0/+2 |
| | |||||
* | fixed compile errors with headers and math library | tycho | 2013-12-20 | 1 | -6/+15 |
| | |||||
* | fixed multiprocessing on windows and removed redundend compile of headers | tycho | 2013-12-20 | 1 | -1/+0 |
| | |||||
* | fixed a number of windows issues | tycho | 2013-12-19 | 1 | -13/+28 |
| | |||||
* | added md5 as a dependency for bindings | Tycho Bickerstaff | 2013-12-19 | 1 | -1/+2 |
| | |||||
* | added expat as lua bindings dependincy | Tycho Bickerstaff | 2013-12-19 | 1 | -1/+1 |
| | |||||
* | added blocks and blockentities | Tycho Bickerstaff | 2013-12-19 | 1 | -1/+2 |
| | |||||
* | linked in lua | Tycho Bickerstaff | 2013-12-19 | 1 | -1/+1 |
| | |||||
* | added zlib | Tycho Bickerstaff | 2013-12-11 | 1 | -1/+1 |
| | |||||
* | added UI folder | Tycho Bickerstaff | 2013-12-11 | 1 | -1/+3 |
| | |||||
* | removed leakfinder form build | Tycho Bickerstaff | 2013-12-11 | 1 | -1/+1 |
| | |||||
* | added tolua++ command and removed stackwalker from build | Tycho Bickerstaff | 2013-12-10 | 1 | -1/+2 |
| | |||||
* | more cmake changes | Tycho Bickerstaff | 2013-12-10 | 1 | -4/+4 |
| | |||||
* | more cmake | Tycho Bickerstaff | 2013-12-10 | 1 | -3/+19 |
| | |||||
* | more cmake stuff | Tycho Bickerstaff | 2013-12-10 | 1 | -2/+4 |
| | |||||
* | started work on cmake | Tycho Bickerstaff | 2013-12-10 | 1 | -0/+15 |