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

296 Commits

Author SHA1 Message Date
Anton
fd7f8ccb33 Update ru_ru.json (#55) 2019-11-24 23:03:44 +01:00
56514221ae Re-add Russian translation by @Adaptivity 2019-08-21 09:26:55 +02:00
347b059bad Release v3.0.1a for MC 1.14.4 (beta channel) 2019-08-11 21:44:37 +02:00
a6d0d60189 Update to Forge 28.0.45
Closes #53
2019-08-11 21:07:48 +02:00
0d83b02968 Update coremod mappings in dev environment 2019-07-27 15:18:44 +02:00
260d773f7e Release v3.0.1 for MC 1.14.4 2019-07-22 18:53:35 +02:00
8da2a9d1ef Finish porting to Minecraft 1.14.4 2019-07-22 12:42:14 +02:00
01555a0f1d Update Minecraft to 1.14.4 & fix compile errors 2019-07-22 10:13:41 +02:00
6aea6844cb Release v3.0.1 for MC 1.14.3, 1.12.2 2019-07-16 19:39:02 +02:00
21897e7365 Fix fly boost staying toggled after disabling the mod 2019-07-16 19:38:20 +02:00
63c74d9a44 Remove unnecessary lines from pt_br.json 2019-07-16 19:17:32 +02:00
AndreiTS
00b13dfda3 Update pt_br.json (#50) 2019-07-10 00:53:05 +02:00
92c3375dcd Allow sprint toggle for fly boost & disable sprint FOV change while flying
References #49
2019-07-07 15:42:43 +02:00
27f5916494 Rename Feature.isTriggered to isEnabled 2019-07-07 15:23:31 +02:00
13144ff38b
Update sr_sp.json (#48) 2019-07-06 19:49:44 +02:00
f29344ab05 Release v3.0.0 for MC 1.14.3, 1.13.2, 1.12.2 2019-07-05 18:29:12 +02:00
6e7e59dbba Add logo source file 2019-07-05 08:29:36 +02:00
6d0ce2dd88 Add logo file 2019-07-04 22:40:06 +02:00
92d642b3a6 Fix long line in de_de.json 2019-07-04 17:09:11 +02:00
Michael Blank
a9f8a0775b 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:07:50 +02:00
2856226668 Update testing procedure for version 3.0.0 2019-07-04 15:01:49 +02:00
765e4e88f6 Update version & mod description 2019-07-04 15:01:01 +02:00
a39f32d64b Update config migration (add sprint key mode, minor refactoring) 2019-07-04 14:54:03 +02:00
b279d2793e Hardcode config file comments until builder.translation starts working 2019-07-04 11:08:35 +02:00
52aafa3699 Add Slovak translation & tweak Czech 2019-07-04 09:59:37 +02:00
1086fb8511 Disable survival fly boost in LAN multiplayer 2019-07-04 09:51:36 +02:00
4dd7b92fd5 Fix ServerNetwork.players set not being synchronized (regression) 2019-07-03 14:10:02 +02:00
d06527e49a Use vanilla sprint keybind on first start 2019-07-03 14:10:02 +02:00
ef7c32a921 Fix typo in coremod 2019-07-03 14:10:02 +02:00
cd4587c2dc Rework button state to avoid calling init() multiple times due to it breaking 2019-07-02 13:45:35 +02:00
b38c6064cb Update other language files to add missing & remove outdated translations 2019-07-02 12:10:32 +02:00
3dfe0eba94 Update English & Czech language files 2019-07-02 11:32:37 +02:00
b2b104948b Slightly improve sprint mode option button 2019-07-02 11:01:52 +02:00
8e3b51e804 Tweak buttons (add generic button class & don't trigger onClick when disabled) 2019-07-02 10:26:27 +02:00
0a25057389 Change default keybinds to, if possible, use <modifier>+G for toggles 2019-07-02 10:14:09 +02:00
4d0944b038 Update sprint/sneak toggles to use the new system 2019-07-02 07:54:46 +02:00
16a57c09d2 Add a system for tracking key toggle states 2019-07-02 07:15:32 +02:00
1c7d2b3149 Fix keybinds not saving if other code doesn't call GameSettings.saveOptions 2019-07-02 03:14:01 +02:00
0eb25f7aef Simplify keybind configuration code 2019-07-02 03:05:37 +02:00
2ca238afbf Fix keybind conflicts not showing properly after refactoring 2019-07-01 23:22:22 +02:00
76577ad957 Refactor feature trigger/availability handling code 2019-07-01 23:04:02 +02:00
5a669688e4 Minor cleanup 2019-07-01 20:26:16 +02:00
dbabd31663 Add an // UPDATE comment to check if vanilla sprint keybind isn't overridden 2019-07-01 19:53:05 +02:00
9962a390b5 Completely rework sprinting logic w/ option to tap sprint key 2019-07-01 11:55:16 +02:00
3337c5a5a1 Remove no longer necessary isModDisabled checks in MovementController 2019-07-01 08:30:21 +02:00
9ec23a73dc Reorganize GUI code 2019-07-01 05:10:43 +02:00
d53d1048e4 Disable fly boost in survival mode in singleplayer
While servers may still want to enable this, there's no point in keeping
it for singleplayer as the player can just manually go into creative
mode (and if they can't, then the boost only serves as an exploit for
flight items).
2019-07-01 02:26:41 +02:00
b11fb88c4b Allow disabling/enabling the mod in-game when in singleplayer 2019-07-01 02:22:32 +02:00
87692da204 Ensure none of the coremod injections run if any single part fails 2019-07-01 01:53:20 +02:00
6481ba452c Rework injected tick logic to remove vanilla code from PlayerLogicHandler 2019-07-01 01:51:47 +02:00