Commit Graph

103 Commits

Author SHA1 Message Date
fullwall eb6665900b Fix packet sending 2014-03-12 16:23:12 +08:00
fullwall f211b382cf Respect canSee for 1.6.x 2014-02-18 20:19:12 +08:00
fullwall 666d9cb210 Move some methods into AbstractNPC, implement sorted() 2013-11-18 15:18:18 +08:00
fullwall 5a5fd0c83f Fix incorrect import in NMS 2013-11-05 21:44:01 +08:00
fullwall a40aa327b5 Move FlyingUtil methods to NMS and Util 2013-11-05 21:38:08 +08:00
fullwall 7803313e8c Use new getEntity() call 2013-11-05 19:29:18 +08:00
fullwall f1189e5c4b Add FlyingAStarNavigationStrategy 2013-11-04 21:33:56 +08:00
fullwall 80f0018979 First pass at 1.6.4 2013-09-21 00:01:39 +08:00
fullwall 59efe79cd1 Possible fix and optimisation for PlayerEntitySenses 2013-08-12 17:32:16 +08:00
fullwall 8906ca368c Try to use backing MC id-mapping - may help with MCPC/Forge 2013-08-06 00:00:02 +08:00
fullwall fd2195604f Check for ID mapping null 2013-08-05 23:20:22 +08:00
fullwall e39eb49a0d Fix HorseEquipper 2013-08-04 23:23:08 +08:00
fullwall 2a9da8897c Add HorseEquipper 2013-08-03 18:33:32 +08:00
fullwall eb179840e1 Use the root vehicle for NPC#teleport 2013-08-02 15:14:58 +08:00
fullwall 8f01144bd1 Implement NPC#teleport (untested) 2013-08-02 15:04:06 +08:00
fullwall 239bbb047f Perhaps fix the reached end of stream messages in log 2013-07-30 00:04:25 +08:00
fullwall 877255f291 Add /npc targetable and update tab list name based on removefromplayerlist setting 2013-07-18 18:48:57 +08:00
fullwall cc1c4e42a2 Implement /npc respawn command 2013-07-14 17:28:35 +08:00
fullwall 14992e2dc3 Remove leash if leashable is false in entities 2013-07-10 00:08:19 +08:00
fullwall 93718a3af0 1.6.2 2013-07-09 11:32:55 +08:00
fullwall 1e65017b64 Implement new parameter, default USE_NEW_PATHFINDER to true 2013-07-06 12:02:17 +08:00
fullwall 7c828aa822 Fix default pathfinding range and updating pathfinding range 2013-07-05 15:44:18 +08:00
fullwall 868341c97d Change navigation back to MC navigation and fix duplicate NPCs clientside 2013-07-05 13:46:39 +08:00
fullwall c8af250cb1 Fix entity speeds, targeting 2013-07-03 17:24:00 +08:00
fullwall 751b321c4d Fix target in navigation 2013-07-03 16:38:08 +08:00
fullwall d4ada899f4 More cleanup, fix mistranslated field breaking head yaw for players 2013-07-03 14:21:30 +08:00
fullwall 23c31d8ccf Fix Navigation for non-new AI NPCs - thanks kumpelblase2 2013-07-03 11:38:27 +08:00
fullwall 9d40d6186c Preliminary update to MC 1.6.1: NOTE THAT PLAYER PATHFINDING DOES NOT WORK FULLY YET 2013-07-03 11:31:52 +08:00
fullwall 89e19e353c Update NMS.java 2013-05-03 12:30:39 +08:00
fullwall 317653e4fa Update to MC 1.4.2 2013-05-03 12:25:24 +08:00
fullwall a200144e0d Implement new setTarget 2013-03-30 20:47:10 +08:00
fullwall 1abe425c55 MC 1.5.1 2013-03-21 12:27:29 +08:00
fullwall 4205dac0b8 Head yaw method update 2013-03-16 16:13:35 +08:00
fullwall 781779af3c Misc. fixes 2013-03-16 13:28:26 +08:00
fullwall 1b3e3e995c Misc. translation fixes 2013-03-16 12:43:33 +08:00
agentkid20@gmail.com 67e02d4e50 Updated reflection. 2013-03-15 23:39:04 -04:00
agentkid20@gmail.com 2adfdac4c9 Update for Minecraft 1.5. Untested. 2013-03-15 23:05:45 -04:00
fullwall 19a6897354 Fix some pathing bugs 2013-03-14 21:03:33 +08:00
fullwall 30a31bd2d1 Set handle.ax for head yaw 2013-03-12 22:49:24 +08:00
fullwall 87b59fea1f /npc wolf command 2013-03-08 17:47:25 +08:00
fullwall 03f2ca2cdf Add sendPacketNearby back for Sentry compatibility 2013-03-01 10:29:38 +08:00
fullwall c7128ccb4c Reuse object 2013-02-20 22:59:10 +08:00
fullwall a005152872 Optimisation to packet sending 2013-02-20 22:56:28 +08:00
fullwall 11ad3bc809 Possible fix, pt. 2 2013-02-19 10:32:33 +08:00
fullwall 2500bc50ba Possible fix for NPCs looking south 2013-02-19 10:25:59 +08:00
fullwall dc1bf51e84 Possible fix for the head yaw bug?? 2013-02-18 23:00:32 +08:00
fullwall 261269811d Better playerlist emulation 2013-02-06 21:17:44 +08:00
fullwall 8787d4297d Move @Requirements to API, move command.command to commands 2013-02-06 15:17:21 +08:00
fullwall ea58653750 Remove deprecated Command API and getHandle method 2013-02-06 14:26:49 +08:00
fullwall f888df9d5a Promote Message and CommandAPI to CitizensAPI, deprecate Citizens2 command API 2013-01-25 21:48:28 +08:00