26 Commits

Author SHA1 Message Date
Zac
5ef4ee6b6c
Update gitignore 2024-11-25 01:08:35 +00:00
Zac
0aa280c2e4
Minor text fixes 2024-09-10 20:11:42 +00:00
Zac
9af1bd78ec
Add missing files 2024-07-05 06:21:09 +00:00
Zac
758a8f41b0
Decomp binoc.c function 2024-06-28 20:44:59 +00:00
Zac
c3ab2a0129
Update scripts and documentation 2024-06-28 07:51:43 +00:00
TheOnlyZac
6e9b5cdf22 More segments and symbols 2024-04-30 21:13:41 -04:00
Zac
cb723c7c38
Cleanup and reorganization 2024-04-29 23:37:56 +00:00
Zac
20ce3f09b5
Add symbol_addrs for release 2024-04-29 23:09:25 +00:00
Zac
caab0b414b
Add file to gitignore 2024-04-29 21:43:31 +00:00
Yotona
443cb2930b Splat configuration & necessary includes 2024-04-26 10:50:10 -06:00
Zac
ddecdb24b6
Update readme and scripts 2023-12-17 04:01:12 +00:00
Zac
de8a744dd8
Add splat and baseline config file 2023-12-17 02:50:16 +00:00
Zac
ec69fa3e7d
Add windows run script 2023-12-07 19:16:31 +00:00
theonlyzac
1de010a6ef
Update documentation 2023-12-05 03:51:29 -05:00
theonlyzac
10d10d2b64
Update readme and gitignore 2023-12-05 03:16:29 -05:00
modeco80
f2220fb604 build: Output products into object and binary directories
Objects and binaries are now put in neat bin/ and obj/ directories matching the build configuration. This also means that a release and debug build are allowed to coexist, since they won't overwrite files related to each other.

This also thins out the gitignore, and removes build/ from it since it is now a valid directory (where we put the Make buildsystem files).
2023-12-05 01:55:41 -05:00
modeco80
50a20af443 build: Split Makefile build system into multiple files
This commit makes a new build/ folder which contains auxiliary
Makefiles that are used to assist the build.

In theory, later on, (hinted by the documentation of build/core.mk),
it may be possible to even add IOP target support, but for now, I have
not yet added this to the buildsystem. It should be relatively easy, however.
2023-12-04 21:23:23 -05:00
Zac
0df0fe0b7a
Refactor for ee-gcc compiler 2023-12-03 00:42:35 +00:00
Zac
36d129078a
Replace #pragma once with include guards 2023-12-02 23:12:28 +00:00
TheOnlyZac
e67bffc059 Wording and layout tweaks 2023-02-21 18:01:45 -05:00
TheOnlyZac
f7fde69ea1 minor text fixes 2021-11-30 00:22:30 -05:00
TheOnlyZac
ccb889a81c added game bin to gitignore 2021-11-30 00:16:23 -05:00
Thomas
dc9d3a1b54 what the fuck is that gitignore dude 2021-11-22 15:09:55 +01:00
TheOnlyZac
a193140398 Added cmake stuff to gitignore 2021-11-19 19:13:15 -05:00
Thomas
d3ec227451 Project: Added cmake build process, also fixed mixups 2021-11-09 21:15:06 +01:00
Zac
de492a25f5 Add .gitignore and .gitattributes. 2021-11-08 19:59:05 -05:00