Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-11 | document how to show original rich4.asm | Iru Cai | |
2021-05-11 | gitignore: add *.obj *.exe | Iru Cai | |
2021-05-11 | mark main function | Iru Cai | |
2021-05-11 | use msvcrt abs | Iru Cai | |
2021-05-11 | move out fseek() | Iru Cai | |
2021-05-11 | move out rand(), srand() | Iru Cai | |
2021-05-11 | move out part of fclose() | Iru Cai | |
2021-05-11 | move out part of fopen() | Iru Cai | |
2021-05-11 | use tool_strings.c | Iru Cai | |
2021-05-11 | use C card table | Iru Cai | |
2021-05-10 | use player_stocks C global data | Iru Cai | |
2021-05-10 | use stocks data C code | Iru Cai | |
2021-05-10 | split out stocks data | Iru Cai | |
2021-05-10 | label game_stocks | Iru Cai | |
2021-05-10 | comment on cards | Iru Cai | |
2021-05-10 | update readme | Iru Cai | |
2021-05-10 | replace card strings | Iru Cai | |
I generate a script with the following program to replace the refs in card_strings. int main() { const unsigned addr = 0x48123a; for (int i = 0; i < 12 * 3 * 30; i++) { unsigned offset = i * 4; printf("sed -i 's/ref_%08x/(card_strings+%d)/g' rich4.asm\n", addr + offset, offset); } } | |||
2021-05-10 | add make clean | Iru Cai | |
2021-05-10 | replace get_local_time function | Iru Cai | |
2021-05-10 | use msvcrt memcmp | Iru Cai | |
2021-05-10 | use msvcrt strlen | Iru Cai | |
2021-05-10 | use msvcrt memcpy | Iru Cai | |
2021-05-10 | drop radare2 mmap.* sections | Iru Cai | |
2021-05-10 | add assembly dump of rich4.exerich4_asm | Iru Cai | |
2018-11-17 | graph_fill | Iru Cai | |
2018-11-17 | speak_words | Iru Cai | |
2018-11-17 | pddrawsf3 fixes | Iru Cai | |
2018-11-17 | font.c: beautify and fix | Iru Cai | |
2018-11-17 | gst_4762e8 | Iru Cai | |
2018-11-17 | fcn_00456356, fcn_00456328 | Iru Cai | |
2018-11-17 | name and comment graph_overlay_2a | Iru Cai | |
2018-11-17 | fcn_00455fd9 | Iru Cai | |
2018-11-16 | readme.rst: about rich.r2 | Iru Cai | |
2018-11-16 | remove r2 and make it another project, add .gitignore | Iru Cai | |
2018-11-16 | comment on 0x498ea0 | Iru Cai | |
2018-11-16 | make main.c more buildable | Iru Cai | |
2018-11-16 | add misc.h, license | Iru Cai | |
2018-11-16 | add drawing.h from drawing.c | Iru Cai | |
2018-11-16 | graph_struct.h: include guard | Iru Cai | |
2018-11-16 | write mciSendStringA functions in misc.c | Iru Cai | |
2018-11-16 | rename dw_48a184 | Iru Cai | |
2018-11-15 | add headers | Iru Cai | |
2018-11-15 | use RECT draw_rect struct and beautify | Iru Cai | |
2018-11-15 | fcn_004190cf | Iru Cai | |
2018-11-15 | cosmetic change of main.c | Iru Cai | |
2018-10-19 | hlands, blands rewrite | Iru Cai | |
2018-10-19 | check_news | Iru Cai | |
2018-10-18 | news_events | Iru Cai | |
2018-10-16 | invade_bank_computer | Iru Cai | |
2018-10-16 | fortune.c: beautify | Iru Cai | |