Commit Graph
7055 Commits
Author SHA1 Message Date
madmaxoft dda66ea6ef QtBiomeVisualiser: Added the base for INI editting. 2014-09-21 22:58:27 +02:00
Tiger Wang cb70925077 Fix crash in cLineBlockTracer
* Fixes #1418
2014-09-21 19:24:45 +01: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
Masy98 b3de0e104f Added german language support, now really 2014-09-18 17:39:32 +02:00
Masy98 400ce1f9e0 Added german language support 2014-09-18 16:37:34 +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
nesco bf85c0b0ab Implementing Spectator Mode
Adding some proprieties of the spectator game mode in player.cpp :
- Players can't toss items
- Players can't touch the ground
2014-09-17 21:17:06 +02:00
madmaxoft 16e9deba8d Added an explicit setting for allowing BungeeCord handshake. 2014-09-17 20:56:33 +02:00
Howaner ccaec8f424 Fixed wrong url in the debuggers plugin 2014-09-17 20:28:30 +02:00
nesco b70e09bc90 Update World.h 2014-09-17 17:32:37 +02:00
nesco c63e14b6d1 Preparing 1.8 update 2014-09-17 17:15:47 +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
nesco 89c9aec5da Preparing 1.8 update
Partially added Spectator gamemode
2014-09-16 20:17:35 +02:00
nesco f246faec16 Preparing 1.8 update
Added Spectator gamemode
2014-09-16 20:05:55 +02:00
nesco 120b23d65e Pre 1.8 release
Added Spectator gamemode
2014-09-16 20:04:17 +02:00
nesco 8dedbe4db5 Preparing 1.8 changes
Added Spectator Gamemode
2014-09-16 20:02:27 +02:00
nesco be7483f26b Pre 1.8 release
Added Gamemode Spectator
2014-09-16 20:01:04 +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
Alexander Harkness 28c385d38e Merge pull request #1434 from Masy98/master
Added me to the contributors list
2014-09-14 17:03:24 +01:00
Masy98 0b16bbfc01 Added me to the contributors list 2014-09-14 17:58:09 +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
Tiger Wang fdabfd77e2 Improved cBlockHandler::DropBlock 2014-09-13 22:49:27 +01:00
Tiger Wang 52d86728e6 Entities experience water resistance 2014-09-13 22:49:05 +01:00
Mattes D 5b63a7fe98 Merge pull request #1353 from mc-server/Effects
Added speed entity effect.
2014-09-13 17:05:59 +02:00
Alexander Harkness 1707a149f7 Gittip is now Gratipay
Also, 7000th Commit!
2014-09-13 12:04:20 +01:00
Alexander Harkness 76a73b2528 Updated CI Links to new ones. 2014-09-13 12:03:29 +01:00
Tiger Wang 4019847857 Fixed friction being applied whilst airborne
Reported by tonibm9 in #1300.
2014-09-12 20:50:24 +01: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
Howaner d5306f265b Only drop flint or gravel, not both. 2014-09-12 19:38:00 +02:00