Commit graph

17 commits

Author SHA1 Message Date
Skalfate
8da1097d03 Fixed some typos 2026-01-15 01:59:06 -07:00
Skalfate
832a10a214 Some Code is documented with comments to help for better readability. 2026-01-15 01:56:36 -07:00
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
downthecrop
5f527139b9 Add support for resizablesd / lowdetail with a new ::resizablesd command 2024-06-16 23:31:02 +09:00
Ceikry
50d43b0a2f Made plugins reload when display mode changes 2022-12-02 07:47:29 -06:00
ceikry
529f741e13 Add XP drop plugin 2022-09-25 09:40:53 -05:00
Pazaz
4c73508f1f Moved some more methods to utility classes 2022-06-28 04:19:41 -04:00
Pazaz
ad45cb829b Renamed some helper functions 2022-06-28 02:26:41 -04:00
Pazaz
13c524f5a7 Created Cs1ScriptRunner, also no more static classes
Loooooots of organization to do. This "first pass" is "done"
2022-06-28 02:11:43 -04:00
Pazaz
cb4eae0fbd Consolidated a few more static classes 2022-06-27 21:04:45 -04:00
Pazaz
a3b7beeed7 Autoformat using tab characters 2022-06-27 20:30:17 -04:00
Pazaz
7ffd30e31c Consolidated a LOT of static classes (first pass) 2022-06-27 14:24:48 -04:00
Pazaz
53d9d9d904 Reorganized some static classes and deleted empty leftover ones 2022-06-15 14:40:14 -04:00
Pazaz
5e66d3ba01 Moved around some Static fields/methods, named LocType opcode 74 2022-06-01 09:05:38 -04:00
Pazaz
ba4debb0d3
Moved around more static methods, nothing final
Some of these are "incorrect" - I wanted to decrease the # of static classes first by grouping them if they're slightly related.
Then I'll do a second pass in each class to reorganize later.
2022-05-16 01:13:34 -04:00
Pazaz
c988509e8e
Identified Class114 as DisplayMode, reorganized some static methods 2022-05-16 00:46:10 -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 client/src/main/java/DisplayMode.java (Browse further)