Commit graph

2147 commits

Author SHA1 Message Date
DarkGuardsman
f6e6d5bf56 ... 2013-10-22 19:21:45 -04:00
DarkGuardsman
96ae56e53a ... 2013-10-22 19:14:55 -04:00
DarkGuardsman
edbe3758c8 ... 2013-10-22 19:14:10 -04:00
DarkGuardsman
bcece40d96 Re-syncing item pictures 2013-10-22 19:13:57 -04:00
DarkGuardsman
b69c77e064 Forcing github to sync pictures 2013-10-22 19:13:16 -04:00
DarkGuardsman
42fa9724a8 inconvertible types fixes 2013-10-22 18:03:01 -04:00
DarkGuardsman
4d12e4affe Possible fix for 'inconvertible types' error
Not sure if it will fix it as eclipse had no issue with it at all.
However, jenkins threw up red flags when trying to compile the code.
2013-10-22 17:53:45 -04:00
DarkGuardsman
dff9f952fa Auto-Sync 2013-10-22 17:44:48 -04:00
DarkGuardsman
f37482c096 Auto-Sync 2013-10-22 17:44:45 -04:00
DarkGuardsman
c57517c7bf Auto-Sync 2013-10-22 17:44:42 -04:00
DarkGuardsman
6d7c6f4eac Auto-Sync 2013-10-22 17:44:38 -04:00
DarkGuardsman
a127f663ff Auto-Sync 2013-10-22 17:17:28 -04:00
DarkGuardsman
7ab3936e72 Auto-Sync 2013-10-22 17:17:23 -04:00
DarkGuardsman
dcf0627d51 Updated scripts 2013-10-22 16:57:34 -04:00
DarkGuardsman
bab12f761d Created textures for ore machines 2013-10-22 16:44:52 -04:00
DarkGuardsman
7ec4980de6 Created a single solar panel texture 2013-10-22 16:31:26 -04:00
DarkGuardsman
e73bd46db5 Finished the bronze tool textures 2013-10-22 16:00:44 -04:00
DarkGuardsman
5d8cc09dd3 Small crafting change
Will need to come back to this and fix any issue were iron tube will be
missing.
2013-10-22 15:52:04 -04:00
DarkGuardsman
adc46d3345 Item clean up and change in item registration 2013-10-22 15:51:24 -04:00
DarkGuardsman
116ac28a22 Created texture for all tools, though still working
Did actually texture the aluminum tools and got a simi good look out of
them.
2013-10-22 12:46:59 -04:00
DarkGuardsman
f286935a2f Worked on the tool some more and started on textures 2013-10-22 10:27:15 -04:00
DarkGuardsman
769156e9cb Fixed issues with tools
There were several issues were i over looked how the tools worked. Main
one was canHarvest as i forgot the method and needed to use a forge
version to get it to work correctly. It not works though i'll need to
fine tune it some more.
2013-10-22 09:43:00 -04:00
DarkGuardsman
25d0a4e876 Mostly finished basic hand tools
Still need to test them, do the textures, and lang files.
2013-10-21 11:56:19 -04:00
DarkGuardsman
2f5cd2a767 Worked on tools 2013-10-21 10:14:20 -04:00
DarkGuardsman
329c24fc0e Changed tool class name 2013-10-21 09:18:18 -04:00
DarkGuardsman
76fb1de1af DNA notes 2013-10-21 09:13:42 -04:00
DarkGuardsman
2ca25a2fe5 fish finder 2013-10-21 09:07:04 -04:00
DarkGuardsman
d967bd60dd Starting on transformer 2013-10-21 09:04:43 -04:00
DarkGuardsman
63b3c2001d Wire idea and new network design start
Read wires.txt for notes on new wire design. As for network i'm going to
create a way to store multi-networks in a block to allow for more
advanced control.
2013-10-21 09:04:31 -04:00
DarkGuardsman
77a13bc39b updated meta 2013-10-21 08:28:56 -04:00
DarkGuardsman
e7a38c898b updated meta 2013-10-21 08:28:16 -04:00
DarkGuardsman
7a465cdf7b Updated meta 2013-10-21 08:27:57 -04:00
DarkGuardsman
2054562bbc changed url link 2013-10-20 18:00:39 -04:00
DarkGuardsman
048b398a63 Made an item loader 2013-10-20 17:46:36 -04:00
DarkGuardsman
b80d56a3ad Auto-Sync 2013-10-20 17:10:54 -04:00
DarkGuardsman
eec723b472 Auto-Sync 2013-10-20 17:10:51 -04:00
DarkGuardsman
1379810d1a Auto-Sync 2013-10-20 17:10:48 -04:00
DarkGuardsman
24257c0c99 Added a recipe load method to mod prefab 2013-10-20 17:10:04 -04:00
DarkGuardsman
0d87f91c70 Worked on new access system 2013-10-20 12:38:01 -04:00
DarkGuardsman
cbe12e64db Did a bit of work on new user access system 2013-10-19 22:01:29 -04:00
DarkGuardsman
68b67bfc92 Toying with terminal and access stuff 2013-10-19 12:54:58 -04:00
DarkGuardsman
74eaaf04a4 git files 2013-10-18 21:07:56 -04:00
DarkGuardsman
d7dc835aef Worked on a few things 2013-10-18 21:07:32 -04:00
DarkGuardsman
932dbe8b7e Task renaming 2013-10-18 21:04:40 -04:00
DarkGuardsman
04b1712f54 reworked some task basics
Changed how task are setup and then called. This way they function
better and eat up less memory. As well i removed how the base task
stored variables. Now the program itself keeps a ref to the machine, and
its location. This will save on a good bit of memory as each task was
holding a memory location for this.
2013-10-18 15:25:49 -04:00
DarkGuardsman
ac953b2c50 Worked on Task interfaces and Program handler
Started breaking down the interfaces into simpler ones so its easier to
create tasks without extra junk. As well worked more on the Program
class and how it handles the tasks. Is getting close to fully coded to
be used in the encoder. Though i need to do more work and test it fully.
I might end up creating a fake program before the encoder is finished
just to test this. At this point i've failed to follow coding guide
lines to test everything you code.
2013-10-18 10:43:34 -04:00
DarkGuardsman
8b6b6f6399 Starting on the encoder
Almost to the point were i can start testing all the changes. Though i
still need to write a GUI, and finish the program handler.
2013-10-17 09:17:23 -04:00
DarkGuardsman
5cc68a4720 Cleared out all command and armbot errors
This doesn't mean it works but simple there are no errors from the
editor. I'll still need to spend the next few days check if everything
works. As well i still need to fix and recode the encoder.
2013-10-17 05:34:13 -04:00
DarkGuardsman
83dbce4e13 More work and some package changes
Changed back in api from armbot to coding since it no longer just
applies to the armbot. There are plans to move this to the core and
start adding coding to all parts of the mod.

Added a way for the encoder to understand limits on arguments. This way
it can clearly show the limits to the user.
2013-10-17 03:40:18 -04:00
DarkGuardsman
38ed9fdbff Lot of work on armbot task system
Started designing the task system to work with other non-armbot devices.
As well fixed up several command, and designed a way for the command to
say something is wrong. Will continue to improve this before i actually
start on the encoder and armbot. That way there is less changes after
recoding both devices.
2013-10-17 02:49:05 -04:00