Commit graph

740 commits

Author SHA1 Message Date
Robert
73e4ccb805 import changes 2013-11-09 19:34:24 -05:00
Robert
e3228669a1 File change from src/minecraft/dark to src/dark
Long over due
2013-11-09 11:25:43 -05:00
DarkGuardsman
c7d217a062 changed gitignore 2013-11-08 17:35:36 -05:00
DarkGuardsman
d5cd5edcf5 CleanupFormatting 2013-11-08 12:04:28 -05:00
DarkGuardsman
046438c2d3 Tile Network changes 2013-11-08 03:03:48 -05:00
DarkGuardsman
801cfaed63 Updated License 2013-11-07 23:09:53 -05:00
DarkGuardsman
a9a61eae0a cleanup 2013-11-07 23:09:39 -05:00
DarkGuardsman
d406964a27 Auto-Sync 2013-11-04 23:12:44 -05:00
DarkGuardsman
1bc39b050a Fixed a crash with filter list being null 2013-11-03 01:34:31 -05:00
Robert WC Seifert
d124b8ab33 Merge pull request #61 from crafteverywhere/patch-1
Update zh_CN.properties
2013-10-30 09:46:31 -07:00
crafteverywhere
cceeec1fae Update zh_CN.properties 2013-10-31 00:09:31 +08:00
DarkGuardsman
e6d6a3208c Nerfed power costs for some machines
Most machines are 1J/t now since they are highly inactive per tick.
Though a few machines now have activation energy to do there tasks.
2013-10-27 05:37:38 -04:00
DarkGuardsman
d9df7a6d78 Some more design notes 2013-10-26 16:55:25 -04:00
Archtikz
1d6626c12d Fixed: Recipe Conflict with Computer Craft
Fixed: Recipe Conflict with Computer Craft; Imprint Recipe == CC Black
Disk Recipe
2013-10-26 18:26:49 +01:00
DarkGuardsman
7478369e13 Auto-Sync 2013-10-25 03:15:58 -04:00
DarkGuardsman
ec93256cd2 Added recipes for ore processors 2013-10-25 02:46:45 -04:00
DarkGuardsman
cc37505fe0 Worked on rendering arrows in the GUI 2013-10-24 18:27:01 -04:00
DarkGuardsman
7baf08872d Got the encoder to scale with the screen resolution
Took a lot of remembering how to do this unity than translating that to
java minecraft. As well to calculate the correct translation base on the
fact that my gui is scaled by .52 of a normal one.
2013-10-24 16:02:48 -04:00
DarkGuardsman
4de3b2ab39 Worked on encoder
We have something though its not much. The encoder now has an inventory,
code, and help gui. The inventory gui needs a slot for the disk and
possible more slots for other disk. Possible should add a way to clear
the disk and clone to another disk. The code gui is not close to finish
though it now does render parts of the task. Still working on lining
things up and thinking about expanding the size. The help gui has
nothing.
2013-10-23 22:51:38 -04:00
DarkGuardsman
5cbfbec692 Got rid of grab dictionary 2013-10-23 16:53:28 -04:00
DarkGuardsman
ddc5752820 Working on a GUI class to handle tasks in a GUI 2013-10-23 13:48:53 -04:00
DarkGuardsman
9fd3ddb66e Starting on encoder 2013-10-23 13:32:27 -04:00
DarkGuardsman
8b41d7d6b2 Added vinalla block support to turn table 2013-10-23 13:17:33 -04:00
DarkGuardsman
51b20025da Added wrench support 2013-10-23 09:57:00 -04:00
DarkGuardsman
4faf6c72ef Changed the turntable to be rotated when placed 2013-10-23 09:50:32 -04:00
DarkGuardsman
08bd443857 Add rotation for sides 2013-10-23 09:47:02 -04:00
DarkGuardsman
99b53635f1 Started working on turntable
Updating it including redoing rotation so it can function as a rotator
for all blocks including vanilla ones.
2013-10-23 09:44:56 -04:00
DarkGuardsman
2dae212204 Fixed a few machine textures 2013-10-22 19:22:50 -04:00
DarkGuardsman
42fa9724a8 inconvertible types fixes 2013-10-22 18:03:01 -04:00
DarkGuardsman
c57517c7bf Auto-Sync 2013-10-22 17:44:42 -04:00
DarkGuardsman
a127f663ff Auto-Sync 2013-10-22 17:17:28 -04:00
DarkGuardsman
bab12f761d Created textures for ore machines 2013-10-22 16:44:52 -04:00
DarkGuardsman
7a465cdf7b Updated meta 2013-10-21 08:27:57 -04:00
DarkGuardsman
1379810d1a Auto-Sync 2013-10-20 17:10:48 -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
DarkGuardsman
7d8ba9cdc7 Worked on command system 2013-10-15 15:48:43 -04:00
DarkGuardsman
d98f77dc7c Cleared up some errors from changes 2013-10-15 14:58:29 -04:00
DarkGuardsman
1c1d8721a2 Cleaned up notes folder 2013-10-15 11:53:13 -04:00
DarkGuardsman
30128f6850 Set up IF command 2013-10-15 11:42:33 -04:00
DarkGuardsman
0227c0e58b Changed CCMethod call method in armbot task
Added vars to get the same varables as the normal call method. These
should be passed in from the armbot or command handler.
2013-10-15 11:33:32 -04:00
DarkGuardsman
37a889ea57 Worked on Armbot interface 2013-10-15 11:32:51 -04:00
DarkGuardsman
b2220d4d5f Starting on flowchart coder
This is going to be a very long ride of BS and sleepless nights. Too top
it off i shouldn't be starting this during midterms. Not that i ever
study anyways.
2013-10-15 11:14:45 -04:00
DarkGuardsman
7b4ad06449 Auto-Sync 2013-10-12 06:50:10 -04:00
DarkGuardsman
3d9358a173 sync 2013-10-12 06:28:24 -04:00