Commit graph

7 commits

Author SHA1 Message Date
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
Renamed from signlink/src/main/java/SignLink.java (Browse further)