Commit graph

549 commits

Author SHA1 Message Date
Robert Seifert
7239fbb58c updated subs 2013-06-03 05:27:41 -04:00
Robert Seifert
a7dc361a8e add lang to load path 2013-06-02 03:45:21 -04:00
Robert WC Seifert
4cca8f565a Merge pull request #34 from PancakeCandy/patch-1
Created France Translation
2013-06-02 00:38:05 -07:00
PancakeCandy
a92bef70c7 Created France Translation
Now people from france can use Assembly line in their language!
2013-06-02 09:05:00 +02:00
Robert Seifert
b9d17eeb84 ... 2013-06-01 01:52:19 -04:00
Robert Seifert
a7e8785cb8 prop name correction 2013-06-01 01:51:49 -04:00
Robert WC Seifert
e03f6de845 Merge pull request #31 from PancakeCandy/patch-1
Translated Encoder to Codeerder Fix
2013-05-29 12:48:06 -07:00
PancakeCandy
cfd1f82248 Translated Encoder to Codeerder Fix
Another translation
2013-05-29 16:10:17 +03:00
Robert Seifert
d42b579ad0 update subs 2013-05-29 01:46:54 -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
b536463a5c Model Upload 2013-05-28 21:39:38 -04:00
Robert Seifert
06c4b53895 updated Dark-Lib sub 2013-05-25 23:54:21 -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
8a384d6585 updated Dark-Lib sub 2013-05-25 21:40:03 -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
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
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
2c227c98d8 updated subs 2013-05-20 10:00:23 -04:00
Robert Seifert
a4b54fac1e updated subs 2013-05-18 11:50:26 -04:00
Robert Seifert
84c8ac941f added modstats support 2013-05-17 11:23:47 -04:00
Robert Seifert
b2a712b89e Fixed manipulator crate input 2013-05-15 22:54:58 -04:00
Robert Seifert
e6a35a6a72 Disabled Hopper interaction due to bugs
I can't explain what is going on between the crate and hopper. As far as
i can see the crate works fine with pipes, and other things. However the
hopper creates new bugs that i can't solve at the moment. It will keep
trying to input items into the crate after the crate is full. It will
then after world load trash a crates inv that its pulling from. Since i
believe that the hopper is the root cause i'm going to just disable it
use with crates.
2013-05-15 22:10:56 -04:00
Robert Seifert
3b379c0a9d updated subs 2013-05-15 17:37:36 -04:00
Robert Seifert
e3be6af826 Moved some reusable files to Dark-Lib
These files can be used by other mods that use Dark-Library so i have
moved them. If needed i can share these files, or if i can i'll make the
Dark-Library public for use.
2013-05-15 17:35:46 -04:00
Robert Seifert
bf878681b2 cleanup 2013-05-15 16:28:03 -04:00
Robert Seifert
45ae1be39f fixed Client side crate update 2013-05-15 14:12:23 -04:00
Robert Seifert
7b0d82b701 Might have fixed old crate loading 2013-05-15 13:39:11 -04:00
Robert Seifert
3bb6e21736 ... 2013-05-15 12:45:05 -04:00
Robert Seifert
43ee61fd55 Fixed old version conversion 2013-05-15 12:43:40 -04:00
Robert Seifert
e8e562548d Finalizing crate rework 2013-05-15 10:46:00 -04:00
Robert Seifert
540fff7065 Fixed client side update 2013-05-15 08:59:00 -04:00
Robert Seifert
7353d0a251 mostly done with new crate rework 2013-05-15 08:40:24 -04:00
Robert Seifert
a93d4f80f9 updated subs 2013-05-15 06:37:08 -04:00