buildcraft/common/buildcraft/core/robots
SpaceToad 9577c53313 Fixed gate extension ids synchronization, for #1895.
Added a new concept of NetworkId, allowing to transfer ids over the network
instead of strings.
RPCs are now all handled the same way (except RPC Pipes, to be completed when
actually used).
2014-06-22 11:49:59 +02:00
..
boards fixed bug when no station is found 2014-06-16 03:23:16 +02:00
AIRobotGoAndLinkToDock.java first attempt at overriding AI, for #1877 2014-06-15 19:50:55 +02:00
AIRobotGoToDock.java improved docking / undocking API, #1877 2014-06-15 17:20:54 +02:00
AIRobotLookForStation.java removed OBE comment 2014-06-16 03:00:29 +02:00
AIRobotMain.java first attempt with AI overriding, #1877 2014-06-15 23:54:20 +02:00
AIRobotMove.java fixed API builds 2014-06-13 13:36:02 +02:00
AIRobotMoveToBlock.java first attempt with AI overriding, #1877 2014-06-15 23:54:20 +02:00
AIRobotRecharge.java Factorised station scan code. 2014-06-16 02:59:43 +02:00
AIRobotStraightMoveTo.java first attempt with AI overriding, #1877 2014-06-15 23:54:20 +02:00
DockingStation.java improved docking / undocking API, #1877 2014-06-15 17:20:54 +02:00
EntityRobot.java Fixed gate extension ids synchronization, for #1895. 2014-06-22 11:49:59 +02:00
IRobotTask.java Updated coding standard, and enforce it in the entire BuildCraft codebase. 2014-05-03 18:59:52 +02:00
IRobotTaskProvider.java Updated coding standard, and enforce it in the entire BuildCraft codebase. 2014-05-03 18:59:52 +02:00
IStationFilter.java Factorised station scan code. 2014-06-16 02:59:43 +02:00
RobotIntegrationRecipe.java Parameterization and minor cleanup 2014-06-15 20:27:17 +03:00
RobotTaskProviderRegistry.java Implemented robot energy management - close #1867. 2014-06-10 13:21:17 +02:00