summaryrefslogtreecommitdiffstats
path: root/makePatches.sh
Commit message (Collapse)AuthorAgeLines
* Add option to suppress normal output of 'makePatches' soSenmori2018-09-10-1/+14
| | | | it only outputs when a patch is changed or created.
* Cut fluff from patch headers.md_52015-05-25-1/+1
|
* Fix making craftbukkit patches.Bammerbom2014-12-13-0/+1
|
* Improve patch scripts, add applyPatches.shAikar2014-12-03-3/+5
| | | | | | | | | | | | | | | | When working on CraftBukkit, one may need to update to the latest. Before adding new work, you would need to rebuild your patched files to latest. Currently BuildTools does this for you, but BuildTools does not support segment based actions. So this new script replicates the behavior of rebuilding the patched files using nms-patches. BuildTools can then be updated to simply call this script. Also, improved makePatches by removing dos2unix. This command does not exists on all systems, and can very simply be replaced by sed. Finally, hard coded path to /ls as a user may of aliased ls to default change the format, so call it directly to ensure we get the desired behavior.
* Don't commit unchanged patchesGunfighterJ2014-11-28-7/+13
|
* Revert "Remove patch headers"Thinkofdeath2014-11-28-1/+8
| | | | This reverts commit d6e3dff7d88b3b4275108071704a1ef18d8484c5.
* Remove patch headersGunfighterJ2014-11-28-8/+1
|
* Only rebuild patches that are changedThinkofdeath2014-11-28-3/+8
|
* Update to Minecraft 1.8Thinkofdeath2014-11-28-0/+16
For more information please see http://www.spigotmc.org/