19 Commits

Author SHA1 Message Date
Ryan Liptak
9d29ddaa1f Merge branch '1.10.2' of https://github.com/squeek502/Squake into 1.12.2
# Conflicts:
#	java/squeek/quakemovement/ModQuakeMovement.java
2018-06-18 23:54:17 -07:00
Ryan Liptak
aa92961577 Add support for in-game config GUI (closes #9) 2018-06-18 23:43:56 -07:00
Ryan Liptak
6e497a8022 Merge branch '1.12.1' of https://github.com/squeek502/Squake into 1.12.2 2017-11-29 01:02:24 -08:00
Ryan Liptak
d08ff1666b Merge branch '1.10.2' of https://github.com/squeek502/Squake into 1.12
# Conflicts:
#	java/squeek/quakemovement/QuakeClientPlayer.java
2017-11-29 01:00:06 -08:00
Ryan Liptak
bb45d2fc3d Add client-side keybind for toggling the movement system on/off
- Unbound by default
 - The setting will persist between save/quits (saved to the config)

Closes #11 and closes #17
2017-11-29 00:49:31 -08:00
Ryan Liptak
d114e65c56 Bump to Minecraft 1.12.2 2017-09-19 03:49:38 -07:00
Ryan Liptak
90693c06b8 Port to 1.12 2017-07-14 20:24:38 -07:00
squeek
9c4115ba6c First pass: Port to 1.11.2 and drop PlayerAPI dependency
Still some issues to work out, mainly "Player moved wrongly" when sneaking + jumping while going over a certain speed (surprisingly, this is not related to trimping, still happens if trimping is disabled)
2017-04-03 18:49:15 -07:00
squeek
9e467cb700 Update to 1.10.2 2016-08-01 22:01:15 -07:00
squeek
aa77702954 Port to 1.9.4 2016-07-26 22:25:21 -07:00
squeek
69fa089165 Fix too many LivingFallEvent handlers getting registered 2016-07-26 22:24:12 -07:00
squeek
8b30f5b46f Set acceptedMinecraftVersions in preparation for 1.8.8 compatibility
* Need 1.8.8 version of PlayerAPI first
2015-12-17 21:41:40 -08:00
squeek
f1cbfe9d51 Port to 1.8
* Quick & dirty; didn't check to make sure the base MC movement code didn't change
2015-06-28 14:35:24 -07:00
squeek
21fccc40d3 Updated to 1.7.x and added Version Checker support 2014-08-14 17:26:39 -07:00
squeek
97d8bd7107 Fixed Squeedometer integration 2014-08-13 13:56:02 -07:00
squeek
5a2c2bb0be Cleanup, added fallDistanceThresholdIncrease config setting 2014-08-13 13:14:55 -07:00
squeek
7b25941e45 Moved versioning stuff into a separate java file so that dollar sign characters in other source files don't conflict with the gradle replace task 2014-05-02 21:31:44 -07:00
squeek
2678e79268 Fixed package names 2014-04-21 23:34:39 -07:00
squeek
3725799de3 Initial version 2014-04-19 01:57:15 -07:00