thatsIch
12e0efa3e1
Merge pull request #1466 from thatsIch/e-instance-factory
...
Uses an instance factory access for AE2
2015-05-18 19:26:46 +02:00
thatsIch
a349e1a277
Usage of CONSTANTS
2015-05-18 08:59:27 +02:00
thatsIch
b72c766c16
Split raytrace
2015-05-18 00:37:06 +02:00
thatsIch
72eab029ab
Static imports
2015-05-18 00:34:50 +02:00
thatsIch
3613c235be
Unused imports
2015-05-18 00:34:37 +02:00
thatsIch
880ea762e5
missing javadoc
2015-05-18 00:34:14 +02:00
thatsIch
83c9c0efcb
Better hyphing
2015-05-18 00:33:39 +02:00
thatsIch
733a53ec6d
Typo in 'fward'
2015-05-18 00:33:04 +02:00
thatsIch
8c500c4016
Typo in 'fward'
2015-05-18 00:32:46 +02:00
thatsIch
abdd6e1915
Typo in 'constructor'
2015-05-18 00:31:41 +02:00
thatsIch
209333989e
Typ in chisldQuartz
2015-05-18 00:31:16 +02:00
thatsIch
2803a671d1
Redundant type casts
2015-05-18 00:30:08 +02:00
thatsIch
1cf2e8d43e
Instance field access not qualified with 'this'
2015-05-18 00:12:45 +02:00
thatsIch
e7746dc037
Static imports
2015-05-18 00:12:13 +02:00
thatsIch
72195ea784
Unused imports
2015-05-18 00:12:01 +02:00
thatsIch
f102c3b468
apply constant naming convention
2015-05-18 00:11:18 +02:00
thatsIch
f0215ca56a
apply method parameter naming convetion
2015-05-18 00:09:09 +02:00
thatsIch
0f9ca7885a
Lower case methods
2015-05-18 00:08:05 +02:00
thatsIch
124d14d3c3
Lower case Swap
2015-05-18 00:02:28 +02:00
thatsIch
f9e25b5a33
Lower case method name
2015-05-17 23:52:15 +02:00
thatsIch
72d85aecc9
Use interface for collections
2015-05-17 23:51:57 +02:00
thatsIch
e626355aef
Merge pull request #1464 from thatsIch/e-update-rtc-api
...
Update RotaryCraft API to V6f
2015-05-16 21:22:59 +02:00
thatsIch
192848e383
Uses an instance factory access for AE2
...
Removes the improper way to set itself into a public static non-final variable.
Removes the direct access to the IntegrationRegistry from AppEng. Will be added at some later point somewhere else for non-singleton access.
Constructor is set to package private to enable possible construction from unit tests. Are current not runnable sind it is currently tied to the FML Loader instance.
2015-05-16 20:48:32 +02:00
thatsIch
6339be5a06
Update RotaryCraft API to V6f
2015-05-16 15:16:16 +02:00
thatsIch
4b5fd35056
Merge pull request #1462 from thatsIch/e-improved-test-coverage
...
Adds tests to improve the test coverage
2015-05-16 14:21:58 +02:00
thatsIch
1137b11550
Merge pull request #1463 from thatsIch/e-update-gradle-2-4
...
Update Gradle to 2.4
2015-05-16 14:21:53 +02:00
thatsIch
6636718ef7
Update Gradle to 2.4
2015-05-16 13:20:11 +02:00
thatsIch
e40f68d3fa
Adds tests to improve the test coverage
2015-05-16 12:25:10 +02:00
thatsIch
3f5ed8ed7f
Merge pull request #1443 from TheJulianJES/doublePlayerInvInscriber
...
Fixes #1442 - Don't add the player inventory two times (Inscriber)
2015-05-14 10:42:43 +02:00
thatsIch
fdd44f4633
Add missing License and contributing to gitignore
2015-05-13 22:21:48 +02:00
TheJulianJES
0085909914
Don't add the player inventory two times (Inscriber)
2015-05-10 17:55:10 +02:00
thatsIch
5c301238cd
Merge pull request #1438 from TheJulianJES/stainedClayMeteorite
...
Meteorites can now spawn in stained clay biomes
2015-05-10 13:45:17 +02:00
thatsIch
30ba43e672
Merge pull request #1433 from plumpudding/readme-links
...
fix licensing links in readme
2015-05-10 12:12:39 +02:00
TheJulianJES
afb9bb4379
Meteorites can now spawn in stained clay biomes
2015-05-10 11:37:42 +02:00
PetaByteBoy
3863e2c900
fix licensing links in readme
2015-05-09 23:24:05 +02:00
thatsIch
b0249244cc
Merge pull request #1431 from TheJulianJES/GermanLang
...
Changed things in de_DE.lang
2015-05-09 23:23:26 +02:00
TheJulianJES
77873e135f
Changed things in de_DE.lang
...
Fixed a derp
Changed it, again!
Fixed it (all)
Added line 450
2015-05-09 23:20:53 +02:00
thatsIch
35997d58bb
Merge pull request #1432 from TheJulianJES/errorEclipse
...
Fix warnings in eclipse
2015-05-09 23:13:38 +02:00
TheJulianJES
82efa151cc
Fix warnings in eclipse
...
Close scanner instead of doing it with a warning
Make the scanner final..
2015-05-09 23:10:23 +02:00
thatsIch
71569cadb5
Merge pull request #1424 from thatsIch/e-simplified-bitwise-operations
...
Simplified bitwise operation
2015-05-09 15:58:04 +02:00
thatsIch
1d737c3167
Merge pull request #1425 from thatsIch/e-weaker-collection-type
...
Use weaker collection types
2015-05-09 15:57:57 +02:00
thatsIch
168038c595
Merge pull request #1426 from thatsIch/e-overly-strong-cast
...
reduces overly strong type cast
2015-05-09 15:57:47 +02:00
thatsIch
e99680d59b
Merge pull request #1410 from fnuecke/master
...
Added P2P tunnel part for OpenComputers.
2015-05-09 15:57:21 +02:00
Florian Nücke
18503ac526
Added P2P tunnel part for OpenComputers.
...
Includes cleanup provided by thatsIch.
2015-05-09 14:53:54 +02:00
yueh
22f7345147
Merge pull request #1429 from yueh/organize-imports
...
Organize imports
2015-05-09 13:16:07 +02:00
yueh
b6b76d145b
Organize imports
2015-05-09 13:06:09 +02:00
thatsIch
7c9b734948
reduces overly strong type cast
2015-05-09 12:45:46 +02:00
thatsIch
16c0fbe3c1
Use weaker collection types
2015-05-09 12:33:16 +02:00
thatsIch
b8f22202d4
Merge pull request #1421 from thatsIch/e-local-variable-naming-conventions
...
Replaces all local variables regarding their naming conventions
2015-05-08 23:50:51 +02:00
thatsIch
513292cd08
Replaces all local variables regarding their naming conventions
2015-05-08 23:50:36 +02:00