1
0
Fork 0
Commit Graph

10076 Commits

Author SHA1 Message Date
Julian Laubstein 6de2b1202d Removed unnecessary Travis badge from README 2017-01-05 22:53:51 +01:00
Bond-009 9855d6a0bc Furnace: Changed GoldLeggings to GoldenLeggings (#3521) 2017-01-05 13:26:49 +01:00
Julian Laubstein 21ad5d7c4a Merge pull request #3518 from sweetgiorni/DisconnectMessage
Custom Disconnect Message
2017-01-04 01:08:50 +01:00
Alex f5455edf33 Merge branch 'master' into DisconnectMessage 2017-01-03 13:20:48 -08:00
sweetgiorni 6522385897 Disconnect sent flag added
Truthiness no longer assumed
2017-01-03 13:14:28 -08:00
Mattes D ff1c0605db TCPLink: call networking callbacks with LibEvent unlocked. (#3515) 2017-01-03 13:11:27 -08:00
Pokechu22 28cc26c54c Track skin part and main hand preferences (#3498) 2017-01-03 13:11:26 -08:00
sweetgiorni 0718d82e1a Player check
Checks if there are any players connected to the server before running
PlayerCallback and waiting 1 second.
2017-01-03 12:31:07 -08:00
Mattes D 8dd1e56515 TCPLink: call networking callbacks with LibEvent unlocked. (#3515) 2017-01-03 21:20:01 +01:00
Pokechu22 9c2a0bb7b9 Track skin part and main hand preferences (#3498) 2017-01-03 21:19:29 +01:00
sweetgiorni 78b6d54bf8 Api Documentation
Added API documentation for GetShutdownMessage.
Style fix in Root.cpp
2017-01-03 12:18:53 -08:00
sweetgiorni 25e4f15488 Custom Disconnect Message
Adds a m_ShutdownMessage option to the settings. When the stop command
is issued, players are kicked with said message before the server shuts
down.
2017-01-03 11:15:34 -08:00
Mattes D 45ce828a16 Debuggers: PluginStats are now output only on request. (#3513)
The stats are no longer output on plugin startup, instead there is a new console command "pluginstats" for that.
2017-01-01 22:44:13 +01:00
Fabian Stein ad476e1cf9 Fix crash after attempting to kill a non-running thread (#3504)
Fixes #3221
2017-01-01 22:43:24 +01:00
LogicParrot d4353f8084 Disabled anticheat (#3511) 2017-01-01 15:47:17 +02:00
Fabian Stein c8b1d8a37d Fix crash after calling OnTick on removed effect (#3501) 2016-12-30 00:06:30 +01:00
mathiascode 6176019911 Added 1.11 blocks, items and recipes (#3500) 2016-12-30 00:02:28 +01:00
Fabian Stein 4170ab62c0 Fixed entity effect ticking (#3497)
Fixes #3386
2016-12-29 15:21:41 +01:00
Fabian Stein 90fcf9814f World: Add check for unknown RedstoneSimulator (#3496) 2016-12-29 00:41:20 +01:00
Mattes D b3b723b453 Refactored to put URL Encoding / Decoding in a single place. (#3491) 2016-12-25 18:29:21 +01:00
mathiascode efc7fed05b Updated links and docs (#3488) 2016-12-19 17:08:19 +01:00
Mattes D dddfb921ee Reverted temporary redirect to LuaAPI docs (#3487) 2016-12-18 19:32:35 +00:00
Mattes D 1a81eb0f07 CMake: Output the binary to Server folder in all configurations. (#3486) 2016-12-18 14:40:27 +01:00
Alexander Harkness a897e68612 Move submodules to new organisation. (#3485) 2016-12-18 12:29:36 +00:00
Cl1608Ho 47eff2bcfa Added SHA checksums for android Jenkins build; Few improvements (#3484)
* Added SHA checksums for android Jenkins build; Few improvements

* Fixes
2016-12-18 09:23:52 +00:00
Mattes D a3b352550e Updated ProtectionAreas. 2016-12-17 06:42:41 +01:00
Mattes D 71e14ee358 Merge pull request #3480 from cuberite/proto_1_11
Initial support for the 1.11 protocol
2016-12-16 00:28:12 +01:00
Mattes D c7ce9909c8 CompositeChat: Use shorter JSON format. 2016-12-16 00:07:23 +01:00
Mattes D 0e3b3be766 Initial support for the 1.11 protocol. 2016-12-16 00:07:22 +01:00
Mattes D 506ce33101 APIDump: Load the official undocumented from alternate location.
This fixes the CI builds until the apidocs.cuberite.org subdomain gets functional again.
2016-12-15 21:25:33 +01:00
Mattes D 3516edff5b APIDump: Make "apicheck" errors stand out in the log. 2016-12-15 20:22:19 +01:00
Mattes D fc40932ab1 Merge pull request #3478 from cuberite/FixBadChunkCoordsLoad
Fixed minecart destruction using deallocated memory.
2016-12-15 15:28:15 +01:00
Mattes D caa05e7935 Fixed minecart destruction using deallocated memory. 2016-12-15 14:57:48 +01:00
Mattes D f5adb67f2f APIDump: Proper error messages on apicheck failures. 2016-12-15 14:13:09 +01:00
Mattes D 775ad81f4d Fixed ToLua compatibility between Lua 5.1 and Lua 5.2+. 2016-12-15 11:11:02 +01:00
Mattes D 3987f63058 Fixed and extended TestRails cubeset. 2016-12-15 11:09:11 +01:00
Cl1608Ho 83ff2e9348 Added Compile script for Leenucks 2016-12-12 14:32:32 +00:00
Tiger Wang b9609c3b76 Documented steps for compilation
As requested by @madmaxoft.
2016-12-12 14:32:32 +00:00
Tiger Wang 8c6d0b51c7 Use CMake's Android generators to crosscompile 2016-12-12 14:32:32 +00:00
Mattes D c59ff9b431 Merge pull request #3476 from Seadragon91/patch-1
Export GetPosition and GetSpeed from cEntity as a copy instead of a pointer to lua.
2016-12-11 21:22:09 +01:00
Lukas Pioch 0c10704d1f Export GetPosition and GetSpeed from cEntity as a copy instead of a pointer to lua. 2016-12-10 13:32:11 +01:00
Marvin Kopf ff4be64edc Powered rails can kick-start minecarts (#3472) 2016-12-10 09:53:35 +01:00
Mattes D e8fb85be88 Fix meta mirror (#3470) 2016-12-09 12:29:04 +01:00
Julian Laubstein e8ea1f8cc3 Merge pull request #3471 from marvinkopf/fix-3417
Fix comparator segfaults
2016-12-06 23:48:32 +01:00
Marvin Kopf d394042694 Fix comparator segfaults
The handler would get called for any BlockEntity, but not every BlockEntity is a BlockEntityWithItems. Downcasting with static_cast is UB on fail.
2016-12-06 19:40:00 +01:00
Mattes D 7e8f66cf94 APIDesc: Fixed wrong cBlockArea parameter descriptions. 2016-12-04 18:13:26 +01:00
James Balajan df5be57c1e Fix floating large trees (#3460) 2016-12-02 10:52:29 +01:00
Mattes D 27718cca45 Merge pull request #3468 from cuberite/FixVillageGen
Fix Village generator
2016-12-01 22:17:18 +01:00
Mattes D bb78bd88b5 Fixed villages generating under-water.
The CompoGenBiomal didn't update the heightmap properly.
2016-12-01 17:45:31 +01:00
Mattes D 26a349b4f5 Updated the prefabs. 2016-12-01 17:45:30 +01:00