Commit graph

6266 commits

Author SHA1 Message Date
downthecrop
41f2c2e9ae gh-actions doesn't like the newer gradle version 2023-10-18 21:45:35 -07:00
downthecrop
5418099a39 Include GE Data for GroundItems Plugin 2023-10-18 21:45:35 -07:00
downthecrop
e155582ac8 Update to GroundItems 1.1 2023-10-18 21:45:35 -07:00
downthecrop
ce2ad54977 Reverting last two commits 2023-10-18 21:45:35 -07:00
downthecrop
94c395099f Default to 60% resolution scale 2023-10-18 21:45:35 -07:00
downthecrop
0874bce6a6 Upgrade Gradle-Wrapper 2023-10-18 21:45:35 -07:00
downthecrop
c1d8def550 Preferences are now able to save 2023-10-18 21:45:35 -07:00
downthecrop
1f6f4f2b4e Icons are back for SD 2023-10-18 21:45:35 -07:00
downthecrop
2962c55adf Mouse pointer positioning for inse canvas 2023-10-18 21:45:35 -07:00
downthecrop
99d619705c Sliding inset values (mouse doesn't work right) 2023-10-18 21:45:35 -07:00
downthecrop
dd25be1bb8 New basic loading of preferences on launch 2023-10-18 21:45:35 -07:00
downthecrop
1196fc8d86 Start adding a new custom setting to the original pojav launcher settings 2023-10-18 21:45:35 -07:00
downthecrop
496f3ea33a
Merge pull request #12 from 7MXek/patch-1
Update strings.xml
2023-10-12 18:53:21 -07:00
7MXek
c8ec2ede42
Update strings.xml
The application name in my launcher has one too many zeroes. I believe this change should fix that.
2023-10-10 13:20:12 -04:00
downthecrop
ca4bfc4c9f
Merge pull request #10 from 2009scape/readme-link
Client source link
2023-08-10 22:31:12 -07:00
downthecrop
5d8d6ffda5 Client source link 2023-08-10 22:30:26 -07:00
downthecrop
a8b7a59b22
Merge pull request #9 from 2009scape/readme-link
Fix link to releases #8
2023-08-08 17:22:55 -07:00
downthecrop
12c38dc2d4 Fix link to releases #8 2023-08-08 17:21:30 -07:00
downthecrop
a4340bff7e
Merge pull request #6 from 2009scape/readme
README
2023-08-01 23:41:51 -07:00
downthecrop
a1143f6a66 README 2023-08-01 23:40:12 -07:00
downthecrop
d37941e2cf Beta 1.0 Release 2023-08-01 20:33:48 -07:00
downthecrop
920bcb7137 Drag clicking skeleton + App icons 2023-08-01 14:58:38 -07:00
downthecrop
a0df7b31a4 SD rightclicking and camera changes + Low detail frame limiting to 60 IDK if this helps with battery life but probably. 2023-08-01 10:46:56 -07:00
downthecrop
f28c46638d new SD controls (ported) 2023-07-31 20:04:27 -07:00
downthecrop
1b30b48496 DummyLauncher Preferences 2023-07-30 21:43:15 -07:00
downthecrop
176bfbcef0 Allow launching through only the dummy launcher (need to wait for the runtime to extract first without an indicator) 2023-07-29 22:32:13 -07:00
downthecrop
d38e576ab4 made a mistake on Res-scaling, reverted + AWT inputs 2023-07-28 19:21:40 -07:00
downthecrop
dada3194c3 Dummy Launcher (Need to set the main activity back to the default of TestStorageActivity to unpack the runtime before the DummyLauncher works. 2023-07-28 11:57:44 -07:00
downthecrop
844a90431b Working Mouse in GLFW 2023-07-18 20:51:24 -07:00
downthecrop
fa04ea6014 Updated client 2023-07-16 22:56:01 -07:00
downthecrop
437a62c27f Launches RT4 Runescape (select any MC version first, it overrides it) 2023-07-16 13:14:22 -07:00
artdeell
74dc84f160 Add stub GLFWNative* and GLFWVulkan into the GLFW jar 2023-07-12 19:42:55 +03:00
artdeell
fe8fb7bd20 Implement AWT clipboard for copy-paste on 1.12.2 and lower 2023-07-12 16:23:05 +03:00
SolDev69
fcafb3ecfa
Build: Generate md5s in apk zips (#4335)
* Update android.yml

Gen md5s with apk

* fix typo

Damn you GitHub mobile UI!
2023-07-09 17:34:40 +02:00
Cart
def8630c27
fix the image :/ (#4330) 2023-07-03 23:42:02 -04:00
Boulay Mathias
a7444aa99e
Feat[gyro]: improve calibration and smoothing (#4229)
* Feat[gyro]: Reduce jitter with moving average

* Cleanup: Remove logging

* Feat[gyro]: Add dampering window

* Feat[gyro]: Use extremely low pass filter

Technically, it doesn't entirely filter out the input, only stores it

* Tweak[Gyro]: Lower hyro threshold even more

* Feat: Simplify smoothing, better calibration

* Feat[gyro]: Add dampering window
# Conflicts:
#	app_pojavlauncher/src/main/java/net/kdt/pojavlaunch/prefs/screens/LauncherPreferenceControlFragment.java
#	app_pojavlauncher/src/main/res/values/strings.xml

* Cleanup[gyro]: Don't use import

* Refactor[gyro]: reduce JNI calls

* Fix[Gyro]: Adjust low pass treshold to sensitivity

* Feat[Gyro]: Handle single/multi axis deplacement

* Tweak[gyro]: Raise single axis threshold
2023-07-02 18:25:27 +03:00
ArtDev
2a27439887
Fix a crash when installation starts 2023-07-02 13:56:15 +03:00
ArtDev
0ce94cc2c5
Merge pull request #4308 from PojavLauncherTeam/feat/automatic_modloader_install
Feature: Automatic Forge, Fabric and OptiFine installation
2023-07-02 12:38:47 +03:00
BuildTools
779cd9d2d8 Don't use line references in comments 2023-07-02 12:23:36 +03:00
artdeell
4aec0d538a Get the user to the main fragment before starting mod installation 2023-07-01 16:33:48 +03:00
BuildTools
6b0ec1f524 Also do the same in JavaGUILauncherActivity 2023-06-30 16:59:31 +03:00
BuildTools
7c8fa642bd Create a new latestlog.txt file on the java side 2023-06-30 16:56:32 +03:00
BuildTools
96c021eecc Move forge/OF installer stuff to a different package and fix deep nesting of if statements in the window handler 2023-06-30 16:52:59 +03:00
BuildTools
d4f912afcd Prevent mod install from starting when tasks are ongoing 2023-06-30 13:00:17 +03:00
BuildTools
84a2bd24c7 Add OptiFine automatic installation
Unlike other modloaders, it does require the game being installed beforehand, so it's also implemented here
2023-06-30 12:49:01 +03:00
BuildTools
3cfaec3b4c Add UI for OptiFine installation
TBD: actually install OptiFine
2023-06-30 10:33:36 +03:00
BuildTools
e731f6e674 Initialize Tools.DIR_CACHE inside of PojavApplication 2023-06-29 20:43:54 +03:00
BuildTools
c0aec8178b Robust downloadString() cache 2023-06-29 19:41:30 +03:00
Mathias-Boulay
63dec3fb2a Refactor[UI]: Migrate to LinearLayout 2023-06-29 14:04:35 +02:00
Mathias-Boulay
d7f76d5a15 Feat[UI]: Adjust padding/use named values 2023-06-29 11:00:44 +02:00