1
0
Fork 0
Commit Graph

9845 Commits

Author SHA1 Message Date
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
Mattes D 12d95ab047 HTTP: Fixed response parser, unified API. 2016-03-01 16:19:58 +01:00
Mattes D 52c5ce6598 Fixed HTTP parsing when in insecure mode.
Parsing would ignore the size of data already buffered, resulting in bad_alloc exception.
Fixes #2898.
2016-03-01 16:19:57 +01:00
Mattes D 1d05fc95ae Added unit test for parsing HTTP request. 2016-03-01 16:19:57 +01:00
Mattes D fea556ca1b Renamed HTTPServer folder to HTTP.
It contains client code as well.
2016-03-01 16:19:56 +01:00
Mattes D fce68dc8f3 Added HTTPResponseParser. 2016-03-01 16:19:56 +01:00
Mattes D b92346e3cc Moved cHTTPRequest to a separate file, renamed to cHTTPRequestParser. 2016-03-01 16:19:55 +01:00
Mattes D 2dbc54a148 Renamed the HTTP classes to indicate they're for server. 2016-03-01 16:19:55 +01:00
Mattes D 48532d86cf Merge pull request #3057 from tonibm19/master
Mobs no longer spawn at the top of the nether.
2016-03-01 12:45:43 +01:00
tonibm19 91072e1d62 Mobs no longer spawn at the top of the nether.
I don't really know if this is the right place for the check, but it
works.

Add bedrock check

fix typo

Using code provided by NiLSpace and fixed a horse's bug

-Horses can no longer be "controlled" if they're not tamed and saddled

removed unrelated horse code

Fixed mobs spawning above bedrock
2016-03-01 12:07:46 +01:00
Alexander Harkness f9258892d1 Merge pull request #3040 from Woazboat/master
Added more information about contributing to Cuberite
2016-02-27 10:07:05 +00:00
Woazboat f8ef939a8a Added more information about contributing to Cuberite 2016-02-26 21:18:13 +01:00
Mattes D 7f76c7f362 Merge pull request #3052 from cuberite/FixIntGens
Fix int gens
2016-02-24 21:29:38 +01:00
Mattes D be9f24d942 Fixed LinearUpscale's bounds checking. 2016-02-24 14:57:36 +01:00
Mattes D 4457110579 Made ProtIntGen's max size compile-time-configurable. 2016-02-24 14:57:35 +01:00