Shoghi Cervantes
|
dce9b3140a
|
Plant growth & scheduled updates!
|
2013-06-04 17:23:03 +02:00 |
|
Shoghi Cervantes
|
6f8963bdcd
|
Correct line offset in Plugins
|
2013-06-04 10:58:11 +02:00 |
|
Shoghi Cervantes
|
033a1673f0
|
Added bandwidth measure
|
2013-06-04 10:55:20 +02:00 |
|
Shoghi Cervantes
|
566cee2b0b
|
New way to measure Ping
|
2013-06-04 01:12:22 +02:00 |
|
Shoghi Cervantes
|
45efcc5faa
|
Fixed undefined $message
|
2013-06-03 23:28:24 +02:00 |
|
Shoghi Cervantes
|
be83eaf521
|
Correct call of destruct chain to release PMF file locks at unload
|
2013-06-03 23:24:33 +02:00 |
|
Shoghi Cervantes
|
f2927df2b3
|
Renamed TileEntity to Tile (TileEntityAPI, TileEntity class, variables)
|
2013-06-03 19:19:00 +02:00 |
|
Shoghi Cervantes
|
5bba03eb09
|
Refactored EntityAPI and TileEntityAPI
|
2013-06-03 19:11:46 +02:00 |
|
Shoghi Cervantes
|
f55fb8d490
|
Player actions and bows [WiP]
|
2013-06-03 16:31:33 +02:00 |
|
Shoghi Cervantes
|
d1f2f82c6d
|
Fixed #313 Entities are updated depending on near block updates [gh#313]
|
2013-06-03 12:20:07 +02:00 |
|
Shoghi Cervantes
|
4f39818cae
|
Added something to test
|
2013-06-02 12:22:41 +02:00 |
|
Shoghi Cervantes
|
54b73e5f82
|
Added block cloning fix
|
2013-06-01 19:58:54 +02:00 |
|
Shoghi Cervantes
|
24ba7cbbd1
|
New direct block method, better block placement sending
|
2013-06-01 00:32:23 +02:00 |
|
Shoghi Cervantes
|
75bb2a6399
|
New method EntityAPI::getRadius()
|
2013-05-31 18:58:59 +02:00 |
|
Shoghi Cervantes
|
a890cdc023
|
Performance improvements - removed Player action queue
|
2013-05-31 14:43:53 +02:00 |
|
Shoghi Cervantes
|
1376cc860d
|
Removed API::action()
|
2013-05-31 14:29:46 +02:00 |
|
Shoghi Cervantes
|
3ac4b0af68
|
Entities spawn with their motion
|
2013-05-31 12:04:43 +02:00 |
|
Shoghi Cervantes
|
e6dbd61308
|
Drops do not get into blocks
|
2013-05-30 19:54:55 +02:00 |
|
Shoghi Cervantes
|
fc02572065
|
Drops now have starting speed, correct entity motion at spawn
|
2013-05-30 18:55:50 +02:00 |
|
Shoghi Cervantes
|
2c8d527025
|
Increased view-distance by default, due to Fancy Graphics in 0.7.0
|
2013-05-30 16:19:58 +02:00 |
|
Shoghi Cervantes
|
a795b64bab
|
Added new Block properties (Block::isSolid, Block::isFullBlock)
|
2013-05-30 12:47:24 +02:00 |
|
Shoghi Cervantes
|
8d00ef381d
|
Fixed Hardcore flags
|
2013-05-29 23:30:07 +02:00 |
|
Shoghi Cervantes
|
b564868467
|
Fixed #305 Made BlockAPI check for flowable blocks instead of transparent blocks [gh#305]
|
2013-05-29 23:25:43 +02:00 |
|
Shoghi Cervantes
|
450b5d9560
|
Updated TileEntity API [fixes #306]
|
2013-05-29 23:13:01 +02:00 |
|
Shoghi Cervantes
|
6e2f7af6b4
|
Added hardcore mode
|
2013-05-29 22:58:43 +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
|
0d12039623
|
Added TileEntity::setText(1,2,3,4)
|
2013-05-28 23:35:33 +02:00 |
|
Shoghi Cervantes
|
58fd67d2ed
|
Falling Entities, better Physics [not final]
|
2013-05-28 22:03:58 +02:00 |
|
Shoghi Cervantes
|
6d54495402
|
Cached Utils::getIP() method
|
2013-05-26 16:15:30 +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
|
b39677cc96
|
Added LevelAPI::unloadLevel(Level $level)
|
2013-05-26 00:37:18 +02:00 |
|
Shoghi Cervantes
|
7111bc5e64
|
Improved updated messages
|
2013-05-25 22:56:09 +02:00 |
|
Shoghi Cervantes
|
b8834890b6
|
Temporal fix for player crashing
|
2013-05-22 16:31:59 +02:00 |
|
Shoghi Cervantes
|
b7083032f3
|
Updated settings, less memory usage
|
2013-05-21 19:50:59 +02:00 |
|
Shoghi Cervantes
|
409f0670bd
|
Added sendUsage() port
|
2013-05-21 11:06:38 +02:00 |
|
Greyson Fischer
|
cca453cc06
|
Feature complete: 'libedit'
|
2013-05-20 16:26:06 -04:00 |
|
Greyson Fischer
|
ff8de264c0
|
Added "readline" support using libedit.
|
2013-05-20 16:17:11 -04:00 |
|
Shoghi Cervantes Pueyo
|
228075851c
|
Correct Ice drop
|
2013-05-20 16:38:41 +02:00 |
|
Shoghi Cervantes Pueyo
|
47b54cfd28
|
Fixed #270 Blocks that need to be broken with a pickaxe now give correct drops & items
|
2013-05-20 16:33:09 +02:00 |
|
Shoghi Cervantes Pueyo
|
713f16771f
|
Added some socket options to cURL
|
2013-05-20 09:43:32 +02:00 |
|
Shoghi Cervantes Pueyo
|
a7a45dfe96
|
Updated flat preset, do not allow empty Level names
|
2013-05-19 20:53:12 +02:00 |
|
Shoghi Cervantes Pueyo
|
68855bdd4f
|
Buffered block changes and sending big changes with Chunk Packets
|
2013-05-19 19:27:55 +02:00 |
|
Shoghi Cervantes Pueyo
|
b481c26839
|
Fixed teleporting to worlds with spaces
|
2013-05-19 13:32:27 +02:00 |
|
Shoghi Cervantes Pueyo
|
b48f486620
|
Fixed no params aliases
|
2013-05-18 19:04:31 +02:00 |
|
Shoghi Cervantes Pueyo
|
e3bf38e0b2
|
Plugin API: Allow Plugins without Main class
|
2013-05-18 18:24:48 +02:00 |
|
Shoghi Cervantes Pueyo
|
c408ee07b1
|
Player spawning on unknown worlds will be redirected properly to the main world
|
2013-05-18 15:21:54 +02:00 |
|
Shoghi Cervantes Pueyo
|
5ea6052a8a
|
New Level Generator API & Support for MC Superflat Presets
|
2013-05-18 02:05:56 +02:00 |
|