Commit graph

1194 commits

Author SHA1 Message Date
pahimar
4a3ddeac6e Merge pull request #455 from lluixhi/patch-1
Updates README.md to 1.6.x, and adds Mac OS X and Linux Specific instructions
2013-10-19 17:21:27 -07:00
lluixhi
d8c59152c3 Change Forge Version. 2013-10-19 13:31:00 -07:00
pahimar
a3dc366bb1 Bump required Forge version 2013-10-19 13:22:47 -04:00
pahimar
7b3a8f3f09 Some auto resolution of emc values, but loads of work still to be done 2013-10-18 01:23:11 -04:00
pahimar
576a90e50d Removed the unnecessary and unused fuel handler, and added in some more
filtering for emc
2013-10-17 22:38:15 -04:00
pahimar
346c4f16d8 Refactoring the util package back to helper 2013-10-17 20:53:08 -04:00
pahimar
8896698119 Generalized some of the methods in the EmcRegistry 2013-10-17 20:41:19 -04:00
pahimar
d9d8ef613e Merge pull request #456 from Vexatos/patch-1
Updated de_DE.lang, Closes #452 and Closes #463
2013-10-17 17:31:15 -07:00
pahimar
4147101ac2 Merge pull request #458 from Pulsior/master
Update nl_NL.lang
2013-10-17 17:30:59 -07:00
pahimar
0a0e745697 Merge pull request #464 from Xetosphere/master
Added language file for norwegian bokmål. (no_NO)
2013-10-17 17:30:45 -07:00
pahimar
8ee349fc5d Merge pull request #451 from ganymedes01/patch-1
Remove duplicate check.
2013-10-17 17:22:31 -07:00
pahimar
18aec41cf1 Don't know why these files didn't commit 2013-10-17 20:08:55 -04:00
pahimar
a70f94e187 Breaking up configurations into respective files 2013-10-17 20:07:59 -04:00
pahimar
fdf9358833 People smarter than me pointed out a better method to do things :D 2013-10-17 10:11:16 -04:00
lluixhi
52069e7446 Maybe it will work in this editor..? 2013-10-16 20:04:36 -07:00
pahimar
87ad92479d Added functionality that given two EmcValues, returns a list of stacks
that exist in the range between those two EmcValues
2013-10-16 22:27:07 -04:00
pahimar
756e444a0a Some more work on EMC, added in a way to see EMC values via tooltip 2013-10-16 15:55:14 -04:00
pahimar
8ffcb7c1c9 Cleaned up the RecipeRegistry 2013-10-16 00:22:22 -04:00
pahimar
1ca311f8d0 Some of the re-working of the emc system 2013-10-15 16:01:16 -04:00
lluixhi
4325038314 -.- 2013-10-10 13:50:53 -07:00
lluixhi
26a504a4a5 Trying to fix that annoying newline problem. 2013-10-10 13:49:21 -07:00
lluixhi
f48fb50dca Added "/" note. 2013-10-10 13:46:43 -07:00
pahimar
0639d4a917 Reminder to self: come back and review the RecipeRegistry stuff and how
it relates to DynEMC
2013-10-06 21:50:43 -04:00
pahimar
c8f0968316 Nothing to see here, switching workstations :-p 2013-10-06 13:53:08 -04:00
pahimar
a3cfc4d0e0 Messing around 2013-10-05 22:46:29 -04:00
Xetosphere
80e095c40b Rename nb_NO to nb_NO.lang 2013-10-05 13:24:55 +02:00
Vexatos
babe60289d Update with good changes from #463, closes #463 2013-10-05 09:53:04 +02:00
Xetosphere
aaa767b529 Delete outdated nb_NO.xml file. 2013-10-04 18:22:27 +02:00
Xetosphere
4fcf7bbbf6 Small changes. 2013-10-04 18:21:34 +02:00
Xetosphere
d310f22087 Rename no_NO to nb_NO 2013-10-04 18:11:01 +02:00
Xetosphere
f4c6f042a8 Added language file for norwegian bokmål. 2013-10-03 22:23:37 +02:00
pahimar
b9b2e131fe Not a great day for productivity 2013-09-30 16:06:37 -04:00
Vexatos
48db8a08e7 Improvements thanks to @Robotic-Brain , again. 2013-09-30 18:41:24 +02:00
pahimar
6e2676e0c9 Some stuff that might not live long 2013-09-29 12:38:44 -04:00
pahimar
1943bdc6a3 EMC Type icons provided by game-icons.net (don't give me grief if they look similiar, Azanor uses the same site for his!) 2013-09-29 12:38:22 -04:00
pahimar
3ecb68f17d Working on some recipe stuff now 2013-09-28 15:00:28 -04:00
Pulsior
4e412d8146 Update nl_NL.lang
As a native Dutch speaker, these translations seem really weird, so I added my own.
2013-09-27 21:30:43 +02:00
pahimar
9b1643ced3 Some more graph work 2013-09-25 00:30:00 -04:00
Lluixhi Scura
0bf74b8f38 typo 2013-09-24 14:45:17 -07:00
Lluixhi Scura
833cf8e1b1 Changed some things around again. I /think/ that's all.
I can't believe I missed that local repository line.  //Shame
2013-09-24 14:42:33 -07:00
pahimar
a2e0c961c5 Import cleanup, and change up the debug print to be more human readible 2013-09-24 15:56:04 -04:00
pahimar
8ea1279fb4 Fixed the derp in the graph (I was overly encapsulating). Things look
better again - at least it won't crash for you guys anymore! :D
2013-09-24 15:29:11 -04:00
pahimar
7f9028ff74 Moving the graph stuff into a more appropriate package 2013-09-24 09:59:18 -04:00
Vexatos
32b7a6211c Improvements thanks to @Robotic-Brain 2013-09-24 08:39:56 +02:00
pahimar
a1feb1b63c I'll come back to this in the morning 2013-09-24 00:26:42 -04:00
pahimar
75f4a248d0 Reworked the WeightedDirectedGraph to use the Node encapsulation object,
this is untested and likely isn't working as expected at the moment.
Also, commenting of this isn't finished
2013-09-23 23:01:10 -04:00
Lluixhi Scura
36a6fdb6d0 derp. 2013-09-23 18:13:17 -07:00
Lluixhi Scura
b5728f6876 Added Wliu's Recommended changes, and cleaned up laziness-mistakes. 2013-09-23 17:58:46 -07:00
pahimar
2babc3a52a Added sample private properties file, and clean up some unnecessary crap
from the build script
2013-09-23 15:08:54 -04:00
Vexatos
50429c10a4 Updated de_DE.lang, Closes #452
I am not sure about the hyphens in ll. 51-55, tell me your opinion.
2013-09-23 17:58:31 +02:00