Commit Graph

16 Commits

Author SHA1 Message Date
Collin Smith
5b5d63f338 Added controls for changing the direction of a cof animation 2023-08-06 00:10:13 -07:00
Collin Smith
eecaeb5bb9 Changed default window size of MPQ view to accommodate the additional controls 2023-08-06 00:09:00 -07:00
Collin Smith
7a8f303164 Added code-base for new MPQ viewer 2023-08-05 22:52:35 -07:00
Collin Smith
83516f5d6a Fixed code style 2021-12-11 12:34:03 -08:00
Collin Smith
0cf617b55a Moved tools into backend dependencies and old tools into tools:old
Moved gdx-backend-lwjgl dependency from impl to testImpl in :core
Created backend tool libraries for headless, lwjgl, lwjgl3
2021-11-27 23:42:18 -08:00
Collin Smith
474ea5b44b Integrated arg name into InstallationFinder searching methods
Integrated arg name into InstallationFinder searching methods
Refactored tools to use InstallationFinder#defaultHomeDir
Added java.lang.Exception to throws clause of Tool#handleCliOptions
Uncaught exceptions thrown by Tool#handleCliOptions will be fatal
2021-09-16 12:25:34 -07:00
Collin Smith
bdc4892cd0 Renamed DS1.Object to DS1.Ds1Object for Ds1Info 2021-08-03 23:50:49 -07:00
Collin Smith
8f13d9bac0 Created Ds1Info and display (no rendering) 2021-07-18 21:06:11 -07:00
Collin Smith
ce5166753b Second iteration of DT1 codec
Separated responsibilities of DT1 into DT1Reader and TileRenderer
DT1 now depends on calculated BBox to position textures
Integrated new DT1 codec into MPQViewer (including Dt1Info)
Fixed numerous issues with MPQViewer UI value labels
2021-07-18 12:07:30 -07:00
Collin Smith
458b402abc Fixed sizing of ctrl panel debug buttons 2021-07-17 01:23:19 -07:00
Collin Smith
f96505ecb5 Fixed crash when changing dt1 which was viewing non-zero tile index 2021-07-16 17:48:58 -07:00
Collin Smith
2b97989095 Apply debug mode option 2021-07-16 17:29:21 -07:00
Collin Smith
d98155349a Added debug mode cli switch 2021-07-16 17:18:15 -07:00
Collin Smith
51e39ee26e Added cli argument to pass initial file to MPQ Viewer 2021-07-16 11:22:38 -07:00
Collin Smith
ebf0015528 Fixed DT1 viewing in MPQ viewer
Fixed issue where DT1 wouldn't draw until palette selected
Created Dt1Info panel
Added back scrollbars without fading
Increased bottom padding for "center" button to be above scroll bars
2021-07-15 21:11:38 -07:00
Collin Smith
e47bb8c888 Moved :mpqviewer into :tools:mpq-viewer
Upgraded visuiVersion for :tools to 1.4.2
Added encoding configuration for :tools subprojects
2020-11-26 16:48:58 -08:00