robojumper
eae2d7a2bf
Fix some compiler warnings ( #44 )
2024-10-01 08:55:30 -04:00
robojumper
4d9806f2fc
Some game UI basics ( #25 )
...
* start with dLyt stuff, dLytFader_c
* Some game UI basics
* More progress
* Move and format files
* Proper outlining
* Fix build
* More cleanup
* Correct inlining behavior
* Fix some symbols
* Compiler downgrade required for some funcs.
* fixup vtable
* one line that was somehow missed
---------
Co-authored-by: elijah-thomas774 <elijahthomas774@gmail.com >
2024-09-30 00:02:30 -04:00
robojumper
ed4aa23119
d_rawarchive followups ( #42 )
...
* d_rawarchive followups
* symbols hygiene
* Add Egg function
2024-09-29 20:34:33 -04:00
robojumper
392145bf3d
d_a_obj_appear_bridge mostly matching ( #36 )
...
* d_a_obj_appear_bridge - weak function order issue
* Mark as nonmatching for now
* Name unk IScnObjCallback funcs
---------
Co-authored-by: elijah-thomas774 <elijahthomas774@gmail.com >
2024-09-27 20:32:48 -04:00
robojumper
3829ee6d48
Rough dynamic collision setup ( #24 )
...
* Rough collider shape setup
* d_a_obj_toD3_stone_figure OK
* Cleanup
* Cleanup 2
2024-09-27 18:19:00 -04:00
robojumper
0f9ef3d33c
Some main dol actor splits, dAcOsw_c OK, dTgSw_c OK ( #34 )
...
* Some main dol actor splits and code
* Match dAcOsw_c
* diff clean
* Fix
* dTgSw_c OK
2024-09-25 18:34:35 -04:00
Elijah Thomas
732a119127
Nw4r splits ( #28 )
...
* snd / math / g3d
2024-09-15 14:55:25 -04:00
robojumper
3b8392aeac
Largely match m_shadow ( #20 )
...
* Largely match m_shadow
---------
Co-authored-by: elijah-thomas774 <elijahthomas774@gmail.com >
2024-09-13 14:51:33 -04:00
robojumper
5aa30927ff
m2d ( #22 )
...
* m2d
---------
Co-authored-by: elijah-thomas774 <elijahthomas774@gmail.com >
2024-09-12 22:01:40 -04:00
robojumper
1180e1f486
m3d ( #13 )
...
* Initial M3d Pass
* `m_bmdl` and `m_bline` left
---------
Co-authored-by: elijah-thomas774 <elijahthomas774@gmail.com >
Co-authored-by: Elijah Thomas <42302100+elijah-thomas774@users.noreply.github.com >
2024-09-12 16:36:34 -04:00
robojumper
e296019657
mColor can extend ut::Color
2024-06-26 20:08:59 +02:00
elijah-thomas774
2b3b273ed1
Merge branch 'main' into pr/39
2024-06-09 22:36:52 -04:00
elijah-thomas774
ac1bfd45c6
lyt_util OK
2024-06-09 22:32:39 -04:00
elijah-thomas774
793f36d58e
lyt_animation OK
2024-06-09 21:56:21 -04:00
elijah-thomas774
53aa4e2efa
lyt_animation *ALMOST*
2024-06-09 21:04:42 -04:00
elijah-thomas774
f7e702e159
template out lyt_animation
2024-06-08 15:11:13 -04:00
elijah-thomas774
b0b02bbedf
lyt_texMap OK
2024-06-06 23:24:25 -04:00
elijah-thomas774
afbcb57c62
lyt_material OK - Thanks robojumper for pointing out weak function order from header uses
2024-06-05 23:05:18 -04:00
elijah-thomas774
c2040790a0
lyt_material weirdness
2024-06-04 22:22:44 -04:00
elijah-thomas774
fa4ce249a1
Templated out lyt_material
2024-06-01 02:09:53 -04:00
elijah-thomas774
b9b7f68da7
lyt_bounding OK
2024-05-31 20:28:32 -04:00
elijah-thomas774
217c03e5b8
lyt_window matching
2024-05-29 01:26:44 -04:00
elijah-thomas774
5829b09fbb
lyt_window templated
2024-05-27 17:22:36 -04:00
elijah-thomas774
484d0be7ea
lyt_textBox matching
2024-05-27 15:02:09 -04:00
elijah-thomas774
489a69b6f5
lyt_picture match...
...
Im dreading Material
2024-05-26 04:21:52 -04:00
elijah-thomas774
47eaa04f7d
lyt_layout matching
2024-05-25 22:44:07 -04:00
robojumper
09eebc77b3
db_exception
2024-05-25 12:50:20 +02:00
elijah-thomas774
101f014078
cleanup and try to give unk vars a name
...
(roughly based on DWARF)
sMapBufMaxSize -> guess
sMapBuf -> why is this split??
2024-05-24 18:10:55 -04:00
elijah-thomas774
467e1a61ce
lyt_layout progress
2024-05-24 15:55:55 -04:00
robojumper
b2d728089e
db_mapFile
2024-05-24 16:41:33 +02:00
robojumper
d711118601
db_assert
2024-05-24 10:47:51 +02:00
elijah-thomas774
752f760c32
lyt_group matching
2024-05-23 01:05:22 -04:00
elijah-thomas774
08e0e57034
lyt_pane matching
2024-05-23 00:16:00 -04:00
elijah-thomas774
230a7d20ce
lyt_arcResourceAccessor
2024-05-18 23:18:40 -04:00
elijah-thomas774
fa9a9ce949
lyt_common match
2024-05-12 20:23:22 -04:00
elijah-thomas774
62e0778390
fixed up typedef for u32 and s32 from mistake long ago
2024-05-12 16:04:01 -04:00
elijah-thomas774
834d0673ea
Matched ut_TextWriterBase
2024-05-12 14:23:03 -04:00
elijah-thomas774
344348bc05
nw4r ut almost matching
2024-05-05 22:27:50 -04:00
elijah-thomas774
7d76ab692f
ut_FileStream
...
thanks ogws
2024-05-05 00:01:06 -04:00
Elijah Thomas
ca8bb4bf27
Merge branch 'main' into ut_IOStream
2024-05-04 23:53:03 -04:00
elijah-thomas774
20bedbfc3b
ut_IOStream
...
thanks ogws
2024-05-04 23:47:10 -04:00
elijah-thomas774
498660cf6b
match ut_TagProcessorBase. thanks ogws
2024-05-04 23:31:16 -04:00
elijah-thomas774
93a9b77d42
ut_binaryFileFormat Matching
2024-05-04 20:35:32 -04:00
elijah-thomas774
6ca7763bc0
change to header guards wooo
2024-03-17 18:55:49 -04:00
Elijah Thomas
c2a4909bd2
updated nw4r stuff from ogw (not final)
2023-12-24 11:35:03 -05:00
Elijah Thomas
e32db6f07a
change everything to use a common types file
2023-12-24 09:59:13 -05:00
elijah-thomas774
d8362c1004
nw4r db_directPrint ish
2023-12-23 02:26:21 -05:00
elijah-thomas774
e17db8c1cb
some directPrint work
2023-12-22 14:42:21 -05:00
elijah-thomas774
7dd9c9ea6f
mVec and Egg Math (Quat, Vector3f, Matrix34f)
2023-12-20 13:22:31 -05:00
Elijah Thomas
4ae5fe5753
Fix includes and removed libs folder
2023-10-06 07:49:50 -04:00