Skalfate
51b15b32d5
These changes fix the HD-Mode lag and crashes that happen when the client is launched into HD-Mode or when changing into HD-Mode..
...
In Windows, on first launch into HD-Mode or at launch going from SD-Mods to HD-Mode, the CPU maxes out and music issues, and is unable to enter into HD-Mode without lag or multiple crashes.
This is because when the code that is supposed to execute GLProfile.initSingleton() waits for its turn on syncronized function queue and then a while loop keeps sleeping the thread until a status code of 1 is returned. Additionally, starting with jogl version 2.0 GLProfile.initSingleton() is not even necessary as its automatically done.
The code commented out has no purpose other than just to execute GLProfile.initSingleton().
Commented out the code and made comments to preserve the original code.
2026-01-07 22:36:57 -07:00
vddCore
8f0ce915a0
remove redundant file separator char for linux-specific branch
2023-01-11 23:20:44 +01:00
vddCore
98c58557fe
fix home directory resolution process
2023-01-11 23:07:49 +01:00
dginovker
fb1f31ba43
Use on Linux/BSD if it's defined
2022-11-14 19:38:02 +09:00
Pazaz
a3b7beeed7
Autoformat using tab characters
2022-06-27 20:30:17 -04:00
Pazaz
2bb188a6a5
Support optional config.json
2022-05-30 09:48:15 -04:00
Pazaz
153d8569b5
Moved source to rt4 package so external code can depend on it
2022-04-25 05:31:58 -04:00
Pazaz
f65909dc06
Change canvas scaling to read from the current device
2022-04-22 19:51:33 -04:00
Pazaz
38800991cb
Refactored SignLink classes
2022-04-22 15:43:26 -04:00
Pazaz
3c58eb3a01
Refactored GameShell
2022-04-21 01:14:22 -04:00
Pazaz
bc7ecce61c
New gradle scripts to modularize the build process
2022-04-20 21:50:21 -04:00
Pazaz
28c203b6c8
Switched build system to gradle
2022-04-20 19:26:30 -04:00
Pazaz
ddbfcb0e86
Unload JOGL in SignLink
2022-04-20 14:28:44 -04:00
Pazaz
c97bf0d48a
Upgrade to JOGL 2.4.0
2022-04-20 14:21:52 -04:00
Pazaz
f462316fce
Refactor part of the connection loop
2022-04-20 13:54:03 -04:00
Pazaz
80c6ba05ff
Refactored a bit of the connection process, added a GlobalConfig class to control behavior
2022-04-20 12:58:48 -04:00
Pazaz
a7355ebbb3
Rename Class209 to MonotonicClock
2022-04-19 05:56:29 -04:00
Pazaz
cb9188b076
Rename Class210 to FullScreenManager
2022-04-19 05:55:59 -04:00
Pazaz
17f26a1c35
Rename Class211 to CursorManager
2022-04-19 05:55:37 -04:00
Pazaz
9b7ecb0f28
Rename Class212 to PrivilegedRequest
2022-04-19 05:55:09 -04:00
Pazaz
df3a154424
Rename Class214 to FileOnDisk
2022-04-19 05:54:25 -04:00
Pazaz
527ed66bdc
Rename Interface10 to AudioSource
2022-04-19 05:53:48 -04:00
Pazaz
39eec3fc58
Rename Class213 to SignLink
2022-04-19 05:53:31 -04:00
Pazaz
e2d5c0a1e0
Initial deob and project structure
2022-04-19 04:51:51 -04:00