2
0
mirror of https://github.com/dpethes/rerogue.git synced 2025-06-07 18:58:32 +02:00

26 Commits

Author SHA1 Message Date
Ben Champion
197f6df17a Recurse on last node in case it is a dir
Concrete example: dbg dir containing dbg_{HOB,HMT} was not parsed.
2020-07-29 21:32:57 +01:00
dpethes
701e357590 model viewer: plug memleaks 2020-07-28 14:45:10 +02:00
dpethes
d5df461d58 model viewer: update help 2020-07-28 14:09:08 +02:00
dpethes
c98faf8fb5 model viewer: export current object 2020-07-28 14:08:33 +02:00
dpethes
aa723776ba model viewer: keep list of objects and their parts, render per-part vertices 2020-07-28 12:02:52 +02:00
David Pethes
271f74e36d
Merge pull request #7 from BenChampion/viewer-changes-only
model_viewer: Allow viewing/selecting objects within a HOB
2020-07-28 07:20:39 +02:00
Ben Champion
b97931c661 Review comments 2020-07-27 21:19:18 +01:00
dpethes
768839c3bd model viewer: show help 2020-07-27 22:09:24 +02:00
Ben Champion
56d6dce408 model_viewer: Allow viewing/selecting objects within a HOB 2020-07-26 17:13:34 +01:00
dpethes
cbdbf0d127 model viewer: plug memleaks 2020-06-18 15:09:24 +02:00
dpethes
6ea0ea6a1a model viewer: texture export 2020-05-01 07:43:32 +02:00
dpethes
d7632946c0 model viewer: experimental facegroup switching 2018-01-15 21:35:15 +01:00
dpethes
de4de4db13 fix some datatype mismatches in parsers to run properly in debug mode 2018-01-15 21:06:02 +01:00
dpethes
252d93702a model viewer: use up/down arrows to switch between models 2018-01-14 16:17:43 +01:00
dpethes
b739950c03 model viewer: add project debug/release configs 2018-01-14 16:16:14 +01:00
dpethes
2cd5eef69d update imgui and SDL2 bindings 2017-06-04 12:22:39 +02:00
dpethes
14c05bec13 update imgui bindings 2017-05-24 08:32:50 +02:00
dpethes
d2876aece6 update imgui bindings 2017-05-04 01:07:18 +02:00
dpethes
d8c412c589 model viewer: remove unused stuff 2017-05-04 00:52:02 +02:00
dpethes
3245dc4331 use single file SDL2 bindings (compiled from separate .inc files) 2017-05-04 00:51:35 +02:00
dpethes
d00f72b2b6 rewrite HOB spec 2017-05-04 00:48:37 +02:00
dpethes
32d9abb3ba model viewer: support texture subtype 5 and set subtype 3 properly as a 32bit 2017-02-04 17:07:41 +01:00
dpethes
53506af6b3 hmt: read texture subtype 5, all hmt files now parse correctly 2017-02-04 16:34:01 +01:00
dpethes
87cfb0f1cf model viewer: include SDL2 headers 2017-02-02 02:08:13 +01:00
dpethes
1aff4888ab model viewer: load models directly from DAT file
Displays a filelist with hob files, use it to select a mesh. Also, hob and hmt
parsers now load data directly from memory streams.
2017-02-02 02:05:33 +01:00
dpethes
a2b074d9e8 new model viewer, uses SDL2 and imgui 2017-01-31 00:01:46 +01:00