Commit graph

4040 commits

Author SHA1 Message Date
Henry Mao
f6c0c8fa20 Fixed diamond operator error 2013-04-25 16:49:08 +08:00
Robert Seifert
ad29a6aa59 work on Global lists for GUI 2013-04-25 04:28:31 -04:00
Robert Seifert
2ba22f5417 added global access gui
Still have work too do with it to even use it but it opens threw greater
security till i can think of a way to manage the gui opening another
way.
2013-04-25 02:02:25 -04:00
Robert Seifert
893a94d142 clean and addition of access code
this code came from ICBM_Sentries but was part of dark/library before
being merged into sentry code.
2013-04-24 11:23:20 -04:00
Robert Seifert
9b2d2d329b added lisence 2013-04-24 00:40:15 -04:00
Robert WC Seifert
e938010fbe Update README.md 2013-04-24 01:25:07 -03:00
Robert WC Seifert
ea60928314 Update README.md 2013-04-24 01:21:34 -03:00
Robert Seifert
f4eb3e6aa6 remove wrench methods in favor of UE way
UE has it so why should i have my own methods for the same thing
2013-04-23 23:48:31 -04:00
Robert Seifert
44343a56d5 possible fixed to rotation fill crash
Not tested but this might reduce how often it happens
2013-04-22 02:21:11 -04:00
Robert Seifert
a3c2bc8299 added new prefab 2013-04-21 07:33:50 -04:00
Robert Seifert
a540820821 fixed guis 2013-04-21 07:33:43 -04:00
Robert Seifert
9e9537d693 added cleanup 2013-04-21 07:20:12 -04:00
Robert Seifert
64be07516c typo 2013-04-21 03:57:48 -04:00
Robert Seifert
6b94618360 fixed ic2 unzip 2013-04-21 03:55:11 -04:00
Robert Seifert
2bbd78f0f6 more work on build script 2013-04-21 03:53:30 -04:00
Robert Seifert
42dcdd1ade fixed CC download 2013-04-21 03:47:40 -04:00
Robert Seifert
ee31e6e8e5 had an extra .zip on the end of the file name 2013-04-21 03:44:51 -04:00
Robert Seifert
3b651891a4 changed build script too download api's 2013-04-21 03:43:15 -04:00
Robert Seifert
92bd046d33 ... 2013-04-21 03:07:28 -04:00
Robert Seifert
a512133aa5 more changes to buildscript 2013-04-21 03:05:43 -04:00
Robert Seifert
631725b9da ... 2013-04-21 03:04:01 -04:00
Robert Seifert
79576b631b ... 2013-04-21 03:02:29 -04:00
Robert Seifert
22cf0b1abe ... 2013-04-21 03:01:02 -04:00
Robert Seifert
a8385cd437 ... 2013-04-21 02:58:44 -04:00
Robert Seifert
c47fb4716e more work on build script 2013-04-21 02:55:21 -04:00
Robert Seifert
9d378b53c0 adjusting build script for api's 2013-04-21 02:50:01 -04:00
Robert Seifert
36aedf1e77 Fixed textures for Drain 2013-04-21 02:27:26 -04:00
Robert Seifert
d675356862 Added banner for info file 2013-04-21 02:27:18 -04:00
Robert Seifert
2d27765897 edited crate item interaction behavior
It wasn't really checking if the item it was interacting with was a
crate, null, or unstackable before trying to insert or eject.
2013-04-21 02:07:19 -04:00
Robert Seifert
1b26c2f407 cleanup 2013-04-20 08:24:57 -04:00
Robert Seifert
3a7b0e7951 added assets 2013-04-20 08:24:24 -04:00
Robert Seifert
86ae217af0 cleanup 2013-04-20 08:23:57 -04:00
Robert Seifert
a1d51ae1ef pulled in more of my code collection 2013-04-20 08:05:28 -04:00
Robert Seifert
5e6098313e added a readme 2013-04-20 07:47:35 -04:00
Robert Seifert
afeacb1c6e cleanup 2013-04-20 07:41:52 -04:00
Robert Seifert
b01f4d5089 moved to its own repo
main just too make things cleaner in my new dev env but also so i can
use the classes in other projects without copying the files a dozen
times.
2013-04-20 07:41:48 -04:00
Robert Seifert
741d2e1bf4 correct errors caused by forge version change 2013-04-20 07:41:03 -04:00
Robert Seifert
53b72eaaa0 pulled classes out of other mods
These were in the same dark file package however were in different
repos. As time goes I'll try to collect the rest of the files. For the
moment many of this libraries class are hiding in my other mods both
current and dead.
2013-04-20 07:36:23 -04:00
Robert Seifert
222f31db5b move some class to my code lib 2013-04-20 07:34:04 -04:00
Robert Seifert
bc1b2bd5fa init 2013-04-20 07:13:20 -04:00
Robert Seifert
5676d27dc2 removed api's from repo
with my new dev env setup i no longer need to have the api's in the
repo. Instead they are run out of there own java project folder and
externally linked. This should make modding and updates faster for all
mods.
2013-04-20 07:11:00 -04:00
Rseifert
4e6275a891 sync 2013-04-20 03:18:00 -04:00
Rseifert
299edd1f0f Fixed generic pipe connections
Was doing the connection checks wrong. Now its check for meta data if
the pipe uses the same class file for connections. Its should connection
to any generic pipe of its color and iron pipes. This should allow for
unique pipe networks for generic liquid types. This however will not
allow for a set liquid type filtering or transport.

Also in an earlier push i changed generic pipes to only move 1 bucket a
request but 3 request for non-generic pipes a request.
2013-04-19 01:20:25 -04:00
Rseifert
13c2f1fb6c Fixed generic pipe filling 2013-04-17 15:12:44 -04:00
Rseifert
35d8812742 Fixed pipe connection for pump 2013-04-17 15:02:28 -04:00
Rseifert
5eff4fa74a Fixed Construction pump working with energy supply
Still need to do more debug for rotation and item rendering
2013-04-17 14:56:48 -04:00
Rseifert
225b3a3ebf added drain recipe and construction pump recipe 2013-04-17 14:22:54 -04:00
Rseifert
6608d8aa36 Changed pipe crafting
pipe crafting is now a set recipe instead of shapeless. Though with this
change you can now use any pipe color inter mixed with a dye to get 4
pipes of that color back. As well sticking a pipe in the crafting grid
will result in an uncolored pipe back.
2013-04-17 14:07:57 -04:00
Rseifert
a3335491d4 fixed render and connection between pipes
There is however an odd error with old pipes updating to the new system.
Since the new pipes are an extend of the old pipes they may thing
themselves as old pipes. breaking them and replacing solves this isssue
2013-04-17 13:48:25 -04:00
Rseifert
2b093d349e added renders for new pipes
still need to test and debug including create new textures for specific
pipes. Recipes are also still need for new items as well as reversed
color crafting
2013-04-17 13:25:58 -04:00