Christian
1ae7fa0080
Add in a generic factory interface, allowing for additional model support
...
to be added at runtime.
2013-04-10 18:30:25 -04:00
pahimar
d4b71ef964
More interface work
2013-04-10 18:30:25 -04:00
pahimar
091c4ab6ac
Adding interface for other custom model format importers to implement
2013-04-10 18:30:25 -04:00
pahimar
09fee09a01
Switch out String.matches in favour of Pattern/Matcher usage, and a tad more documentation.
...
Fixed a bug in texture coordinate parsing (can have 2-3 values per entry, instead of the 3-4 I had before)
2013-04-10 18:30:25 -04:00
pahimar
46e53fb461
Wavefront object importer. Imports Wavefront object and offers some simple render methods for rendering the models in game. Modders have complete access to all the data in the model to write their own rendering related code as well.
2013-04-10 18:30:25 -04:00
LexManos
77f6d9eeab
Re-add and mark deprecated the old signature for ForgeHooksClient.getArmorTexture.
2013-04-10 18:30:25 -04:00
Christian
1490479bd6
Deprecate preloadTexture, make it a no-op. Should stop derpiness with new
...
texturing system performance tweaks.
2013-04-10 18:30:25 -04:00
LexManos
2ee07bb250
New hook to allow Items to provide there own armor models. Closes #487
2013-04-10 18:30:24 -04:00
LexManos
6b0d1bb319
Deprecate IArmorTextureProvider, moved to Item. And exposed more information to the function. Closes #365
2013-04-04 17:28:50 -07:00
LexManos
3d9629013b
Update to 1.5.1 Pre-Release:
...
MinecraftForge/FML@9565529baf Updated to latest MCP and Minecraft 1.5.1 Pre-release.
MinecraftForge/FML@a573faf92d Someone derped up this function bad, revert name.
2013-03-19 18:09:48 -07:00
LexManos
8aca6b4193
Updated FML:
...
MinecraftForge/FML@3c346247e1 Fix NPE with CoreMods who do not have the new MCVersion annotation.
2013-03-19 13:49:31 -07:00
LexManos
2395699afd
New TextureStitchEvents called before and after a TextureMap gathers and stitches textures together.
...
Also added a config option to diable the writing of resulting stitched textures to disc. Default disables the writing.
2013-03-17 20:07:30 -07:00
iChun
44e690b8de
[Bugfix] One should not assume an item would use the item spritesheet.
...
Item class has a func to return an int to use terrain.png or items.png. This makes forge take account of it.
2013-03-13 20:36:32 +08:00
LexManos
2c07b18e1a
Fix compile error, forget to flush to disc.
2013-03-06 19:26:29 -08:00
LexManos
6b5a086be3
Readd second render pass to TileEntities and Entities, patches were missed when merging in master branch. As note, CB can DIAF.
2013-03-06 19:18:26 -08:00
LexManos
9bd8f2697c
Updated Forge to s13w09c
2013-03-02 03:08:27 -08:00
LexManos
a04e7912b0
Sync up with FML, Will not run nativly as you need deobfusication_data.zip in your libs folder.
...
We have not setup the download for that yet, to make it yourself just zip joined.srg name it deobfusication_data.zip and put it in lib
2013-02-28 03:53:42 -08:00
Christian
082ee1a5ea
Merge branch 'master' into snapshot15
...
Conflicts:
fml-src-1.4.7-4.7.22.539-master.zip
fml-src-1.4.7-4.7.35.556-master.zip
fml-src-13w02b-4.99.16.541-snapshot15.zip
2013-02-27 23:19:11 -05:00
LexManos
1c57f03722
Add item frame transformations to the EntityItem render helper Closes #407
2013-02-15 04:10:49 -08:00
Chicken Bones
323517e88b
Gave entities and tile entities access to the second render pass for translucency.
2013-01-23 03:07:00 +10:00
LexManos
ea57a46227
Removed some dead code, We don't bind custom tessellators
2013-01-12 05:24:16 -08:00
LexManos
170585960b
Some small code cleanups.
2013-01-01 20:57:45 -08:00
LexManos
d6c4f37eb5
Fixed items dieing improperly due to new EntityItem sync changes, also made items render offset when rendered in 3d.
2012-12-18 06:56:28 -08:00
LexManos
a2f4a0d2dd
Inital update to 1.4.6, Version bumped to 6.5
2012-12-17 22:33:28 -08:00
LexManos
e7008ae750
Manual import fixes
2012-12-12 23:27:57 -08:00
LexManos
061ab81041
Automatically resolved imports.
2012-12-12 21:58:35 -08:00
LexManos
ee0763fb4a
Add CloudRenderer for PR #304
2012-12-12 01:35:18 -08:00
LexManos
c19ae55885
Update FML: Updated MCP mapings, and fixed StartServer
2012-10-31 10:16:46 -07:00
LexManos
4a4166fe7e
Update for new names in 1.4
2012-10-21 10:00:02 -07:00
CovertJaguar
eb897fa9a9
Fixed Entity Item render helper
2012-09-17 00:25:26 -07:00
LexManos
da501613ac
Clean up some javadoc warnings.
2012-09-11 13:11:17 -07:00
Christian
66b60bc85e
Remove all references to ModLoader
2012-09-09 10:02:21 -04:00
LexManos
0b1997a9e6
Made helper hooks for EntityLiving and EntityRenderer hooks for Optifine
2012-08-22 18:02:14 -07:00
heldplayer
59c77d7ca4
Adds a SkyProvider class that can handle the rendering of the sky
2012-08-18 21:05:21 +02:00
Draake
bd78b40bcd
Removed SoundSetListenerEvent implementation.
2012-08-15 14:46:35 -07:00
Draake
ddd406bad3
Added additional sound events to allow manipulation of a sound source at its creation.
2012-08-13 18:36:55 -07:00
LexManos
55636eabab
Updated FML, updated patches
2012-08-10 20:30:59 -07:00
LexManos
a759939e13
Delete conf, server compile, update fml, and fix install script.
2012-08-09 18:37:52 -07:00
LexManos
f31b8a98a9
Cleaned up some more, fixed infinite loop with cancelable annotation, Client now compiles and enters world just fine.
2012-08-09 16:47:35 -07:00
LexManos
316bf8d448
Finished World and EntityMinecart patches.
2012-08-07 16:54:14 -07:00
LexManos
41f1a60f32
More conversions, added all the entity living events.
2012-08-07 01:24:06 -07:00
LexManos
e58129ddd2
A bulk of more patches converted, updated fml
2012-08-06 17:52:23 -07:00
LexManos
31a908b754
More patches converted.
...
Refactored some of the events to be a better hiarachy.
2012-08-06 15:07:53 -07:00
LexManos
d286154997
More progress on converting patches from 1.2.5
2012-08-06 03:35:57 -07:00
LexManos
bd93dd58d0
Missed a file
2012-08-05 03:23:38 -07:00
LexManos
5672b783da
Moved paulscode to new client folder
2012-08-04 22:53:48 -07:00
LexManos
0d8940899c
Moved logo to new client folder
...
Added blank Access Transformer config for Forge
Implemented version storage
Added basic dummy FML mod container to remove the need for mod metadata file
Added beggining work on Forge event system
Updated and moved EnumHelper
2012-08-04 22:45:31 -07:00
LexManos
bc757191a5
Remove eclipse files from old eclipse projects
2012-08-04 22:41:31 -07:00
LexManos
a4d6d7028d
Added a better eclipse workspace for deving Forge
2012-08-04 00:53:35 -07:00