Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | BUILDTOOLS-359: OS X filesystem cruft can break build | md_5 | 2017-10-19 | -0/+5 |
| | ||||
* | BUILDTOOLS-356: Check includes for git author / email | md_5 | 2017-09-22 | -2/+2 |
| | ||||
* | No longer warn on Java 9 (nearing release) | md_5 | 2017-09-14 | -3/+3 |
| | ||||
* | BUILDTOOLS-140: # is not a supported path character | md_5 | 2017-09-09 | -1/+1 |
| | ||||
* | Various updates | md_5 | 2017-08-11 | -8/+27 |
| | ||||
* | Add warning about old/new java versions | md_5 | 2017-05-15 | -3/+3 |
| | ||||
* | Add server URL reading and correct building outdated versions per BUILDTOOLS-305 | md_5 | 2017-02-10 | -3/+29 |
| | ||||
* | BUILDTOOLS-301: Use sh for all scripts. | md_5 | 2017-01-30 | -12/+7 |
| | ||||
* | SPIGOT-39: Try falling back to bash if no shell set | md_5 | 2016-10-03 | -2/+9 |
| | ||||
* | Fixed issues relating to the Windows 10 Ubuntu bash | LukBukkit | 2016-09-17 | -5/+3 |
| | ||||
* | Just check for mostly problematic ' | md_5 | 2016-03-26 | -1/+1 |
| | ||||
* | Blacklist some special chars | md_5 | 2016-03-26 | -0/+6 |
| | ||||
* | Use more direct BuildTools link | md_5 | 2016-03-22 | -1/+1 |
| | | | | Credit to Sweepyoface in #30 | |||
* | Make Spigot error log message nicer. | md_5 | 2016-03-01 | -1/+2 |
| | ||||
* | Make sure that older builds can still be built. | md_5 | 2016-03-01 | -2/+6 |
| | ||||
* | Implement changes required for Minecraft 1.9 | md_5 | 2016-03-01 | -4/+14 |
| | | | | * Add method to configure decompiler arguments in info.json | |||
* | Use https for Maven download. | md_5 | 2016-01-23 | -1/+1 |
| | ||||
* | Disable GUI check as there are sometimes when this will trigger even with a ↵ | md_5 | 2015-09-02 | -1/+1 |
| | | | | console (such as in an IDE). | |||
* | Set a sane autocrlf value on fresh clones. | md_5 | 2015-09-02 | -2/+7 |
| | ||||
* | Add a simple GUI for double-clickers | kosgan10 | 2015-09-02 | -1/+17 |
| | ||||
* | Add option to check for hash of Vanilla server jar. | md_5 | 2015-07-29 | -3/+23 |
| | ||||
* | BUILDTOOLS-91: Remove LVT as part of final remap stage. | md_5 | 2015-07-25 | -1/+1 |
| | ||||
* | Fix a null pointer issue with getenv | Thinkofdeath | 2015-06-10 | -2/+3 |
| | ||||
* | BUILDTOOLS-118: Check M2_HOME for Maven install and attempt to use it. | md_5 | 2015-06-10 | -6/+11 |
| | | | | I have a feeling this could break people already using BuildTools with a bad M2_HOME directory, but that's really their issue. | |||
* | Update to Maven 3.2.5 | md_5 | 2015-05-28 | -2/+2 |
| | | | | I'm sure there was an issue somewhere. | |||
* | Don't lie about compiling Spigot. | Ginger Geek | 2015-05-26 | -1/+1 |
| | | | | Prevents the message "Compiling Spigot & Spigot-API" from showing even with --skip-compile flag. | |||
* | Fix NPE when skipping compile stage. | BuildTools | 2015-04-26 | -3/+7 |
| | ||||
* | Add --rev flag to build specific versions. | md_5 | 2015-03-01 | -4/+6 |
| | ||||
* | Use SS2 for class mapping too (reverted from commit ↵ | md_5 | 2015-02-27 | -1/+1 |
| | | | | 4a50b4a372cac4e9a0c9108a79253f3fe67d894c) (reverted from commit 32c481a1e39f3391630fa4fdbb07a8a1ec9f0b58) | |||
* | Use SS2 for class mapping too (reverted from commit ↵ | md_5 | 2015-02-27 | -1/+1 |
| | | | | 4a50b4a372cac4e9a0c9108a79253f3fe67d894c) | |||
* | Support multiple minecraft versions | Thinkofdeath | 2015-02-27 | -14/+40 |
| | ||||
* | Check for required BuildTools version when building specific versions. | md_5 | 2015-02-27 | -1/+26 |
| | ||||
* | Minor formatting issue. | md_5 | 2015-02-27 | -1/+1 |
| | ||||
* | Use JOpt for flags | Thinkofdeath | 2015-02-27 | -25/+21 |
| | ||||
* | Use SS2 for class mapping too | md_5 | 2015-02-27 | -1/+1 |
| | ||||
* | Disable LVT for fernflower | Thinkofdeath | 2015-02-27 | -1/+1 |
| | ||||
* | * 7 or above | md_5 | 2015-01-26 | -1/+1 |
| | ||||
* | Allow java 6 to be used [not advised] | md_5 | 2015-01-26 | -3/+2 |
| | ||||
* | Do a hard reset instead of detached head checkout. | md_5 | 2015-01-21 | -1/+1 |
| | ||||
* | Get info about what to build from Jenkins. | md_5 | 2015-01-13 | -11/+89 |
| | | | | | - Will allow us to pin builds - Won't build stuff Jenkins hasn't already built | |||
* | BUILDTOOLS-65 & BUILDTOOLS-68: Javadoc and source jar generation options. | md_5 | 2015-01-12 | -0/+18 |
| | ||||
* | Finish up Mac OSX support, require Java 7 for BuildTools. | md_5 | 2015-01-06 | -6/+4 |
| | | | | Support for Java 6 ended over a year ago, plus SpecialSource-2 requires it. | |||
* | Use 1GB of ram per maven invocation. | md_5 | 2015-01-05 | -0/+4 |
| | ||||
* | Remove the need for JDK to be installed. | md_5 | 2015-01-05 | -1/+5 |
| | ||||
* | Support patches without a prelude. | md_5 | 2014-12-24 | -1/+18 |
| | ||||
* | Don't use Jacobe for formatting, add support for Mac systems. | md_5 | 2014-12-24 | -33/+3 |
| | | | | Requires -Dmac.supported=true. | |||
* | Fixed logging to show where the git repo was cloned to | DemonWav | 2014-12-14 | -1/+1 |
| | ||||
* | Add option to skip compilation | md_5 | 2014-12-12 | -5/+17 |
| | ||||
* | Log output to BuildTools.log.txt | Antony Riley | 2014-12-12 | -23/+84 |
| | | | | | Conflicts: src/main/java/org/spigotmc/builder/Builder.java | |||
* | Add don't update flag | md_5 | 2014-12-12 | -6/+16 |
| |