Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix comments | tycho | 2015-05-24 | 1 | -2/+2 |
| | |||||
* | Fixed a lot of warnings | tycho | 2015-05-19 | 1 | -16/+16 |
| | |||||
* | Merge pull request #1786 from mc-server/pipelineSyntax | worktycho | 2015-03-21 | 1 | -18/+18 |
|\ | | | | | Added pipelining syntax for generators | ||||
| * | Changed pipeline character from >> to | | tycho | 2015-03-11 | 1 | -14/+14 |
| | | |||||
| * | Fixed Sequence Generator for IntGen | Tycho | 2015-03-10 | 1 | -3/+3 |
| | | |||||
| * | Fixed Style | Tycho | 2015-03-01 | 1 | -1/+1 |
| | | | | | | | | Still fails CheckBasicStyle.lua dua to issue with rvalue references and templates | ||||
| * | Added pipelining syntax for generators | Tycho | 2015-03-01 | 1 | -15/+15 |
| | | |||||
* | | Added Steppy height generator. | Mattes D | 2015-03-01 | 1 | -1/+1 |
|/ | |||||
* | Replaced atoi() with StringToInteger(). | Mattes D | 2015-01-27 | 1 | -2/+1 |
| | |||||
* | Fixed defect #73101 in Coverity list. | Kirill Kirilenko | 2015-01-23 | 1 | -1/+13 |
| | |||||
* | Fixed a missing endline. | Mattes D | 2014-11-03 | 1 | -1/+5 |
| | |||||
* | Added a (disabled) perf test for biome generators. | Mattes D | 2014-11-03 | 1 | -0/+46 |
| | |||||
* | Grown biomes: Unified with GrownProt biomes. | Mattes D | 2014-11-02 | 1 | -43/+61 |
| | | | | Also fixed a Zoom filter randomness. | ||||
* | GrownProt: Added the rest of rare and M biomes. | Mattes D | 2014-11-01 | 1 | -1/+10 |
| | |||||
* | GrownProt biome gen: Added biome edges. | Mattes D | 2014-11-01 | 1 | -2/+3 |
| | |||||
* | GrownProt biomes: added alterations. | Mattes D | 2014-10-31 | 1 | -26/+30 |
| | |||||
* | QtBiomeVisualiser: Added a prototyping int generator flavor. | Mattes D | 2014-10-30 | 1 | -13/+111 |
| | | | | 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. | ||||
* | Grown biomes: made biomes smaller, made beaches smaller. | Mattes D | 2014-10-29 | 1 | -11/+8 |
| | |||||
* | Removed too advanced C++11 features. | Mattes D | 2014-10-27 | 1 | -1/+1 |
| | | | | We need to keep gcc 4.6 compatibility; these features were not implemented in that version yet. | ||||
* | BioGenGrown: Smaller biomes, add land to map center. | Mattes D | 2014-10-26 | 1 | -4/+2 |
| | |||||
* | Added new biomegen: Grown | Mattes D | 2014-10-26 | 1 | -0/+93 |
| | |||||
* | Merged IniFile into main MCS sources. | Mattes D | 2014-10-23 | 1 | -1/+1 |
| | |||||
* | En masse NULL -> nullptr replace | Tiger Wang | 2014-10-23 | 1 | -3/+3 |
| | |||||
* | TwoLevel BioGen: fixed swapped inside and outside biomes. | Mattes D | 2014-10-19 | 1 | -1/+1 |
| | |||||
* | Generator: Rewritten to use SharedPtrs. | Mattes D | 2014-10-19 | 1 | -24/+11 |
| | |||||
* | BioGen: Fixed a compiler warning. | Mattes D | 2014-10-16 | 1 | -2/+2 |
| | |||||
* | BioGen: TwoLevel is now fully settable in INI. | madmaxoft | 2014-09-27 | 1 | -38/+22 |
| | |||||
* | TwoLevel BioGen: reads params from INI file. | madmaxoft | 2014-09-25 | 1 | -9/+26 |
| | |||||
* | Voronoi biomegen: Added JitterSize and OddRowOffset. | madmaxoft | 2014-09-17 | 1 | -71/+77 |
| | |||||
* | Fixed style. | Mattes D | 2014-09-05 | 1 | -2/+2 |
| | |||||
* | change to linear calculation | DayBr3ak | 2014-09-03 | 1 | -7/+6 |
| | |||||
* | adapting format | DayBr3ak | 2014-09-03 | 1 | -3/+4 |
| | |||||
* | forgot this one | DayBr3ak | 2014-09-02 | 1 | -1/+1 |
| | |||||
* | opting for size_t | DayBr3ak | 2014-09-02 | 1 | -3/+3 |
| | |||||
* | fixing memory leak | DayBr3ak | 2014-09-02 | 1 | -4/+5 |
| | |||||
* | changing implem, using vectors | DayBr3ak | 2014-09-02 | 1 | -78/+15 |
| | |||||
* | adding the multicache behavior | DayBr3ak | 2014-09-02 | 1 | -0/+115 |
| | |||||
* | Merge branch 'master' into portals | Tiger Wang | 2014-07-18 | 1 | -9/+9 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/Blocks/WorldInterface.h src/ClientHandle.cpp src/ClientHandle.h src/Entities/Player.cpp src/Entities/Player.h src/Generating/FinishGen.cpp src/Protocol/Protocol.h src/Protocol/Protocol125.cpp src/Protocol/Protocol125.h src/Protocol/Protocol16x.cpp src/Protocol/Protocol16x.h src/Protocol/Protocol17x.cpp src/Protocol/Protocol17x.h src/Protocol/ProtocolRecognizer.cpp src/Protocol/ProtocolRecognizer.h src/Root.h src/World.cpp | ||||
| * | Normalized comments. | madmaxoft | 2014-07-17 | 1 | -9/+9 |
| | | | | | | | | | | This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign. | ||||
* | | Merge branch 'master' into portals | Tiger Wang | 2014-06-21 | 1 | -8/+15 |
|\| | | | | | | | | | | | | | Conflicts: src/Chunk.cpp src/Entities/Entity.h src/Entities/Player.h | ||||
| * | Optimized Voronoi calculation. | madmaxoft | 2014-06-20 | 1 | -8/+13 |
| | | | | | | | | Fixes #818. | ||||
| * | Nullify deleted pointers. | archshift | 2014-06-19 | 1 | -0/+2 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into portals | Tiger Wang | 2014-06-04 | 1 | -1/+1 |
|\| | |||||
| * | Biome generators: biome lists can contain spaces. | madmaxoft | 2014-05-27 | 1 | -1/+1 |
| | | |||||
* | | Implemented end and nether portals | Tiger Wang | 2014-05-31 | 1 | -1/+1 |
|/ | |||||
* | Implemented faster upscaling using templates. | madmaxoft | 2014-03-21 | 1 | -8/+8 |
| | | | | Fixes #819. | ||||
* | Fogot to save Biogen | Tycho | 2014-02-03 | 1 | -4/+4 |
| | |||||
* | Fixed Compile errors | Tycho | 2014-02-03 | 1 | -1/+1 |
| | | | | c++11 introduces scoped enums, so the code didn't fail in clang | ||||
* | Increased Type safety of Biomes | Tycho | 2014-02-03 | 1 | -5/+5 |
| | | | | | Changed a number of funcictions from using integers to store biomes to using EMCSBiome Note that switching from an int to an Enum is a non-breaking chang to the lua bindings | ||||
* | Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT). | madmaxoft | 2013-12-20 | 1 | -3/+3 |
| | |||||
* | fixed warnings in src/Generating/BioGen.cpp | Tycho Bickerstaff | 2013-12-08 | 1 | -1/+1 |
| | | | | | | removed unused variable at src/Generating/BioGen.cpp line 379 and added default fallthrough clause to switch at src/Generating/BioGen.cpp line 725 | ||||
* | Fixed CheckerboardBiomeGen in negative coords. | madmaxoft | 2013-11-29 | 1 | -2/+3 |
| | |||||
* | Moved BiomeGen creation from INI file data to BioGen.cpp. | madmaxoft | 2013-11-28 | 1 | -0/+66 |
| | | | | This way it can be shared between MCServer and BiomeVisualiser. | ||||
* | BiomeVisualiser: Added the TwoLevel biome generator. | madmaxoft | 2013-11-28 | 1 | -0/+191 |
| | |||||
* | Voronoi-related biomegens use the new cVoronoiMap class. | madmaxoft | 2013-11-27 | 1 | -46/+10 |
| | |||||
* | Fixed the remaining derps | Alexander Harkness | 2013-11-27 | 1 | -1/+1 |
| | |||||
* | Further attempts to fix compile | Tiger Wang | 2013-11-25 | 1 | -1/+1 |
| | |||||
* | Attempt to fix compilation | Tiger Wang | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+707 |