Commit Graph
98 Commits
Author SHA1 Message Date
FazanaandGitHub 6e8ee67cf6 Adventure two 25% (#387)
* identify transition bug

* Document fog system

* Label fogchanger attributes

* and more

* anti aliasing

* name some object vars

* block the racer inputs

* Update unknown_0255E0.c

* Update README.md

* Update src/object_functions.c

* I just did thing I guess???

* me when I realise almost all the pass through discs are just copy and pasted code.

* YOU'RE PUSHING THEM?!?!

bruh bruh bruh bruh

* I guess I'm in the object naming rabbit hole now

wow maybe I'll actually get these looking good 😳

* i did frogs

* got it

* Quick fixes
2023-04-28 17:52:12 +01:00
FazanaandGitHub d54031c3a6 Document fog system, and label some object behaviour (#386)
* identify transition bug

* Document fog system

* Label fogchanger attributes

* and more

* anti aliasing

* name some object vars

* block the racer inputs

* Update unknown_0255E0.c

* Update README.md

* Update src/object_functions.c
2023-04-25 10:49:29 +01:00
b61e4c3fa4 Bump score to 51% with 6 new matches (#381)
* Very minor cleanup of init_controllers after consulting JFG

* really rough starts to some funcs

* some labeling, and match thread0_Main

* Some documenting, and better match for a couple of memory funcs

* Add more official names for vars and funcs, as well as clean up some matches a little

* Force No Shadows on Surfaces

Force No Shadows on Surfaces
Committer: sixtyfour

 On branch DKRsixtyfour
 Changes to be committed:
	modified:   src/unknown_0255E0.h

* identify shadows and fix mislabelling from past-me (#380)

* Removed outdated comment

* split some funcs out of printf that aren't related

* Move funcs to particles that should belong there

* Some printf documenting

* Do some documenting on the debug font details

* Get func_800B63F4 in a good place for now

* Match func_800B63F4

* Match render_printf and do some more documenting

* Move some functions around into different files.

* Match func_800AA3EC

* Fix some warnings in func_800AA3EC

* Rename the thread 0 assert

* Migrate BSS from particles to thread0 and printf

* Find and split out a function in particles and do more documenting

* Rename sprintf and vsprintf stuff to match JFG

* Clean up the texAnimateTexture function, and document some more places.

* WIP build_tex_display_list and documenting

* Missing file check in

* Match memset

* build_tex_display_list update with macros

* MAssive cleanup of build_tex_display_list that brings the score down in a big way.

* Removed a massive amount of extra lines in build_tex_display_list

* Match texInitTextures

* Update README score

* Fix comment

* Rename some funcs

* Commit suggestions from Fazana

* Fix for last commit

---------

Co-authored-by: Turok64Nukem <Duke64Nukem@gmail.com>
Co-authored-by: Fazana <52551480+FazanaJ@users.noreply.github.com>
2023-04-12 07:55:53 -04:00
Ryan MyersandGitHub b1f83c9ee1 Score update (#378) 2023-03-07 15:19:22 -05:00
2cda09c5fa Update score (#376)
Co-authored-by: Ryan-Myers <Ryan-Myers@users.noreply.github.com>
2023-02-21 07:45:22 -05:00
bcb5dbc7ea Update score (#374)
Co-authored-by: Ryan-Myers <Ryan-Myers@users.noreply.github.com>
2023-02-17 10:09:10 -05:00
tonyspumoniandGitHub 65ab7d14ee Score summary (#370)
* update README with score summary

* use spaces instead of tabs for markdown

* one more newline so it looks good

* test emsp

* emsp seems good
2023-02-10 16:39:25 -07:00
Ryan MyersandGitHub 023dbb2126 Match and split unknown_003260.c into audiomgr.c and audiosfx.c (#364)
* Minor code cleanup and documenting in audio.c

* Match to func_80002DF8 to _amDmaNew

* Match func_800042CC

* Match func_8000410C

* Match func_800041FC as _removeEvents, and rename thread4_main to __amMain while also getting it's code to closer resemble the example code

* Add missing file

* MAtch __clearAudioDMA

* Cleanup __clearAudioDMA to match our code style a little better

* Match __amHandleFrameMsg

* Rename audio microcode from unknown, and clean up some code styles and variables names

* WIP audioNewThread

* Update WIP for audioNewThread

* Close to matching audioNewThread

* Match amCreateAudioMgr

* Match __amDMA

* Add constants, and remove static functions from header

* Make funcitons static where the originals were

* Fix score.py

* Split audiomgr and audiosfx files

* WIP clean up of audiomgr.c

* Finalize split of audiomgr and audiosfx

* Use AMAudioMgr

* Move the deck chairs

* Clean up sfx header

* Cleanup

* Cleanup sfx file, and move asm files

* Update score

* Fix NON_EQUIVALENT

* Match _sndpVoiceHandler

* Update some types
2023-01-31 07:39:22 -05:00
45820a71f2 Update score (#360)
Co-authored-by: FazanaJ <FazanaJ@users.noreply.github.com>
2023-01-23 09:42:02 -05:00
FazanaJandGitHub 010e32e027 Update score 2023-01-07 14:41:46 +00:00
87121c9a3a Update score (#355)
Co-authored-by: FazanaJ <FazanaJ@users.noreply.github.com>
2023-01-06 19:43:10 +00:00
7002034928 Update score (#351)
Co-authored-by: FazanaJ <FazanaJ@users.noreply.github.com>
2023-01-05 17:39:24 +00:00
3dbf8ad75a Update score (#349)
Co-authored-by: FazanaJ <FazanaJ@users.noreply.github.com>
2023-01-02 15:44:16 +00:00
f38cb6b5bd Update score (#347)
Co-authored-by: FazanaJ <FazanaJ@users.noreply.github.com>
2022-12-30 14:17:46 +00:00
FazanaJandGitHub 294bdc7e85 Update score 2022-12-22 13:56:30 +00:00
c38f4bb01d Update score (#343)
Co-authored-by: FazanaJ <FazanaJ@users.noreply.github.com>
2022-12-18 12:41:35 +00:00
0b2d6ddad9 Update score (#341)
Co-authored-by: FazanaJ <FazanaJ@users.noreply.github.com>
2022-12-15 20:34:41 +00:00
Ryan-MyersandGitHub ccdaf42010 Update score 2022-12-14 14:20:50 +00:00
FazanaJandGitHub b2ed7e164a Update score 2022-12-10 22:44:14 +00:00
FazanaJandGitHub e1e0452139 Update score 2022-12-09 18:20:36 +00:00
FazanaJandGitHub 27df1e11a5 Update score 2022-12-08 16:06:54 +00:00
016d1dd843 Update score (#328)
Co-authored-by: FazanaJ <FazanaJ@users.noreply.github.com>
2022-12-07 20:50:32 +00:00
Ryan-MyersandGitHub 5c24ce0a66 Update score 2022-12-07 13:23:38 +00:00
FazanaJandGitHub 3b6251dc0f Update score 2022-12-05 19:19:21 +00:00
FazanaJandGitHub 4c11c39854 Update score 2022-12-04 19:59:32 +00:00