Age | Commit message (Expand) | Author | Lines |
2025-03-09 | Usage of sizeof | Markus Uhlin | -3/+3 |
2025-03-09 | Arranged variables | Markus Uhlin | -6/+5 |
2025-03-09 | Better | Markus Uhlin | -4/+4 |
2025-03-09 | Updated the revision history | Markus Uhlin | -0/+1 |
2025-03-09 | CheckRepetition: calc string length once (found by PVS-Studio) | Markus Uhlin | -2/+7 |
2025-03-08 | Updated the revision history | Markus Uhlin | -0/+1 |
2025-03-08 | Calc string length once | Markus Uhlin | -4/+9 |
2025-03-06 | Updated the changelog | Markus Uhlin | -0/+2 |
2025-03-06 | Calc string length once (found by PVS-Studio) | Markus Uhlin | -2/+8 |
2025-02-11 | Updated the revision history | Markus Uhlin | -0/+1 |
2025-02-11 | player_find_part_login: calc string length once (found by PVS-Studio) | Markus Uhlin | -1/+4 |
2025-01-26 | Fixed -Wshadow | Markus Uhlin | -30/+30 |
2025-01-26 | Made the header layout look like everywhere else | Markus Uhlin | -13/+13 |
2025-01-26 | Fixed -Wshadow | Markus Uhlin | -8/+8 |
2025-01-18 | Updated the changelog | Markus Uhlin | -0/+1 |
2025-01-18 | Fixed -Wshadow | Markus Uhlin | -9/+9 |
2025-01-18 | Updated the changelog | Markus Uhlin | -0/+3 |
2025-01-18 | Deleted unnecessary null bytes | Markus Uhlin | -4/+4 |
2025-01-18 | Updated the revision history | Markus Uhlin | -0/+1 |
2025-01-18 | Fixed -Wshadow | Markus Uhlin | -1/+0 |
2025-01-18 | CFLAGS: added -Wformat-security and -Wshadow | Markus Uhlin | -0/+2 |
2024-12-07 | v1.4.41.4.4 | Markus Uhlin | -2/+2 |
2024-12-05 | DisplayRank: disabled the warnx() call | Markus Uhlin | -1/+1 |
2024-12-04 | DisplayRank: give a value to 'start' | Markus Uhlin | -0/+1 |
2024-12-04 | GetRank: disabled the warnx() call | Markus Uhlin | -1/+1 |
2024-12-04 | Documented option '-v' | Markus Uhlin | -1/+2 |
2024-12-04 | Updated the changelog | Markus Uhlin | -0/+1 |
2024-12-04 | Updated the revision history | Markus Uhlin | -0/+1 |
2024-12-04 | Added command-line option 'v' | Markus Uhlin | -0/+3 |
2024-12-04 | Updated the revision history | Markus Uhlin | -0/+1 |
2024-12-04 | Included err.h | Markus Uhlin | -0/+1 |
2024-12-04 | Fixed the usage of a possibly uninitialized variable, found by PVS-Studio | Markus Uhlin | -1/+9 |
2024-12-04 | Updated the changelog | Markus Uhlin | -0/+2 |
2024-12-04 | player_save: added player number check | Markus Uhlin | -0/+5 |
2024-12-04 | player_remove: added player number check | Markus Uhlin | -0/+5 |
2024-12-02 | Described player_num_ok_chk() | Markus Uhlin | -0/+3 |
2024-12-02 | Added player_num_ok_chk() | Markus Uhlin | -0/+11 |
2024-12-02 | Updated the revision history | Markus Uhlin | -0/+2 |
2024-12-02 | truncate_file: fixed a possible array overrun | Markus Uhlin | -5/+2 |
2024-12-02 | LoadEntries: deleted unused var | Markus Uhlin | -2/+1 |
2024-12-02 | Changed an if statement | Markus Uhlin | -1/+2 |
2024-12-02 | Updated the revision history | Markus Uhlin | -0/+3 |
2024-12-02 | Accept number bounds checking | Markus Uhlin | -0/+5 |
2024-12-02 | Usage of strcspn() | Markus Uhlin | -2/+2 |
2024-12-02 | list_find: changed while loop | Markus Uhlin | -5/+3 |
2024-12-02 | WriteMoves: fixed possible array underrun | Markus Uhlin | -1/+2 |
2024-12-02 | Updated the changelog | Markus Uhlin | -16/+16 |
2024-12-02 | Include errno.h | Markus Uhlin | -0/+1 |
2024-12-02 | Updated the changelog | Markus Uhlin | -0/+1 |
2024-12-02 | Trim newlines after fgets() calls using strcspn() | Markus Uhlin | -10/+16 |