1
0
Fork 0
Commit Graph

9859 Commits

Author SHA1 Message Date
LogicParrot b4a6edc958 Merge pull request #3097 from LogicParrot/noFall
Never fall through unloaded or unsent chunks
2016-04-04 14:53:46 +03:00
LogicParrot dd0ce3287f Players never fall through unloaded chunks or end up inside solids on teleport 2016-03-31 21:35:43 +03:00
LogicParrot 6b1856f226 Merge pull request #3118 from LogicParrot/fixWorld
Fix adding players to world
2016-03-31 21:33:49 +03:00
LogicParrot 13195cd207 Fix adding players to world 2016-03-31 20:40:58 +03:00
LogicParrot 02adc02045 Merge pull request #3116 from LogicParrot/bedFix
Player death crashfix
2016-03-31 20:17:35 +03:00
LogicParrot e223eec1c0 Player death crashfix 2016-03-31 19:55:59 +03:00
LogicParrot 0f2cebb786 Merge pull request #3105 from LogicParrot/chunkStability
Entities are never lost
2016-03-31 12:41:52 +03:00
LogicParrot 630ceed2c0 Entities are never lost 2016-03-30 14:56:47 +03:00
Alexander Harkness 6d1d223d04 Merge pull request #3109 from LogicParrot/moveToNewWorld
MoveToWorld defaults to spawnpoint
2016-03-30 11:38:24 +01:00
LogicParrot 9e796f4e62 MoveToWorld defaults to spawnpoint 2016-03-30 11:42:06 +03:00
LogicParrot b0273c6438 Merge pull request #3091 from LogicParrot/bed
Bed's world is now saved
2016-03-30 09:32:43 +03:00
LogicParrot 8b184e8083 Bed's world is now saved 2016-03-29 15:50:29 +03:00
Julian Laubstein 666f3883da Merge pull request #3096 from mathias-github/icons
Updated icons and logo
2016-03-29 00:31:58 +02:00
Mathias 83c4cba1fd Updated icons and logo 2016-03-28 19:42:14 +03:00
LogicParrot f46b01bf2c Merge pull request #3099 from LogicParrot/passive
Fix passive mob destruction crashes
2016-03-28 18:49:36 +03:00
LogicParrot a3d9bd8ba0 Fix passive mob destruction crashes 2016-03-28 18:37:43 +03:00
Alexander Harkness 68edcd47e1 Merge pull request #3093 from mathias-github/patch-2
Added donator to list
2016-03-26 08:28:41 +00:00
Mathias 3b80b97081 Added donator to list 2016-03-26 00:31:48 +02:00
LogicParrot 56f3fc954e Merge pull request #2994 from LogicParrot/mobTick
Rewrite mob tick code
2016-03-23 10:44:51 +02:00
LogicParrot ebd80805ca Rewrite mob tick code 2016-03-23 10:32:09 +02:00
Mattes D fa53e98419 Merge pull request #3086 from cuberite/revert-2872-LuaCallback
Revert "Lua callback"
2016-03-21 10:40:38 +01:00
Mattes D e3d34d9917 Revert "Lua callback" 2016-03-21 09:58:15 +01:00
Mattes D 8fc9cfa411 Merge pull request #3084 from cuberite/seadragon91-patch-1
Fixed misuse of comma.
2016-03-19 07:35:53 +01:00
Lukas Pioch 5fa9c47f77 Fixed misuse of comma. 2016-03-18 20:20:30 +01:00
Blitz Rakete 4e0f829729 Fixed leaping potion not giving jump boost 2016-03-18 11:54:28 +01:00
Mattes D 46430911fe Merge pull request #2872 from cuberite/LuaCallback
Lua callback
2016-03-17 22:21:10 +01:00
Mattes D af200dfaae Changed cLuaWindow callbacks to use cLuaState::cCallback. 2016-03-17 19:29:03 +01:00
Mattes D 5dfcc15d1f Removed the cPluginLua::cResettable class.
The functionality provided by that class has been superseded by cLuaState::cCallback, with better multithreading support.
2016-03-17 19:29:02 +01:00
Mattes D d0a04a7a82 Changed world tasks to use cLuaState::cCallback. 2016-03-17 19:29:02 +01:00
Mattes D eb044e140e Changed plugin hook registrations to use cLuaState::cCallback. 2016-03-17 19:29:01 +01:00
Mattes D 62d81eb763 Removed cWebPlugin, WebAdmin uses cLuaState::cCallback. 2016-03-17 19:29:01 +01:00
Mattes D 3aa7656823 Added cLuaState::cCallback for representing (resettable) Lua callbacks. 2016-03-17 19:29:00 +01:00
Mattes D 64b136c6d8 Merge pull request #3081 from Arthur2e5/master
Some careless review on compile.sh
2016-03-17 08:14:53 +01:00
Mingye Wang (Arthur2e5) 8161d6f7f7 Shallow clone to the correct branch
Shallow clones are faster, and we always want the correct branch
to be cloned..
2016-03-15 22:01:29 -04:00
Mingye Wang (Arthur2e5) d346ec2cf7 Sanity check (quoting, etc.) for compile.sh 2016-03-15 22:01:28 -04:00
Mingye Wang (Arthur2e5) d2d7310909 compile: some portability-related tweaks
echo -n are not POSIX-sh-portable, so use printf.
Neither are parentheses inside [ ]. Some of the usage are
clearly better covered by `case`, so let's use it.
2016-03-15 21:55:24 -04:00
Alexander Harkness bd2fc7716c Merge pull request #3079 from mathias-github/patch-1
Fixed melon block recipe
2016-03-14 17:57:54 +00:00
Mathias 9c3b88d663 Fixed melon block recipe 2016-03-14 19:36:46 +02:00
Julian Laubstein a9cfa66e84 Merge pull request #3076 from cuberite/FixHttpAuthFlag
HTTP: Added missing HasAuth flag initialization.
2016-03-11 14:30:01 +01:00
Mattes D 72467fe0d4 HTTP: Added missing HasAuth flag initialization. 2016-03-11 10:44:35 +01:00
Mattes D 39144480f5 Merge pull request #3069 from cuberite/FixHttpHeaderParsing
HTTP: Fixed header parsing.
2016-03-03 16:37:39 +01:00
Mattes D 6f174b99bf HTTP: Fixed header parsing. 2016-03-03 16:20:11 +01:00
Julian Laubstein 50866be74b Merge pull request #3068 from cuberite/FinishHttpResponse
WebAdmin: Finish HTTP responses.
2016-03-03 15:59:18 +01:00
Mattes D 4bf2dd2d2b WebAdmin: Finish HTTP responses. 2016-03-03 13:46:45 +01:00
Mattes D c815d03eb4 Merge pull request #3060 from tonibm19/master
Fixed horse bug
2016-03-01 20:07:11 +01:00
tonibm19 27968aa958 fixed horse bug
horse could be "controlled" without a saddle or being tamed
2016-03-01 19:52:21 +01:00
Mattes D 7cc8f8dd22 Merge pull request #3031 from cuberite/RenameHttpClasses
Refactor HTTP parsing
2016-03-01 16:58:43 +01:00
Mattes D 6ff389f6d4 HTTP: Fixed typos and bad leftovers. 2016-03-01 16:20:00 +01:00
Mattes D 71a1fa81f0 Renamed HTTPResponse to HTTPOutgoingResponse. 2016-03-01 16:19:59 +01:00
Mattes D 52d18b4559 WebAdmin uses the new HTTP parser framework. 2016-03-01 16:19:58 +01:00