Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-11 | player info in C | Iru Cai | |
2021-05-11 | use tool_strings.c | Iru Cai | |
2021-05-10 | use stocks data C code | 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 | replace get_local_time function | 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 | 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 | |
2018-10-16 | player_stocks | Iru Cai | |
2018-10-16 | player_cards_num | Iru Cai | |
2018-10-16 | fortune: sell_* | Iru Cai | |
2018-10-16 | 49 fortunes total | Iru Cai | |
2018-10-16 | fortune.c: beautify | Iru Cai | |
2018-10-16 | fortune call table | Iru Cai | |
2018-10-16 | fortune: fake loan, bank reject for a month | Iru Cai | |
2018-10-15 | add fortune remove_a_land, rewrite using struct housing_land | Iru Cai | |
2018-10-14 | land.h: struct for each land | Iru Cai | |
2018-10-14 | loadsave.c: small fix | Iru Cai | |
2018-10-14 | price_up_card | Iru Cai | |
2018-10-13 | fortune: break down a house | Iru Cai | |
2018-10-10 | fortune | Iru Cai | |
2018-10-04 | rewrite cursor functions using known structs | Iru Cai | |
2018-10-04 | set_cursor_icon | Iru Cai | |
2018-10-04 | data0, deinit_data_and_timer | Iru Cai | |
2018-10-04 | name functions create_font_surface, set_pixel_fmt | Iru Cai | |
2018-10-02 | start_game_loop | Iru Cai | |
2018-10-02 | ui_entry, set some callback functions static | Iru Cai | |
2018-10-02 | deinit_game, deinit_font | Iru Cai | |
2018-10-02 | overlay_fullscreen | Iru Cai | |