8 Commits
Author SHA1 Message Date
iczeroandAnuken 2e315e5516 Fix builderID remaining -1 for Call.onDeconstructFinish (#1162)
BuildEntity.deconstruct is missing code to set builderID,
so the builderID parameter is always set to -1 in
Call.onDeconstructFinish. The same code exists in
BuildEntity.construct.
2019-12-04 21:54:50 -05:00
iczeroandAnuken 7dd7ccf698 Add gradle property jvmArgs (#1161)
Allows specifying additional arguments for the vm, which would
make using tools such as HotSwapAgent and dcevm easier
Example: run -PjvmArgs='["-XXaltjvm=dcevm"]'
2019-12-04 20:05:01 -05:00
iczeroandAnuken fbb1f012e2 Add item and amount properties to DepositEvent (#1025) 2019-11-10 10:15:52 -05:00
iczeroandAnuken ebee4fa5da Implement build autopausing (#1017)
Automatically pause building after current build queue is empty
2019-11-08 16:56:06 -05:00
iczeroandAnuken 8a582f8872 Check client version type against server version type (#367) 2018-12-05 15:43:13 -05:00
iczero 30fc96e4da Make chat scrollable, other chat fixes 2018-03-26 00:45:42 -07:00
iczero 2eae473429 Add chat_scroll_up and chat_scroll_down to keybinds 2018-03-17 17:08:02 -07:00
iczero 12686460c1 Add chat history 2018-03-17 12:19:52 -07:00