Commit graph

41 commits

Author SHA1 Message Date
Pazaz
abbfd5c047 Renamed some If1 variables in Component 2022-07-06 16:41: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
2bc60f339b Consolidated some more static classes, identified some util functions 2022-06-28 01:29:29 -04:00
Pazaz
a941543566 Renamed part of PlayerAppearance 2022-06-28 00:30:53 -04:00
Pazaz
df0796dc23 Identified zone packets 2022-06-28 00:19:59 -04:00
Pazaz
cb4eae0fbd Consolidated a few more static classes 2022-06-27 21:04:45 -04:00
Pazaz
dce7c0aede Renamed Environment/FogManager fields 2022-06-27 20:52:32 -04:00
Pazaz
a3b7beeed7 Autoformat using tab characters 2022-06-27 20:30:17 -04:00
Pazaz
0b44eca4ba Movede some functions to SceneGraph 2022-06-27 17:24:42 -04:00
Pazaz
8e878adea5 Rennamed some Light/Texture methods 2022-06-27 17:12:01 -04:00
Pazaz
ac4878cf51 Renamed PcmResampler 2022-06-27 16:59:57 -04:00
Pazaz
45f3a834f7 Renamed HintArrowManager methods/fields 2022-06-27 16:57:22 -04:00
Pazaz
b6b74ceb36 Placeholder names for Class106 2022-06-27 14:58:51 -04:00
Pazaz
7ffd30e31c Consolidated a LOT of static classes (first pass) 2022-06-27 14:24:48 -04:00
Pazaz
9789c5b66e Renamed midi/sound functions 2022-06-27 13:08:03 -04:00
Pazaz
a63bf74124 Center client window, default size to 1024x768 (insets are annoying) 2022-06-19 21:36:27 -04:00
ceikry
aba8cf3afe Better comment 2022-06-18 10:41:13 -05:00
ceikry
094a30903c Added a default window size to stop annoying bug from happening 2022-06-18 10:35:37 -05:00
Pazaz
53d9d9d904 Reorganized some static classes and deleted empty leftover ones 2022-06-15 14:40:14 -04:00
Pazaz
8708007fd1 Renamed some of SceneGraph, organized ChangeLocRequest 2022-06-15 14:26:35 -04:00
Pazaz
bcb88470f8 Refactored Js5 class 2022-06-15 13:41:21 -04:00
Pazaz
c5ef44dfcb More accurate Buffer naming, renamed allocation arrays 2022-06-15 13:20:22 -04:00
Pazaz
5e66d3ba01 Moved around some Static fields/methods, named LocType opcode 74 2022-06-01 09:05:38 -04:00
Pazaz
2bb188a6a5 Support optional config.json 2022-05-30 09:48:15 -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
5f4a83c394 Added more CS2 opcodes, need to adopt NXT naming next 2022-05-15 23:47:55 -04:00
Pazaz
1c0b9b1755 Consolidated a little more 2022-05-04 02:12:51 -04:00
Pazaz
774d382816 Consolidated a bunch of static classes 2022-05-04 01:49:55 -04:00
Pazaz
cf6a86e926 Consolidate MiniMenu functions 2022-05-04 00:54:04 -04:00
Pazaz
36b0d99c42 Refactored PathFinder class 2022-05-04 00:40:06 -04:00
Pazaz
ff0e890dcd Renamed some static classes 2022-05-01 12:48:59 -04:00
Pazaz
fd3572f709 Refactored some anim/area sound classes 2022-04-28 02:35:11 -04:00
Pazaz
dbca509eb5 Renamed Class32 to WorldInfo, prefixed some unknown classes to try to group them better 2022-04-27 19:26:49 -04:00
Pazaz
c69110031a Consolidate cheat strings 2022-04-27 19:22:25 -04:00
Pazaz
83a07e779e Refactored much of the protocol class, new class names for a few
Class3_Sub31 -> ComponentPointer
Class3_Sub22 -> ClanMember
Class102 -> MapMarker
Class3_Sub7 -> SceneryStack
2022-04-27 02:59:48 -04:00
Pazaz
08fa329cf9 JagString toString function, a few extra renames 2022-04-26 15:18:22 -04:00
Pazaz
3a90dfc1b3 Basic NPC rendering under playground project 2022-04-25 18:25:21 -04:00
Pazaz
8fb5b3fc75 Begin basic playground code, eventually will become a model viewer 2022-04-25 06:09:02 -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/client.java (Browse further)