Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-06-20 | Added basic support for loading village prefabs from files. | Mattes D | 11 | -17145/+4 | |
2015-06-13 | Updated prefabs from the Gallery server. | Mattes D | 6 | -488/+465 | |
2014-10-23 | Removed iniFile library from linux dependencies. | Mattes D | 1 | -1/+1 | |
2014-07-27 | Updated NetherForts' weights. | madmaxoft | 1 | -2/+2 | |
2014-07-27 | Updated NetherFort prefabs to latest Gallery content. | madmaxoft | 1 | -37/+752 | |
2014-07-22 | Updated prefabs to current Gallery content. | madmaxoft | 3 | -226/+243 | |
2014-07-19 | Subdirs: Only add_library if not using MSVC | archshift | 1 | -2/+4 | |
2014-07-19 | Generating/Prefabs/CMakeLists.txt: Replaced glob with list of files | archshift | 1 | -5/+22 | |
2014-07-17 | Normalized comments. | madmaxoft | 9 | -168/+168 | |
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. | |||||
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-21 | Added a TestRails generator. | madmaxoft | 2 | -0/+499 | |
This is for debugging purposes only. | |||||
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-16 | Merge branch 'master' of github.com:mc-server/MCServer | Tycho | 1 | -288/+381 | |
2014-06-16 | Updated the SandFlatRoofVillage prefabs. | madmaxoft | 1 | -288/+381 | |
2014-06-07 | Added RainbowRoads finisher generator. | madmaxoft | 2 | -0/+1421 | |
2014-06-01 | Update UnderwaterBase prefabs. | madmaxoft | 1 | -12/+378 | |
Added the waterfall room and the decaying sphere room. Re-tweaked the pieces' weights. | |||||
2014-06-01 | Updated UnderwaterBase prefabs. | madmaxoft | 1 | -103/+123 | |
2014-06-01 | Updated AlchemistVillage prefabs. | madmaxoft | 1 | -103/+105 | |
2014-05-31 | Added an initial version of the underwater base generator. | madmaxoft | 2 | -0/+1903 | |
2014-05-31 | Updated PlainsVillage prefabs. | madmaxoft | 1 | -73/+85 | |
2014-05-30 | Updated PlainsVillage and AlchemistVillage. | madmaxoft | 2 | -239/+1270 | |
2014-05-27 | Added AlchemistVillage prefabs (Thanks, KingsCraftAu). | madmaxoft | 2 | -0/+2984 | |
2014-05-27 | Fixed testing weights in PlainsVillages. | madmaxoft | 1 | -3/+3 | |
2014-05-25 | Added support for Miners' Village. | madmaxoft | 5 | -2221/+4354 | |
The village contains both prefabs that snap to ground and prefabs that connect strictly via connectors. Fixes #1027. | |||||
2014-05-24 | Added Japanese village prefabs. | madmaxoft | 2 | -0/+2419 | |
2014-05-22 | Updated plains village prefabs. | madmaxoft | 1 | -186/+171 | |
Expanded the hitboxes so that houses don't touch each other. Fixed minor visual defects. | |||||
2014-05-22 | Updated plains village prefabs. | madmaxoft | 1 | -44/+43 | |
The DoublePlantBed had sponges in wrong places, plus a few cosmetic fixes. | |||||
2014-05-21 | Added second kind of desert village (FlatRoof). | madmaxoft | 2 | -0/+1526 | |
2014-05-18 | Updated SandVillage prefabs to latest Gallery content. | madmaxoft | 1 | -12/+12 | |
This fixes sand village generation. | |||||
2014-05-17 | Updated PlainsVillage prefabs to the latest Gallery contents. | madmaxoft | 1 | -2265/+2892 | |
2014-05-15 | Changed village road generation to use multiple prefabs. | madmaxoft | 2 | -8/+8 | |
2014-05-15 | VillageGen rewritten using BFSPieceGenerator. | madmaxoft | 2 | -298/+303 | |
Piece composition is not good yet, the buildings aren't height-adjusted and the road pieces will need special processing. This is mainly for adjusting the per-piece params. | |||||
2014-05-11 | Initial VillageGen implementation. | madmaxoft | 4 | -0/+5643 | |
WIP, doesn't generate anything yet. Ref.: 740. | |||||
2014-05-05 | Changed cPieceGenerator to support pairings. | madmaxoft | 1 | -54/+99 | |
Fixes #982. | |||||
2014-04-25 | Cmake generated projects for IDEs include headers in project files. | archshift | 1 | -0/+1 | |
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 | 1 | -9/+125 | |
The nether forts should quite limit their bridge-to-floor overlaps. Cannot eliminate, but at least severely diminish. | |||||
2014-04-17 | Prefabs can have per-piece per-placement weights. | madmaxoft | 1 | -30/+602 | |
Fixes #753. Also upgraded NetherFortPrefabs to lates Gallery contents. | |||||
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 | 2 | -1954/+3323 | |
Code exported from the Gallery server by the GalExport plugin. | |||||
2014-03-30 | Added all current NetherFort prefabs. | madmaxoft | 1 | -3/+1547 | |
2014-03-28 | NetherFortGen: Added several more prefabs. | madmaxoft | 1 | -1/+782 | |
Also extended the defauls MaxDepth value to 12. | |||||
2014-03-28 | Implemented the msSpongePrint merge strategy. | madmaxoft | 1 | -3/+3 | |
Similar to msImprint, but allows prefabs to carve out air pockets, too. The sponge block is used as the NOP block. | |||||
2014-03-28 | NetherFort: Added BalconyTee2 prefab. | madmaxoft | 1 | -29/+158 | |
2014-03-28 | Sponged the netherfort balcony prefab. | madmaxoft | 1 | -30/+31 | |
This is a preparation for the msSpongePrint merge strategy, used for imprinting most prefabs. It will carve out even air, but will ignore sponge blocks. | |||||
2014-03-28 | Initial NetherFortGen import. | madmaxoft | 3 | -0/+331 | |
Simple fortresses of 2 different rooms will generate. |