1
0
Commit Graph

10351 Commits

Author SHA1 Message Date
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
Bond-009
20c8e7474b Added 1.11 smelting recipes and fuels (#3526) 2017-01-09 12:13:45 +01:00
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