1
0
mirror of https://github.com/chylex/Better-Sprinting.git synced 2024-10-17 08:42:50 +02:00
Commit Graph

225 Commits

Author SHA1 Message Date
ed8fc0ac19 Release v3.0.1 2019-07-16 19:42:21 +02:00
7ace7188b8 Fix fly boost staying toggled after disabling the mod 2019-07-16 19:42:20 +02:00
9c9167ff3b Allow sprint toggle for fly boost & disable sprint FOV change while flying
References #49
2019-07-13 16:27:34 +02:00
4e365ecc22 Rename Feature.isTriggered to isEnabled 2019-07-13 16:24:30 +02:00
2c70de09c8 Update pt_BR.lang and sr_SP.lang 2019-07-13 16:16:10 +02:00
d0bb9995aa Update de_DE.lang (#47) 2019-07-04 17:22:52 +02:00
115fb386c4 Add Slovak translation & tweak Czech 2019-07-04 10:07:33 +02:00
13a0a97a66 Disable survival fly boost in LAN multiplayer 2019-07-04 09:53:20 +02:00
9580675c78 Backport v3.0.0 commits up to d06527e49a 2019-07-03 20:53:50 +02:00
f0772e4bb3 Prepare 2.3.0 release 2019-06-16 00:48:54 +02:00
72a337eff9 Fix transformer not working outside dev environment 2019-06-16 00:48:54 +02:00
56f6a71e5e Backport option to continue flying when touching ground in creative mode 2019-06-15 09:22:24 +02:00
063e16ba03 Refactor coremod (redo insertion/skip point search, remove pushOutOfBlocks bridge) 2019-06-15 01:41:39 +02:00
62cba5b1ef Refactor code to closer match master branch 2019-06-14 23:52:15 +02:00
f5d3d76ab0 Fix formatting 2019-06-14 23:52:15 +02:00
ec9476717a Update build.gradle, workspace, and Forge version 2019-06-14 23:05:09 +02:00
e75a24767b Reduce setup annoyance 2019-06-14 21:13:03 +02:00
473c98e919 Include LICENSE file in build files 2019-06-14 21:13:03 +02:00
e36c022697 All builds from this point on are MPL-2.0
Also removes files from contibutors which haven't provided consent to
relicensing. #40
2019-06-14 21:13:03 +02:00
9ca38808b2 Create FUNDING.yml 2019-06-14 18:24:40 +02:00
6e80bba86c Release 2.1.2 for MC 1.12.2 2019-03-05 11:41:26 +01:00
62b9e380cd Update server networking to use a synchronized set (just to be safe) 2019-03-05 11:26:44 +01:00
3168a86528 Remove mention of PlayerAPI in integrity check & coremod fail message 2019-03-05 01:49:35 +01:00
45c1071259 Fix fly boost not working in spectator mode 2019-03-05 01:44:40 +01:00
88542761c9 Fix LAN crashing & enable sprinting in all directions if LAN owner has the mod 2019-03-02 17:40:24 +01:00
42d79728e4 Update gitignore and Gradle wrapper 2019-03-02 17:37:32 +01:00
788cb951ce Release 2.1.1 for MC 1.12.2 & fix outdated development instructions 2018-02-15 11:36:17 +01:00
5e7142cee7 Add support for InputUpdateEvent and set minimum Forge version
Closes #32
2018-02-15 11:18:59 +01:00
c52e9e3e62 Release 2.1.0 for Minecraft 1.12.2 2017-09-26 21:39:06 +02:00
f9cbc5b8da Update transformer to remove more vanilla code & cleanup AT 2017-09-26 21:22:07 +02:00
51bd4aa240 Finish transformer edits to replace a block instead of the whole onLivingUpdate 2017-09-26 19:50:29 +02:00
e610f8f7cf Remove explicit PlayerAPI support due to coremod changes 2017-09-26 19:06:21 +02:00
f217e4e044 Refactor simple EntityPlayerSP methods and log transformer instructions in debug only 2017-09-26 18:04:31 +02:00
6a248b87eb Push WIP transformer code (skip point in onLivingUpdate) 2017-09-26 17:32:34 +02:00
bf58f24211 Rewrite transformer to insert instead of replacing code 2017-09-26 14:44:59 +02:00
a0e64d97d4 Update instructions and comments with minor code reordering 2017-09-25 23:04:36 +02:00
9e287eacdc Add update instructions to the repo & update readme 2017-09-25 22:57:09 +02:00
22eddbd755 Update to Minecraft 1.12.2 2017-09-25 22:24:33 +02:00
10262f89db Release 2.0.3 for MC 1.12.1 2017-09-25 21:45:18 +02:00
8459dbed9e Turns out acceptedMinecraftVersions is fucking useless for this purpose 2017-09-10 15:25:27 +02:00
6c9f6a49ca Prevent trying to load the mod on untested Minecraft versions 2017-09-10 14:51:56 +02:00
d991cc9c96 Update to 1.12.1 2017-09-10 14:36:17 +02:00
65bd52031f Release 2.0.2 for Minecraft 1.12 2017-08-02 21:11:28 +02:00
16a8c7ad0b Improve compatibility with 'Controlling' and possibly other mods
Closes #31
2017-08-02 20:56:41 +02:00
abd70df713 Release 2.0.1 for Minecraft 1.12 2017-06-29 14:11:35 +02:00
91d6167250 Update to Forge 14.21.1.2387 and depend on it due to API changes 2017-06-29 13:41:41 +02:00
55c4712d79 Release 2.0.0 for Minecraft 1.12 2017-06-15 21:21:14 +02:00
b29089d27b Rewrite integrity check 2017-06-15 08:13:16 +02:00
3c39c28c33 Fix core mod outside dev env, add logging and safeguards 2017-06-15 07:31:57 +02:00
76ccc6b0ae Tweak integrity check to only use XZ coordinates to detect movement 2017-06-15 05:18:59 +02:00