4004 Commits

Author SHA1 Message Date
Shoghi Cervantes
43a97c407d New PlayerMoveEvent, improved player movement event firing 2014-10-14 16:10:50 +02:00
Shoghi Cervantes
07dcbdb9b0 Fixed Level->getNearbyEntities(), fixes item drops not being picked up 2014-10-14 16:03:14 +02:00
Shoghi Cervantes
60ca24fe0e Updated PluginManager event deprecation message 2014-10-14 14:11:58 +02:00
Shoghi Cervantes
6e8144d5d9 Improved player movement event firing & corrections 2014-10-14 00:11:17 +02:00
Shoghi Cervantes
464afb949e Increased Player->forceMovement check radius 2014-10-13 23:44:28 +02:00
Shoghi Cervantes
823dc933b8 Improved Entity extinguish operations and packet spam 2014-10-13 23:44:11 +02:00
Shoghi Cervantes
883f93cc8c Improved item drop spawning 2014-10-13 22:45:04 +02:00
Shoghi Cervantes
b26ee09f76 Removed a bunch of TODO and fixed item drops on block update 2014-10-13 18:54:34 +02:00
Shoghi Cervantes
1eec333501 Save block bounding boxes, improves block cache 2014-10-13 18:38:00 +02:00
Shoghi Cervantes
5448a48f67 Fixed Level->getCollidingEntities() 2014-10-13 18:36:13 +02:00
Shoghi Cervantes
a10ad42a13 Removed Generic block class 2014-10-13 18:12:34 +02:00
Shoghi Cervantes
da23cf685d Added PlayerBucketEvent and children, improved Bucket usage and Liquid placing 2014-10-13 18:04:40 +02:00
Shoghi Cervantes
79e4b3e3a9 Removed old Player->timeout property 2014-10-12 17:12:59 +02:00
Shoghi Cervantes
8472349caf Improved global block cache 2014-10-12 17:02:27 +02:00
Shoghi Cervantes
96b61fbb92 Made Wheat crops extend Crop class 2014-10-12 16:20:30 +02:00
Shoghi Cervantes
6246ad19c4 Added global block cache 2014-10-12 16:16:19 +02:00
Shoghi Cervantes
9b69cc4288 Removed debug code 2014-10-12 15:40:14 +02:00
Shoghi Cervantes
114153ae97 Added EntityBlockChangeEvent 2014-10-12 13:37:45 +02:00
Shoghi Cervantes
ebb844fa52 Removed unused code, fixed undefined variables 2014-10-11 22:22:51 +02:00
Shoghi Cervantes
bf89ea1cf6 Added BlockGrowEvent 2014-10-11 20:19:46 +02:00
Shoghi Cervantes
4076fb4657 Added BlockSpreadEvent 2014-10-11 19:27:43 +02:00
Shoghi Cervantes
312f377483 Added LeavesDecayEvent 2014-10-11 19:01:27 +02:00
Shoghi Cervantes
0af3dfedd5 Improved Living entity ticking 2014-10-11 17:35:13 +02:00
Shoghi Cervantes
6f1f201c41 Workaround for entities glitching through the floor on the client-side 2014-10-11 17:02:41 +02:00
Shoghi Cervantes
48f591e5ce Removed workaround on flying check due to physics calculation fix, closes #2169 2014-10-11 16:43:14 +02:00
Shoghi Cervantes
7f85e37540 Worked on scheduler 2014-10-11 16:36:38 +02:00
Shoghi Cervantes
341717c89d Increased Player->stepHeight to 0.6, closes #2156 2014-10-11 16:36:17 +02:00
Shoghi Cervantes
afdf7bc2b9 Added proper TextWrap width 2014-10-11 00:17:31 +02:00
Shoghi Cervantes
24c76acf30 Submodule update 2014-10-11 00:04:17 +02:00
Shoghi Cervantes
baf06dc363 Revert "Use Collectable class on AsyncTask, removed task collection workaround on ServerScheduler"
This reverts commit 0dba14074a634e82539735c3be88c6ae31b0be05.
2014-10-11 00:03:46 +02:00
Shoghi Cervantes
645c00b2f7 Added TextWrapper 2014-10-11 00:01:53 +02:00
Shoghi Cervantes
0dd46c835c Made ExplosionPrimeEvent accept setting block breaking settings 2014-10-10 22:39:06 +02:00
Shoghi Cervantes
0dba14074a Use Collectable class on AsyncTask, removed task collection workaround on ServerScheduler 2014-10-10 20:53:28 +02:00
Shoghi Cervantes
8b585fd9f7 Deprecated Level->getSpawn() in favor of Level->getSpawnLocation() 2014-10-10 11:43:54 +02:00
Shoghi Cervantes
9ede8177df Fixed Entity->getLineOfSight() 2014-10-10 09:53:58 +02:00
Shoghi Cervantes
13ec046f0d Removed old OS detection code 2014-10-09 19:37:23 +02:00
Shoghi Cervantes
5c4e7b6ee0 Added Living->getTargetBlock(), Living->getLineOfSight(), Vector3 side constants, Vector3::getOppositeSide() 2014-10-09 17:57:25 +02:00
Shoghi Cervantes
6424934df6 Fixed EntityCombustEvent children using a different handlerList 2014-10-09 14:40:52 +02:00
Shoghi Cervantes
b2ac959083 Added FurnaceSmeltEvent 2014-10-09 12:47:42 +02:00
Shoghi Cervantes
c67d4dae7b Added FurnaceBurnEvent 2014-10-09 12:36:57 +02:00
Shoghi Cervantes
22ad75c5a0 Update fuel duration to ticks 2014-10-09 12:21:14 +02:00
Shoghi Cervantes
b45ef8928c Added Tile->getBlock() method 2014-10-09 12:14:39 +02:00
Shoghi Cervantes
eccf7b08d2 Added PlayerDeathEvent methods for inventory keeping 2014-10-09 11:06:05 +02:00
Shoghi Cervantes
94eb9e35e2 Improved liquid performance, update RakLib 2014-10-08 23:24:39 +02:00
Shoghi Cervantes
79bf1f12f2 API 1.6.0 2014-10-08 17:39:43 +02:00
Shoghi Cervantes
10b33546ef Added PlayerBedEnterEvent and PlayerBedLeaveEvent 2014-10-08 17:37:11 +02:00
Shoghi Cervantes
c52dc58d6f Added ProjectileHitEvent 2014-10-08 17:04:35 +02:00
Shoghi Cervantes
62af784d37 Removed unused imports 2014-10-08 17:00:23 +02:00
Shoghi Cervantes
aa010b7dea Added ProjectileLaunchEvent 2014-10-08 16:58:17 +02:00
Shoghi Cervantes
4a3163b4c8 Added ItemSpawnEvent 2014-10-08 16:53:13 +02:00