1
0
Fork 0
Commit Graph

10127 Commits

Author SHA1 Message Date
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
Mattes D 6b0c795655 Fixed ClientHandle:GetProtocolVersion returning wrong number. 2017-01-28 10:31:04 +01:00
Lukas Pioch b872f9bef7 Merge pull request #3564 from cuberite/luacheck
ApiDump: Added merge code to .luacheckrc
2017-01-27 14:25:24 +01:00
Lukas Pioch f8bf6a752f ApiDump: Added merge code to .luacheckrc 2017-01-27 13:14:26 +01:00
Mattes D 97980d1103 World: Remember the age persistently. (#3556) 2017-01-19 22:45:23 +01:00
Mattes D dfa8f278ea World: Removed LineBlockTracer test code. (#3555)
The test for LineBlockTracer is already in the Debuggers plugin (/spidey and testtracer commands).
2017-01-19 21:06:42 +01:00
Jacob 0f687c7182 Fixed placing of double tall flowers and an inconsistency with vanilla (#3541) 2017-01-19 17:21:05 +01:00
Mattes D 35ca578f44 Merge pull request #3553 from cuberite/RemoveChunkQueuedAssert
Removed asserts about chunk queued.
2017-01-19 16:44:44 +01:00
Mattes D a4955dfda3 Removed asserts about chunk queued.
The assumption is not needed and was invalid under a stress-test.
2017-01-19 16:25:07 +01:00
Julian Laubstein b356a035d1 Merge pull request #3551 from cuberite/RenameTwoLocks
WebAdmin: Renamed two neighboring locks for better clarity / style.
2017-01-19 00:40:18 +01:00
Mattes D dfb5722fb1 WebAdmin: Renamed two neighboring locks for better clarity / style. 2017-01-18 22:44:44 +01:00
Lukas Pioch 7f14faf831 Merge pull request #3548 from cuberite/FixAssertInWebadmin
Webadmin: Added a missing CS lock.
2017-01-18 17:29:00 +01:00
Mattes D 20205d33ba Webadmin: Added a missing CS lock.
This fixes an assert when accessing the login-page and the plugin-failure pages in the webadmin.
2017-01-18 16:30:28 +01:00
Mattes D 0256daa7ca Merge pull request #3544 from cuberite/DeadlockDetectMoreInfo 2017-01-18 10:51:17 +01:00
Mattes D 7cc3fb098d DeadlockDetect now lists some tracked CS's stats. 2017-01-18 09:03:05 +01:00
Mattes D 49e05d8cfe Debuggers: Added a deadlock simulation command. 2017-01-18 09:02:56 +01:00
Mattes D a52de8e8cd DeadlockDetect: Provide more information for debugging. 2017-01-17 18:35:12 +01:00
LogicParrot 23f5e605a1 Updated Github label links (#3543) 2017-01-17 19:01:38 +02:00
Mattes D fa69d09a49 Merge pull request #3537 from cuberite/LuaStressTest
Lua stress test
2017-01-15 16:10:06 +01:00
Mattes D 30756e3f95 Tests: Added LuaState thread stress-test. 2017-01-15 15:11:18 +01:00
Mattes D e9547101b1 LuaState: Fixed untracking references.
One thread may untrack a ref while another thread was closing the LuaState, which had emptied the tracked refs.
2017-01-15 12:54:58 +01:00
Mattes D e28cecb3d1 Moved cPrefab parser self-check to the LoadablePieces test. (#3536) 2017-01-15 11:40:10 +01:00
Bond-009 5ffe920f29 Git: Ignore compile.sh folder (#3533) 2017-01-14 23:23:34 +01:00
Mattes D fb0fc07579 Fixed race conditions and forgotten clear in Lua ref tracking. (#3530)
This fixes occasional crashes on plugin reload.
2017-01-13 10:31:05 +01:00
Mattes D f62711f97c LuaState: Fixed race condition in ref tracking. (#3529) 2017-01-09 15:56:16 +01:00