| Commit message (Expand) | Author | Files | Lines |
2014-11-15 | Generator: Fixed crash with trees too high. | Mattes D | 1 | -2/+7 |
2014-11-15 | Snow generator: Fixed failure at top of the world. | Mattes D | 1 | -1/+1 |
2014-11-15 | ChunkDesc: Fixed comment about indexing. | Mattes D | 1 | -1/+1 |
2014-11-15 | DungeonRooms: Changed to work with the new shape generators. | Mattes D | 1 | -10/+15 |
2014-11-13 | Gen refactor: Implemented CompositedHeiGen. | Mattes D | 9 | -217/+141 |
2014-11-12 | Generator: Shape initial refactoring. | Mattes D | 23 | -1346/+1356 |
2014-11-10 | BiomalNoise3D: Added a few biomes. | Mattes D | 1 | -5/+8 |
2014-11-10 | TallGrassGenerator: Fixed crash when too high | STRWarrior | 1 | -0/+5 |
2014-11-10 | Added BiomalNoise3D shape generator. | Mattes D | 4 | -29/+369 |
2014-11-09 | Noise3d Generator: Fixed unused function error. | Mattes D | 1 | -1/+1 |
2014-11-09 | Noise3D generator: rewritten from scratch. | Mattes D | 2 | -78/+145 |
2014-11-06 | Noise3D CompoGen: Fixed missing initialization. | Mattes D | 1 | -0/+2 |
2014-11-04 | MinMax heigen: Reduced the number of octaves. | Mattes D | 1 | -2/+0 |
2014-11-04 | Added MinMax height generator. | Mattes D | 1 | -0/+207 |
2014-11-03 | Fixed a missing endline. | Mattes D | 1 | -1/+5 |
2014-11-03 | Added a (disabled) perf test for biome generators. | Mattes D | 1 | -0/+46 |
2014-11-03 | HeiGen: Moved construction to the end of file. | Mattes D | 1 | -75/+75 |
2014-11-02 | Grown biomes: fixed Linux build. | Mattes D | 1 | -3/+3 |
2014-11-02 | Grown biomes: Unified with GrownProt biomes. | Mattes D | 3 | -159/+595 |
2014-11-01 | GrownProt: Added the rest of rare and M biomes. | Mattes D | 2 | -14/+91 |
2014-11-01 | GrownProt biome gen: Added biome edges. | Mattes D | 2 | -2/+162 |
2014-10-31 | GrownProt biomes: added alterations. | Mattes D | 3 | -130/+192 |
2014-10-30 | QtBiomeVisualiser: Added a prototyping int generator flavor. | Mattes D | 4 | -53/+1253 |
2014-10-29 | Grown biomes: made biomes smaller, made beaches smaller. | Mattes D | 1 | -11/+8 |
2014-10-27 | Comment alignment. | Alexander Harkness | 2 | -8/+8 |
2014-10-27 | CheckBasicStyle'd | Alexander Harkness | 2 | -28/+28 |
2014-10-27 | Fixed more warnings. | Alexander Harkness | 1 | -14/+14 |
2014-10-27 | Another switch. | Alexander Harkness | 1 | -0/+5 |
2014-10-27 | Fix missing biomes in enum. | Alexander Harkness | 1 | -0/+5 |
2014-10-27 | Fixed remaining warnings. | Alexander Harkness | 1 | -5/+5 |
2014-10-27 | Actually fixed the warning. | Alexander Harkness | 1 | -20/+9 |
2014-10-27 | Test warning fix. | Alexander Harkness | 1 | -0/+11 |
2014-10-27 | cIntGen: Added a virtual destructor. | Mattes D | 1 | -0/+4 |
2014-10-27 | Removed too advanced C++11 features. | Mattes D | 2 | -32/+28 |
2014-10-26 | IntGen: Attempt at fixing Linux compilation. | Mattes D | 1 | -13/+13 |
2014-10-26 | BioGenGrown: Smaller biomes, add land to map center. | Mattes D | 2 | -16/+13 |
2014-10-26 | Fixed a copypasta error in cIntGenAddToOcean. | Mattes D | 1 | -4/+4 |
2014-10-26 | Added a missing header to CMakeLists. | Mattes D | 1 | -0/+1 |
2014-10-26 | Added new biomegen: Grown | Mattes D | 2 | -0/+1047 |
2014-10-23 | Removed iniFile library from linux dependencies. | Mattes D | 2 | -2/+2 |
2014-10-23 | Merged IniFile into main MCS sources. | Mattes D | 9 | -9/+9 |
2014-10-23 | En masse NULL -> nullptr replace | Tiger Wang | 14 | -44/+44 |
2014-10-22 | ComposableGenerator: Removed nullptr initializers. | Mattes D | 1 | -3/+3 |
2014-10-20 | Fixed #1550 | Julian Laubstein | 1 | -6/+6 |
2014-10-19 | TwoLevel BioGen: fixed swapped inside and outside biomes. | Mattes D | 1 | -1/+1 |
2014-10-19 | Mountain height gen: Added ditches. | Mattes D | 2 | -8/+16 |
2014-10-19 | Generator: Rewritten to use SharedPtrs. | Mattes D | 18 | -181/+145 |
2014-10-16 | BioGen: Fixed a compiler warning. | Mattes D | 1 | -2/+2 |
2014-10-16 | Reversed wrong fix for #1517. | STRWarrior | 1 | -8/+2 |
2014-10-15 | Reversed the order of the loot | STRWarrior | 1 | -7/+15 |
2014-10-15 | Added loot to dungeons. | STRWarrior | 1 | -1/+27 |
2014-10-09 | DistortedHeightmap: Fixed crash on number rounding. | Mattes D | 1 | -4/+5 |
2014-10-08 | Added comments to the GetAcaciaTreeImage function | STRWarrior | 1 | -0/+18 |
2014-10-08 | Using array with possible directions. | STRWarrior | 1 | -8/+9 |
2014-10-08 | Added AcaciaTrees for the savanna biomes | STRWarrior | 1 | -5/+56 |
2014-10-04 | Fixes #1503 - No gravel is being generated | win32re | 1 | -1/+1 |
2014-09-28 | Fixed compilation | STRWarrior | 1 | -1/+10 |
2014-09-28 | Added Granite, Diorite and Andesite to the NaturalPatches generator. | STRWarrior | 3 | -7/+37 |
2014-09-27 | BioGen: TwoLevel is now fully settable in INI. | madmaxoft | 2 | -44/+31 |
2014-09-25 | TwoLevel BioGen: reads params from INI file. | madmaxoft | 1 | -9/+26 |
2014-09-22 | Made it compile with clang | Chris Darnell | 2 | -3/+3 |
2014-09-17 | Voronoi biomegen: Added JitterSize and OddRowOffset. | madmaxoft | 1 | -71/+77 |
2014-09-17 | Added first test to show the object can be created | Tycho | 1 | -0/+1 |
2014-09-05 | WorldStorage no longer queues chunks into generator. | Mattes D | 1 | -0/+2 |
2014-09-05 | Rewritten chunk status to specify whether the chunk is in queue. | Mattes D | 2 | -1/+6 |
2014-09-05 | BiomeMultiCache is not used for simple generators. | Mattes D | 1 | -21/+22 |
2014-09-05 | Fixed style. | Mattes D | 3 | -9/+13 |
2014-09-03 | ChunkGenerator: Log world seed when creating a new one. | madmaxoft | 1 | -3/+14 |
2014-09-03 | change to linear calculation | DayBr3ak | 2 | -9/+7 |
2014-09-03 | adapting format | DayBr3ak | 3 | -7/+14 |
2014-09-03 | re-add the missing "s" too cChunkCoordsWithBoolList | LO1ZB | 2 | -5/+5 |
2014-09-03 | hopefully the last commit for removing y-coord from chunks. :) | LO1ZB | 2 | -11/+17 |
2014-09-02 | forgot this one | DayBr3ak | 2 | -2/+2 |
2014-09-02 | opting for size_t | DayBr3ak | 2 | -5/+5 |
2014-09-02 | fixing memory leak | DayBr3ak | 1 | -4/+5 |
2014-09-02 | changing implem, using vectors | DayBr3ak | 2 | -98/+23 |
2014-09-02 | adding config file entry #381 | DayBr3ak | 1 | -1/+10 |
2014-09-02 | adding the multicache behavior | DayBr3ak | 3 | -4/+119 |
2014-09-01 | added multicache class definition | DayBr3ak | 1 | -0/+35 |
2014-09-01 | fix possibility of a twice generated chunk | LO1ZB | 1 | -1/+2 |
2014-08-29 | fix chunk regenerating | LO1ZB | 1 | -8/+0 |
2014-08-28 | remove y-coord from chunks | LO1ZB | 2 | -9/+9 |
2014-08-27 | DungeonRooms: Fixed an off-by-one error. | Mattes D | 1 | -2/+2 |
2014-08-27 | More basic style fixes. | Mattes D | 1 | -2/+2 |
2014-08-27 | DungeonRooms: Added a height probability distribution function. | Mattes D | 3 | -9/+19 |
2014-08-27 | DungeonRooms: Added the spawner in the center of the room. | Mattes D | 1 | -0/+15 |
2014-08-26 | DungeonRooms: Chests are never placed next to each other. | Mattes D | 1 | -22/+27 |
2014-08-26 | DungeonRooms: Random pattern for floors. | Mattes D | 1 | -1/+32 |
2014-08-26 | DungeonRooms: Replaced explicit switch with CanBeTerraformed(). | Mattes D | 1 | -11/+3 |
2014-08-26 | Added initial dungeon rooms finisher. | Mattes D | 4 | -0/+289 |
2014-08-21 | Added initializers for class members. | Mattes D | 3 | -1/+11 |
2014-08-18 | SwamplandM: Fixed sometimes having no mountains. | STRWarrior | 1 | -1/+1 |
2014-08-10 | Bunch of tweaks: | STRWarrior | 3 | -15/+15 |
2014-08-10 | Added NaturalPatches generator | STRWarrior | 1 | -0/+22 |
2014-08-10 | Added NetherOreNests. | STRWarrior | 1 | -0/+15 |
2014-08-10 | Changed cStructGenOreNests to take a list of ores + the block to replace. | STRWarrior | 3 | -53/+83 |
2014-08-10 | Removed an old and outdated comment. | STRWarrior | 1 | -2/+0 |
2014-08-04 | CheckBasicStyle: multi-level indent change. | madmaxoft | 2 | -5/+6 |
2014-08-03 | VillageGen: Fixed a typo in comment | STRWarrior | 1 | -1/+1 |
2014-08-02 | Added proper trees and height for SwamplandM biome | STRWarrior | 3 | -2/+4 |
2014-07-30 | Suggestions | STRWarrior | 1 | -2/+2 |
2014-07-30 | Moved GetRoofedForestTreeImage content to GetDarkoakTreeImage | STRWarrior | 2 | -66/+55 |
2014-07-30 | Fixed doxy comment | STRWarrior | 1 | -1/+1 |
2014-07-30 | Fixed comment at the end of a for-loop | STRWarrior | 1 | -1/+1 |
2014-07-30 | Fixed compiling using Clang | STRWarrior | 1 | -4/+2 |
2014-07-30 | Added RoofedForest trees. | STRWarrior | 2 | -2/+73 |
2014-07-30 | PreSimulator: Added configurations. | STRWarrior | 3 | -6/+30 |
2014-07-30 | Fixed FinishGen.h types. | madmaxoft | 1 | -2/+2 |
2014-07-30 | Changed size_t to 'unsigned long' | Howaner | 1 | -2/+2 |
2014-07-30 | Fixed compile error with clang. | Howaner | 1 | -2/+2 |
2014-07-29 | Added cBlockInfo::CanBeTerraformed and made finishers use it | STRWarrior | 2 | -44/+6 |
2014-07-29 | Slight cleanup after portals | Tiger Wang | 1 | -1/+1 |
2014-07-29 | Some finishing touches | STRWarrior | 2 | -2/+2 |
2014-07-29 | Fixed comment above cFinishGenSingleTopBlock | STRWarrior | 1 | -1/+1 |
2014-07-29 | SingleTopBlock: All blocktypes and biometypes get initialized properly | STRWarrior | 1 | -2/+14 |
2014-07-28 | Using suggestions | STRWarrior | 1 | -25/+20 |
2014-07-28 | Forgot Mesa Plateau biome. | STRWarrior | 1 | -0/+1 |
2014-07-28 | Renamed cFinishGenSingleBiomeSingleTopBlock to cFinishGenSingleTopBlock | STRWarrior | 3 | -20/+82 |
2014-07-28 | DistortedHeightmap: Now generates gravel in deep ocean. | STRWarrior | 1 | -1/+1 |
2014-07-27 | NetherClumpGenerator: Fixed generating stuff on halfslabs and fences | STRWarrior | 1 | -1/+1 |
2014-07-27 | Updated NetherForts' weights. | madmaxoft | 1 | -2/+2 |
2014-07-27 | RoughRavines: Made floor and ceiling settings-adjustable. | madmaxoft | 3 | -20/+93 |
2014-07-27 | RoughRavines: Added per-height radius modifier. Ledges! | madmaxoft | 1 | -32/+73 |
2014-07-27 | Removed forgotten comment | STRWarrior | 1 | -1/+1 |
2014-07-27 | Made nether ceiling smooth. | STRWarrior | 1 | -1/+8 |
2014-07-27 | RoughRavines: More settings - size, width, roughness | madmaxoft | 3 | -23/+84 |
2014-07-27 | Added a ceiling to disguise the bedrock above it. | STRWarrior | 1 | -1/+9 |
2014-07-27 | NetherClumpFoliage: Fixed assert | STRWarrior | 1 | -8/+39 |
2014-07-27 | Updated NetherFort prefabs to latest Gallery content. | madmaxoft | 1 | -37/+752 |
2014-07-27 | RoughRavines: Initial generator implementation. | madmaxoft | 4 | -3/+264 |
2014-07-25 | Tweaks to NetherClumpFoliage | STRWarrior | 1 | -34/+6 |
2014-07-25 | Speed up the NetherClumpFoliage finisher. | STRWarrior | 1 | -8/+9 |
2014-07-24 | Removed redundant semicolons and re-added warning | archshift | 1 | -1/+1 |
2014-07-23 | TallGrass: Less grass on mountains. | STRWarrior | 1 | -0/+11 |
2014-07-23 | Fixed possible crash in the NetherClumpFoliage finisher. | STRWarrior | 1 | -0/+5 |
2014-07-22 | Extreme Hills M variant only spawn with grass and stone | STRWarrior | 1 | -1/+1 |
2014-07-22 | Updated prefabs to current Gallery content. | madmaxoft | 3 | -226/+243 |
2014-07-21 | ExtremeHillsPlus and ExtremeHills spawn with grass only | STRWarrior | 1 | -12/+2 |
2014-07-21 | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 4 | -9/+9 |
2014-07-21 | Fixed a missing enter. | STRWarrior | 1 | -0/+1 |
2014-07-21 | Removed y for-loop. | STRWarrior | 1 | -27/+27 |
2014-07-21 | Fixed indentation | STRWarrior | 1 | -12/+12 |
2014-07-20 | Changed CubicNoiseXX to IntNoiseXX | STRWarrior | 2 | -40/+49 |
2014-07-20 | Renamed cFinishGenFoliage to cFinishGenTallGrass | STRWarrior | 3 | -17/+34 |
2014-07-20 | Fixed warnings | STRWarrior | 2 | -5/+4 |
2014-07-20 | First attempt for a new foliage finisher | STRWarrior | 3 | -0/+74 |
2014-07-19 | Fixed style: spaces after commas. | madmaxoft | 4 | -9/+9 |
2014-07-19 | Trees.cpp: removed unused "debug" fields | archshift | 1 | -7/+1 |
2014-07-19 | Subdirs: Only add_library if not using MSVC | archshift | 2 | -4/+8 |
2014-07-19 | Generating/Prefabs/CMakeLists.txt: Replaced glob with list of files | archshift | 1 | -5/+22 |
2014-07-19 | Generating/CMakeLists.txt: Replaced glob with list of files | archshift | 1 | -5/+54 |
2014-07-18 | Fixed spaces before commas. | madmaxoft | 2 | -4/+4 |
2014-07-18 | Generator: removed rnd definitions that are never read | archshift | 2 | -2/+0 |
2014-07-17 | Fixed code style in Trees.cpp. | madmaxoft | 1 | -24/+24 |
2014-07-17 | Fixed tabs used for alignment. | madmaxoft | 5 | -22/+22 |
2014-07-17 | Basic style fixes. | madmaxoft | 11 | -25/+25 |
2014-07-17 | Normalized comments. | madmaxoft | 31 | -258/+258 |
2014-07-15 | Added missing member initialization to cGridStructGen. | madmaxoft | 1 | -0/+1 |
2014-07-13 | CopyPaste Error | worktycho | 1 | -1/+1 |
2014-07-13 | Another COpyPaste Error | worktycho | 1 | -1/+1 |
2014-07-13 | Fix CopyPaste error that ment a_MaxRelX wasdn't checked | worktycho | 1 | -1/+1 |
2014-07-10 | Removed lilypad from plains village prefabs. | madmaxoft | 1 | -7/+8 |
2014-07-08 | Updated generator prefabs to current Gallery contents. | madmaxoft | 3 | -7/+8 |
2014-06-26 | Check GridSize for 0 | worktycho | 1 | -0/+10 |
2014-06-23 | Prefabs don't draw into chunk if they don't intersect. | madmaxoft | 1 | -0/+11 |
2014-06-21 | Added a TestRails generator. | madmaxoft | 5 | -0/+667 |
2014-06-21 | Fixed a caching bug in GridStructGen. | madmaxoft | 1 | -2/+2 |
2014-06-21 | Updated prefabs to the latest Gallery content. | madmaxoft | 4 | -2049/+2644 |
2014-06-20 | Updated all prefabs to current Gallery content. | madmaxoft | 2 | -650/+824 |
2014-06-20 | Optimized Voronoi calculation. | madmaxoft | 2 | -9/+19 |
2014-06-19 | Nullify deleted pointers. | archshift | 3 | -0/+6 |
2014-06-16 | Merge branch 'master' of github.com:mc-server/MCServer | Tycho | 18 | -373/+508 |
2014-06-16 | Fixed a copypasta error in WormNestCaves generator settings. | madmaxoft | 1 | -1/+1 |
2014-06-16 | Updated the SandFlatRoofVillage prefabs. | madmaxoft | 1 | -288/+381 |
2014-06-15 | Added random offsets to cGridStructGen. | madmaxoft | 17 | -85/+127 |
2014-06-11 | Roads in villages are made out of wooden planks if they generate on water. | STRWarrior | 1 | -4/+17 |
2014-06-11 | Revert "Initial Mesa Bryce implementation." | madmaxoft | 4 | -116/+4 |
2014-06-10 | Initial Mesa Bryce implementation. | madmaxoft | 4 | -4/+116 |
2014-06-09 | Added an experimental height generator, Mountains. | madmaxoft | 2 | -0/+87 |
2014-06-08 | Fixed E_META_...Typos in BlockID.h | narroo | 1 | -78/+78 |
2014-06-07 | docs/Generator: Added the easy Finishers. | madmaxoft | 1 | -1/+13 |
2014-06-07 | Added RainbowRoads finisher generator. | madmaxoft | 5 | -3/+1594 |
2014-06-05 | Suggestions | Tiger Wang | 1 | -1/+1 |
2014-06-04 | Fixed a NetherFinisher bug | Tiger Wang | 3 | -24/+9 |
2014-06-01 | Update UnderwaterBase prefabs. | madmaxoft | 1 | -12/+378 |
2014-06-01 | Updated UnderwaterBase prefabs. | madmaxoft | 1 | -103/+123 |
2014-06-01 | Updated AlchemistVillage prefabs. | madmaxoft | 1 | -103/+105 |
2014-05-31 | Implemented end and nether portals | Tiger Wang | 4 | -19/+4 |
2014-05-31 | Added an initial version of the underwater base generator. | madmaxoft | 5 | -0/+2103 |
2014-05-31 | Updated PlainsVillage prefabs. | madmaxoft | 1 | -73/+85 |
2014-05-31 | Fixed a memory leak in VillagGen. | madmaxoft | 1 | -0/+5 |
2014-05-30 | Updated PlainsVillage and AlchemistVillage. | madmaxoft | 2 | -239/+1270 |
2014-05-29 | Fixed a memory leak in cPOCPieceGenerator | madmaxoft | 1 | -0/+5 |
2014-05-28 | Fixed a memory leak in cPrefabPiecePool. | madmaxoft | 2 | -1/+34 |
2014-05-27 | Added AlchemistVillage prefabs (Thanks, KingsCraftAu). | madmaxoft | 3 | -9/+3007 |
2014-05-27 | Fixed testing weights in PlainsVillages. | madmaxoft | 1 | -3/+3 |
2014-05-27 | cPieceGenerator chooses starting pieces based on weights. | madmaxoft | 4 | -1/+44 |
2014-05-27 | Biome generators: biome lists can contain spaces. | madmaxoft | 1 | -1/+1 |
2014-05-26 | Fixed prefab test initialization. | madmaxoft | 1 | -0/+3 |
2014-05-25 | Added support for Miners' Village. | madmaxoft | 10 | -2234/+4438 |
2014-05-24 | Added Japanese village prefabs. | madmaxoft | 5 | -4/+2442 |
2014-05-23 | Fixed Mineshaft system size. | Mattes D | 1 | -1/+1 |
2014-05-23 | Auto-enlargement for cGridStructGen cache. | Mattes D | 1 | -0/+9 |
2014-05-22 | Updated plains village prefabs. | madmaxoft | 1 | -186/+171 |
2014-05-22 | Villages have min and max density setting. | madmaxoft | 5 | -17/+110 |
2014-05-22 | Updated plains village prefabs. | madmaxoft | 1 | -44/+43 |
2014-05-21 | Changed desert village roads to gravel. | madmaxoft | 1 | -1/+1 |
2014-05-21 | Added second kind of desert village (FlatRoof). | madmaxoft | 3 | -4/+1535 |
2014-05-18 | Updated SandVillage prefabs to latest Gallery content. | madmaxoft | 1 | -12/+12 |
2014-05-17 | Village roads are drawn properly. | madmaxoft | 2 | -8/+35 |
2014-05-17 | Village houses are height-adjusted onto the terrain. | madmaxoft | 5 | -7/+67 |
2014-05-17 | Updated PlainsVillage prefabs to the latest Gallery contents. | madmaxoft | 1 | -2265/+2892 |
2014-05-15 | Fixed a NULL ptr failure in GridStructGen. | madmaxoft | 2 | -9/+42 |
2014-05-15 | Changed village generator defaults to more reasonable values. | madmaxoft | 1 | -2/+2 |
2014-05-15 | Changed village road generation to use multiple prefabs. | madmaxoft | 3 | -39/+38 |
2014-05-15 | VillageGen rewritten using BFSPieceGenerator. | madmaxoft | 5 | -412/+406 |
2014-05-15 | cPrefab can be constructed in code. | madmaxoft | 2 | -0/+51 |
2014-05-12 | VillageGen: Added well placement and the general algorithm description. | madmaxoft | 3 | -6/+152 |
2014-05-12 | More switch warnings. | archshift | 1 | -7/+27 |
2014-05-12 | Fixed a few more switch warnings. | archshift | 1 | -15/+13 |
2014-05-11 | Initial VillageGen implementation. | madmaxoft | 6 | -0/+5807 |
2014-05-09 | Removed unused constants from MineShafts and Ravines. | Mattes D | 2 | -9/+0 |
2014-05-09 | Removed an unused NetherFortGen variable. | Mattes D | 1 | -6/+0 |
2014-05-09 | Removed an unused macro. | Mattes D | 1 | -7/+0 |
2014-05-09 | Fixed MSVC 64-bit build warnings. | Mattes D | 5 | -10/+22 |
2014-05-09 | Ravines rewritten using cGridStructGen. | Mattes D | 2 | -182/+40 |
2014-05-09 | cWormNestCaves rewritten using cGridStructGen. | Mattes D | 2 | -223/+29 |
2014-05-09 | Mineshafts generator rewritten to use GridStructGen. | Mattes D | 2 | -156/+33 |
2014-05-08 | Fixed cGridStructGen. | Mattes D | 1 | -18/+6 |
2014-05-08 | Fixed MSVC 64-bit build warnings. | Mattes D | 5 | -10/+22 |
2014-05-07 | cNetherFortGen uses cGridStructGen. | madmaxoft | 5 | -264/+42 |
2014-05-07 | Initial cPrefabPiecePool refactoring. | madmaxoft | 2 | -0/+196 |
2014-05-06 | Initial cGridStructGen refactoring. | madmaxoft | 2 | -0/+262 |
2014-05-05 | Changed cPieceGenerator to support pairings. | madmaxoft | 3 | -57/+104 |
2014-05-05 | Prefabs can specify that they don't want flooring. | madmaxoft | 1 | -30/+33 |
2014-04-27 | Removed unneeded assert | Tycho | 1 | -1/+1 |
2014-04-25 | Cmake generated projects for IDEs include headers in project files. | archshift | 2 | -0/+2 |
2014-04-23 | Updated NetherFort prefabs to latest Gallery content. | madmaxoft | 1 | -7/+29 |
2014-04-22 | Updated NetherFort prefabs from the Gallery server. | madmaxoft | 1 | -274/+785 |
2014-04-21 | Added prefab hitboxes. | madmaxoft | 3 | -11/+138 |
2014-04-18 | Small style changes | jfhumann | 1 | -1/+1 |
2014-04-18 | Did some static analysis, fixed some bugs and optimized a lot of code | jfhumann | 3 | -24/+29 |
2014-04-18 | Added performance test of the nether fort generator. | madmaxoft | 2 | -0/+35 |
2014-04-17 | Added area flooring. | madmaxoft | 1 | -1/+42 |
2014-04-17 | Added Prefab initializers to SELFTEST code. | madmaxoft | 1 | -1/+13 |
2014-04-17 | Prefabs can have per-piece per-placement weights. | madmaxoft | 5 | -32/+752 |
2014-04-15 | Added support for per-piece per-placement weights in cPieceGenerator. | madmaxoft | 2 | -28/+48 |
2014-04-15 | NetherFortPrefabs: Fixed a connector in MidStaircase. | madmaxoft | 1 | -1/+1 |
2014-04-12 | Updated the NetherFort prefabs to current Gallery contents. | madmaxoft | 3 | -1958/+3329 |
2014-03-30 | Added all current NetherFort prefabs. | madmaxoft | 1 | -3/+1547 |
2014-03-30 | Added asserts for critical data in cPrefab. | madmaxoft | 1 | -0/+4 |
2014-03-30 | Re-fixed nether fort piece count check. | madmaxoft | 1 | -2/+2 |
2014-03-30 | NetherForts have a minimum number of pieces. | madmaxoft | 1 | -2/+5 |
2014-03-29 | cPrefab now uses a struct for block type definition in CharMap. | madmaxoft | 2 | -10/+102 |
2014-03-28 | NetherFortGen: Added several more prefabs. | madmaxoft | 2 | -2/+783 |
2014-03-28 | Implemented the msSpongePrint merge strategy. | madmaxoft | 1 | -3/+3 |
2014-03-28 | NetherFort: Added BalconyTee2 prefab. | madmaxoft | 1 | -29/+158 |
2014-03-28 | Fixed a memory leak in NetherFortGen. | madmaxoft | 1 | -0/+7 |
2014-03-28 | Sponged the netherfort balcony prefab. | madmaxoft | 1 | -30/+31 |
2014-03-28 | Initial NetherFortGen import. | madmaxoft | 7 | -2/+699 |
2014-03-28 | Fixed Prefab's rotations. | madmaxoft | 2 | -7/+39 |
2014-03-28 | Add missing ChunkDesc import. | Howaner | 1 | -1/+1 |
2014-03-27 | cPrefab can draw itself into a cChunkDesc. | madmaxoft | 2 | -6/+9 |
2014-03-26 | Prefabs support connectors, rotations and merge strategy. | madmaxoft | 2 | -3/+72 |
2014-03-25 | Added a basic cPrefab class. | madmaxoft | 2 | -0/+222 |
2014-03-25 | BlockArea: Switched internal coords to Vector3i. | madmaxoft | 1 | -3/+3 |
2014-03-21 | Implemented faster upscaling using templates. | madmaxoft | 5 | -14/+14 |
2014-03-14 | Fixed xofts issues | Tycho | 1 | -2/+2 |
2014-03-12 | Added additional macros to support the MSVC size_t format and changed all formats to use the macros | Tycho | 1 | -1/+1 |
2014-03-12 | Fixed printf format compatabilty | Tycho | 1 | -5/+4 |
2014-03-12 | Fixed missing comment terminator. | madmaxoft | 1 | -1/+1 |
2014-03-11 | Fixed a load of format string errors | Tycho | 1 | -2/+2 |
2014-03-11 | Fixed Warnings in PieceGenerator | Tycho | 2 | -9/+9 |
2014-03-10 | Removed debugging output. | madmaxoft | 1 | -1/+3 |
2014-03-10 | POCPieces: Added height. | madmaxoft | 1 | -17/+20 |
2014-03-09 | A working POCPiece generator. | madmaxoft | 5 | -6/+359 |
2014-03-09 | cPieceGenerator: New connectors are added to the free pool. | madmaxoft | 2 | -9/+30 |
2014-03-09 | PieceGenerator can connect two connectors of the same type. | madmaxoft | 2 | -60/+338 |
2014-03-09 | Added the first skeleton code for PieceGenerator. | madmaxoft | 2 | -0/+545 |
2014-03-07 | Warnings | Tycho | 2 | -1/+3 |
2014-03-01 | ChunkDesc warns about StructureGen's deprecation. | madmaxoft | 1 | -0/+2 |
2014-03-01 | Unified StructureGens and FinisherGens. | madmaxoft | 10 | -163/+128 |
2014-03-01 | g_BlockXXX => cBlockInfo::XXX | andrew | 1 | -3/+3 |
2014-02-20 | Thread safe cMap manager | andrew | 1 | -9/+0 |
2014-02-19 | Add BlockNewLeaves.h and rename Darkoac to Darkoak | Howaner | 2 | -3/+3 |
2014-02-19 | Add new Trees (without Generator) | Howaner | 2 | -0/+24 |
2014-02-09 | Fixed compile and some warnings in MSVS | Tiger Wang | 1 | -9/+0 |
2014-02-03 | Fogot to save Biogen | Tycho | 1 | -4/+4 |
2014-02-03 | Fixed Compile errors | Tycho | 1 | -1/+1 |
2014-02-03 | Increased Type safety of Biomes | Tycho | 3 | -8/+8 |
2014-01-31 | Added cChunkDest::UpdateHeightmap() | madmaxoft | 2 | -17/+48 |
2014-01-25 | dded dependecy on Blocks to Generator | Tycho | 1 | -1/+1 |
2014-01-25 | Mob bugfixes | Tiger Wang | 1 | -0/+2 |
2014-01-25 | Fixed a generator bug | Tiger Wang | 1 | -1/+6 |
2014-01-19 | Added Inifile and OSSupport Linking | Tycho | 1 | -0/+2 |
2014-01-18 | Alpha-sorted the finishers. | madmaxoft | 1 | -4/+4 |
2014-01-18 | Fixed errors. | STRWarrior | 2 | -2/+2 |
2014-01-18 | Renamed cFinishGenNetherSprinkleFoliage to cFinishGenNetherClumpFoliage. Fixed typo's | STRWarrior | 3 | -10/+10 |
2014-01-18 | Some tweaks. | STRWarrior | 1 | -5/+18 |
2014-01-18 | Fixed bug where only brown mushrooms would spawn. | STRWarrior | 1 | -3/+3 |
2014-01-18 | It now actualy works. | STRWarrior | 1 | -20/+42 |
2014-01-17 | First attempt at creating a clumb version NetherFinisher. | STRWarrior | 2 | -22/+63 |
2014-01-10 | Decoupled cChunkGenerator from cWorld and cRoot. | madmaxoft | 8 | -49/+87 |
2014-01-10 | Fixed generator adding values to ini file. | madmaxoft | 2 | -1/+3 |
2014-01-10 | Added cFinishGenNetherSprinkleFoliage. | STRWarrior | 3 | -2/+73 |
2014-01-10 | Fixed recurring pattern. | STRWarrior | 1 | -1/+1 |
2014-01-09 | Fixed chunk borders. | STRWarrior | 1 | -3/+3 |
2014-01-09 | Composition generator creating moved to a separate function. | madmaxoft | 2 | -61/+83 |
2014-01-09 | Height generator creating moved info HeiGen.cpp. | madmaxoft | 3 | -54/+82 |
2014-01-08 | Speed-up. I got about 40 extra ch/s | STRWarrior | 1 | -9/+14 |
2014-01-08 | WormNestCaves now remove soul sand. | STRWarrior | 1 | -0/+1 |
2014-01-08 | NetherGen: Now generates SoulSand. | STRWarrior | 1 | -1/+11 |
2014-01-07 | More MSVC warning fixes. | madmaxoft | 1 | -1/+1 |
2014-01-07 | Fixed a few MSVC warnings. | madmaxoft | 3 | -6/+7 |
2013-12-26 | Simplefied Extreme Hills M pattern select. | STRWarrior | 1 | -11/+3 |
2013-12-25 | Extreme Hills M biomes now generate gravel, stone and grass patterns. | STRWarrior | 1 | -2/+10 |
2013-12-25 | Changed tbGravel. Vanilla has 3 layers of gravel and then stone. | STRWarrior | 1 | -3/+3 |
2013-12-25 | Normal extreme hills (plus) now generate a stone/grass pattern. | STRWarrior | 1 | -2/+20 |
2013-12-25 | Re-added empty line. | STRWarrior | 1 | -0/+1 |
2013-12-25 | This generates gravel in Extreme Hills M biomes. | STRWarrior | 2 | -3/+20 |
2013-12-29 | Added function to create Tall Birch tree in BirchTreeForest biomes | Mike Hunsinger | 2 | -3/+49 |
2013-12-20 | Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT). | madmaxoft | 9 | -19/+23 |
2013-12-11 | moved generating to globs | Tycho Bickerstaff | 1 | -1/+5 |
2013-12-10 | more cmake | Tycho Bickerstaff | 1 | -0/+7 |
2013-12-08 | Moved bindings-related to a Bindings subfolder. | madmaxoft | 1 | -1/+1 |
2013-12-08 | moved deafult action into deafult clause at src/Generating/DistortedHeightmap.cpp line 741 | Tycho Bickerstaff | 1 | -2/+4 |
2013-12-08 | reordered initalisation order at src/Generating/Cave.h line 73 | Tycho Bickerstaff | 1 | -2/+2 |
2013-12-08 | fixed warnings in src/Generating/BioGen.cpp | Tycho Bickerstaff | 1 | -1/+1 |
2013-11-30 | Added floor pattern for MegaTaiga biomes. | madmaxoft | 1 | -1/+10 |
2013-11-29 | Implemented mesa biomes in DistortedHeightmap CompoGen. | madmaxoft | 3 | -21/+106 |
2013-11-29 | Fixed CheckerboardBiomeGen in negative coords. | madmaxoft | 1 | -2/+3 |
2013-11-29 | DistortedHeightmap: Improved speed, prepared for mesa biomes. | madmaxoft | 2 | -157/+424 |
2013-11-28 | Trees will generate in the new biomes. | madmaxoft | 2 | -14/+101 |
2013-11-28 | Added new biomes to old composition generator. | madmaxoft | 3 | -0/+141 |
2013-11-28 | Added new biomes to old height generators. | madmaxoft | 4 | -39/+179 |
2013-11-28 | Moved BiomeGen creation from INI file data to BioGen.cpp. | madmaxoft | 3 | -48/+74 |
2013-11-28 | BiomeVisualiser: Added the TwoLevel biome generator. | madmaxoft | 2 | -0/+229 |
2013-11-27 | Voronoi-related biomegens use the new cVoronoiMap class. | madmaxoft | 2 | -53/+28 |
2013-11-27 | Fixed the remaining derps | Alexander Harkness | 8 | -8/+8 |
2013-11-26 | Hopefully fixed last of the Linux compile errors | Tiger Wang | 2 | -2/+2 |
2013-11-25 | Further attempts to fix compile | Tiger Wang | 8 | -8/+8 |
2013-11-24 | Attempt to fix compilation | Tiger Wang | 8 | -8/+8 |
2013-11-24 | Moved source to src | Alexander Harkness | 30 | -0/+11358 |