80 Commits

Author SHA1 Message Date
Yanis42
cb03b13230 Merge pull request #51 from CrashOveride95/makedepend
Add makedepend
2023-09-05 10:34:29 +02:00
Yanis42
437fc480c7 Merge remote-tracking branch 'decomp/master' into decomp_merge 2023-09-03 15:44:52 +02:00
fig02
2875ab4fcf Emulator related changes in the makefile (#1528)
* emu related changes to make file

* spaces

* add error

* remove unwanted file (thanks ares)
2023-08-28 18:48:52 -04:00
engineer124
d307a37233 Reorganize Audio Files & Name Remaining Audio Files (#1494)
* reorganize audio files

* audio code files

* split audio and libaudio

* audio_init_params to audio_configuration

* simplify file names

* move aisetnextbuf to libaudio

* move src/audio -> src/code/audio

* adjust makefile comment

* reorganize again into internal/external

* adjust comment

* restructure again
2023-07-06 17:55:10 -04:00
Yanis42
0d7350bd24 Merge remote-tracking branch 'decomp/master' into decomp_merge 2023-07-03 18:20:50 +02:00
CrashOveride95
68bb03b32a Add makedepend 2023-04-21 22:22:15 -04:00
Billy
8e04ae917f Improve missing mips-linux-gnu error message (#1497)
* Improve error message and match up with https://github.com/zeldaret/mm/pull/1173

* Update Makefile

More descriptive error messaging

Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>

---------

Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>
2023-03-20 11:07:18 -04:00
playerskel
9f0b7bb8a3 another round of trailing whitespaces (#1495) 2023-02-26 17:26:07 +01:00
Yanis42
d6b0902cdf fix vscode being annoying 2023-01-31 20:24:09 +01:00
Nassib Rayanne
7ca2d8c854 ran formater and little corrections 2023-01-03 23:17:25 +01:00
ariahiro64
1c9f962def aplib 2022-12-10 08:18:38 -05:00
ariahiro64
e4117a818c initial vc support 2022-12-10 06:18:56 -05:00
Yanis42
dd254a7c4f Merge pull request #17 from Yanis42/feature_daf
[Feature] Introduce Assets Fixer
2022-12-06 21:46:38 +01:00
Yanis42
7e51a34dac fix for issue 19 2022-12-04 13:38:54 +01:00
Yanis42
58880bb537 remove useless comment 2022-12-03 20:43:56 +01:00
Yanis42
dbaf236d16 Merge remote-tracking branch 'upstream/master' into feature_daf 2022-12-03 20:34:43 +01:00
Zelllll
c03ba827f0 Merge remote-tracking branch 'decomp/master' 2022-11-08 19:20:33 -06:00
Roman971
1cb00350d9 Skip compiling C-included files during the build (#1386)
* Update the makefile to skip .inc.c files when building

* Rename all C-included source files to .inc.c
2022-10-04 12:36:25 +02:00
Yanis42
679f0086d9 merged daf 2022-09-04 23:17:10 +02:00
Zelllll
66e94d0f71 Restore N64 boot logo, add DEBUG_ROM define to Makefile, and more (#8)
* Restore N64 boot logo, add NDEBUG to Makefile, and print build info

* Use DEBUG_ROM define instead of NDEBUG

* Fix SKIP_N64_BOOT_LOGO

* Make configs more robust and add new debug config

* Fix uncaught include errors

* Make the date, author, and commit hash be printed on the n64 logo
2022-08-08 20:49:56 -05:00
Roman971
1652b7e5d7 Fix audio strings with -use_readwrite_const and -signed (#1324)
* Fix audio strings with -use_readwrite_const and -signed

* Add comments for audio flags in makefile
2022-07-29 20:35:09 -04:00
Zelllll
50fd84fbff Remove IDO entirely, and remove COMPARE and NON_MATCHING from Makefile 2022-07-11 13:00:04 -05:00
Zelllll
20c9be3ee3 Remove some unnecessary tools and files 2022-07-11 12:54:21 -05:00
Roman971
08c8126ba5 Enable int-conversion warnings and fix all current instances (#1280)
* Enable int-conversion warnings for gcc/clang

* Fix all current int-conversion warnings

* Run format.sh

* Apply review suggestions
2022-06-15 20:15:44 -04:00
Roman971
feadb0d9ee Enable more IDO warnings and apply fixes (#1264)
* Update asm-processor and fix includes with EARLY

* Enable more IDO warnings and disable unwanted warning 516

* Fix most new and remaining warnings

* Improve skelanime comment

* Improve asmproc pragma comment

Co-authored-by: Tharo <17233964+Thar0@users.noreply.github.com>

* Add suggested comment for a wrong prototype

* Update asm-processor with the latest fix

Co-authored-by: Tharo <17233964+Thar0@users.noreply.github.com>
2022-06-12 19:24:45 -04:00