18 Commits

Author SHA1 Message Date
EpochFlame
09d603ac7c link dvdfs.c and update calcprogress
calcprogress now aligns the printed statistics
2023-02-10 14:30:06 -05:00
Luke Street
d89a095b5e ninja OK 2023-01-31 01:25:12 -05:00
EpochFlame
9887311f63
static libraries (#146)
* static library test (will fail to build)

missing operator nonsense

* try

* try 2

* fix copypaste mistake

Co-Authored-By: Luke Street <549122+encounter@users.noreply.github.com>

* static libs real

booyah baybee

* make gamecode into static libraries

* organize Dolphin files

dolphin sorted

* declutter build folder

* generate Dolphin.a

Dolphin.a is real now. Truly, a library of libraries.

* libraries build with -j

need to fix singlethreading and calcprogress

* repair singlethreaded make

ensure directories exist as a step within static library recipes

* consistent buildlog capitalization

linking to Linking for static library recipes

* remove bss hack from calcprogress

no longer necessary

* mute compiler warnings by default

they cluttered the build logs

* tiptoe around wibo's failure

wibo cannnot handle multiple linker instances generating libraries in the same folder

* repair calcprogress

ty @encounter for regex help

---------

Co-authored-by: Luke Street <luke.street@encounterpc.com>
Co-authored-by: Luke Street <549122+encounter@users.noreply.github.com>
2023-01-28 21:18:21 -05:00
Jonathon Brady
f6290834a7 update calcprogress.py 2022-08-16 22:28:07 -04:00
Sammy Samkough
da951587e8
don't repeat the same thing in progress.csv (#34)
* dont repeat progress.csv

* remove empty space

* newline

* more accurate conditional check + updated log
2022-08-06 17:59:46 -04:00
EpochFlame
fe40f39506
fix end of file to have newline 2022-07-27 17:33:35 -04:00
Sammy
17f65438c5 removes extra lines 2022-07-27 00:30:57 -04:00
Sammy
3b031547b8 added print statements 2022-07-25 01:47:18 -04:00
Sammy
9e73e99990 organizing 2022-07-25 01:45:10 -04:00
Sammy
91c8a4f02b only adds headers once 2022-07-25 01:42:41 -04:00
Sammy
7fd5c1458e updated calcprogress to print out a csv 2022-07-25 01:18:31 -04:00
EpochFlame
5ea0bfc3bf Update calcprogress.py 2022-06-29 17:17:01 -04:00
Luke Street
bdc9d59596 ci: Generate map & run calcprogress 2022-04-08 19:36:02 -04:00
EpochFlame
e568efd0a9 increase calcprog configurability 2022-03-29 14:08:41 -04:00
EpochFlame
f859e7d567 match fogMgr.cpp
thanks kiwi for finishing the job
also corrected a calcprogress error inflating treasure count

Co-Authored-By: kiwi <49212064+kiwi515@users.noreply.github.com>
2022-02-21 14:23:09 -05:00
EpochFlame
78a53d07a6 repair calcprogress to work with r40
Co-Authored-By: GibHaltmannKill <67860669+GibHaltmannKill@users.noreply.github.com>
2022-01-19 13:12:11 -05:00
EpochFlame
4ea10c1fb6 align data and code section calculation output 2021-12-24 13:44:52 -05:00
EpochFlame
3fc7eabe7b Represent data progress in the printout.
Data is represented by treasures.
2021-12-24 13:40:39 -05:00