Commit graph

799 commits

Author SHA1 Message Date
MachineMuse
ad6df405cb renamed mods folder to assets for new resourcepack system 2013-08-06 15:14:36 -06:00
MachineMuse
63f5ab86be add scala patching back in O.o 2013-08-06 14:24:43 -06:00
MachineMuse
fcaaeb156e removed old scala patching 2013-08-06 14:05:06 -06:00
MachineMuse
ee1ced9cc9 update atomicscience api reference 2013-08-06 14:00:55 -06:00
MachineMuse
5b2e696909 changed to download forge from machinemuse subdomain 2013-08-03 17:04:34 -06:00
MachineMuse
6a24361c3a changed to use just regular download instead of ant-contrib 2013-08-03 17:03:03 -06:00
MachineMuse
397ed3b0f0 reverted minecraftforge seek url since it doesn't seem to matter 2013-08-03 16:58:44 -06:00
MachineMuse
e8b8b8e856 updated minecraftforge seek url 2013-08-03 16:55:16 -06:00
MachineMuse
f0885c2e7c fixed forge version 2013-08-03 16:52:36 -06:00
MachineMuse
11952d676c initial 1.6.2 migration 2013-08-03 16:47:33 -06:00
MachineMuse
cdd202a3de changed localization reader to UTF-8 character encoding 2013-08-03 14:19:18 -06:00
MachineMuse
4809337fa5 update to gregtech api call 2013-08-03 12:53:24 -06:00
Claire
5dbe2a9d94 Merge pull request #370 from Vexatos/patch-1
Update de_DE.lang
2013-08-03 11:47:30 -07:00
MachineMuse
6d1f594058 fixed some crash cases and instability in cosmetic gui 2013-08-03 12:41:43 -06:00
Vexatos
d5f025c655 Update de_DE.lang
UTF-8.
2013-07-31 18:34:30 +02:00
Vexatos
56ca38e92b Update de_DE.lang 2013-07-30 18:02:54 +02:00
Vexatos
abf0ff05ee Update de_DE.lang
Now with correct encoding!
2013-07-30 17:58:45 +02:00
Vexatos
08a4883ad5 Update de_DE.lang
Some small fixes; also, a suggestion: Because of the mod's name e.g. "Energiestiefel" should just be called "Powerstiefel", maybe, because it fits better to the mod's name.

P.S.: I hope it is UTF-8-encoded, if it is not, I'll change the file.
2013-07-29 20:36:06 +02:00
MachineMuse
f3b95dbfd6 fixed double dipping from ThermalExpansion interface 2013-07-25 21:27:00 -06:00
MachineMuse
055cce6ece change how it's accessed to maybe eliminate instance weirdness 2013-07-12 06:09:38 -06:00
MachineMuse
83062845f1 pushed instantiation into Java since scala seems to optimize out the (hacky) behaviour we are going for 2013-07-11 22:03:48 -06:00
MachineMuse
3234822c50 More explicit typing... 2013-07-11 21:40:45 -06:00
MachineMuse
03599bfded attempt to fix smartmoving dep 2013-07-11 21:29:18 -06:00
MachineMuse
9753e6bfd7 tidied up RenderPart using for comprehensions 2013-07-04 16:57:51 -06:00
MachineMuse
2b51b4102f some more refactoring on error handling 2013-07-03 19:12:19 -06:00
MachineMuse
d6c1786656 more minor electric item tidying 2013-07-02 13:32:26 -06:00
MachineMuse
9495b52797 minor electric item syntax fixes 2013-07-02 12:10:26 -06:00
MachineMuse
bde448b120 added german localization file c/o KazoBurg 2013-07-02 11:36:14 -06:00
MachineMuse
3d69533dfb changed how armor model is accessed 2013-07-02 08:47:17 -06:00
MachineMuse
838ceb289f fixed weird braces 2013-06-30 14:58:16 -06:00
MachineMuse
fdf0662ad0 changed criteria for flight render to activate 2013-06-29 05:42:16 -06:00
MachineMuse
d0309af45f Localization tidying 2013-06-29 00:52:21 -06:00
MachineMuse
e17c27abd2 fix reference to MuseFileUtils 2013-06-28 23:15:11 -06:00
MachineMuse
523c65dd95 some tidying and refactoring for localization 2013-06-28 23:09:32 -06:00
MachineMuse
bb0cc1c45f tweak config file copying 2013-06-28 18:30:55 -06:00
MachineMuse
1aafb930a9 dynamic ModelPlayer dependency 2013-06-28 14:54:31 -06:00
MachineMuse
764dd1ca0b some tidying and attempt to use flying animation when smartmoving is installed and player is moving quickly 2013-06-28 14:37:27 -06:00
MachineMuse
f7f2bc4ad7 fixed mcmod.info 2013-06-28 10:40:13 -06:00
Claire
d793f7c50d Merge pull request #347 from Andrew2448/localization
Wrote a new file copy method to remove Java 7 dependency.
2013-06-28 08:06:11 -07:00
Andrew2448
226242b6b9 Wrote a new file copy method to remove Java 7 dependency. 2013-06-28 10:38:01 -04:00
Claire
5fbdd66c3e Merge pull request #345 from Andrew2448/localization
Moved lang files, general config, and keybind config to a new location and fixed names not displaying at all.
2013-06-28 05:28:45 -07:00
Andrew2448
3b491a7052 Removed an unused variable. 2013-06-27 23:24:05 -04:00
Andrew2448
23510f9a81 Moved the keybind config to the new location. 2013-06-27 23:19:07 -04:00
Andrew2448
53fe67cf61 Moved the lang files to the resources folder and moved the config to a new location. 2013-06-27 23:13:33 -04:00
MachineMuse
4f0b60b9ba possibly fixed invisibility, night vision, and uphilll step assist 2013-06-27 06:03:53 -06:00
Claire
32425f07bd Merge pull request #341 from Andrew2448/localization
Fixed a massive issue that could invalidate all modules on a player's suit.
2013-06-27 03:01:39 -07:00
Andrew2448
a5d3ad9ce6 Fixed a massive issue that could invalidate all modules on a player's suit. 2013-06-27 01:33:41 -04:00
MachineMuse
2ecf8d3a80 revision bump for smart moving support 2013-06-26 17:58:03 -06:00
MachineMuse
a79835f0cf no longer checks if basic components is installed, just whether the recipes are enabled 2013-06-26 17:45:21 -06:00
MachineMuse
e5b846a689 pushed model rendering into children of parts 2013-06-26 17:06:52 -06:00