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

240 Commits

Author SHA1 Message Date
632a287444 Fix long line in de_de.json 2019-07-04 17:18:38 +02:00
Michael Blank
94ad4d86f2 Update de_de.json (#47)
* Update de_de.json

* Update de_de.json

* Fixed some errors in de_de.json

* Shorter words for tap and hold

Not good translation but ok i guess
2019-07-04 17:18:30 +02:00
d488725eed Update config migration (add sprint key mode, minor refactoring) 2019-07-04 14:54:34 +02:00
c7dbfbc1e6 Hardcode config file comments until builder.translation starts working 2019-07-04 11:09:00 +02:00
eebf674b2d Add Slovak translation & tweak Czech 2019-07-04 10:02:11 +02:00
7c4b2c10d6 Disable survival fly boost in LAN multiplayer 2019-07-04 09:53:36 +02:00
ee9d1bf7b7 Fix typo in coremod 2019-07-03 14:54:57 +02:00
525901f28b Fix ServerNetwork.players set not being synchronized (regression) 2019-07-03 14:54:57 +02:00
1edc85e6e5 Backport v3.0.0 commits up to d06527e49a 2019-07-03 14:54:57 +02:00
fd6cd6ec4a Update build.gradle, workspace, and Forge version 2019-07-03 03:18:13 +02:00
beb837191f All builds from this point on are MPL-2.0
Also removes files from contibutors which haven't provided consent to
relicensing. #40
2019-07-03 03:13:53 +02:00
05225039c4 Create FUNDING.yml 2019-07-03 03:10:53 +02:00
b60d7ce0a9 Release 2.2.1 for MC 1.13.2 & 2.1.2 for MC 1.12.2 2019-03-05 12:38:44 +01:00
7665cc4ef6 Update build.gradle and jar file name 2019-03-05 12:13:33 +01:00
69b7b9ffa8 Refactor GUI buttons 2019-03-05 01:25:38 +01:00
7a1e0c6331 Enable sprinting in all directions if LAN owner has the mod 2019-03-02 18:08:02 +01:00
c5898f2e93 Add option to continue flying when touching ground in creative mode
Closes #38
2019-03-02 17:01:25 +01:00
992fa91972 Cleanup comments in LivingUpdate 2019-03-02 16:59:53 +01:00
7f5ea45fa9 Move checkOpcodeChain into outer scope & insert after label 2019-03-02 16:53:08 +01:00
3f453ca8a3 Release 2.2.0 for MC 1.13.2 2019-02-25 08:39:13 +01:00
6974dbf4a9 Change networking to run in correct thread (just to be safe) 2019-02-25 07:47:49 +01:00
789d25a649 Update build.gradle (version from mods.toml, add spec/impl metadata) 2019-02-25 07:30:24 +01:00
8104741311 Make 25.0.53 the minimum Forge version (networking changes) 2019-02-25 07:15:52 +01:00
937884369c Force LF in .toml files 2019-02-25 07:15:00 +01:00
4238e78966 Update coremod to work outside dev environment 2019-02-21 00:22:06 +01:00
f9cadaa162 Remove mention of PlayerAPI in integrity check fail message 2019-02-20 23:50:59 +01:00
05fe1fa3ef Implement old config migration (excluding client keybindings) 2019-02-20 23:29:24 +01:00
1c87af4447 Fix newly introduced bug w/ setting keybinding to just ctrl/shift/alt 2019-02-20 23:27:53 +01:00
90ace14e32 Update README and update instructions 2019-02-20 21:47:09 +01:00
0b1ad89220 Fix fly boost not working in spectator mode 2019-02-20 20:04:44 +01:00
651a0e8885 Remove old setup/build batch files 2019-02-20 19:48:56 +01:00
e1a6e897ec Formatting fix in main.js 2019-02-20 12:51:53 +01:00
0d114e8f3a Update network specification for 1.13 2019-02-20 07:47:47 +01:00
d2799cbdbc General cleanup & mods.toml fix 2019-02-20 06:49:06 +01:00
d6ee309355 Reimplement key modifier and mouse button in client config 2019-02-20 06:19:40 +01:00
625b4d2ea0 WIP 1.13.2 update + port coremod to JS, redo pushOutOfBlocks, fix allDirs bug
The allDirs bug appears to have allowed sprinting after running out of
hunger, for as long as the sprinting was not interrupted.
2019-02-20 03:09:29 +01:00
c37de640f5 Update language files for 1.13 2019-02-20 02:06:48 +01:00
83bf5cc68b Prepare build.gradle for 1.13.2 2019-02-20 02:06:20 +01:00
b616cf64d6 Update Gradle wrapper 2019-02-20 02:02:58 +01:00
2630236201 Reduce setup annoyance 2019-02-19 21:27:36 +01:00
30e8986dfc Update Gradle wrapper to 4.9 2019-01-10 22:43:46 +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