Commit graph

386 commits

Author SHA1 Message Date
Robert S
6fbc93b6cd Fixed a few more packet write issues 2014-10-22 15:01:40 -04:00
Robert S
6ece9c2367 Fixed accelerator & centrifuge packet write error, and added a temp dir side texture to accelerator 2014-10-22 14:49:47 -04:00
Robert S
1c867b2ce0 More work on accelerator, gui is confirmed to open now 2014-10-22 11:45:02 -04:00
Robert S
14b00dba9c Some work on improving and fixing particle accelerator 2014-10-22 10:42:33 -04:00
Robert S
621b557129 Moved particle vel var to particle class and fixed a few issues not caught by the IDE 2014-10-21 18:14:05 -04:00
Robert S
1f54eee5b2 Moved Accelerator settings to settings class allowing them to be configed by users 2014-10-21 18:03:42 -04:00
Robert S
e608e9d2e1 Fixed accelerator schematic and optimized it at the same time using Schematic.getBox 2014-10-21 17:46:06 -04:00
Robert S
2383da4684 Updated schematic registration 2014-10-20 16:30:12 -04:00
Robert S
f848a8e7b8 Changes to position and packet usage due to RE update 2014-10-20 13:45:50 -04:00
Robert S
2f4be51317 Minor change 2014-10-19 12:55:56 -04:00
Robert S
7e9632225a Fixed electromagnets not rendering in the world correctly 2014-10-19 04:22:10 -04:00
Robert S
095649deed Cleanup for Settings.class to make it easier to read threw 2014-10-18 13:13:32 -04:00
Robert S
eeb8b12f52 Fixed Fissile fuel rod texture 2014-10-18 12:58:07 -04:00
Robert S
d958daa619 Fixed Archaic items and textures not showing up correctly 2014-10-18 12:54:36 -04:00
Robert S
81662d50be Removed the need for a singleton for TileMechanical 2014-10-18 12:39:24 -04:00
Robert S
9485ad241a Collapsed BlockDecoration's Singleton into its instance class 2014-10-18 09:48:04 -04:00
Robert S
2529dda2c5 Moved PartFace and PartGear Cuboid boxes to CuboidShapes singleton 2014-10-18 09:45:05 -04:00
Robert S
236ee36f9b Moved wire cuboid array to a singleton allowing for reuse & readability 2014-10-18 09:34:08 -04:00
Robert S
0e13a373bd Fixed subclasses of PartMechanical not having hit boxes 2014-10-16 12:22:43 -04:00
Robert S
453903bbee Fixed a few parts implementing getType on their own, and make getType final to prevent this in the future 2014-10-16 08:13:57 -04:00
Robert S
d7bee7f649 Temp disabled creation of uranium ore generator 2014-10-15 14:16:55 -04:00
Robert S
25eb5cf0e9 Reworked AtomicContent.class to calc's specs 2014-10-15 14:06:18 -04:00
Robert S
35e4424b98 Fixed names not showing up for decor, and a few atomic items 2014-10-15 13:44:34 -04:00
Robert S
c814eda972 Fixed gearshaft adding an extra subtype into the creative menu 2014-10-15 13:31:21 -04:00
Calclavia
e0f3540789 Attempt to get test battery pushing 100 C 2014-10-12 17:25:43 +08:00
Calclavia
1d87c44b8b Removed Electromagnetic Coherence guide book 2014-10-12 17:04:54 +08:00
Calclavia
9ae4d224c6 Some experimental work on DC 2014-10-12 16:51:44 +08:00
Calclavia
9fd2b3eac0 Fixed electrical part registry registering too late 2014-10-12 15:24:46 +08:00
Calclavia
1e38614b9f Testing experimental DC 2014-10-12 15:09:59 +08:00
Robert S
96ea35d598 Converted remaining java classes, not que to be added to RE or removed, into scala 2014-10-10 06:43:15 -04:00
Robert S
5a7de25f11 Removed unneeded try catch from Assembler's packet code 2014-10-10 06:20:24 -04:00
Robert S
2d3a2bd3e1 Attempt to fix packet issue with nuclear boiler 2014-10-09 20:06:01 -04:00
Robert S
9e0d9223a0 Removed try catch from packet method in nuclear boiler allowing for caller to catch errors correctly 2014-10-09 19:32:19 -04:00
Robert S
7531417f79 Fixed try catch in Centrifuge, and attempted to fix gear placement issue 2014-10-07 19:01:08 -04:00
Robert S
ac0b8b7796 Fixed @Synced tiles not being registered 2014-10-07 18:28:44 -04:00
Robert S
5cfd23e4b3 Fixed thermometer not rendering textures 2014-10-07 18:17:33 -04:00
Robert S
b45d935531 Fixed inf loop for thermometer 2014-10-07 18:12:58 -04:00
Robert S
ae25876952 Fixed boiler returning null for getDirection causing a render crash 2014-10-07 18:11:40 -04:00
Robert S
2d337c0e80 Fixed uranium ore lang file 2014-10-07 18:06:54 -04:00
Robert S
9bc53c0b4a Fixed crash when rendering turbine blades due to scala changes 2014-10-07 18:06:36 -04:00
Robert S
68fad2f49f Fixed inf loop with electric turbine 2014-10-07 17:42:44 -04:00
Robert S
db789cba2f Fixed metadata on gear, waterturbine, and windturbine 2014-10-07 17:37:34 -04:00
Calclavia
39f3f82ce0 Converted PartFace to Scala 2014-10-06 12:24:57 +08:00
Robert S
d7d3b4f271 Mod now loads again. Saves may have missing blocks 2014-10-04 21:40:30 -04:00
Robert S
d0a19eed44 Converted Archaic content half way back to the old system 2014-10-04 21:04:58 -04:00
Robert S
f6677aba2a Converted Aromic content half way back to the old system 2014-10-04 21:02:05 -04:00
Robert S
2efd638bd1 Converted Mech content half way back to the old system 2014-10-04 20:57:00 -04:00
Robert S
429c5c59b4 RUNTIME-ERRORS: Corrected some issues causing RI to not load 2014-10-04 20:43:12 -04:00
Robert S
ec1b398605 Recoded all modules to use content system, and set them up to load threw core. (May not function correctly) 2014-10-04 20:14:55 -04:00
Robert S
5ceb97cb6b Setup Mech's Content threw the ContentLoader 2014-10-04 18:12:13 -04:00
Robert S
b14bda2e5f Converted Breeding Reactor Schematic to scala 2014-10-04 16:27:22 -04:00
Robert S
30ad8d98cf Converted waila support to scala 2014-10-04 16:22:34 -04:00
Robert S
05bf1f6c23 Converted Engineering table to scala 2014-10-04 16:19:29 -04:00
Robert S
ae76cdfa3d Fixed RI not launching due to scala changes 2014-09-30 19:29:17 -04:00
Calclavia
1b4534ec83 Fixed sequence error 2014-09-30 11:07:42 +08:00
Calclavia
044ea4499d ERROR Converted rest of multimeter classes to Scala 2014-09-30 11:03:30 +08:00
Calclavia
feac01af4a Converted some multimeter classes to Scala 2014-09-30 09:49:57 +08:00
Calclavia
92603a456d Moved multimeter graph classes into separate package 2014-09-30 09:27:05 +08:00
Robert S
909b8910e7 Converted turbines, and some render code to scala 2014-09-29 16:36:56 -04:00
Robert S
0e0a08629a Converted NEI support to scala 2014-09-29 15:52:42 -04:00
Robert S
dafe713123 Converted Accelerator to scala 2014-09-29 15:46:08 -04:00
Robert S
164e027319 Converted Nuclear Boiler to scala, and corrected some compiler errors 2014-09-29 15:34:56 -04:00
Robert S
b2a874ba9b Converted Centrifuge to scala 2014-09-29 15:26:25 -04:00
Robert S
6deff382af Converted Chemical Extractor to scala 2014-09-29 15:17:56 -04:00
Robert S
888bd05345 Converted Fulmination generator to scala 2014-09-29 15:10:58 -04:00
Robert S
7e0d7eedb8 Converted Quantum Assembler to scala 2014-09-29 15:08:43 -04:00
Robert S
cb58118b77 Converted SteamFunnel, Reactor, ControlRod, and assorted classes to scala 2014-09-29 14:55:56 -04:00
Robert S
9b74eeae49 Converted plasma heater to scala, and fixed compile errors 2014-09-27 22:45:49 -04:00
Robert S
6c07d98cf4 Converted Thermometer to scala 2014-09-27 21:40:01 -04:00
Robert S
4bf1d4fff1 Converted ItemCell and its sub classes to scala 2014-09-27 21:19:15 -04:00
Robert S
362c250dc7 Converted Radioactive, ToxicWaste, UraniumOre, Electromagnet, and Siren to scala 2014-09-27 21:04:18 -04:00
Robert S
34c8f8e222 Converted the rest of the crate classes and imprinter to scala 2014-09-27 17:13:27 -04:00
Robert S
828006b0d1 Converted HotPlate and Firebox to scala 2014-09-27 16:51:58 -04:00
Robert S
092d90ea5e Converted Gutter to scala 2014-09-27 16:38:23 -04:00
Robert S
5b49483427 Converted Casting mold and Millstone to scala 2014-09-27 16:26:12 -04:00
Robert S
afb718af8a Converted pump to scala, and externalized PumpNode as its own class 2014-09-27 14:58:24 -04:00
Robert S
ba45bdd1a6 Converted placer&breaker to scala, as well corrected some compile errors 2014-09-27 14:53:10 -04:00
Robert S
cc31f1f0ff Converted detector to scala 2014-09-27 14:42:21 -04:00
Robert S
89e494116d Converted gear to scala 2014-09-27 14:37:05 -04:00
Robert S
99b5a3bd68 Converted GearShaft to scala 2014-09-27 13:52:43 -04:00
Robert S
0b8abe356c Converted mech piston to scala 2014-09-27 13:43:43 -04:00
Robert S
6943c5a149 Converted Grinder to scala 2014-09-27 13:35:28 -04:00
Robert S
be3ab6fd75 ERRORS, converted Mixer to scala 2014-09-27 11:10:47 -04:00
Robert S
0c7cd46bca Moved FXElectricBolt to RE allowing it to be used by other mods 2014-09-27 10:58:10 -04:00
Robert S
5fd4ae0669 Converted Tesla code to scala, with the exception of TeslaGrid as its deprecated 2014-09-27 10:57:52 -04:00
Robert S
424b79f49d Removed Item Lev by calc's request, and fixed some issue with past few scala conversion commits 2014-09-27 10:44:53 -04:00
Robert S
466efa3e36 Converted battery to scala, with the exception of the renderer due to array issues 2014-09-27 10:33:33 -04:00
Robert S
6797b4575b Converted Pressure node to scala, core is now fully scala 2014-09-27 09:48:22 -04:00
Robert S
9288caca58 Converted NodeTank to scala but removed packet code for it in the process 2014-09-27 09:45:15 -04:00
Robert S
b8e788f8f6 Fixed odd compile time error with classes not inheriting INode from NodeFluidHandler 2014-09-26 13:28:34 -04:00
Robert S
b297a059f4 ERRORS, Working on Abstracting NodeTank in order to convert it to scala easier 2014-09-25 20:30:03 -04:00
Robert S
58715f9f07 Moved some things to RE, and converted a few classes 2014-09-25 18:26:42 -04:00
Robert S
aff1d3c789 Removed some unused render code and converted two more classes to scala 2014-09-23 11:20:24 -04:00
Robert S
b938a58216 Changed turbine schematics to use the RE plate schematic to reduce code needed 2014-09-23 09:25:49 -04:00
Robert S
d6f22b8446 Converted two classes to scala 2014-09-23 08:51:46 -04:00
Calclavia
6ad354036f Fixed node parts not reconstructing on initiation 2014-09-22 19:04:25 +08:00
Calclavia
a8bd91c79e Fixed frame wire connections 2014-09-21 16:15:20 +08:00
Calclavia
f335723d1d Fixed wire render colors 2014-09-21 15:52:54 +08:00
Calclavia
99ecd7e40e Fixed frame wire renderer 2014-09-21 15:48:58 +08:00
Calclavia
89ff64596e Added framed wire renderer 2014-09-21 15:17:33 +08:00