Commit graph

765 commits

Author SHA1 Message Date
Sandro Amaral
3a192c5d2a Added Facade to pt_PT translation 2012-08-19 03:42:15 +01:00
Sandro Amaral
abe457d401 Added pt_PT (Portuguese -Portugal) translation 2012-08-19 03:37:58 +01:00
SirSengir
f12688e0a3 Changed path of configuration file. 2012-08-18 12:06:35 +02:00
SirSengir
b87d8fd817 Eliminated isClient(). 2012-08-18 11:57:24 +02:00
SirSengir
c724e960f1 Cleaned up unneeded imports. 2012-08-18 11:46:48 +02:00
SirSengir
316e2a5019 Fixed a startup crash. 2012-08-18 11:29:57 +02:00
SirSengir
c3579a70c6 Fixed a typo. 2012-08-18 11:21:58 +02:00
SirSengir
69958df8b7 Merged proxies. 2012-08-18 11:18:57 +02:00
SirSengir
b29f03e832 Merge pull request #170 from mcrobin4002/patch-1
Update buildcraft_resources/lang/buildcraft/fr_FR.properties
2012-08-17 23:39:55 -07:00
SirSengir
146682c092 Renamed "Crafting*" to "Container*". 2012-08-17 19:38:08 +02:00
SirSengir
06ea69bfea Merged packet handlers except transport. 2012-08-17 19:31:30 +02:00
SirSengir
e04336fe5f Merged gui handlers. 2012-08-17 19:22:40 +02:00
SirSengir
2a90fffef1 Decimated server side. Removed root classes. 2012-08-17 19:14:53 +02:00
SirSengir
7ee5690011 Removed server side mod classes. 2012-08-17 19:06:41 +02:00
SirSengir
a27df19fdb Reorganized gui and render classes into own subpackages. (Client and Common) 2012-08-17 19:03:06 +02:00
SirSengir
d19cf6ac83 More cleanup. Redid some event handling. 2012-08-17 18:48:06 +02:00
mcrobin4002
a77d9eca37 Update buildcraft_resources/lang/buildcraft/fr_FR.properties
fixe sandstone pipe
2012-08-17 15:05:05 +03:00
SirSengir
f3ab468420 Merge pull request #169 from phpr/master
french language file and translation by robin4002 and zzt
2012-08-15 10:00:41 -07:00
Krapht
5ad6bd1d57 Merge branch 'buildcraft131' of github.com:SirSengir/BuildCraft into buildcraft131 2012-08-14 23:18:31 +02:00
Krapht
fc1d0fee95 Fixed GUI handler for transport, fixed gates showing up in creative inventory, moved pipeid in TEGenPipe to corestate 2012-08-14 23:18:03 +02:00
SirSengir
70bd836c0a Merge pull request #167 from AartBluestoke/patch-2
OilBucketHandler should @ForgeSubscribe to its event.
2012-08-14 11:31:47 -07:00
phpr
2670806d44 Added some entries based on Master language file 2012-08-14 14:03:56 +02:00
phpr
beda6ee341 Added french language file and translation by robin4002 2012-08-14 13:47:56 +02:00
AartBluestoke
e9c9de193b Update common/buildcraft/energy/OilBucketHandler.java
Updated to @ForgeSubscribe to the bucketHandled event, as the base class doesn't exist
2012-08-14 09:27:50 +10:00
Krapht
796cf27f35 Started migration to common tile packets, in temporary package v2 for now 2012-08-14 00:25:19 +02:00
SirSengir
f3569a92ff Reduced packet handler confusion. 2012-08-13 14:59:43 +02:00
SirSengir
348c0e8e1f Minor cleanup and busywork on other modules. 2012-08-13 14:38:59 +02:00
Krapht
e3068f0b96 Moved configuration stuff to /config/buildcraft
Fixed lots of stuff for core and transport, broke other stuff to get it compiling
2012-08-13 01:09:45 +02:00
Krapht
55c1cc4201 Update README.md
Updated URL to buildserver
2012-08-13 00:26:01 +03:00
Krapht
d8b4f0d552 removed imports of NetworkMod, changed getCollidingBoundingBoxes to addCollidingBlockToList 2012-08-11 23:36:38 +02:00
Krapht
f7c5262c09 Forgeified texturebinding for pipeitems, changed getBoundingBoxFromPool to getBoundingBox, fixed Block.getHardness calls 2012-08-11 23:30:22 +02:00
Krapht
e93c37f1a3 replaced MinecraftForgeClient.bindTexture with ForgeHooksClient.bindTexture 2012-08-11 23:03:42 +02:00
Krapht
175ba6f1e5 updated package path for ISpawnHandler 2012-08-11 22:42:06 +02:00
Krapht
d4397d4894 changed onBlockPlaced to updateBlockMetadata 2012-08-11 22:35:55 +02:00
Krapht
47dcb242f9 replaced onBlockRemoval with breakBlock 2012-08-11 22:14:02 +02:00
Krapht
987bfde84d replaced blockActivated with onBlockActivated 2012-08-11 21:56:42 +02:00
Krapht
77e694b5c8 Replaced getBlockEntity with createNewTileEntity 2012-08-11 21:39:32 +02:00
Krapht
0c81e0e9d7 Changed all implementations of addCreativeItems to use getSubItems 2012-08-11 18:49:26 +02:00
Krapht
5971330432 Removed remaining usage of ITextureProvider 2012-08-11 18:44:24 +02:00
Krapht
c1f189f931 Removed ITextureProvider implementations 2012-08-11 18:34:09 +02:00
Krapht
600849413f Added missing import of ISpecialInventory 2012-08-11 18:27:24 +02:00
Krapht
970045b231 Added converter to forge Orientation in Orientations and made adjustments for ISidedInventory 2012-08-11 18:25:41 +02:00
Krapht
60cb683d27 renamed addSlot to addSlotToContainer 2012-08-11 18:20:21 +02:00
Krapht
b22facb873 Removed invalid import of ITextureProvider 2012-08-11 18:18:50 +02:00
Krapht
62a5cb1bb4 Updated imports with new forge package locations
Realigned old Vec3d class to new name Vec3
2012-08-11 17:38:39 +02:00
SirSengir
518b33252c Merge pull request #162 from CovertJaguar/patch-1
Pipes should not connect to zero size inventories
2012-08-09 22:35:41 -07:00
SirSengir
a4cf45b57d Merge pull request #163 from CovertJaguar/patch-2
Added simple lookup function to LiquidDictionary
2012-08-09 22:34:54 -07:00
CovertJaguar
bff14c9134 Some convenience and safety changes. 2012-08-09 21:37:52 -07:00
CovertJaguar
f741f74e08 Added simple lookup function to LiquidDictionary 2012-08-09 21:25:41 -07:00
CovertJaguar
e20a72c200 Pipes should not connect to zero size inventories 2012-08-09 13:09:43 -07:00