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
|
99a5b38e27
|
format blocks and randomizing
|
2014-12-04 13:28:27 -08:00 |
|
p-mcgowan
|
b7c4ef05ac
|
last doxy fix
|
2014-12-04 01:18:55 -08:00 |
|
p-mcgowan
|
83d4bec369
|
awful comment fixing, randomizer fix
|
2014-12-04 01:08:17 -08:00 |
|
p-mcgowan
|
8c3b9ae15b
|
class description and doxy-commenting
|
2014-12-03 00:12:32 -08:00 |
|
p-mcgowan
|
d348433406
|
doxy-commenting
|
2014-12-02 22:35:34 -08:00 |
|
p-mcgowan
|
7f8f2f1e70
|
forgot generation defaul init
|
2014-12-02 15:57:41 -08:00 |
|
p-mcgowan
|
2ea8a36df6
|
forgot initializer
|
2014-12-02 15:55:09 -08:00 |
|
p-mcgowan
|
6803df129f
|
typos and oversights for lua and CI
|
2014-12-02 11:32:53 -08:00 |
|
p-mcgowan
|
8d7c2d4b13
|
fastRandom unused
|
2014-12-02 11:26:37 -08:00 |
|
p-mcgowan
|
585662e63f
|
indentation, repeatable random, small corrections
|
2014-12-02 11:21:51 -08:00 |
|
p-mcgowan
|
978c9967ad
|
fix comments after replacing spaces with tabs
|
2014-12-02 02:03:29 -08:00 |
|
p-mcgowan
|
2d93274a90
|
animal terrain finisher
|
2014-12-02 01:58:30 -08:00 |
|
p-mcgowan
|
9831220a1c
|
animal terrain finisher
|
2014-12-02 01:37:17 -08:00 |
|
STRWarrior
|
ca728da9b6
|
Using static cast for MineShaft spawners
|
2014-12-01 19:05:44 +01:00 |
|
STRWarrior
|
25e3869485
|
Mineshaft spawners now spawn cave spiders
|
2014-12-01 18:47:39 +01:00 |
|
STRWarrior
|
1bf0827a2f
|
Simplefied SoulsandRims
Replaced two for loops with a single if
|
2014-12-01 17:29:35 +01:00 |
|
STRWarrior
|
cd0081bb67
|
Merge branch 'master' of https://github.com/mc-server/MCServer
|
2014-12-01 16:39:42 +01:00 |
|
STRWarrior
|
fa4a85c915
|
Added better soulsand rims
As a finisher called SoulsandRims
|
2014-12-01 16:36:48 +01:00 |
|
Howaner
|
bcbd73f7d8
|
MobSpawner fixes.
|
2014-12-01 14:58:13 +01:00 |
|
Howaner
|
677dde51bd
|
Merge branch 'master' into MobSpawner
Conflicts:
MCServer/Plugins/APIDump/APIDesc.lua
|
2014-12-01 14:43:03 +01:00 |
|
Mattes D
|
36500f88b2
|
Merge pull request #1624 from mc-server/LuaDeprecating
Mark StringToMobType() as deprecated. Use cMonster:StringToMobType() instead
|
2014-12-01 09:50:34 +01:00 |
|
Mattes D
|
cc313c91ab
|
DistortedHeightmap: Added missing initialization.
This was probably the original cause for the "empty chunks".
Fixes #1433.
|
2014-12-01 00:14:27 +01:00 |
|
Mattes D
|
f0ad6221c3
|
Noise3D: Fixed missing initialization.
This should fix terrain being at Y=0 or Y=255 for the spawn chunk.
Fixes #1433.
|
2014-12-01 00:09:58 +01:00 |
|
Howaner
|
6adf749164
|
Merge branch 'master' into MobSpawner
|
2014-11-30 19:38:52 +01:00 |
|
STRWarrior
|
e972c52e54
|
Hopefully fixed random build fails
|
2014-11-30 18:44:44 +01:00 |
|
Mattes D
|
db0f791d43
|
Fixed a crash in cSpawnPrepare.
|
2014-11-30 18:19:29 +01:00 |
|
STRWarrior
|
65dc452923
|
Fixed nether ceiling
|
2014-11-30 16:34:41 +01:00 |
|
Howaner
|
7049db5bf8
|
Fixed compiling on linux.
|
2014-11-30 14:23:51 +01:00 |
|
Mattes D
|
a73c800377
|
Improved comments for cWorld::DoWithPlayer().
|
2014-11-30 11:11:47 +01:00 |
|
Howaner
|
c173bf61ad
|
Removed old StringToMobType() function from Monster.cpp
|
2014-11-30 02:29:17 +01:00 |
|
Mattes D
|
e0a846d805
|
Removed unneeded include.
|
2014-11-29 23:55:15 +01:00 |
|
Mattes D
|
abbe18c0ab
|
Fixed QtBiomeVisualiser compilation.
|
2014-11-29 23:55:06 +01:00 |
|
Mattes D
|
201313a9f8
|
Added a basic stacktracing for assert and signal failures.
|
2014-11-29 23:06:10 +01:00 |
|
Howaner
|
c673eb590f
|
Mark StringToMobType() as deprecated. Use cMonster:StringToMobType() instead
|
2014-11-29 15:40:38 +01:00 |
|
Howaner
|
473cb6e0b2
|
Removed unused imports.
|
2014-11-29 15:22:24 +01:00 |
|
Howaner
|
2478e290f9
|
Many api fixes, add vanilla names to mob type -> string functions and mob spawner fixes.
|
2014-11-29 15:20:44 +01:00 |
|
Howaner
|
648fee1a08
|
Merge branch 'master' into MobSpawner
|
2014-11-29 12:05:35 +01:00 |
|
Mattes D
|
1480cdb944
|
Chunk: Fixed same-name iterators.
|
2014-11-27 23:15:08 +01:00 |
|
Mattes D
|
4545b8eed9
|
OctavedNoise: Another unshadowed local variable.
|
2014-11-27 23:13:40 +01:00 |
|
Mattes D
|
12ad2a07c0
|
Minecart.h: Fixed integral conversion warning.
|
2014-11-27 22:50:18 +01:00 |
|
Mattes D
|
2cff4e8c83
|
RidgedNoise: Replaced fabs with std::abs().
|
2014-11-27 22:48:31 +01:00 |
|
Mattes D
|
9f24c0c4da
|
OctavedNoise: Unshadowed a local variable.
|
2014-11-27 22:44:02 +01:00 |
|
Mattes D
|
a6ed5cb1d8
|
BlockEntities: Removed the extra semicolon.
|
2014-11-27 22:42:08 +01:00 |
|
Mattes D
|
186b2f3bd0
|
Replaced auto_ptr with unique_ptr.
|
2014-11-27 21:27:03 +01:00 |
|