Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-07-29 | Silenced and fixed many warning messages across multiple files. | Samuel Barney | 1 | -7/+1 | |
2015-07-07 | Fixed warnings generated by 64-bit MSVC. | Mattes D | 1 | -1/+1 | |
2015-06-19 | Externalized cPrefabPiecePool self-test. | Mattes D | 1 | -1/+1 | |
2015-05-24 | Made -Weverything an error. | tycho | 1 | -5/+15 | |
2015-05-23 | Fix tests | tycho | 1 | -0/+2 | |
2015-05-19 | Make -Werror disabling file only | tycho | 1 | -0/+14 | |
Ad fix a load of warnings | |||||
2014-11-26 | Merge remote-tracking branch 'origin-master' into c++11 | Tiger Wang | 1 | -2/+10 | |
2014-11-23 | Added TwoHeights shape generator. | Mattes D | 1 | -2/+6 | |
This is a faster shape generator that can generate overhangs and has biome awareness. | |||||
2014-11-13 | Gen refactor: Implemented CompositedHeiGen. | Mattes D | 1 | -0/+1 | |
This fixes crashes in the Village generator due to the missing generator. | |||||
2014-11-12 | Generator: Shape initial refactoring. | Mattes D | 1 | -0/+3 | |
The code compiles, but several structure generators are broken, crash on start. | |||||
2014-10-30 | QtBiomeVisualiser: Added a prototyping int generator flavor. | Mattes D | 1 | -0/+1 | |
This generator is easier to manipulate, since it doesn't require rewriting the sizes in the template parameters. On the other hand, it doesn't optimize so well, so it's a bit slower. | |||||
2014-10-26 | Added a missing header to CMakeLists. | Mattes D | 1 | -0/+1 | |
2014-10-23 | Removed iniFile library from linux dependencies. | Mattes D | 1 | -1/+1 | |
2014-08-26 | Added initial dungeon rooms finisher. | Mattes D | 1 | -0/+2 | |
2014-07-27 | RoughRavines: Initial generator implementation. | madmaxoft | 1 | -0/+2 | |
This provides the basic shape of the ravines, with the basic settings based on GridStructGen, and good default values. | |||||
2014-07-19 | Subdirs: Only add_library if not using MSVC | archshift | 1 | -2/+4 | |
2014-07-19 | Generating/CMakeLists.txt: Replaced glob with list of files | archshift | 1 | -5/+54 | |
2014-04-25 | Cmake generated projects for IDEs include headers in project files. | archshift | 1 | -0/+1 | |
2014-01-25 | dded dependecy on Blocks to Generator | Tycho | 1 | -1/+1 | |
2014-01-19 | Added Inifile and OSSupport Linking | Tycho | 1 | -0/+2 | |
2013-12-11 | moved generating to globs | Tycho Bickerstaff | 1 | -1/+5 | |
2013-12-10 | more cmake | Tycho Bickerstaff | 1 | -1/+1 | |
2013-12-10 | started work on cmake | Tycho Bickerstaff | 1 | -0/+7 | |