Commit graph

31 commits

Author SHA1 Message Date
Calclavia 0daba1a577 Patched some sync blocks preventing mechanical concurrent modification 2014-06-20 16:58:16 -07:00
Robert S 9c8fc0370e Fixed MechanicalNode using TMultiPart regardless of what the parent class type 2014-06-10 20:25:28 -04:00
Robert S 51cb0119e0 Reduced loss code in mech node too a few lines making it easier to read 2014-06-10 10:38:42 -04:00
Robert S a90702fa27 Added torque syncing to client in TileMechanical 2014-06-10 10:14:59 -04:00
Robert S 2e9ce162fd Worked on mechanical tiles in an attempt to fix a few issues 2014-06-08 10:25:38 -04:00
Robert S 14971d9747 Removed a debug line that was spamming console 2014-06-08 09:04:28 -04:00
Robert S 8a62bdb2e3 Merged TileTurbine & TileMechanicalTurbine 2014-06-07 07:27:35 -04:00
Robert S 9f4c9edf7d Gears now update client side showing animation, Fixed a NPE when breaking gears 2014-06-07 06:54:36 -04:00
Robert S 92b047741e Removed debug as gears mostly work now, only need to fix client sync issue 2014-06-07 04:31:46 -04:00
Robert S ca6fd86ba3 Added more debug to gears, created a debug sub set function, added java notes 2014-06-06 08:36:06 -04:00
Robert S 7f075a0c03 Changed mech node to do a connection rebuild every 5 secs for testing 2014-06-06 07:15:26 -04:00
Robert S 26c67697a4 Improved debug gui 2014-06-05 03:18:20 -04:00
Robert S 5572a27736 Created a GUI window to debug gears outside of MC GUI 2014-06-05 02:47:54 -04:00
Robert S 055bbf4b82 Cleaned up debug messages making them easier to read 2014-06-05 01:08:47 -04:00
Robert S 7196ee31e4 Added a way to debug gears one at a time using a stick, only works with mod set in dev mode 2014-06-05 00:56:10 -04:00
Robert S f98782541a Toyed with MechanicalNode in attempts to fix issues 2014-06-04 09:36:06 -04:00
Robert S 4070d0e4ce Changed angle to renderAngle making it clear its a client only var 2014-06-04 08:24:46 -04:00
Robert S 48472f5d57 Removed debug 2014-06-04 06:17:42 -04:00
Robert S 109d716cd2 Changed a few api methods for gears 2014-06-04 03:23:16 -04:00
Robert S 6e5b1c9a04 Toyed with new gear network, moved IMechanicalNode into RI from RE 2014-06-04 01:53:20 -04:00
Robert S 9bbc8e4d2c Reformatted MechanicalNode.class 2014-05-24 21:34:58 -04:00
Robert S 9b67a2d66d Moved some stuff around, and started on new gear network code 2014-05-24 14:28:03 -04:00
Robert S aff169b0b2 Changes for Return type change for INodeProvider 2014-05-23 01:15:46 -04:00
Robert S 7615acc605 Updated to use Resonant-Engine as the core mod 2014-05-14 01:32:00 -04:00
Calclavia b2f0926b64 Prevented mechanical node from creating negative energy 2014-04-17 22:07:00 +08:00
Robert S 555e3f0cce Changes to IMechanicalNode api 2014-04-13 04:20:27 -04:00
Robert S a9f80a1692 Fixed render limits causing gears to spin to fast 2014-04-10 18:28:26 -04:00
Robert S 79f3fa57e0 Reduced max angle change from 15 to 10 degrees per tick 2014-04-10 17:19:53 -04:00
Robert S 651f51c08b Implemented max rotation delta for renders 2014-04-10 16:58:16 -04:00
Calclavia 9844af336b Fixed #431 - Mechanical nodes now decelerate itself 2014-03-27 21:58:14 +08:00
Calclavia 90a85e7dcb Moved everything to scala folder 2014-03-23 17:19:47 +08:00
Renamed from mechanical/src/main/java/resonantinduction/mechanical/energy/grid/MechanicalNode.java (Browse further)