Commit Graph

22 Commits

Author SHA1 Message Date
a637254968 Update paperweight & build config for Spigot changes 2021-06-11 06:23:18 -05:00
7dd61c6238 Did anyone say gradle? and paperweight? potentially even mojmap?! 2021-06-11 09:45:34 +02:00
c5bb0ccf0a Fix ./paper edit continue for Windows 2020-05-20 04:10:29 +02:00
5fd286564f Hey vscode, get your files outta my repo 2019-06-08 15:38:10 -05:00
e82ef9ec05 Switch to using ForgeFlower for Paper Only mc-dev imports
ForgeFlower is better than Spigots FernFlower at decompiling the source.

However, in order to maintain the CraftBukkit patches, we must keep
using spigots for the primary.

However, for any file that we import on top of Spigots imported files
there is nothing stopping us from using better decompiled files.

So these changes will use ForgeFlower to maintain a better set of
decomped files, so anything we add on top of Paper can start off
in a better spot.
2018-08-31 18:56:57 -04:00
83d069ba65 [CI-SKIP] macOS filesystem dust made it past gitignore! 2018-03-13 18:43:13 -04:00
67f96885aa Move mc decompile source to its own folder
Makes caching easier, ever so slightly more organized.
2017-08-12 18:56:59 -05:00
e0aa38d35e Improve console implementation
Rewrite console improvements (console colors, tab completion,
persistent input line, ...) using JLine 3.x and TerminalConsoleAppender.

New features:
  - Support console colors for Vanilla commands
  - Add console colors for warnings and errors
  - Server can now be turned off safely using CTRL + C. JLine catches
    the signal and the implementation shuts down the server cleanly.
  - Support console colors and persistent input line when running in
    IntelliJ IDEA

Other changes:
  - Update JLine to 3.3.1 (from 2.12.1)
  - Server starts 1-2 seconds faster thanks to optimizations in Log4j
    configuration
2017-06-09 19:05:12 +02:00
755eaa845d Add testserver command - quickly start a test server
This will help encourage testing with some widely used plugins
to help identify issues caused by changes before they are pushed.
2016-04-09 21:33:32 -04:00
09812092f9 Cleanup and restructure the project 2016-04-01 22:55:54 -05:00
9fc220ea02 Use paperclip.properties so CI can work 2016-03-30 21:27:13 -04:00
f16d938497 Paper 1.9.2 Update 2016-03-30 20:50:23 -04:00
d83453116b Update for upstream changes 2016-03-03 03:46:26 -06:00
26eb457a39 Paper 1.9 2016-02-29 17:09:49 -06:00
ea61fac2ed Add Paperclip support 2016-01-26 00:36:28 -06:00
4431926268 Add submodules and build scripts
These will be made default in 1.9, dropping PaperTools support
2015-12-29 20:40:32 -08:00
dd4fea747e Finish removing old gitmodules stuff that should've never lasted this
long
2014-11-29 23:59:27 -08:00
d2c503e68a Update Spigot's Patches round 2?
The hell happened here.
:
Fix Build 2339ac14a8e
Regen the patches 89d3fcbdfaf

This new system breaks a lot :(
2014-11-28 18:06:26 -06:00
a52eb21fd8 Update PaperSpigot to Minecraft 1.8 2014-11-27 17:17:45 -08:00
b01bcb4e17 Add linux temp files (*~) to .gitignore 2014-08-06 17:58:23 -05:00
e7f3ca4505 Restructure PaperSpigot as a new set of modules
Allows us much greater control over the Spigot portion of the code
and makes us more "proper"
Credit to @Dmck2b for originally passing the idea along a while back
2014-07-21 15:46:54 -05:00
395268c602 Upstream merge 2014-06-26 15:07:23 -05:00