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

309 Commits

Author SHA1 Message Date
5f29f3d1c4 Release v3.1.0 for Minecraft 1.15.2 2020-01-31 17:37:54 +01:00
7ef9bcb5b9 Finish porting to Minecraft 1.15.2 2020-01-31 16:51:22 +01:00
b4a544a2ff Replace debug window title w/ CustomWindowTitle mod 2020-01-31 14:33:14 +01:00
8fb56b3172 Update Minecraft to 1.15.2 & fix compile errors 2020-01-31 14:26:36 +01:00
41327a4da1 Release v3.1.0 for Minecraft 1.15.1 2019-12-22 18:42:21 +01:00
112f408215 Remove configuration options for the removed update check 2019-12-22 18:18:01 +01:00
88420a5be3 Optimize logo image & include it in the mod file 2019-12-22 14:44:28 +01:00
3029da2eaa General code cleanup (modifiers, events, naming, UI code, etc) 2019-12-22 14:12:09 +01:00
8ec9f50e61 Remove Log class & replace debug stuff w/ Debug class 2019-12-22 12:33:34 +01:00
2564d4c68e Remove custom update checking system 2019-12-22 12:30:21 +01:00
5aa05a69e5 Refactor coremod (split off constants and helper functions into separate files) 2019-12-22 11:35:38 +01:00
10d9c3b463 Finish porting to Minecraft 1.15.1 2019-12-22 10:42:28 +01:00
1a523632bf Update Minecraft to 1.15.1 & fix compile errors 2019-12-22 09:52:44 +01:00
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