5037 Commits

Author SHA1 Message Date
Dylan K. Taylor
bd1b18d9af Fix issues on 64-bit systems -_- (hate php) 2016-10-27 10:55:02 +01:00
Dylan K. Taylor
01d465b038 Add decode for LevelSoundEventPacket
TODO: find new fields, find out when client sends this
2016-10-27 10:55:02 +01:00
Dylan K. Taylor
d6fcc59a49 Support changing gamemode in GUI and fixed spectator flight controls 2016-10-27 10:55:02 +01:00
Dylan K. Taylor
a45e232829 Fix wrong SetDifficultyPacket decode 2016-10-27 10:55:02 +01:00
Dylan K. Taylor
9497dff3ee Add decode for ResourcePackClientResponse (fields unknown) 2016-10-27 10:55:02 +01:00
Dylan K. Taylor
df88e9272e Fix DisconnectionScreen, add getBool() and putBool() methods, update some packets 2016-10-27 10:55:02 +01:00
Dylan K. Taylor
ec328a8160 >_> 2016-10-27 10:55:02 +01:00
Dylan K. Taylor
7cd7a7fbf6 Spawn working on new build. TODO: Resource packs. 2016-10-27 10:55:02 +01:00
Dylan K. Taylor
9a12aa689e New StartGamePacket fields for 0.15.90.8 2016-10-27 10:55:02 +01:00
Dylan K. Taylor
39ffc28f2a Auto-generated data for 0.15.90.8 (not functionalyet) 2016-10-27 10:55:01 +01:00
Dylan K. Taylor
9242f89221 Add PlayerToggleFlightEvent 2016-10-27 10:55:01 +01:00
Dylan K. Taylor
e35ed7f04a New fields for LevelSoundEventPacket (previously unknown) 2016-10-27 10:55:01 +01:00
Dylan K. Taylor
08f11412a4 AdventureSettings fixes and added isFlying properties and methods 2016-10-27 10:55:01 +01:00
Dylan K. Taylor
2bb50792c3 Fast commands hack for old plugins. 2016-10-27 10:55:01 +01:00
Dylan K. Taylor
85c50731f8 Fixed crafting (cannot test enchanting) 2016-10-27 10:55:01 +01:00
Dylan K. Taylor
ff40c0a070 NBT updates and tile spawns fixed 2016-10-27 10:55:01 +01:00
Dylan K. Taylor
8f9574dec5 Fixed FOV and attributes 2016-10-27 10:55:01 +01:00
Dylan K. Taylor
86ed0f1397 Updated existing packets and added new ones 2016-10-27 10:55:01 +01:00
Tatsuyuki Ishi
affed33066 Add length check assertions 2016-10-27 10:55:00 +01:00
Dylan K. Taylor
9cde63a327 Base inventory fixes 2016-10-27 10:55:00 +01:00
Dylan K. Taylor
401de97719 Fixed chunk loading and movement 2016-10-27 10:55:00 +01:00
Dylan K. Taylor
dd0c5efb56 Initial spawn on 0.16 2016-10-27 10:55:00 +01:00
Dylan K. Taylor
bb9ab525b6 Fix quadruple-quote key parser bug 2016-10-26 22:18:06 +01:00
iPocket
8053066ac0 Remove useless statement (#50)
* Remove useless statement

* Delete instead of commenting.
2016-10-23 17:03:51 +01:00
Dylan K. Taylor
88d14e9923 Remove redundant ifndefs 2016-10-23 15:14:59 +01:00
svilex
702ab53e69 Moved the default mcr/mca worlds' spawn in the center of the r.0.0.mc* region file (#28)
The default mcr/mca spawn was not centered in the 0,0 region causing the generation of not needed regions walking just a bit
2016-10-21 13:50:30 +01:00
Dylan K. Taylor
0163555d3e Add warning for xdebug on server startup 2016-10-21 13:44:38 +01:00
Dylan K. Taylor
1c41667b9b Remove useless submodule (unused) (#39) 2016-10-20 20:22:44 +01:00
Dylan K. Taylor
c2299b521f change homepage link 2016-10-20 11:43:32 +01:00
Dylan K. Taylor
3692ddab1d Remove duplicate call to gc_collect_cycles
This is already done in forceShutdown(), and if it is not then the
process will have committed suicide and this will never be called
anyway. Either way, it's useless.
2016-10-19 22:08:44 +01:00
Dylan K. Taylor
3ddfb97921 Support PC item save format with string ID, close #32 (#33)
* Fixed #32

* StringTag check, throw exception for other types

* Short, not int

* Fix misleading exception message
2016-10-19 09:41:59 +01:00
Intyre
e7e476b65e
Wooden and Stone slabs both placable 2016-10-18 18:19:58 +02:00
Dylan K. Taylor
f3f853056a This messed up movement
Revert "Removed unneeded vars - fixed logical condition (#29)"

This reverts commit ef7a843fa3e0c0377ec0e8678da9f1b4e0484ddb.
2016-10-18 17:10:06 +01:00
Intyre
bcc641a25a
Fix for slab placing, close #31 2016-10-18 17:37:40 +02:00
Dylan K. Taylor
ebcc16d283 Fix --disable-readline command-line option does not work, close #34 (#35)
* Fix --disable-readline command-line option does not work, close #34

* add parentheses
2016-10-18 14:33:38 +01:00
Dylan K. Taylor
4bc2275fc3 Merge branch 'ci' 2016-10-18 13:57:13 +01:00
svilex
ef7a843fa3 Removed unneeded vars - fixed logical condition (#29) 2016-10-18 12:52:18 +01:00
Dylan K. Taylor
10698c892e Remove old script, add disable-readline option 2016-10-18 12:45:56 +01:00
Dylan K. Taylor
43842691fe Merge branch 'new-labels' 2016-10-18 12:03:27 +01:00
Dylan K. Taylor
8637a04e2b New label scheme 2016-10-18 12:03:11 +01:00
Dylan K. Taylor
d53810c6bc Fix banlist crash when | is entered in any /ban arguments 2016-10-17 18:29:33 +01:00
Dylan K. Taylor
f3e35bb94a Update some links 2016-10-17 14:41:59 +01:00
Dylan K. Taylor
707847b46e Shell-based CI with lint scans 2016-10-17 12:59:20 +01:00
Dylan K. Taylor
e81c738010 Update ISSUE_TEMPLATE.md 2016-10-17 12:14:16 +01:00
Dylan K. Taylor
8f3b95164a Fix preprocessor issues
Blame @SOF3
2016-10-16 19:47:32 +01:00
Dylan K. Taylor
19601f998a New Jenkins server 2016-10-16 19:04:18 +01:00
Dylan K. Taylor
2fba1073dd Fix wrong comment 2016-10-12 13:24:00 +01:00
Dylan K. Taylor
6b06e407c6 Delete .mailmap 2016-10-10 14:38:17 +01:00
Dylan K. Taylor
0b270342b1 Update .mailmap 2016-10-10 14:33:30 +01:00
dktapps
23e4ca64e4 Remove dupe load() causing reload debug spam
This call is completely redundant.
2016-10-10 14:10:37 +01:00