Commit Graph

94 Commits

Author SHA1 Message Date
robojumper 5797f4cf8a snd_StrmSound OK 2025-05-27 22:08:22 +02:00
robojumper cbcee6811f snd_WaveArchive, snd_WaveFile OK 2025-05-27 21:57:07 +02:00
robojumper d6859dfd74 snd_SeqSound OK 2025-05-27 21:38:15 +02:00
robojumper a600b0c092 snd_SeqPlayer OK 2025-05-27 21:09:04 +02:00
robojumper bfdcb7c73a snd_ExternalSoundPlayer OK 2025-05-27 20:51:47 +02:00
robojumper 45f9cf1e7c snd_AxVoice OK 2025-05-27 19:27:56 +02:00
robojumper c283825ba6 snd_BasicSound OK 2025-05-27 00:57:43 +02:00
robojumper 29dd9ea4f0 snd_AxfxImpl OK 2025-05-26 23:51:31 +02:00
robojumper b4a79946bf snd_SoundArchivePlayer not OK (instruction scheduling) 2025-05-26 23:50:15 +02:00
robojumper 62b35d8629 snd_SoundArchive OK 2025-05-26 22:42:46 +02:00
robojumper cb438c5fc6 snd_SoundPlayer OK 2025-05-26 22:16:08 +02:00
robojumper b70fc43156 snd_SoundSystem OK 2025-05-26 22:04:18 +02:00
robojumper 88a0679158 snd_StrmPlayer OK 2025-05-26 21:58:00 +02:00
robojumper fd749c7bbc snd_Voice OK 2025-05-26 20:59:12 +02:00
robojumper 097c070b92 snd_WsdPlayer OK 2025-05-26 20:11:18 +02:00
robojumper c62d985bde snd_SeqTrack OK 2025-05-26 01:49:31 +02:00
robojumper 913b135a0f snd_Channel OK 2025-05-26 01:31:35 +02:00
robojumper e10ce71729 Misc progress 2025-05-26 01:24:28 +02:00
robojumper a9da90bbb2 snd_SoundThread OK 2025-05-26 00:42:57 +02:00
robojumper 83f3bc5b6b snd_TaskManager OK 2025-05-25 23:32:45 +02:00
robojumper 7e4cfe3d6e snd_SoundHandle OK 2025-05-25 23:25:22 +02:00
robojumper e35df56bcd snd_RemoteSpeaker OK 2025-05-25 22:59:22 +02:00
robojumper 0635ce50fc snd_PlayerHeap OK 2025-05-25 22:57:30 +02:00
robojumper a4c0a6bbd9 snd_MemorySoundArchive OK 2025-05-25 22:49:45 +02:00
robojumper 6272daffa4 snd_FrameHeap OK 2025-05-25 22:41:53 +02:00
robojumper 5a7083ddba snd_DvdSoundArchive OK 2025-05-25 22:26:16 +02:00
robojumper e16b0e7289 snd_DisposeCallbackManager OK 2025-05-25 22:18:40 +02:00
robojumper d016bf8005 snd_BasicPlayer OK 2025-05-25 22:08:27 +02:00
robojumper f7884242c7 Import of more nw4r::snd from https://github.com/kiwi515/ogws
Co-authored-by: kiwi515 <49212064+kiwi515@users.noreply.github.com>
2025-05-25 16:32:47 +02:00
robojumper a22eb87c36 make it build 2025-05-25 08:53:24 +02:00
robojumper 04d5527eba Initial import of nw4r::snd from https://github.com/muff1n1634/nw4r_snd_mid2010
Co-authored-by: muff1nOS <19197077+muff1n1634@users.noreply.github.com>
2025-05-25 08:52:12 +02:00
robojumper 6468fc663c Get initial JParticle import to build, label symbols.txt 2025-04-27 07:49:37 +02:00
robojumper 9bc03e0440 Configure everything 2025-04-26 21:26:55 +02:00
robojumper d35c4adeef Running out of ideas for G3DUtility 2025-03-28 18:42:09 +01:00
elijah-thomas774 818e818b56 eggPalette and eggTexture 2025-03-21 21:09:54 -04:00
Elijah Thomas 9c3c480b24 g3d source (#123)
* g3d_calcvtx

GetData seems to have changed -> dwarf says r is a local and using ofs_to_ptr didnt work

* g3d_light and g3d_fog

sdata2 splits and func ordering

* g3d_scnproc

* g3d_init

* g3d_scnmdl

* g3d_scnmdlsmpl

* g3d_scnroot

* g3d_scnobj

* g3d_res* progress

* g3d_resmdl OK

* g3d_restev OK

* g3d_resmat OK

* g3d_resvtx and g3d_restex OK

* g3d_resnode OK

* g3d_resanm OK

* g3d_resanmchr Progress

* the rest of g3d_res* OK

* g3d_anmvis OK

* g3d_anmclr OK

* Some Splitting

* more OK, Inline Issue in g3d_anmtexsrt

* g3d_obj, g3d_anmobj, g3d_gpu, g3d_tmem, g3d_cpu OK

* g3d_state OK

* g3d/dcc OK

* Include fixup

* More Fixups

* g3d_camera OK

* g3d_draw OK

* g3d_calcworld OK

* g3d_calcworld actually OK

* g3d_workmem, g3d_dcc OK

* g3d_calcview OK

* g3d_anmtexsrt OK with DONT_INLINE

* g3d_transform OK (Feels Cheaty)

* g3d_resanmchr OK

* g3d_draw1mat1shp Close

* g3d_draw1mat1shp OK (Thanks Lago!). Ran symbol applying script
2025-03-16 11:26:15 -04:00
Elijah Thomas cec09ad023 g3d initial pullover (#115)
* g3d Headers

* initial g3d source files -- NOT YET FIXED

* change ResFile static_cast to explicit ctor
2025-02-09 12:40:41 -05:00
Elijah Thomas 26af4db82d update from dtk-template - clangd :) (#66)
* update from dtk-template and start work towards using clangd

* include <a> -> "a"

* Update build.yml

* remove/add non-trivial class in union warning
2024-10-16 15:36:02 -04:00
robojumper 558db54bf4 eggException with two minor problems (#53)
* eggException with two minor problems

* Fix

* One minor problem

---------

Co-authored-by: elijah-thomas774 <elijahthomas774@gmail.com>
2024-10-06 16:36:36 -04:00
robojumper f8e61c7de8 More d/lyt (#52)
* More Lyt (maybe some wrong type associations)

* more meter

* Rename

* More splits and renames

* Fix SizedString conversion operators

* Renames

* dLytBattery_c almost OK

* d_lyt_battery OK

* diff clean

* Continue doing splits while I'm at it

* two more splits
2024-10-06 16:34:31 -04:00
Elijah Thomas 732a119127 Nw4r splits (#28)
* snd / math / g3d
2024-09-15 14:55:25 -04:00
robojumper 446df060f2 Fix some compiler warnings 2024-06-26 20:28:09 +02:00
lepelog f21b5486ba RVL -> rvl 2024-06-15 20:53:11 +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 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 60f795a9d6 lyt_drawInfo OK 2024-06-06 23:30:50 -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