madmaxoft
|
3c6ce77934
|
Fixed a typo in the description.
|
2014-09-29 20:39:09 +02:00 |
|
Mattes D
|
5d0db6be50
|
Merge pull request #1479 from SphinxC0re/master
Added torches placeable on upside-down-halfslabs
|
2014-09-29 13:40:29 +02:00 |
|
Mattes D
|
666aa1df94
|
Merge pull request #1473 from mc-server/NewStoneGeneration
Added Granite, Diorite and Andesite to the NaturalPatches generator.
|
2014-09-29 09:33:13 +02:00 |
|
Mattes D
|
a245213d81
|
Merge pull request #1478 from doublej472/master
Make endermen take damage in water
|
2014-09-29 08:08:14 +02:00 |
|
madmaxoft
|
280831df26
|
Plugin messages: Vanilla prefixes its payloads with VarInt lengths.
|
2014-09-28 23:03:44 +02:00 |
|
madmaxoft
|
488c6159df
|
Revert "1.8: Fixed plugin messages."
This reverts commit 04ee8c43dd.
|
2014-09-28 22:27:23 +02:00 |
|
madmaxoft
|
f8c627141a
|
Protocol 1.8: Fixed possible crash on malformed packet.
|
2014-09-28 22:25:48 +02:00 |
|
madmaxoft
|
5a44be13b7
|
Fixed trailing whitespace.
|
2014-09-28 22:17:29 +02:00 |
|
Mattes D
|
1422176d13
|
Merge pull request #1471 from mc-server/redstoneData
Use factory method to construct redstone simulator data
|
2014-09-28 22:05:05 +02:00 |
|
Mattes D
|
8d55cd409e
|
Merge pull request #1466 from mc-server/endofsupport
Removed protocols 1.2 to 1.6
|
2014-09-28 22:04:30 +02:00 |
|
madmaxoft
|
576d088f38
|
QtBiomeVisualiser: fixed compilation.
|
2014-09-27 22:26:56 +02:00 |
|
madmaxoft
|
03791b1e63
|
Fixed another redstone crash.
|
2014-09-27 22:25:07 +02:00 |
|
Mattes D
|
a3b140cb44
|
Merge pull request #1465 from Masy98/blocks
Added barriers correctly
|
2014-09-27 22:01:55 +02:00 |
|
madmaxoft
|
113b54aefd
|
BioGen: TwoLevel is now fully settable in INI.
|
2014-09-27 22:01:47 +02:00 |
|
madmaxoft
|
e7de548c89
|
Fixed minor style issues.
|
2014-09-27 21:37:36 +02:00 |
|
madmaxoft
|
d1a72eb6de
|
Wrapped clang-specific pragma into an #ifdef block.
MSVC was complaining about an unknown pragma.
|
2014-09-27 21:33:50 +02:00 |
|
Mattes D
|
305778f22f
|
Merge pull request #1456 from Howaner/Fixes
Fixed player custom names in 1.8 and added type checking to map loading
|
2014-09-26 23:01:22 +02:00 |
|
madmaxoft
|
0d83477540
|
Fixed UNUSED macro so that it doesn't require type knowledge.
Introduced new UNUSED_VAR macro that is used when type knowledge is available (for local variables).
|
2014-09-26 22:53:39 +02:00 |
|
Mattes D
|
2c5b0f2378
|
Merge pull request #1415 from Masy98/blocks
Added 1.8 Blocks and Items
|
2014-09-26 22:24:45 +02:00 |
|
madmaxoft
|
157cad9007
|
Improved searching for spawn.
Won't spawn on a small island inside ocean anymore.
|
2014-09-26 13:04:34 +02:00 |
|
madmaxoft
|
6b260f06ba
|
cByteBuffer: Simplified ReadPosition().
Also, by popular demand, added more comments to the code.
|
2014-09-25 23:06:21 +02:00 |
|
madmaxoft
|
976c6bd32b
|
Protocol 1.8: Fixed plugin message packet.
|
2014-09-25 21:33:20 +02:00 |
|
madmaxoft
|
0443f5d531
|
cByteBuffer: Fixed position reading.
|
2014-09-25 21:23:05 +02:00 |
|
madmaxoft
|
e5293706de
|
TwoLevel BioGen: reads params from INI file.
|
2014-09-25 20:47:29 +02:00 |
|
madmaxoft
|
8f4cc27e39
|
Added cByteBuffer::WriteBEUShort().
|
2014-09-25 20:47:29 +02:00 |
|
Mattes D
|
e751f4ffe3
|
Merge pull request #1452 from Howaner/Fixes
Fixes
|
2014-09-25 20:45:54 +02:00 |
|
madmaxoft
|
27187371eb
|
Protocol 1.8: Handling packet compression properly.
The compression didn't work with CommLog turned on.
|
2014-09-25 20:34:49 +02:00 |
|
madmaxoft
|
3459bc1ede
|
Protocol 1.8: Added checks for values presence.
Reported by @worktycho / Coverity.
|
2014-09-25 19:42:35 +02:00 |
|
madmaxoft
|
c6f78d516b
|
Redstone: Fixed a crash with repeaters on a chunk border.
|
2014-09-25 18:36:11 +02:00 |
|
madmaxoft
|
aeabc4ff6b
|
1.8 Protocol: Fixed problems with no-payload packets.
|
2014-09-25 18:36:10 +02:00 |
|
madmaxoft
|
a518a83c25
|
1.7 Protocol: fixed potential problems with no-payload packets.
|
2014-09-25 18:36:10 +02:00 |
|
madmaxoft
|
843f31ecba
|
HangingEntity: Silenced a crash.
Vanilla worlds sometimes contain data that this was asserting upon. Changed into a log.
|
2014-09-25 18:36:09 +02:00 |
|
Mattes D
|
2867672815
|
Merge pull request #1449 from mc-server/WorldLoader
MCServer world compatiblity with vanilla and mcedit.
|
2014-09-24 21:15:39 +02:00 |
|
madmaxoft
|
34b83656b3
|
QtBiomeVisualiser: Fixed MSVC path-crossing.
MSVC would occasionally compile the wrong CPP file - the same name, but wrong path.
|
2014-09-24 11:21:59 +02:00 |
|
madmaxoft
|
8d9dfc5d1a
|
Anvil: Wolf collar color is a byte in Vanilla.
Kept the old Int reading for compatibility reasons.
Ref.: #1448
|
2014-09-23 22:22:38 +02:00 |
|
madmaxoft
|
d04ab9b703
|
Fixed compiler warnings in 1.8 protocol.
|
2014-09-23 22:12:48 +02:00 |
|
madmaxoft
|
0b40ce971c
|
Fixed a crash in WSSAnvil.
Reported as #1448.
|
2014-09-23 22:12:47 +02:00 |
|
madmaxoft
|
de163f0134
|
QtBiomeVisualiser: Fixed confusion about Globals.h.
|
2014-09-23 12:51:02 +02:00 |
|
madmaxoft
|
83588fb0aa
|
QtBiomeVisualiser: Implemented live-update for the generator setup.
|
2014-09-22 21:52:38 +02:00 |
|
madmaxoft
|
583532e1b9
|
QtBiomeVisualiser: generator source is read from generator setup ini.
|
2014-09-22 21:52:37 +02:00 |
|
madmaxoft
|
10c5d50566
|
QtBiomeVisualiser: Moved the generator setup into a side-pane.
|
2014-09-22 21:52:37 +02:00 |
|
madmaxoft
|
dda66ea6ef
|
QtBiomeVisualiser: Added the base for INI editting.
|
2014-09-21 22:58:27 +02:00 |
|
madmaxoft
|
14123c6d16
|
QtBiomeVisualiser: Added list of vanilla worlds.
|
2014-09-20 23:03:13 +02:00 |
|
madmaxoft
|
3676a84916
|
Fixed cParsedNBT::FindTagByPath().
There was an off-by-one error in the name handling.
|
2014-09-20 23:01:42 +02:00 |
|
madmaxoft
|
66ef05c765
|
QtBiomeVisualiser: Added support for loading Anvil worlds.
|
2014-09-20 18:41:21 +02:00 |
|
madmaxoft
|
b2573aad50
|
Fixed typos in items.ini.
|
2014-09-19 22:30:32 +02:00 |
|
Mattes D
|
a5386070d6
|
Merge pull request #1442 from Masy98/Language
Added german language support
|
2014-09-19 22:28:45 +02:00 |
|
madmaxoft
|
09c67bddf7
|
QtBiomeVisualiser: More gcc fixes.
|
2014-09-18 10:26:28 +02:00 |
|
madmaxoft
|
98f4588ed3
|
QtBiomeVisualiser: Fixed linux compilation.
|
2014-09-18 10:24:52 +02:00 |
|
madmaxoft
|
95af3eb526
|
Fixed minor style issues.
|
2014-09-17 23:32:14 +02:00 |
|
madmaxoft
|
6f5aa487ed
|
Voronoi biomegen: Added JitterSize and OddRowOffset.
|
2014-09-17 23:24:22 +02:00 |
|
madmaxoft
|
c979d46548
|
Updated SQLiteCpp.
Our changes have made it into upstream, updating to sync with upstream master.
|
2014-09-17 22:48:58 +02:00 |
|
Mattes D
|
0625556c37
|
Merge pull request #1437 from nesco/master
Implemented spectator gamemode.
|
2014-09-17 21:30:11 +02:00 |
|
madmaxoft
|
16e9deba8d
|
Added an explicit setting for allowing BungeeCord handshake.
|
2014-09-17 20:56:33 +02:00 |
|
madmaxoft
|
010879e43f
|
BungeeCord compatibility: don't overwrite UUID / properties.
|
2014-09-17 16:01:14 +02:00 |
|
madmaxoft
|
82317709f8
|
Full BungeeCord compatibility.
Fixes #1392.
Fixes SpigotMC/BungeeCord#1211.
|
2014-09-17 11:07:42 +02:00 |
|
madmaxoft
|
3406957f1b
|
Initial BungeeCord support.
Ref.: #1392
|
2014-09-17 09:38:06 +02:00 |
|
madmaxoft
|
96f45a48d4
|
VoronoiMap: Added Jitter and OddRowOffset params.
|
2014-09-15 22:34:33 +02:00 |
|
madmaxoft
|
18743540bc
|
QtBiomeVisualiser: Fixed colors and read failures.
|
2014-09-15 21:45:35 +02:00 |
|
Mattes D
|
21b70f17c2
|
QtBiomeVisualiser: Added reloading.
|
2014-09-15 17:29:34 +02:00 |
|
Mattes D
|
84947a22ad
|
QtBiomeVisualiser: removed multithreading.
It was slowing things down, the granularity is too fine.
|
2014-09-15 17:20:54 +02:00 |
|
Mattes D
|
d772bc032f
|
QtBiomeVisualiser: Added multithreading.
For some reason this makes the UI less responsive.
|
2014-09-15 16:50:40 +02:00 |
|
Mattes D
|
ddf130f849
|
QtBiomeVisualiser: Extended zoom down below 100%.
|
2014-09-14 22:20:16 +02:00 |
|
Mattes D
|
69b46aeb27
|
QtBiomeVisualiser: Added mouse and keyboard view control.
Mouse dragging or WASD pans view, mouse wheel or QE zooms.
|
2014-09-14 22:05:10 +02:00 |
|
Mattes D
|
2a020e47f1
|
QtBiomeVisualiser: Removed build-specific variables.
These should be set in the project configuration instead, passed directly to qmake.
|
2014-09-14 20:09:33 +02:00 |
|
madmaxoft
|
46061ab917
|
Removed the unused nightbuild script.
|
2014-09-14 20:00:18 +02:00 |
|
Mattes D
|
e3a2dc5a13
|
Added new Qt-based biome visualiser.
Compile with Qt 5.1+
|
2014-09-14 01:33:05 +02:00 |
|
Mattes D
|
c4a53c5d7d
|
OSSupport: Fixed UNICODE Windows builds.
The files now compile even inside UNICODE applications.
|
2014-09-14 01:33:05 +02:00 |
|
Mattes D
|
5b63a7fe98
|
Merge pull request #1353 from mc-server/Effects
Added speed entity effect.
|
2014-09-13 17:05:59 +02:00 |
|
madmaxoft
|
c0a069b260
|
APIDump: Improved command binding documentation.
|
2014-09-12 20:59:47 +02:00 |
|
Mattes D
|
db13405da2
|
Merge pull request #1424 from Howaner/Fixes
Fixes
|
2014-09-12 20:43:05 +02:00 |
|
Mattes D
|
9fd5df26d0
|
Fixed a redstone sim failure with droppers.
|
2014-09-11 10:28:48 +02:00 |
|
Mattes D
|
84cb258ec2
|
Merge pull request #1414 from Masy98/Crafting
Fixed sign recipe
|
2014-09-10 20:38:22 +02:00 |
|
Mattes D
|
76d5aa1d51
|
Merge pull request #1402 from Masy98/Sounds
Moved sound-configs into BlockID.h and fixed/ added loads of sounds
|
2014-09-10 08:36:33 +02:00 |
|
Mattes D
|
feb408424c
|
Merge pull request #1399 from mc-server/warnings
Warnings
|
2014-09-09 14:32:58 +02:00 |
|
Mattes D
|
9e36bbd069
|
Merge pull request #1397 from mc-server/saveSetting
If server fails init, save any changed or generated settings.
|
2014-09-08 16:31:44 +02:00 |
|
Mattes D
|
c5cd75fae8
|
Exported cClientHandle:GetIPString() to Lua API.
|
2014-09-07 22:35:22 +02:00 |
|
Mattes D
|
d2c1518145
|
Webadmin: Added default ports to auto-generated ini file.
Fixes #1382.
|
2014-09-07 19:45:15 +02:00 |
|
Mattes D
|
a0feff2734
|
WebAdmin: Added HTTPS instructions when cert / key is missing.
|
2014-09-07 19:42:35 +02:00 |
|
Mattes D
|
690867c89e
|
Fixed submodules' downgrade from the previous PR merge.
|
2014-09-07 09:09:10 +02:00 |
|
Mattes D
|
c71a37012c
|
Merge pull request #1385 from mc-server/clangWarnings
Should now compile in clang 3.0
|
2014-09-06 20:35:51 +02:00 |
|
Mattes D
|
52dd5ba6dd
|
Added missing newline.
|
2014-09-06 19:02:16 +02:00 |
|
Mattes D
|
e1a9a6291b
|
Removed chunk's unused Y coord.
This fixes the second issue of #1313.
|
2014-09-06 19:01:30 +02:00 |
|
Mattes D
|
0a651b9fd8
|
Added Y-wise asserts to signs.
This should help detect #1313's second case.
|
2014-09-06 18:59:17 +02:00 |
|
Mattes D
|
868723ce50
|
Alpha-sorted protocol 1.7 senders.
|
2014-09-06 18:57:57 +02:00 |
|
Mattes D
|
9e1f67932b
|
Fixed player spawning in unknown world.
This may happen if the admin removes a world.
|
2014-09-06 15:26:20 +02:00 |
|
madmaxoft
|
29910bc3bd
|
Win build: put third party licenses into a separate folder.
|
2014-09-06 13:41:23 +02:00 |
|
Mattes D
|
9f9302f470
|
Anvil: Fixed an off-by-one error in the loader.
Fixes #1307.
|
2014-09-06 13:32:16 +02:00 |
|
Mattes D
|
dd0aa22d2e
|
Fixed scoreboard loader type checks.
Fixes scoreboard loading error reported on the Dropper map in #1307.
|
2014-09-06 13:11:08 +02:00 |
|
Mattes D
|
b1cc1451d4
|
Merge pull request #1361 from mc-server/WebAdmin
Webadmin improvements
|
2014-09-06 11:12:18 +02:00 |
|
Mattes D
|
103fa8812d
|
WorldStorage no longer queues chunks into generator.
|
2014-09-05 23:26:00 +02:00 |
|
Mattes D
|
4230eb3d92
|
Fixed loading empty chunks.
Reported on the Dropper map in #1307.
|
2014-09-05 22:55:39 +02:00 |
|
Mattes D
|
137b021d26
|
Rewritten chunk status to specify whether the chunk is in queue.
This fixes #1370.
|
2014-09-05 22:16:48 +02:00 |
|
Mattes D
|
e15b8600a6
|
BiomeMultiCache is not used for simple generators.
|
2014-09-05 22:08:00 +02:00 |
|
Mattes D
|
60e235362c
|
Fixed style.
|
2014-09-05 22:07:13 +02:00 |
|
Mattes D
|
6444bc25ba
|
Fixed security: Player cannot spawn in a disabled world.
|
2014-09-05 16:55:16 +02:00 |
|
Mattes D
|
254c8c9154
|
Anvil: Fixed loading block entities with invalid Y coord.
|
2014-09-05 16:40:03 +03:00 |
|
Mattes D
|
e9dda864ea
|
Merge pull request #1375 from mc-server/EntitiesInBox
Implemented ForEachEntityInBox
|
2014-09-04 22:25:19 +02:00 |
|
Mattes D
|
b590eed42f
|
Merge pull request #1371 from DayBr3ak/master
issue381, multicache for cBioGen
|
2014-09-04 14:09:54 +02:00 |
|
madmaxoft
|
7ab4c078b8
|
Fixed compilation after chunk Y removal.
|
2014-09-04 14:05:42 +02:00 |
|