14220 Commits

Author SHA1 Message Date
Shoghi Cervantes
450b5d9560 Updated TileEntity API [fixes #306] 2013-05-29 23:13:01 +02:00
Shoghi Cervantes
25de7a68d5 API version update 2013-05-29 23:12:23 +02:00
Shoghi Cervantes
6e2f7af6b4 Added hardcore mode 2013-05-29 22:58:43 +02:00
Shoghi Cervantes
2f05a03e51 Fixed #304 Calculate Server Time Offset [gh#304] 2013-05-29 18:20:48 +02:00
Shoghi Cervantes
ddec63c4d4 Fixed cleanup 2013-05-29 15:00:41 +02:00
Shoghi Cervantes
6242089b28 Removed incomplete generator 2013-05-29 14:09:36 +02:00
Shoghi Cervantes
1fbf475ace Mini fix 2013-05-29 14:08:30 +02:00
Shoghi Cervantes
2271d45fd9 Fixed Mac compilation 2013-05-29 14:03:39 +02:00
Shoghi Cervantes
f6ab39a526 Fixed falling entities falling upwards 2013-05-29 12:18:35 +02:00
Shoghi Cervantes
71584288dc Fixed Entity floor drag 2013-05-29 12:11:12 +02:00
Shoghi Cervantes
e67a7a510e Gravel is able to drop Flint 2013-05-29 11:57:58 +02:00
Shoghi Cervantes
8192b41693 Fixed #303 Checking plants position on normal block update 2013-05-29 11:53:57 +02:00
Shoghi Cervantes
4a969257d1 #303 Torches are able to be placed on top of Fences [gh#303] 2013-05-29 11:53:55 +02:00
Shoghi Cervantes
fde93debb4 Fixed @brandon15811 typo 2013-05-29 01:13:57 +03:00
Shoghi Cervantes
620486a4a0 Merge pull request #302 from brandon15811/patch-1
Add script for android/rpi cross-compiling
2013-05-28 14:39:27 -07:00
Shoghi Cervantes
0d12039623 Added TileEntity::setText(1,2,3,4) 2013-05-28 23:35:33 +02:00
brandon15811
00427a076e Add script for android/rpi cross-compiling 2013-05-28 16:33:51 -05:00
Shoghi Cervantes
58fd67d2ed Falling Entities, better Physics [not final] 2013-05-28 22:03:58 +02:00
Shoghi Cervantes
cb03daf28a Removed duplicate in compile script 2013-05-28 11:05:38 +02:00
Shoghi Cervantes
3d28f519c7 Revert "Fix for pthreads and cross_compile"
This reverts commit 6b61bc11d0055b76ce32dce701107234dabb7a76.
2013-05-28 08:23:13 +02:00
Shoghi Cervantes
6b61bc11d0 Fix for pthreads and cross_compile 2013-05-28 08:06:44 +02:00
Shoghi Cervantes
c9d0cf3698 Added env. variable to specify the number of threads [gh#300] 2013-05-27 23:20:06 +02:00
Shoghi Cervantes
5d6669201b Fixed compile script 2013-05-27 21:24:13 +02:00
Shoghi Cervantes
d8f6e9ff0e Pass compile options via env. variables 2013-05-27 20:36:49 +02:00
Shoghi Cervantes
929c27e339 Changed the order of some build instructions 2013-05-27 18:16:58 +02:00
Shoghi Cervantes
a92e4f6acd Disable not needed cURL functions 2013-05-27 16:36:31 +02:00
Shoghi Cervantes
b7bc0826af Autodetection of native machine and code optimization 2013-05-27 14:23:10 +02:00
Shoghi Cervantes
044b25ccd2 Faster chunk distance ordering 2013-05-26 19:58:23 +02:00
Shoghi Cervantes
90effd173b Faster chunk sending algorithm 2013-05-26 19:57:41 +02:00
Shoghi Cervantes
fc80a85c8c Faster network stack on overflow conditions 2013-05-26 19:57:19 +02:00
Shoghi Cervantes
06c57a3aae Fixed #293 player.armor data not being correct [gh#293] 2013-05-26 16:16:36 +02:00
Shoghi Cervantes
6d54495402 Cached Utils::getIP() method 2013-05-26 16:15:30 +02:00
Shoghi Cervantes
838e7ad010 Hide rcon.password in the crash log 2013-05-26 16:11:21 +02:00
Shoghi Cervantes
6262fbffcb Send correct entity motion 2013-05-26 14:06:26 +02:00
Shoghi Cervantes
7622151a21 Pine & Spruce trees fixed 2013-05-26 13:36:33 +02:00
Shoghi Cervantes
aefcfad296 Added more features to the World Generator 2013-05-26 13:22:22 +02:00
Shoghi Cervantes
424dba2fdd Filling a chunk triggers the block change saving algorithm 2013-05-26 12:48:20 +02:00
Shoghi Cervantes
7c3b8807e9 Alpha_1.3.1dev version 2013-05-26 12:16:23 +02:00
Shoghi Cervantes
f6a395e7b7 Possible fix for #289 [gh#289] 2013-05-26 12:04:26 +02:00
Michael Yoo
d92056fe77 Fixed typo in deop 2013-05-26 17:36:45 +09:30
Shoghi Cervantes
161a271127 Merge pull request #290 from sfan5/patch-1
Allow DeOPing disconnected players
2013-05-26 01:03:07 -07:00
Michael Yoo
8ec11b35ad Set up base for upcoming Mob MobAI and MobAPI 2013-05-26 17:27:16 +09:30
sfan5
df4a29d7d6 Allow DeOPing disconnected players 2013-05-26 09:55:03 +03:00
Shoghi Cervantes
00de63986b Alpha_1.3 stable release Alpha_1.3 2013-05-26 01:18:44 +02:00
Shoghi Cervantes
60c0345c81 Fixed cobweb 2013-05-26 00:49:20 +02:00
Shoghi Cervantes
b39677cc96 Added LevelAPI::unloadLevel(Level $level) 2013-05-26 00:37:18 +02:00
Shoghi Cervantes
72f8f00c5d Autorecovery of bad chunks 2013-05-25 23:46:02 +02:00
Shoghi Cervantes
ce391160f4 Added hostile mobs drops 2013-05-25 23:21:21 +02:00
Shoghi Cervantes
7111bc5e64 Improved updated messages 2013-05-25 22:56:09 +02:00
Shoghi Cervantes
7a5df07ee5 Fixed #220 Players now drop items on death [gh#220] 2013-05-25 22:36:13 +02:00