546 Commits

Author SHA1 Message Date
Niko
3ed373fc5e rename function 2025-02-20 15:52:38 -05:00
Niko
edadec4c4f rename to XnfFile 2025-02-20 15:49:04 -05:00
Niko
70db68a30a UI progress 2025-02-17 21:41:18 -05:00
Niko
afe01378b1 DebugMenu flag renamed 2025-02-17 00:28:32 -05:00
Niko
2110e506c4 timer progress 2025-02-16 16:06:34 -05:00
Niko
439ed103d5 progress 2025-02-16 15:54:13 -05:00
Niko
63fa227720 progress 2025-02-16 15:37:20 -05:00
Niko
84964d1754 overlay rewrite
Some checks failed
Build main / check (push) Has been cancelled
2025-02-12 21:10:32 -05:00
Niko
51cda2bbc6 comments
Some checks are pending
Build main / check (push) Waiting to run
2025-02-12 19:34:24 -05:00
Niko
7edcd3ff1e gameModeEnd 2025-02-12 19:13:14 -05:00
Niko
3ce1d6d000 progress 2025-02-08 20:06:24 -05:00
Niko
1c800df4d4 comments 2025-02-08 14:47:05 -05:00
Niko
7bcd4dd6b1 comments 2025-02-08 14:21:28 -05:00
Niko
8f6acc6478 comments 2025-02-08 14:02:54 -05:00
Niko
d437f25a3d comments 2025-02-08 12:25:27 -05:00
Niko
6dd83ba07f comments 2025-02-08 12:23:08 -05:00
Niko
fd074e2d1b comments 2025-02-08 12:20:45 -05:00
Niko
aec8242774 comments 2025-02-08 12:09:36 -05:00
Niko
91c515aedc comments 2025-02-08 12:08:33 -05:00
Niko
e358d9afda comments 2025-02-08 12:03:08 -05:00
Niko
34eab4ccee comments 2025-02-08 11:57:34 -05:00
Niko
5de7d64721 comments 2025-02-08 11:46:01 -05:00
Niko
2b73fe56b9 comments 2025-02-08 11:26:34 -05:00
Niko
d8fdb729c9 comments 2025-02-08 11:25:45 -05:00
Niko
a0d16ba6af comments 2025-02-08 11:20:49 -05:00
Niko
060a215a8c comments 2025-02-08 11:13:11 -05:00
Niko
afc21b6046 comments 2025-02-08 11:13:05 -05:00
Niko
691e415351 comments 2025-02-08 11:08:56 -05:00
Niko
8d0a129d16 comments 2025-02-08 11:06:25 -05:00
Niko
0f87abe17d boss cutscene comments 2025-02-08 10:57:13 -05:00
Niko
29b098a318 comments
Some checks are pending
Build main / check (push) Waiting to run
2025-02-07 22:28:13 -05:00
Niko
62a889a147 comments 2025-02-07 22:27:08 -05:00
Niko
b32010b7ee comments 2025-02-07 22:24:53 -05:00
Niko
a38c988fa1 comments 2025-02-07 22:22:04 -05:00
Niko
c2d27b086a comments 2025-02-07 22:19:47 -05:00
Niko
4651ba9854 comments 2025-02-07 22:16:02 -05:00
Niko
9f3ddf2aa9 comments 2025-02-07 22:10:26 -05:00
Niko
889c758c15 comments 2025-02-07 22:02:41 -05:00
Niko
5d08c921e9 comments 2025-02-07 22:00:40 -05:00
Niko
b43b8e55e2 comments 2025-02-07 21:57:54 -05:00
Niko
5e7fbfd2af comments 2025-02-07 21:53:05 -05:00
Niko
e9eaf4d9e3 comments 2025-02-07 21:49:25 -05:00
Niko
0072c20db9 comments 2025-02-07 21:47:12 -05:00
Niko
e86cc2adae comments 2025-02-07 21:44:39 -05:00
Niko
5353b7541f comments 2025-02-07 21:15:48 -05:00
Niko
e18c42a349 comments 2025-02-07 21:14:03 -05:00
Niko
e4b87d4fe3 comments 2025-02-07 21:00:46 -05:00
Niko
c366277c1a comments 2025-02-07 20:58:22 -05:00
TheUbMunster
18b2196e2d
Fix warnings (#200)
* Fix a bunch of warnings

* Fix more warnings. Some warnings aren't obvious how to fix.

* fix a bunch of downcast warnings in DATA

* fix a few more, mostly forward decls

* move forward decls to decomp_/functions.h

* unfinished stuff, doesn't compile but trying to fix warnings. RB_Hazard_HurtDriver's return type is ambiguous atm

* fix signatures and compiles

* renamed RB_Hazard_HurtDriver to DECOMP_

* fixed a bunch more warnings.

* fixed more warnings, re-decomped a couple of functions, begin D231

* fixed more warnings

* fix more warnings

* more warnings

* more warnings

* fix more warnings, changed some signatures, fixed return->return (int) for some LInC functions

* Fixed a bunch more warnings

* fixed a bunch more warnings

* Fixed a bunch more warnings, only have a few tricky ones left.

* Fixed a few more warnings

* fix some pc rebuild warnings

* fixed signature types and some local variable types

* more type fixes

* fixed a bunch more warnings, fixed missing function parameters for some callbacks

* I think that's all?

* fix road hazards and warp orbs

* fix spider web

* Update CrashTeamRacingPC.vcxproj.user

* fix a return type in signature

* fixed a warnings from the merge

* added some comments. I think the credits ghost bug is due to byteBudget/clobbering

* small changes trying to figure out the credits bug

* commit for large test

* fix another warning

* switched file naming convention for BOTS

* Fix file naming convention for more files, rewrite of byteBudget/main.py

* Fixed a bunch more naming conventions

* fix more naming schemes. ModsX.c/ModsMain.c is nonfunctional until further notice

* moving functions to rdata is causing problems, disabled the decomp for MATH_Sin, LibraryOfModels_Store, PROC_SearchForModel

* re-enable 233 cs credits functions

* update bytebudget to display more info

* fix pc port include paths

* fix naming of main functions for bytebudget

* Fix credits bug.

* fix more naming

* fix more naming conventions

* Fixed the rest of the naming in Vehicle. a couple of functions are overbudget.

* fix more naming

* repaired mods

* disable online/defrag

* disable mixrng decomp

* Decomp for MainFrame_HaveAllPads.

* re-enable mixrng getvalue

* fix 230/1 and modify byteBudget to recognize howl naming

* add comments

* add 23x entries for "FULL" bytebudget.
2024-12-29 18:29:32 -05:00
Niko
2025b0f0d4 optimization 2024-10-14 23:03:14 -04:00