Age | Commit message (Expand) | Author | Lines |
2024-03-16 | Updated the revision history | Markus Uhlin | -0/+3 |
2024-03-16 | Added parameters to GetMsgFile() and changed the function to use snprintf() | Markus Uhlin | -9/+17 |
2024-03-16 | Replaced more sprintf() calls | Markus Uhlin | -7/+7 |
2024-03-16 | Replaced sprintf() calls | Markus Uhlin | -9/+9 |
2024-03-16 | Replaced sprintf() calls with snprintf() and added truncation checks | Markus Uhlin | -4/+18 |
2024-01-06 | Check the return of fgets() | Markus Uhlin | -8/+8 |
2023-12-31 | Made functions private | Markus Uhlin | -2/+2 |
2023-12-31 | Check the return of fgets() and trim the newline using strcspn() | Markus Uhlin | -3/+7 |
2023-12-31 | Trim the newline using strcspn() | Markus Uhlin | -8/+8 |
2023-12-31 | Switched to a C-style comment | Markus Uhlin | -1/+1 |
2023-12-31 | ReadV1PlayerFmt: initialized 'tmp2' | Markus Uhlin | -1/+1 |
2023-12-31 | Replaced sprintf() calls | Markus Uhlin | -3/+4 |
2023-12-31 | Updated the revision history | Markus Uhlin | -1/+1 |
2023-12-31 | player_pend_print: initialized the char buffers and got rid of a strcpy() call | Markus Uhlin | -3/+3 |
2023-12-31 | Replaced a sprintf() call with snprintf() | Markus Uhlin | -1/+1 |
2023-12-31 | Replaced strcat() calls | Markus Uhlin | -2/+13 |
2023-12-31 | Documeted unreferenced variable | Markus Uhlin | -0/+3 |
2023-12-31 | Updated the revision history | Markus Uhlin | -0/+2 |
2023-12-31 | Reformatted get_empty_slot() | Markus Uhlin | -15/+13 |
2023-12-31 | Reformatted player_array_init() | Markus Uhlin | -5/+4 |
2023-12-31 | Reformatted player_init() | Markus Uhlin | -18/+21 |
2023-12-31 | Reformatted player_new() | Markus Uhlin | -5/+6 |
2023-12-31 | player_zero: sorted variable assignments | Markus Uhlin | -115/+131 |
2023-12-31 | Reformatted player_zero() | Markus Uhlin | -130/+125 |
2023-12-31 | Reformatted functions | Markus Uhlin | -29/+31 |
2023-12-31 | Reformatted player_remove() | Markus Uhlin | -36/+43 |
2023-12-31 | got_attr_value_player: init 'tmp' | Markus Uhlin | -1/+1 |
2023-12-31 | Switched to usage of 'sizeof' | Markus Uhlin | -7/+7 |
2023-12-31 | Deleted whitespace | Markus Uhlin | -1/+1 |
2023-12-31 | Reformatted got_attr_value_player() -- phew! | Markus Uhlin | -244/+301 |
2023-12-31 | Changed player_read() | Markus Uhlin | -56/+65 |
2023-12-31 | Reformatted player_delete() | Markus Uhlin | -11/+11 |
2023-12-31 | Reformatted player_markdeleted() | Markus Uhlin | -20/+20 |
2023-12-31 | Reformatted player_save() and replaced sprintf() with snprintf() | Markus Uhlin | -23/+29 |
2023-12-31 | Reformatted player_find() | Markus Uhlin | -9/+9 |
2023-12-31 | Reformatted player_find_bylogin() | Markus Uhlin | -13/+15 |
2023-12-31 | Reformatted player_find_part_login() | Markus Uhlin | -21/+24 |
2023-12-31 | Reformatted functions | Markus Uhlin | -28/+33 |
2023-12-31 | Reformatted player_notify_present() | Markus Uhlin | -27/+32 |
2023-12-31 | Whitespace after comma | Markus Uhlin | -1/+1 |
2023-12-31 | Reformatted player_notify() | Markus Uhlin | -24/+29 |
2023-12-31 | Changed showstored() | Markus Uhlin | -44/+56 |
2023-12-31 | Reformatted player_count() and switched to a while loop | Markus Uhlin | -11/+16 |
2023-12-31 | Reformatted functions | Markus Uhlin | -9/+11 |
2023-12-31 | Changed write_p_inout() | Markus Uhlin | -10/+14 |
2023-12-31 | Reformatted functions and replaced sprintf() calls | Markus Uhlin | -22/+30 |
2023-12-31 | Reformatted player_pend_print() | Markus Uhlin | -45/+55 |
2023-12-31 | Reformatted player_find_pendto() | Markus Uhlin | -13/+13 |
2023-12-31 | Reformatted functions | Markus Uhlin | -13/+21 |
2023-12-31 | Reformatted player_find_pendfrom() | Markus Uhlin | -19/+23 |