2023-01-14 23:34 | Fix memory leak. | Matsuda Kenji | 4 | +13 | -8 |
2023-01-14 22:40 | Add counters for memory debugging. counters incremented with malloc and decremented with free for each structs. maybe List struct is the source of memory leak. | Matsuda Kenji | 5 | +66 | -7 |
2023-01-14 21:09 | change error message | Matsuda Kenji | 1 | +1 | -1 |
2023-01-14 20:57 | initialize pointers with NULL | Matsuda Kenji | 1 | +7 | -12 |
2023-01-14 10:19 | add debug message | Matsuda Kenji | 1 | +4 | -7 |
2023-01-13 09:06 | fix memory leak in lhandle_collision\nbut still leaking in the same function | Matsuda Kenji | 1 | +1 | -1 |
2023-01-13 08:54 | find memory leak in lhandle_collision() | Matsuda Kenji | 1 | +11 | -1 |
2023-01-13 07:19 | fix bug | Matsuda Kenji | 1 | +1 | -1 |
2023-01-13 05:51 | Add enemy | Matsuda Kenji | 2 | +43 | -3 |
2023-01-13 03:26 | add enemy | Matsuda Kenji | 4 | +69 | -25 |
2023-01-13 02:00 | rename SUB_TICK to SUB_FRAME | Matsuda Kenji | 1 | +4 | -5 |
2023-01-12 07:27 | make comment clear | Matsuda Kenji | 1 | +3 | -3 |
2023-01-12 05:51 | Change Makefile for test. | Matsuda Kenji | 1 | +1 | -1 |
2023-01-12 01:46 | add debug messages | Matsuda Kenji | 1 | +58 | -15 |
2023-01-12 01:00 | Use typedef for structs | Matsuda Kenji | 5 | +121 | -122 |
2023-01-12 00:38 | move falling status inside Object | Matsuda Kenji | 3 | +23 | -19 |
2023-01-11 06:42 | delete unused stuff | Matsuda Kenji | 3 | +2 | -43 |
2023-01-11 06:24 | change the world | Matsuda Kenji | 1 | +9 | -9 |
2023-01-11 06:24 | change is_on_floor_before() method | Matsuda Kenji | 1 | +5 | -8 |
2023-01-11 02:55 | add Makefile for test | Matsuda Kenji | 6 | +33 | -11 |
2023-01-11 02:09 | rename Makefile target | Matsuda Kenji | 2 | +2 | -2 |
2023-01-11 01:46 | add test | Matsuda Kenji | 4 | +226 | -1 |
2023-01-10 22:55 | fix typo for file name | Matsuda Kenji | 1 | +0 | -66 |
2023-01-10 05:16 | clean | Matsuda Kenji | 1 | +18 | -10 |
2023-01-10 05:05 | Implement collision handler. | Matsuda Kenji | 1 | +47 | -2 |
2023-01-10 04:10 | Fix bug | Matsuda Kenji | 1 | +9 | -12 |
2023-01-10 03:58 | Implement more efficient collision handler. | Matsuda Kenji | 2 | +59 | -7 |
2023-01-10 03:57 | change map | Matsuda Kenji | 1 | +5 | -5 |
2023-01-10 01:48 | Disable drawing outside the screen. | Matsuda Kenji | 1 | +7 | -5 |
2023-01-10 01:38 | disable double drawing | Matsuda Kenji | 1 | +0 | -1 |
2023-01-10 01:36 | rename variable | Matsuda Kenji | 1 | +22 | -22 |
2023-01-10 01:31 | Change to use a single list for all objects | Matsuda Kenji | 3 | +44 | -60 |
2023-01-10 00:38 | add collision handler for list | Matsuda Kenji | 3 | +20 | -3 |
2023-01-10 00:28 | add new files | Matsuda Kenji | 4 | +410 | -0 |
2023-01-09 23:52 | Divide headers completely... | Matsuda Kenji | 4 | +35 | -446 |
2023-01-09 23:39 | delete unused functions | Matsuda Kenji | 2 | +0 | -81 |
2023-01-09 23:00 | use list | Matsuda Kenji | 2 | +51 | -21 |
2023-01-09 22:31 | add error messages | Matsuda Kenji | 4 | +159 | -35 |
2023-01-09 06:18 | add list files | Matsuda Kenji | 2 | +117 | -0 |
2023-01-09 06:06 | change to use general collision function | Matsuda Kenji | 1 | +3 | -4 |
2023-01-08 04:25 | change order of function prototypes | Matsuda Kenji | 1 | +2 | -2 |
2023-01-08 04:22 | change scroll margin | Matsuda Kenji | 1 | +1 | -1 |
2023-01-07 23:13 | delete list header | Matsuda Kenji | 3 | +72 | -94 |
2023-01-07 01:01 | add draw_object function | Matsuda Kenji | 4 | +46 | -16 |
2023-01-06 05:01 | move functions so that the order of definitions is the same as that of prototypes | Matsuda Kenji | 1 | +15 | -13 |
2023-01-06 04:52 | delete unused function prototype | Matsuda Kenji | 1 | +0 | -3 |
2023-01-05 10:23 | make collision handler an array of function pointers | Matsuda Kenji | 3 | +21 | -9 |
2023-01-05 06:12 | add experimental collision handler | Matsuda Kenji | 3 | +80 | -61 |
2023-01-05 03:36 | delete parentheses from macro | Matsuda Kenji | 1 | +6 | -6 |
2023-01-04 23:00 | change unclear while statements to usual for statements | Matsuda Kenji | 1 | +8 | -14 |
2023-01-04 22:54 | delete original | Matsuda Kenji | 3 | +0 | -508 |
2023-01-04 02:08 | add goal flag | Matsuda Kenji | 2 | +74 | -36 |
2023-01-04 01:35 | add vertical scroll | Matsuda Kenji | 2 | +81 | -75 |
2023-01-04 01:19 | copy ex8 to ex9 | Matsuda Kenji | 6 | +994 | -0 |
2023-01-02 23:50 | ex5: change order of collision handling | Matsuda Kenji | 1 | +4 | -4 |
2023-01-02 23:12 | ex5: make window small | Matsuda Kenji | 1 | +6 | -6 |
2023-01-02 23:02 | make window small | Matsuda Kenji | 1 | +6 | -6 |
2023-01-02 09:49 | change order of handling collision | Matsuda Kenji | 1 | +6 | -4 |
2023-01-01 08:18 | fix bug | Matsuda Kenji | 1 | +2 | -2 |
2023-01-01 04:21 | add falling status | Matsuda Kenji | 3 | +44 | -11 |
2022-12-31 07:53 | use linked list util | Matsuda Kenji | 2 | +62 | -140 |
2022-12-31 06:55 | rename | Matsuda Kenji | 3 | +241 | -7 |
2022-12-31 05:46 | rename | Matsuda Kenji | 2 | +1 | -154 |
2022-12-31 03:25 | fix segfault | Matsuda Kenji | 2 | +22 | -58 |
| 80 more commits remaining, fetch the repository |