summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added abilty to set build infoTycho2014-09-101-0/+3
| | | | | build info is displayed at startup Fixes #1410
* Fixed Bindings regeneration under MSVC.madmaxoft2014-09-011-1/+6
|
* Merge remote-tracking branch 'origin/master' into RanksMattes D2014-08-221-4/+5
|\
| * Merge pull request #1308 from mc-server/loggerMattes D2014-08-151-4/+5
| |\ | | | | | | New Logging framework
| | * Renamed LoggersTycho2014-08-121-3/+4
| | |
| | * Fixed Tools to work with new logging frameworkTycho2014-08-101-2/+0
| | |
| | * First Implementatation of new Loggin frameworkTycho2014-08-101-2/+4
| | |
* | | Removed cGroup and cGroupManager.Mattes D2014-08-211-4/+0
| | |
* | | Merge branch 'master' into Ranksmadmaxoft2014-08-141-1/+1
|\| |
| * | CheckBasicStyle checks the src folder as well.madmaxoft2014-08-141-1/+1
| |/
* / RankMgr: Initial interface declaration.madmaxoft2014-08-051-0/+2
|/
* Merged branch 'master' into NameToUUID.madmaxoft2014-07-311-4/+4
|\
| * Fixed "Dependency" typosarchshift2014-07-301-4/+4
| |
* | Added a cMojangAPI class for PlayerName -> UUID lookups, with cache.madmaxoft2014-07-301-1/+3
|/ | | | The cache is persisted into a SQLite DB file on server shutdown.
* Added a queue for setting chunk data.madmaxoft2014-07-241-0/+2
| | | | Fixes #1196.
* Fixed MSVC bindings regeneration.madmaxoft2014-07-221-1/+1
| | | | Still one typo had been left in the cmake file.
* CMake: generates a list of all source files.madmaxoft2014-07-211-0/+20
| | | | This will be used for the style-checking script.
* Fixed MSVC bindings generation.madmaxoft2014-07-191-3/+3
|
* Moved Windows custom command to src/CMakeLists.txtarchshift2014-07-191-0/+19
|
* CMakeLists: Moved Bindings-specific code to subdirarchshift2014-07-191-115/+7
|
* Blocks/CMakeLists.txt: Fixed header list after merge of masterarchshift2014-07-191-9/+4
|
* CMake: Add Bindings library from subdirectoryarchshift2014-07-191-23/+6
|
* src/CMakeLists.txt: Replaced glob with list of filesarchshift2014-07-191-20/+148
| | | | On MSVC, CMake will traverse all the CMakeLists and add their source and header files to one conglomerate SOURCE list.
* src/CMakeLists: Small changes for increased readabilityarchshift2014-07-191-5/+9
|
* Merge remote-tracking branch 'origin/master' into potionsarchshift2014-07-101-9/+17
|\ | | | | | | | | | | Conflicts: src/Entities/Player.cpp src/Entities/ProjectileEntity.cpp
| * Merge pull request #1144 from mc-server/LuaCodeGenMattes D2014-07-061-2/+9
| |\ | | | | | | Lua code gen
| | * Tolua generates LuaState_Call.inc file.madmaxoft2014-07-011-2/+9
| | |
| * | CMake: Changed slash format to support MSYS.madmaxoft2014-07-031-1/+1
| | | | | | | | | | | | Ref.: #1044
| * | CMake: Use cmake for file-copying.madmaxoft2014-07-021-1/+1
| |/ | | | | | | This should enable MSYS builds.
| * Fixed linking order under MinGW.Mattes D2014-07-011-1/+1
| | | | | | | | Ref.: #1044
| * CMake: Added polarssl include dir as non-system.Mattes D2014-06-281-1/+2
| |
| * Changed include folders to work for Bindings, too.Mattes D2014-06-281-3/+3
| |
| * Added PolarSSL dependency to Bindings.Mattes D2014-06-271-1/+1
| |
| * Removed the md5 library, obsoleted by PolarSSL.Mattes D2014-06-271-1/+1
| | | | | | | | Fixes #1130.
* | EntityEffects.x -> EntityEffect.x, Object-Oriented effectsarchshift2014-06-191-1/+1
| | | | | | | | Changed effect map to take a pointer of the effect as a result.
* | Moved Effects.h to EntityEffects.h, added initial implarchshift2014-06-171-1/+1
|/
* Fixed bindings generation for Win64 builds.Mattes D2014-06-141-9/+28
| | | | Fixes #1092.
* Fixed MSVC Bindings generation.Mattes D2014-06-141-0/+3
|
* Remove windows bindings crutchworktycho2014-06-141-10/+0
|
* automaticlly build tolua and generate bindings as part of build.tycho2014-06-121-84/+85
|
* Merged branch 'master' into SslWrappers.madmaxoft2014-04-281-0/+9
|\
| * Fixed projectile source filenames, indentationsarchshift2014-04-281-8/+8
| |
| * Fixed ToLua issuesarchshift2014-04-271-0/+8
| |
| * Cmake generated projects for IDEs include headers in project files.archshift2014-04-251-0/+1
| |
* | Attempted CMake inclusion for PolarSSL++.madmaxoft2014-04-241-2/+2
|/
* Added Prefabs to *nix builds.madmaxoft2014-03-281-1/+1
|
* Initial NetherFortGen import.madmaxoft2014-03-281-13/+14
| | | | Simple fortresses of 2 different rooms will generate.
* Merge branch 'master' into unreachableTycho2014-03-171-0/+3
|\
| * Merge branch 'master' into BlockEntitysHowaner2014-03-151-6/+1
| |\
| * | Add item frame saving.Howaner2014-03-151-0/+2
| | |
| * | Add health and age load to pickup's.Howaner2014-03-151-0/+1
| | |
* | | Patched tolua to emit range checks for enumsTycho2014-03-151-0/+1
| |/ |/|
* | Unified Matrix4 codeandrew2014-03-111-1/+0
| |
* | Unified Vector classesandrew2014-03-111-3/+1
| |
* | Move env code part 1worktycho2014-03-071-10/+0
| |
* | Added support to overide CMake build type with env varsTycho2014-03-071-0/+8
|/
* Add Lua Bindings for FlowerPotEntity.h and add documentation.Howaner2014-03-071-0/+1
|
* Manually exported g_Block tablesandrew2014-03-021-0/+1
|
* Merge pull request #697 from Howaner/SkullMattes D2014-02-191-0/+1
|\ | | | | Add Skulls/Heads to MCServer
| * Rename SkullEntity to MobHeadEntityHowaner2014-02-191-1/+1
| |
| * Add Skulls/HeadsHowaner2014-02-171-0/+1
| |
* | Properly exported and documented paintingsTiger Wang2014-02-181-0/+1
|/
* Added LuaChunkStay to Bindings sources.madmaxoft2014-02-101-36/+47
| | | | This should fix *nix compilation. Also alpha-sorted the lists.
* Added AllToLua.pkg to MSVC project files.madmaxoft2014-02-091-0/+2
| | | | MSVC ignores the file when compiling and it makes it easier to open it up for editing.
* Merged branch 'master' into ChangeToPolarSSL.madmaxoft2014-01-251-28/+72
|\
| * Merge pull request #586 from worktycho/BindingsMoveAlexander Harkness2014-01-251-28/+65
| |\ | | | | | | Implented xofts suggestions in #577
| | * Added dependecy output to Bindings/BindingsDependencies.txtTycho2014-01-251-0/+7
| | |
| | * Reformatted Bindings DependeciesTycho2014-01-251-28/+58
| | |
| * | Fixed Win nightbuilds not producing PDBs.madmaxoft2014-01-241-0/+7
| |/
* | Merge branch 'master' into ChangeToPolarSSL.madmaxoft2014-01-231-1/+57
|\|
| * Make clean now effects BindingsTycho2014-01-231-0/+2
| |
| * Removed Bindings folder subcmake on *nixTycho2014-01-231-1/+2
| |
| * BugfixesTycho2014-01-231-2/+9
| |
| * added dependecies for bindings regenTycho2014-01-231-0/+46
| |
* | PolarSSL is fully used for 1.3.2 protocol encryption.madmaxoft2014-01-231-0/+1
| |
* | Replacing CryptoPP with PolarSSL.madmaxoft2014-01-221-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 issuesTycho2014-01-171-4/+0
|
* CMake: Fixed output paths for all MSVC versions.madmaxoft2014-01-161-7/+9
|
* CMake: Added postfix for profiled exemadmaxoft2014-01-141-0/+4
|
* CMake: Removed leftover debugging output.madmaxoft2014-01-131-1/+0
|
* CMake: Added resources to windows projects.madmaxoft2014-01-131-1/+14
|
* CMake generates Bindings when not existant (win)madmaxoft2014-01-121-0/+10
|
* Output dir set to $/MCServer.madmaxoft2014-01-061-1/+1
| | | | Ref.: #510.
* Added support for out-of-source builds.madmaxoft2013-12-281-9/+16
|
* Made cmake compilation possible on Windows.madmaxoft2013-12-271-5/+15
|
* Added proper precompiled headers for MSVC.madmaxoft2013-12-261-48/+47
|
* added precompiled headerstycho2013-12-201-13/+24
|
* fixed include of math on windowstycho2013-12-201-0/+9
|
* fixed include paths on windows and added build dir to gitignoretycho2013-12-201-0/+2
|
* fixed compile errors with headers and math librarytycho2013-12-201-6/+15
|
* fixed multiprocessing on windows and removed redundend compile of headerstycho2013-12-201-1/+0
|
* fixed a number of windows issuestycho2013-12-191-13/+28
|
* added md5 as a dependency for bindingsTycho Bickerstaff2013-12-191-1/+2
|
* added expat as lua bindings dependincyTycho Bickerstaff2013-12-191-1/+1
|
* added blocks and blockentitiesTycho Bickerstaff2013-12-191-1/+2
|
* linked in luaTycho Bickerstaff2013-12-191-1/+1
|
* added zlibTycho Bickerstaff2013-12-111-1/+1
|
* added UI folderTycho Bickerstaff2013-12-111-1/+3
|
* removed leakfinder form buildTycho Bickerstaff2013-12-111-1/+1
|
* added tolua++ command and removed stackwalker from buildTycho Bickerstaff2013-12-101-1/+2
|
* more cmake changesTycho Bickerstaff2013-12-101-4/+4
|
* more cmakeTycho Bickerstaff2013-12-101-3/+19
|
* more cmake stuffTycho Bickerstaff2013-12-101-2/+4
|
* started work on cmakeTycho Bickerstaff2013-12-101-0/+15