Commit graph

52 commits

Author SHA1 Message Date
CovertJaguar
019f40dfd3 Build.xml improvements
Split reobfuscation out of compile and added run and test-run targets.
2013-04-27 16:48:54 -07:00
Krapht
e639b31f3b Updated the forge version to .662. Updated Core dependency to require forge .662 2013-04-21 16:20:12 +02:00
Christian
bdf8cf7777 Require 650 2013-04-10 22:14:03 -04:00
samrg472
f50ea85dfd Use srg reobfuscation scripts 2013-04-05 22:36:09 -03:00
Flow86
08d80e1ad1 Update build.xml
Fix paths of git-checks
2013-04-05 14:40:07 +03:00
Flow86
8881f1ff12 Update build.xml
change to newer forge (623 has a bug)
2013-04-02 12:32:52 +03:00
Flow86
f058b517b5 add (independent) target for copying source only (build.xml can be used for sub-mods more easily then)
target compile will use it then
2013-04-02 09:24:31 +02:00
Krapht
2574acf9a0 Update forge version in build.xml. Closes #710 2013-03-31 16:43:55 +02:00
Krapht
7e0db04005 Fixed up build.config
Updated forge version
buildscript will now use a git describe to get a version
2013-03-30 22:49:40 +01:00
Krapht
5bbf31f279 Updated to forge 616 2013-03-28 17:00:52 +01:00
Krapht
e35e0f2240 A custom BC built from source at an arbitrary time is versionless. Versions are decided on release. 2013-03-23 18:06:10 +01:00
Krapht
eb6f7832b8 Update forge to 604
Revert Sengir's build.xml
Fix Icon registration in Core to use the Item atlas
2013-03-22 21:52:35 +01:00
Vilim Lendvaj
43227c6b3e Update to MC1.5.1
It's a 100% compiling, 100% working and 95% textured build for 1.5.1,
MCForge build .600
2013-03-22 19:46:33 +01:00
Ross Allan
8559c1a3e5 Update project version in /build.xml 2013-02-09 20:31:40 +00:00
viliml
31372ebb53 Added a failure check by https://github.com/nallar 2013-01-27 11:15:44 +01:00
CovertJaguar
581c95e14d Registered Pipe items with FML
This will cause the mismatched id warning to display once for existing
worlds. It should be ignored.
2013-01-26 16:00:23 -08:00
Ross Allan
cda8b84b69 Remove incorrect filters from /build.xml
Signed-off-by: Ross Allan <rallanpcl@gmail.com>
2013-01-07 19:16:17 +00:00
Ross Allan
1cf75590cf Updated /build.xml for 1.4.7, allows recompiling without full forge setup.
Signed-off-by: Ross Allan <rallanpcl@gmail.com>
2013-01-04 02:21:25 +00:00
CovertJaguar
65bf678080 Merge pull request #469 from MrTJP/patch-1
Update build.xml
2013-01-03 14:53:32 -08:00
ft975
c6a491714a Update build.xml for MC 1.4.6
Just changed the version numbers to ensure that the correct version of forge and MCP are downloaded
2012-12-21 14:24:30 -05:00
NeverCast
b0003a082c Gate GUI is now calculated server-side
Gate GUI gets it's state from the server
SuppressWarnings on ItemGate
failonerror for build.xml to prevent packaging bad jars
Gate GUI now uses boolean array for indicators which is updated via
progressBar
2012-12-02 13:47:07 +13:00
MrTJP
d467b80e22 Update build.xml
Jars are no longer necessary.  Forge self-downloads.
2012-12-01 12:34:16 -05:00
NeverCast
23b7c933e6 Made pipes slightly harder to break
Configuration option added
Also updated build.xml ( Required, previous forge version didn't have
double support in Configuration )
2012-11-30 21:14:45 +13:00
helinus
40eacd08e0 Update build.xml to Minecraft 1.4.5
Update MCP and Forge versions to work with MC 1.4.5
2012-11-26 13:40:12 +01:00
CovertJaguar
f5d9bfa6c9 Fixed imports & updated build.xml 2012-11-17 08:04:57 -08:00
james
bf9f9d33cb update build.xml to make localization directory optional 2012-10-30 20:19:45 -05:00
wisesascha
8e304245ab Updated build.xml to support 1.4.2
I changed the MCP version and the forge version. I am not sure what version of builcraft to use so you will need to change that.
2012-10-26 22:36:46 -07:00
Christian
58c7dd3d1e Item Facades now use the IMC comms system to know about custom facade
block types. Send your blocks through the API (FacadeManager) or 
the IMC system (use key "add-facade" and value "blockid@meta")
2012-10-24 21:57:31 -04:00
Angus Mezick
4774f0ecdb update forge version number in build.xml files 2012-09-27 10:35:36 -04:00
SirSengir
960ebc925c Removed version in mcmod.info. Only maintaining the version number in one place. 2012-09-15 23:07:44 +02:00
psxlover
fe7c497ca8 Fixed two stupid mistakes in the build.xml:
1) used a mirror for the commons-codec download, and there was an update on it today, so the older version got removed from the mirror
2) used filterset when copying binary files which was corrupting them
Also while I was at it I updated the forge version.
2012-09-15 22:37:08 +03:00
FloSoft
639931b1e2 Fix #272 2012-09-15 17:01:33 +02:00
psxlover
c4dc51895f Refactored build.xml 2012-09-14 15:23:50 +03:00
psxlover
44c8314a9a Updated the build xml to download the required jars for the "getMethod".
Also made it copy the localization files.
2012-09-14 15:23:49 +03:00
Jenkins
5b1a546415 fix path 2012-09-13 09:55:33 +02:00
Jenkins
e0a3f6d37b build.xml 2012-09-13 09:53:30 +02:00
Jenkins
be9da27991 fix build.xml 2012-09-11 06:18:35 +02:00
SirSengir
51b8e73f26 Fixed proxy naming derp. 2012-09-05 22:56:45 +02:00
SirSengir
8a6d844680 Trying to add a user agent for ant. 2012-09-05 22:44:31 +02:00
SirSengir
057724f4ba Fixed Forge download in build.xml 2012-08-25 21:00:04 +02:00
SirSengir
553238ab9a Updated build.xml 2012-08-25 20:06:31 +02:00
Lars Stadel Linnet
2c53cfe913 Added chmod +x flag for 2 OSX specific files required for running install.sh from Forge 2012-07-20 08:58:47 +02:00
FloSoft
0bdd55fff4 moved download dir outside of builddir,
only download files if changed
2012-07-01 19:10:24 +02:00
Kyprus
100ba204d4 Attempt to have he build number in the file name 2012-06-25 15:23:15 -04:00
Kyprus
f20f79db25 Use a 3-digit version number 2012-06-25 13:41:54 -04:00
Kyprus
c3239ab0ed Bumped the forge version used in the build file. 2012-06-25 12:37:27 -04:00
Kyprus
29f3d47f44 Fixed a typo in the build script. 2012-06-23 11:07:17 -04:00
Kyprus
d32f719cb6 Reverted accidental change and updated the build script. 2012-06-23 10:37:15 -04:00
Kyprus
427035ae20 Build script now injects the version into the source. 2012-06-23 09:45:52 -04:00
Kyprus
530f81921f Updated build script to download mcp and forge automatically. Minecraft files now go in /basedir/jars 2012-06-19 21:50:57 -04:00