pahimar
75dfff2dba
Bumping official version
2013-04-10 21:45:10 -04:00
pahimar
fea6200564
Removing my Wavefront Object loader now that it is working properly in Forge 650+
...
Modifying model classes to use the new Forge model loader
Set a dependency that EE3 requires Forge 650 and higher
Cleaning up source code/formatting
2013-04-10 21:04:31 -04:00
pahimar
3c93e6a62f
More modelling stuff
2013-04-10 16:27:25 -04:00
pahimar
7c62c0d603
More modelling stuff
2013-04-10 16:17:46 -04:00
pahimar
6800687dd9
Some fixes to WavefrontObject, and adding in a simple interface for custom models to implement
2013-04-10 15:52:09 -04:00
pahimar
522cd16da9
Some documentation, but I think the code is pretty straightforward
2013-04-09 14:59:38 -04:00
pahimar
854efb0909
Revert mod name back to uppercase, synch up localization file names, add "w" support for vertices, and add in proper exceptions to the parsing of Wavefront Object files
2013-04-09 14:43:19 -04:00
pahimar
600654146f
Merge pull request #298 from Tencha/master
...
Renamed no_NO to nb_NO
2013-04-09 11:27:31 -07:00
pahimar
4f28a0ea03
Merge pull request #299 from majsky/master
...
Slovak localization
2013-04-09 05:01:20 -07:00
majsky
5a0c0c7720
Various fixes
2013-04-09 06:42:41 +02:00
pahimar
03d75f03bf
Fixed a hardcoded path separator to be more OS independent.
2013-04-08 22:25:29 -04:00
pahimar
e95fb5615c
Added in exceptions
2013-04-08 15:42:38 -04:00
majsky
effe340ffa
Fied misspell
2013-04-08 14:55:58 +02:00
Live session user
61d4c19a73
add slovak lanuage file
2013-04-08 12:51:36 +00:00
pahimar
bfec19364b
Fingerprint check occurs prior to localizations being loaded in, so we cannot localize this text.
2013-04-07 21:52:25 -04:00
pahimar
e89109513d
EE3 jars are now signed for authenticity, and just log a warning message if the jar is modified. EE3 also now uses srg names for reobf, meaning EE3 should now not require updates if there are minor MC changes.
2013-04-07 20:29:57 -04:00
pahimar
7946024766
Merge pull request #297 from Lapiman/patch-2
...
Update da_DK.xml
2013-04-06 17:35:29 -07:00
Tencha
9836d05903
Renamed no_NO to nb_NO
...
Renamed language code no_NO to the more correct nb_NO and did some
nitpicking in the translations.
2013-04-06 15:03:52 +02:00
Lapiman
26e67b5f81
Update da_DK.xml
...
Looks like @AwesomeDane forgot to change the title.
2013-04-06 08:53:59 -03:00
pahimar
867d5de9c3
Merge pull request #294 from Kehlim/master
...
Fixed Mod logo not showing
2013-04-05 11:50:22 -07:00
pahimar
2eb029ba9a
Merge pull request #296 from Tencha/master
...
Norwegian language file update
2013-04-05 11:31:09 -07:00
Tencha
cf370bd6fb
Norwegian language file update
...
Did the rest of the translations and updated for 1.5.
2013-04-05 20:20:52 +02:00
Tencha
0e5df9cc63
Updated Norwegian language file
...
Added the necessary(hopefully) entries, and changed some into what I
felt was more correct.
2013-04-05 05:22:16 +02:00
Kehlim
57992890e7
Fixed Mod logo not showing.
...
I just "slashed" the filepath :)
2013-04-03 20:01:43 +02:00
pahimar
4e65625e96
Enabled the da_DK localization that was submitted a few weeks ago (sorry for the delay!!!)
2013-04-02 21:45:45 -04:00
pahimar
dfed0727ad
Cleanup accidentally removed some necessary code (because it wasn't used yet), added back the regex checks to verify that lines are valid.
2013-04-02 21:42:24 -04:00
pahimar
25d863982f
Unnecessary classes, and cleaning up formatting a bit in prep for the PR to Forge
2013-04-02 21:17:40 -04:00
pahimar
fedf87c304
Adjust visibility of the parseObj method, add a URL based constructor, modified renderAll for further performance optimizations
2013-04-02 20:29:00 -04:00
pahimar
30a8bdcb94
Goofed up the colours for these two guys
2013-04-02 15:57:47 -04:00
pahimar
9ab2420425
Merge pull request #288 from DarkTrollRises/master
...
Transformation bug involving metadata
2013-04-02 12:56:28 -07:00
pahimar
e5228cb697
Removing the now unnecessary CustomItemRarity piece
2013-04-02 15:51:27 -04:00
pahimar
bf09bdb8a6
Reduce number of startDrawing/draw calls to the tessellator (thanks for the tip), add some render methods to WavefrontObject, removed unnecessary commenting
2013-04-02 14:38:24 -04:00
pahimar
64f0663e88
Merge pull request #290 from LordOfTheMine/master
...
Fixed transmutation
2013-03-31 19:12:26 -07:00
LordOfTheMine
e9b8bd5b91
Fixed transmutation recipes involving metadata
2013-04-01 01:04:26 +03:00
pahimar
ea9aa06d44
Working on more OBJ stuff
2013-03-31 15:29:39 -04:00
DarkTrollRises
a40b1a208f
Transmutation bug involving metadata fixed
2013-03-31 09:48:55 +02:00
pahimar
2b7bae8d8e
Merge pull request #284 from CaptainShadows/master
...
Transmutation Stone Fix. Should have remembered this when it was buggy the other night :) Thanks CaptainShadows!
2013-03-30 05:22:36 -07:00
Captain of all Shadows
ca7a589f1b
Transmutation Fix
...
Fix for a bug where the transmutation wouldn't work unless the stone was
new
2013-03-30 00:08:04 -04:00
pahimar
3a004a5540
Merge pull request #281 from ChrRaz/master
...
Crash fix of LivingHandler
2013-03-29 15:02:12 -07:00
ChrRaz
c1557d4b72
Fixed a crash involving kills by arrows
...
I've fixed a crash, occurring when a mob was shot with a bow, by a player.
2013-03-29 22:59:38 +01:00
pahimar
4c34caceb7
More regex support
2013-03-29 11:34:14 -04:00
pahimar
4fed6ca22d
Only calculate normals as many times as needed, add support for specifying the glDrawingMode (if desired)
2013-03-28 00:02:15 -04:00
pahimar
6d332efe0d
Updating xcf's to match the proper pngs
2013-03-27 23:36:10 -04:00
pahimar
e80e166ead
Merge pull request #276 from WORMSS/master
...
Reduced amount of computations of Face.getFaceNormal() during a Face.render()
2013-03-27 20:33:18 -07:00
pahimar
a43f99ccad
Merge pull request #272 from anonymouspineapple/patch-1
...
Update ja_JP.xml
2013-03-27 20:22:44 -07:00
pahimar
25dbbec0f1
Merge pull request #277 from AwesomeDane/patch-1
...
Create da_DK.xml
2013-03-27 20:22:37 -07:00
AwesomeDane
2f4656ecaf
Create da_DK.xml
...
This is my Danish translation of Equivalent Exchange 3.
2013-03-27 19:56:07 +01:00
WORMSS
585ab86566
Reduced amount of computations of Face.getFaceNormal() during a Face.render()
2013-03-27 11:37:34 +00:00
Anonymous Pineapple
d71e37ff8d
Update ja_JP.xml
...
-Getting this thing up-to-date with the new 1.5 localization standards.
-Translations for aludel and alchemical chest.
-Changed version.current and version.outdated to better match English. (Very, very crude; be warned.)
-Most commands and message stuff are missing; will find a Japanese friend of mine (or Minalien) to translate later.
2013-03-24 02:32:32 -03:00
pahimar
83051d7705
Update EE3 to MC 1.5.1, and more work on the OBJ importer (almost done with it!). My first MC update outside of Canada :)
2013-03-21 19:44:21 -04:00