1
0
Fork 0
Commit Graph

10351 Commits

Author SHA1 Message Date
Marvin Kopf 974c054bc9 fix endless loop in StringReplace (#3658)
* Fixed a recursive loop where the replacement would again be searched for the needle.
* Skip if the needle is empty. Find(needle) always matches if needle is empty.
2017-04-01 12:57:51 +01:00
Alexander Harkness 62ffa37bf1 Add Fllamber to BACKERS file. 2017-03-29 20:24:01 +01:00
Mattes D 5dc0189a16 FastRandom: Added test of class re-creation. (#3648)
Tests for the precondition of #2935 (re-created cFastRandom generates the same sequence of numbers).
2017-03-28 16:37:25 +02:00
NiLSPACE 96663d35b2 Merge pull request #3641 from cuberite/firework_nbt
NBT: Corrected firework loading
2017-03-22 15:08:42 +01:00
Lukas Pioch fd6faedd55 NBT: Corrected firework loading 2017-03-22 14:21:48 +01:00
Bond-009 9c9734282d Fireworks can be fired from a dispenser 2017-03-22 11:35:14 +01:00
Lukas Pioch 3c3fcd60ec Catch crash if any and print backtrace from every thread 2017-03-21 10:56:14 +01:00
Bond-009 76c39dad0f Added blocks that can be washed away by water (#3637) 2017-03-21 09:47:03 +01:00
Bond-009 e8de42fcbb Return bowl when eating beetroot soup 2017-03-20 21:21:02 +01:00
Bond-009 ef85c2e686 Deadbushes drop sticks 2017-03-19 21:57:41 +01:00
mathiascode 4656be19b7 Removed development plugins from settings file 2017-03-19 21:54:01 +01:00
Lukas Pioch 836c9cf039 Merge pull request #3633 from cuberite/player_detach
Detach player from entity / object if he is dead
2017-03-19 15:11:24 +01:00
Lukas Pioch 74ee255cae Detach player from entity / object if he is dead 2017-03-19 09:48:15 +01:00
Lukas Pioch 2b46a32a21 Merge pull request #3629 from Seadragon91/patch-1
Boat spawned, remove it from player's hand
2017-03-18 21:45:28 +01:00
Lukas Pioch 043a82344f Boat spawned, remove it from player's hand 2017-03-17 19:33:18 +01:00
johnsoch f269565e73 Fixed looping when unable to bind port (#3621)
Fixes #3593
2017-03-17 13:44:28 +01:00
Lukas Pioch e70b399435 Merge pull request #3625 from Seadragon91/patch-1
Removed unnecessary check for lower and upper folder
2017-03-16 19:33:48 +01:00
Lukas Pioch 4b1bc1cc5c Removed unnecessary check for lower and upper folder 2017-03-16 17:50:19 +01:00
Lukas Pioch e0435f27bb APIDocs: Corrected param types in cBoundingBox (#3624) 2017-03-16 15:10:09 +01:00
willi123yao eb7d684aad Allow mobs to walk through dead_bush (#3623)
Fixes #3618.
2017-03-16 08:54:14 +01:00
johnsoch 9fa8477b73 Hard minimum compiler version GCC 4.8 and Clang 3.4 (#3587)
Fixes #3155.
2017-03-10 08:45:11 +01:00
Lukas Pioch d0b956d8c4 Added is static flag and removed is static info from text. (#3616) 2017-03-05 02:44:16 +01:00
Pokechu22 19094e7aa6 Add 1.11 entity metadata (#3601) 2017-03-03 10:59:17 +01:00
Lukas Pioch 6ee0e4cafa Added missing IsStatic flag to functions. (#3613) 2017-03-02 12:05:11 +01:00
Bond-009 83fa6cb851 Renamed OSX to macOS and use curl to get EasyInstall script (#3585)
* Renamed OSX to macOS and use curl to get EasyInstall script

Use curl to get the EasyInstall script because the srcipt itself uses curl

* Fixed capitalization
2017-02-28 13:07:24 +00:00
mathiascode efa5d449bd Added files to packaged Windows builds (#3590) 2017-02-26 22:13:37 +01:00
Bond-009 2a630e8421 Fixed which blocks can be harvested with what type of pickaxe (#3586) 2017-02-26 12:13:53 +01:00
mathiascode 65ee749013 Corrected particles (#3577)
Fixes wrong IDs causing particles to become unknown to the server.
2017-02-26 01:31:08 +01:00
Bond-009 6fe863c2ad Fixed cactus detection and zombie pigman sword (#3584)
Fixes for issues #902 and #2917
2017-02-25 19:14:08 +01:00
Mattes D 7c17f77c84 BlockCrops: Fixed comments and reformatted control flow. (#3576) 2017-02-25 10:54:44 +01:00
mathiascode 330d66097f Removed a few default plugins (#3580) 2017-02-24 10:11:38 +01:00
Bond-009 ca3aa4ca06 Changed world_end to world_the_end #3531 (#3538) 2017-02-24 10:02:16 +01:00
Jacob f59bd02e0d Finishers now update the heightmap for tall flowers. (#3545) 2017-02-24 09:55:25 +01:00
Gareth Nelson 1c31cb7eec Add support for alternate config file locations (#3578) 2017-02-22 14:10:32 +01:00
mathiascode c89b20695d Add 1.11.1/1.11.2 protocol (#3575) 2017-02-21 16:11:28 +01:00
Alex 9cb1ad546f Changed fish launching mechanism (#3520)
Fish and other fishing loot now correctly fly towards played when reeled in.
2017-02-20 10:03:19 +01:00
Bond-009 750e2c1944 Dead bushes will generate in mega mega taigas (#3571) 2017-02-15 20:55:32 +01:00
mathiascode dae2adde65 Updated sounds and effect IDs (#3422) 2017-02-15 06:05:24 +01:00
mathiascode 4311f4a658 Added some blocks and items (#3503) 2017-02-14 11:13:55 +01:00
Bond-009 d67b573536 Improved easyinstall.sh to support macOS and FreeBSD (#3557) 2017-02-13 21:36:23 +01:00
Mattes D 72e401313b StringUtils: Dropped an unneeded copy in lower-/upper-casing. (#3512) 2017-02-13 19:56:34 +01:00
Mattes D 7b8380c6df Merge pull request #3569 from cuberite/AddVerticalConn
PieceGenerator: Added rotation-aware vertical connectors.
2017-02-13 18:08:27 +01:00
Mattes D 585571d78c PieceGenerator: Added rotation-aware vertical connectors. 2017-02-13 16:50:35 +01:00
Lawton Mizell 043aa4e574 Made survival the default gamemode (#3563) 2017-02-07 16:00:30 +01:00
Mattes D cbff1378fd Fixed bindings for cBlockArea:Read and Write. (#3568)
The original bindings accepted nil as the World param, causing a crash.
2017-02-05 16:00:38 +01:00
Lukas Pioch 77f456fc98 Merge pull request #3565 from cuberite/luacheck
APIDump: Corrected luacheck file to load a plugin's luacheck if exists
2017-01-29 12:27:32 +01:00
Lukas Pioch e6b1942fb5 APIDump: Corrected luacheck file to load a plugin's luacheck if exists 2017-01-28 14:05:30 +01:00
Altenius 0896b3b079 Changed big flowers so they don't need air above them. 2017-01-28 13:55:38 +01:00
Altenius 2d376304c2 Changed big flowers so they can only be placed on dirt 2017-01-28 13:55:38 +01:00
Mattes D 01d9beee9e Debuggers: Added /clientversion command to display protocol version. 2017-01-28 10:31:04 +01:00