Commit graph

3567 commits

Author SHA1 Message Date
Robert Seifert
d42b579ad0 update subs 2013-05-29 01:46:54 -04:00
Robert Seifert
24645491a8 update subs 2013-05-29 01:45:31 -04:00
Robert Seifert
04a81b09a3 Fixed crash with getting flow rate 2013-05-29 01:38:53 -04:00
Robert Seifert
711b51f947 Dutch translation by PancakeCandy
Might have to see if this actually loads correctly later but for now its
added.
2013-05-28 21:51:35 -04:00
Robert Seifert
d28d329026 Model Upload 2013-05-28 21:40:26 -04:00
Robert Seifert
b536463a5c Model Upload 2013-05-28 21:39:38 -04:00
Robert Seifert
f770370792 updated subs 2013-05-25 23:55:11 -04:00
Robert Seifert
06c4b53895 updated Dark-Lib sub 2013-05-25 23:54:21 -04:00
Robert Seifert
b056b97a9c minor changes to autocrafter 2013-05-25 23:53:02 -04:00
Robert Seifert
8e11878c0a cleanup 2013-05-25 23:51:19 -04:00
Robert Seifert
5d56a519a6 added give command
Give command is used to give an item to an inventory or place it in the
inventory of a tile.
wording is the same as take command Give ID:Meta amount

I will improve this command more allowing for the removal of the extra
args
2013-05-25 23:37:59 -04:00
Robert Seifert
0d8c6560c4 improved take command wording
Command wording now goes Take ID:Meta amount
ex Take 1:0 10
ex Take 5 20
2013-05-25 23:36:55 -04:00
Robert WC Seifert
42d292163f Merge pull request #26 from nekojess/crate-fix
Fix double right clicking crates.
2013-05-25 19:34:40 -07:00
Robert Seifert
df341a78b9 Added Take command
Take command is used to take an item from an inventory supporting the
new ISidedInv.
2013-05-25 22:26:47 -04:00
Robert Seifert
aa54e73903 updated subs 2013-05-25 21:40:53 -04:00
Robert Seifert
8a384d6585 updated Dark-Lib sub 2013-05-25 21:40:03 -04:00
Robert Seifert
b70fc9bdce Added crafting manager from assembly line
Still needs improved to be more flex-able and useable by other tiles.
However, it should be very useful for anyone doing autocrafting. As well
if anyone who uses it spots and issue fill free to improve/fix it.
2013-05-25 21:39:01 -04:00
Robert Seifert
f5832befb9 moved crafting manager to Dark-Lib 2013-05-25 21:37:27 -04:00
Robert Seifert
8149be82bf Fixed armbot not starting on area load
Also increased the speed of rotation from 1.3f to 2.0f. Later i'll be
making tiered version of the arm starting with a wooden prototype
version.
2013-05-25 21:37:11 -04:00
Robert Seifert
adedb540a1 added a fail safe for no users on a lock 2013-05-25 20:45:16 -04:00
Robert Seifert
64a3690375 removed white extra from gui 2013-05-25 20:44:38 -04:00
Jessica Creighton
805d2dee16 Fix double right clicking crates.
1) It was not figuring out what to do when holding nothing. 2) It was returning prematurely when searching player inventory
2013-05-25 14:48:17 -04:00
Robert Seifert
7d9c674271 fixed imprinter item insert bug for ISidedInv 2013-05-25 01:49:58 -04:00
Robert Seifert
d2c8dac2f7 cleanup 2013-05-25 01:49:41 -04:00
Robert Seifert
6e1d387bf1 cleanup 2013-05-25 01:49:31 -04:00
Robert Seifert
54f7b4be6b Fixed hopper support 2013-05-25 01:36:13 -04:00
Robert Seifert
0163b72306 Fixed crate item lose and update bug
Though i had got this taken care of last time but looks like now.

Change: Inventory is now only used for automation support. Player
interaction goes strait to the collective itemstack then is build back
into the inventory after.
2013-05-25 01:21:23 -04:00
Robert Seifert
0bca29697d Added ISidedInv extraction support 2013-05-25 01:19:29 -04:00
Robert Seifert
a912b4de1b Fixed more items being consumed than needed 2013-05-25 00:32:24 -04:00
Robert Seifert
8e70c7e661 updated license 2013-05-24 20:26:23 -04:00
Robert Seifert
6f9da55b87 cleanup 2013-05-23 02:58:38 -04:00
Robert Seifert
13699c24b3 Improved and randomized pathfinder
Pathfinder now works better
--It levels of at the correct y level for pathfinding
--It pathfinder no longer in a perfect line but is randomized
--Pathfinder is now limited to search with a set range preventing cross
map interaction
2013-05-23 02:56:49 -04:00
Robert Seifert
05a4f5b418 worked on drain pattern
Still have a bit or work to do and maybe a full pathfinder rewrite to
fix this issue.
2013-05-23 01:34:33 -04:00
Robert Seifert
653253ceff more cleanup 2013-05-20 16:45:08 -04:00
Robert Seifert
92d096a8a5 cleanup 2013-05-20 16:34:23 -04:00
Robert Seifert
a6506b67bf removed debug and fixed bucket item usage 2013-05-20 16:23:21 -04:00
Robert Seifert
b0574b7f58 Fixed duping bug with imprinter again...
Well again i have fixed a few duping bugs with the imprinter. This time
though i have made it a bit harder for it to break down. However, the
issue could happen again with the current crafting system.
2013-05-20 16:06:32 -04:00
Robert Seifert
cac5f0d12a worked on imprinter 2013-05-20 15:18:47 -04:00
Robert Seifert
19fb2e48ed Created a crafting manager to reduce code per class
The imprinter class was starting to get messy with all of its other
non-crafting code. To help make things cleaner and to create a reusable
class i have moved the crafting code to its own class. To use the class
you simple need to have the TileEntity implement IInventory(or have an
internal Inv refrence) and implement IAutoCrafting. Also i'll be moving
these classes to Dark-Lib when done.
2013-05-20 14:37:26 -04:00
Robert Seifert
221d555223 updated subs 2013-05-20 10:03:30 -04:00
Robert Seifert
0b9d999402 updated subs 2013-05-20 10:01:40 -04:00
Robert Seifert
2c227c98d8 updated subs 2013-05-20 10:00:23 -04:00
Henry Mao
c7b5dd05fd Improved terminal packets 2013-05-19 17:23:57 +08:00
Henry Mao
ffe37c8e4d Your spelling sucks. 2013-05-19 16:04:06 +08:00
Robert Seifert
a4b54fac1e updated subs 2013-05-18 11:50:26 -04:00
Robert Seifert
6f5536d0f4 updated subs 2013-05-18 11:48:00 -04:00
Henry Mao
d87ce2f987 Stopped using deprecated functions 2013-05-18 22:33:31 +08:00
Robert Seifert
1d69247ed7 Move hydraulic lib to dark lib
This might just be a temp move as i'm thinking of moving the lib into
its own repo.
2013-05-17 14:40:05 -04:00
Robert Seifert
955101d74b Added hydraulic Lib 2013-05-17 14:37:51 -04:00
Robert Seifert
a6f121bd8c cleanup and minor fixes 2013-05-17 11:26:07 -04:00