Skip to content

Additional-Buildcraft-Objects-Mod russian translate #75

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 33 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
02190a8
Made animation for windmills configurable for lower end systems or gi…
da3dsoul Jun 11, 2014
a19a836
Update to 1.7.2 and Buildcraft 6.0.x
da3dsoul Jun 13, 2014
807c90d
Clean Up, Fix Deprecation, Fix insertion Pipe ClassCastException
da3dsoul Jun 18, 2014
829b774
Clean Up
da3dsoul Jun 18, 2014
d5f629d
Deleted the Pump pipe file
da3dsoul Jun 18, 2014
bf79ff5
Division and Crossover Pipe un-deprecation Oopsies
da3dsoul Jun 18, 2014
335cae1
Removed code for a mod I threw in for testing....and forgot about
da3dsoul Jun 19, 2014
7cb6d16
Removed import for the aforementioned mod
da3dsoul Jun 19, 2014
04eb145
Update to 1.7.10
da3dsoul Jul 29, 2014
f5d1ec0
update gitignore
da3dsoul Jul 29, 2014
1a8d364
update gitignore
da3dsoul Jul 29, 2014
39f7d81
Added Reinforced Wooden Kinesis Pipe and clean up
da3dsoul Aug 24, 2014
b764cd4
Fix oopsies in Reinforced Wooden Pipe (save button)
da3dsoul Aug 24, 2014
1242f1f
Clean up
da3dsoul Aug 24, 2014
92f52f6
Fixed Rendering of Reinforced...
da3dsoul Aug 24, 2014
e0aa36f
Move reinforced wooden pipe icon temp
da3dsoul Aug 24, 2014
08cd879
Move icon. insure capital 'P' in name is refreshed
da3dsoul Aug 24, 2014
93cd9b8
Update README.md
da3dsoul Aug 24, 2014
763834f
work on API. fix ArrayIndexOutOfBoundsException
da3dsoul Aug 24, 2014
e25c533
Clean up. Add Fluid Insertion Pipe
da3dsoul Aug 24, 2014
0aeb981
Fixed/Improved Reinforced Wooden Kinesis Pipes
da3dsoul Aug 25, 2014
e4f6225
Bug Fixes and Other Improvements
da3dsoul Sep 5, 2014
e09719f
Revert "Bug Fixes and Other Improvements"
da3dsoul Sep 5, 2014
6359414
Revert "Revert "Bug Fixes and Other Improvements""
da3dsoul Sep 5, 2014
6400375
Added Reinforced Golden Iron and Reinforced Golden.
da3dsoul Sep 10, 2014
266260e
Fixed Bug in Diamond Fluid Pipe Gui
da3dsoul Sep 13, 2014
f160c7c
Valve Pipe Physics
da3dsoul Sep 13, 2014
c3ff4cd
Fixed Diamond Fluid Pipes for real.
da3dsoul Sep 17, 2014
515490a
Cleanup ABO.java
da3dsoul Sep 20, 2014
bc70b44
Add build scripts (bash is untested)
da3dsoul Sep 28, 2014
39edadb
Update ru_RU.lang with Lex1975's translations
da3dsoul Oct 20, 2014
522e623
Hopefully fix NPE in Valve Fluid Extraction
da3dsoul Nov 3, 2014
1153918
Fix recipe for Diode Pipe
da3dsoul Nov 10, 2014
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
217 changes: 217 additions & 0 deletions .classpath

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# text stuff
*.java text
*.sh text eol=lf
*.bat text eol=crlf
*.md text

#binary
*.dat binary
*.bin binary
*.png binary
*.exe binary
*.dll binary
*.zip binary
*.jar binary
*.7z binary
*.db binary
24 changes: 22 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
#eclipse
.project
.classpath
.metadata
org.*
bin
buildcraft*
.settings

*.bak
/package.zip
#idea
*.iml
*.ipr
*.iws
.idea
out

#gradle
build
.gradle

#runtime
run
.gradle/gradle.log
27 changes: 27 additions & 0 deletions .gradle/gradle.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
The assetDir is deprecated! Use runDir instead! runDir set to eclipse/assets/..The assetDir is deprecated! Use runDir instead! runDir set to eclipse/assets/..

****************************
Powered By MCP:
http://mcp.ocean-labs.de/
Searge, ProfMobius, Fesh0r,
R4wk, ZeuX, IngisKahn
MCP Data version : unknown
****************************
:compileApiJava UP-TO-DATE
:processApiResources UP-TO-DATE
:apiClasses UP-TO-DATE
:sourceMainJava
:compileJavawarning: [options] bootstrap class path not set in conjunction with -source 1.6
1 warning

:processResources UP-TO-DATE
:classes
:jar
:extractUserDev UP-TO-DATE
:genSrgs SKIPPED
:reobf
:assemble

BUILD SUCCESSFUL

Total time: 19.841 secs
16 changes: 16 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>Additional-Buildcraft-Objects-Mod</name>
<comment/>
<projects/>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments/>
</buildCommand>
</buildSpec>
<linkedResources/>
</projectDescription>
28 changes: 28 additions & 0 deletions CREDITS-fml.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
This is Forge Mod Loader.

You can find the source code at all times at https://github.com/MinecraftForge/FML

This minecraft mod is a clean open source implementation of a mod loader for minecraft servers
and minecraft clients.

The code is authored by cpw.

It began by partially implementing an API defined by the client side ModLoader, authored by Risugami.
http://www.minecraftforum.net/topic/75440-
This support has been dropped as of Minecraft release 1.7, as Risugami no longer maintains ModLoader.

It also contains suggestions and hints and generous helpings of code from LexManos, author of MinecraftForge.
http://www.minecraftforge.net/

Additionally, it contains an implementation of topological sort based on that
published at http://keithschwarz.com/interesting/code/?dir=topological-sort

It also contains code from the Maven project for performing versioned dependency
resolution. http://maven.apache.org/

It also contains a partial repackaging of the javaxdelta library from http://sourceforge.net/projects/javaxdelta/
with credit to it's authors.

Forge Mod Loader downloads components from the Minecraft Coder Pack
(http://mcp.ocean-labs.de/index.php/Main_Page) with kind permission from the MCP team.

Loading