Commit graph

3180 commits

Author SHA1 Message Date
Robert Seifert
5ed8f3dc46 cleanup of terminal 2013-05-02 23:35:45 -04:00
Robert Seifert
cc2284d1d0 reduce view distance of crate text and item
Once more this is to reduce resource demand of the mod for large crate
rooms. More improvement will be made to reduce the frame rate lose of
the mod.
2013-05-02 23:04:22 -04:00
Robert Seifert
24ae65e9b6 ... 2013-05-02 04:59:10 -04:00
Robert Seifert
d8cc23b887 another correction to build script 2013-05-02 04:51:34 -04:00
Robert Seifert
100c40b15f corrected build script 2013-05-02 04:48:43 -04:00
Robert Seifert
599a90b23b correct build script 2013-05-02 04:48:15 -04:00
Robert Seifert
f3370432d2 Added Dark-Lib sub 2013-05-02 04:44:30 -04:00
Robert Seifert
81f3da3520 Added Modding lib sub 2013-05-02 04:42:54 -04:00
Robert Seifert
4b4b7a66e2 ... 2013-05-02 04:38:24 -04:00
Robert Seifert
1b1e0d9eba Added Dark-Library sub 2013-05-02 04:36:33 -04:00
Robert Seifert
9bb5789cfd ...More work on sub modules 2013-05-02 04:34:37 -04:00
Robert Seifert
7450f8ebd0 ... 2013-05-02 04:32:52 -04:00
Robert Seifert
8b5bae8de1 ... 2013-05-02 04:26:39 -04:00
Robert Seifert
569d512d49 added modding sub 2013-05-02 04:16:14 -04:00
Robert Seifert
e72941e451 ... 2013-05-02 04:05:36 -04:00
Robert Seifert
adbb7324cb updating build script 2013-05-02 03:27:14 -04:00
Robert Seifert
347882fb91 updating build script 2013-05-02 03:25:42 -04:00
Robert Seifert
dd7085eee9 removed text render above crate
Mainly removed this to reduce lag of large rooms of crates were each
block would do a ray trace causing extra resource use. Second the name
of the item is already on the face of the crate so there is no need to
have it.
2013-05-02 03:06:11 -04:00
Robert Seifert
a7410dee64 updated build script 2013-04-30 22:26:11 -04:00
Robert Seifert
0055839123 updated buildscript 2013-04-30 22:25:24 -04:00
Robert Seifert
914436cb9e working on imprinter
imprint is just broke. They only thing it will do is inv crafting just
like a crafting bench. As well it will still imprint.
2013-04-30 15:57:17 -04:00
Robert Seifert
2994c5240b added pre-fab machines 2013-04-30 15:51:12 -04:00
Robert Seifert
fe842a1b8d cleanup 2013-04-30 14:06:13 -04:00
Robert WC Seifert
e7abc355a7 Merge pull request #9 from NightKev/patch-1
Update and rename LISENCE.txt to LICENSE.txt
2013-04-30 07:47:02 -07:00
NightKev
6101fdd205 Update and rename LISENCE.txt to LICENSE.txt
some minor grammar fixes
2013-04-30 07:29:36 -07:00
Robert WC Seifert
34989c390f Update LISENCE.txt 2013-04-30 10:51:58 -03:00
Robert WC Seifert
2925f520ae Update LISENCE.txt 2013-04-30 10:31:03 -03:00
Robert WC Seifert
b7bf60a58f Update LISENCE.txt 2013-04-30 10:10:48 -03:00
Robert Seifert
613a072a3b Fixed Crate item import into crate block
My check to prevent crates from entering crates also keep them from
imputing into each other.
2013-04-29 12:37:40 -04:00
Robert Seifert
87cd116996 updated IC2 api 2013-04-29 12:18:43 -04:00
Robert Seifert
648c34f21a more cleanup 2013-04-28 17:26:36 -04:00
Robert Seifert
cf2328f56f cleanup 2013-04-28 17:25:56 -04:00
Robert Seifert
8b74ab6728 Cleanup && model upload
No need for some of these files anymore
Also uploading models not sure why there no already uploaded
2013-04-28 17:20:42 -04:00
Robert Seifert
6fa80ebda9 cleanup 2013-04-27 05:08:19 -04:00
Robert Seifert
9137e5c175 cleanup 2013-04-27 05:07:01 -04:00
Robert Seifert
7b8fa4258c cleanup 2013-04-27 05:05:06 -04:00
Robert Seifert
5adc18890f remove init from DarkMain 2013-04-27 04:57:42 -04:00
Robert Seifert
7e3bc1e8df removed proxys 2013-04-27 01:40:06 -04:00
Robert Seifert
84548d4f17 Adjusted Recipes 2013-04-27 01:07:35 -04:00
Robert Seifert
451a067e93 added Helper methods for filling tanks 2013-04-25 23:39:52 -04:00
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