STRWarrior
|
f1558c6015
|
Fixed style
|
2015-04-19 19:59:27 +02:00 |
|
STRWarrior
|
e7542f676d
|
Added GlowStone finisher
|
2015-04-19 19:45:18 +02:00 |
|
Mattes D
|
f1ef7f57ff
|
Merge pull request #1775 from tommysanterre/terrainheightfix
Correct all world height validations.
|
2015-03-23 12:25:22 +01:00 |
|
worktycho
|
d02c908670
|
Merge pull request #1786 from mc-server/pipelineSyntax
Added pipelining syntax for generators
|
2015-03-21 21:08:33 +00:00 |
|
worktycho
|
7089b68030
|
Style fixes
|
2015-03-21 19:45:01 +00:00 |
|
Tommy Santerre
|
3f6d823aa4
|
Correct world height validations.
Unify the way we test block above the current one (Height - 1 instead of a_RelY + 1).
Allow generation of world of flat height = 255
|
2015-03-19 20:32:17 -04:00 |
|
tycho
|
430cbb8c83
|
Changed pipeline character from >> to |
|
2015-03-11 10:42:45 +00:00 |
|
tycho
|
8646e95b6f
|
Fixed style and removed false positives
Relaxed the rules for < followed by an && and removed rule for < following an &&
|
2015-03-11 10:39:49 +00:00 |
|
Tycho
|
ff785188f9
|
Fixed Sequence Generator for IntGen
|
2015-03-10 22:19:03 +00:00 |
|
STRWarrior
|
d19f2a472b
|
Added parenthesis around the comparisons
|
2015-03-08 15:22:01 +01:00 |
|
STRWarrior
|
2bbfd0341f
|
Added proper trees to Mesa biomes
Mesa only has small apple trees.
|
2015-03-08 13:30:21 +01:00 |
|
STRWarrior
|
134246fb15
|
Added grass/course dirt layer on MesaPlateauF(M)
|
2015-03-08 13:29:49 +01:00 |
|
Tiger Wang
|
3d81b0093e
|
Merge pull request #1784 from mc-server/SteppyHeiGen
Added Steppy height generator.
|
2015-03-06 11:53:12 +00:00 |
|
STRWarrior
|
db2a406c13
|
Removed trailing whitespace
|
2015-03-01 20:09:44 +01:00 |
|
STRWarrior
|
3d3735a378
|
Replaced IntNoiseXX with IntNoiseXXInt
|
2015-03-01 20:08:05 +01:00 |
|
STRWarrior
|
e63f9bdc1a
|
Replaced cFinishGenPtr with std::make_shared
|
2015-03-01 20:06:44 +01:00 |
|
Tycho
|
bdea6c92b3
|
Fixed Style
Still fails CheckBasicStyle.lua dua to issue with rvalue references and templates
|
2015-03-01 14:51:07 +00:00 |
|
Tycho
|
3f61255fe1
|
Added pipelining syntax for generators
|
2015-03-01 14:27:01 +00:00 |
|
Mattes D
|
d2e1ed3a3b
|
Steppy HeiGen: Fixed Linux compilation.
|
2015-03-01 12:40:53 +01:00 |
|
Mattes D
|
780a9ae9d1
|
Added Steppy height generator.
|
2015-03-01 12:13:39 +01:00 |
|
STRWarrior
|
0394acfc0c
|
Made the minimum vine level configurable
|
2015-02-28 22:40:13 +01:00 |
|
STRWarrior
|
19d7ec51a0
|
Implemented a vines finisher that creates vines in jungle biomes
|
2015-02-28 22:37:33 +01:00 |
|
STRWarrior
|
ac2c88b451
|
Ice finisher uses GetSnowStartHeight instead of specific biomes
|
2015-02-25 19:22:44 +01:00 |
|
STRWarrior
|
ba3eaf9223
|
Snow finisher uses GetSnowStartHeight instead of specific biomes
|
2015-02-25 19:12:53 +01:00 |
|
Mattes D
|
6ec5e8caa7
|
Replaced atoi() with StringToInteger().
|
2015-01-27 14:53:32 +01:00 |
|
Kirill Kirilenko
|
ce2d3280ca
|
Fixed defect #43665 in Coverity list.
|
2015-01-23 19:06:27 +03:00 |
|
Kirill Kirilenko
|
0288e90e0b
|
Fixed defect #73101 in Coverity list.
|
2015-01-23 19:06:26 +03:00 |
|
Kirill Kirilenko
|
2557eab957
|
Fixed defect #43671 in Coverity list.
|
2015-01-23 19:06:25 +03:00 |
|
Mattes D
|
ccdf03daaf
|
Refactored all player block placing to go through hooks.
Fixes #1618.
|
2014-12-24 07:20:17 +01:00 |
|
Mattes D
|
fe00c99c95
|
cEndGen: Fixed unitialized member variables.
Fixes CID 43671.
|
2014-12-21 21:59:44 +01:00 |
|
Mattes D
|
c9697083e5
|
cNoise3DComposable: Fixed unitialized member variables.
Fixes CID 43665.
|
2014-12-21 21:56:34 +01:00 |
|
STRWarrior
|
00bee25b4b
|
WormNestCaves occasionally generates sandstone around the cave
Only when the block around the cave is sand.
|
2014-12-13 15:38:37 +01:00 |
|
Mattes D
|
781b3303a5
|
Merge pull request #1657 from mc-server/PrepareChunk
Prepare chunk
|
2014-12-11 17:06:18 +01:00 |
|
Mattes D
|
09453619e6
|
Fixed DungeonRooms edges not generating sometimes.
|
2014-12-11 11:16:11 +01:00 |
|
Mattes D
|
fcd3d1bfed
|
Added a cWorld:PrepareChunk function.
It prepares the chunk - loads or generates it and lights it.
The spawn prepare process uses this function.
|
2014-12-10 22:35:16 +01:00 |
|
Mattes D
|
d00ebd7ee7
|
Merge pull request #1555 from mc-server/c++11
C++11
|
2014-12-07 15:01:36 +01:00 |
|
STRWarrior
|
ba99107591
|
Reduced river height
Rivers would exceed the water height quite often
|
2014-12-07 12:03:52 +01:00 |
|
STRWarrior
|
95c83abcdb
|
Fixed error message in cFinishGenPassiveMobs
It would send an error message when trying to spawn mobs in a desert
|
2014-12-07 12:00:36 +01:00 |
|
Tiger Wang
|
3acdf25b05
|
Merge remote-tracking branch 'origin/master' into c++11
Conflicts:
src/OSSupport/Thread.cpp
|
2014-12-06 17:41:48 +00:00 |
|
Mattes D
|
c5dc5ac45f
|
FinishGenPassiveMobs: Cosmetic changes.
|
2014-12-05 22:46:46 +01:00 |
|
p-mcgowan
|
b25fcb0972
|
formatting and default spawn percentage
|
2014-12-05 11:31:01 -08:00 |
|
p-mcgowan
|
a8bbd5efe4
|
Merge branch 'master' of github.com:p-mcgowan/MCServer into animalTerrainFinisher
update
|
2014-12-05 11:24:09 -08:00 |
|
Mattes D
|
e2a04f580a
|
BasicStyle: Added missing braces to control statements.
|
2014-12-05 16:59:11 +01:00 |
|
p-mcgowan
|
750b4a3eaa
|
reformat
|
2014-12-05 01:01:10 -08:00 |
|
p-mcgowan
|
c655d97c9d
|
restructure, with logic this time
|
2014-12-05 00:57:40 -08:00 |
|
p-mcgowan
|
bd8c1850da
|
restructured random animals, added check for desert (update as per wiki)
|
2014-12-04 17:20:19 -08:00 |
|
p-mcgowan
|
78f0aebaf4
|
handle non-vanilla dimensions
|
2014-12-04 17:01:34 -08:00 |
|
p-mcgowan
|
538991c973
|
handle non-vanilla dimensions
|
2014-12-04 16:59:45 -08:00 |
|
p-mcgowan
|
53a33595b7
|
formatting fixes
|
2014-12-04 16:44:18 -08:00 |
|
p-mcgowan
|
8557ab18d0
|
conflict resolution
|
2014-12-04 13:31:58 -08:00 |
|