Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2024-11-25 | get_empty_slot: added null check (found by PVS-Studio) | Markus Uhlin | -3/+5 | |
2024-11-25 | Updated the revision history | Markus Uhlin | -0/+1 | |
2024-11-25 | process_input: added null check | Markus Uhlin | -1/+4 | |
2024-11-25 | pcommand: initialized 'tmp' | Markus Uhlin | -1/+1 | |
2024-11-24 | set_seek: added code | Markus Uhlin | -3/+14 | |
2024-11-24 | Added 'seek' | Markus Uhlin | -0/+2 | |
2024-11-24 | Fixed a bug in net_send_string(), found by PVS-Studio | Markus Uhlin | -1/+1 | |
2024-11-24 | Updated the revision history | Markus Uhlin | -0/+1 | |
2024-11-24 | Added command 'sought' | Markus Uhlin | -0/+55 | |
2024-11-24 | Changed RemHist() | Markus Uhlin | -5/+4 | |
2024-11-24 | Updated the revision history | Markus Uhlin | -0/+1 | |
2024-11-24 | WritePlayerFile: fprintf: fixed incorrect format | Markus Uhlin | -3/+3 | |
2024-11-24 | ReadV1PlayerFmt: fscanf: fixed incorrect format | Markus Uhlin | -3/+3 | |
2024-11-24 | GetPlayerInfo: fscanf: fixed incorrect format | Markus Uhlin | -3/+3 | |
2024-11-24 | Updated the revision history | Markus Uhlin | -0/+1 | |
2024-11-24 | Added variable 'seek' | Markus Uhlin | -0/+17 | |
2024-11-24 | Updated the revision history | Markus Uhlin | -0/+1 | |
2024-11-24 | Added begin/end decls | Markus Uhlin | -0/+4 | |
2024-11-23 | Updated the revision history | Markus Uhlin | -0/+1 | |
2024-11-23 | Fixed bug | Markus Uhlin | -2/+6 | |
2024-11-23 | Document else branch | Markus Uhlin | -0/+4 | |
2024-11-23 | Check the retval of localtime() | Markus Uhlin | -5/+10 | |
2024-11-23 | Changed the return type of untenths() | Markus Uhlin | -2/+5 | |
2024-11-23 | Removed casts | Markus Uhlin | -3/+3 | |
2024-11-23 | movesToString: changed the type of 'curTime' | Markus Uhlin | -1/+1 | |
2024-11-23 | Updated the revision history | Markus Uhlin | -0/+2 | |
2024-11-23 | Added alignment | Markus Uhlin | -5/+5 | |
2024-11-23 | pgames: fscanf: added width spec (found by PVS-Studio) | Markus Uhlin | -2/+10 | |
2024-11-23 | pjournal: fscanf: added width spec (found by PVS-Studio) | Markus Uhlin | -1/+9 | |
2024-11-23 | addjournalitem: fscanf: added width spec (found by PVS-Studio) | Markus Uhlin | -1/+12 | |
2024-11-23 | Added a comment | Markus Uhlin | -0/+1 | |
2024-11-23 | Renamed var | Markus Uhlin | -4/+4 | |
2024-11-23 | Improved RemHist() | Markus Uhlin | -7/+22 | |
2024-11-23 | Updated the revision history | Markus Uhlin | -0/+1 | |
2024-11-23 | Added alignment | Markus Uhlin | -3/+3 | |
2024-11-23 | Made vars const | Markus Uhlin | -6/+6 | |
2024-11-23 | ReadMove: sscanf: added width spec (found by PVS-Studio) | Markus Uhlin | -1/+4 | |
2024-11-23 | Updated the revision history | Markus Uhlin | -0/+3 | |
2024-11-23 | Improved check_news() | Markus Uhlin | -5/+28 | |
2024-11-23 | Improved rscan_news() | Markus Uhlin | -3/+8 | |
2024-11-21 | Deleted whitespace | Markus Uhlin | -1/+1 | |
2024-11-21 | check_news: initialization | Markus Uhlin | -7/+7 | |
2024-11-21 | rscan_news: initialization | Markus Uhlin | -5/+5 | |
2024-11-20 | Updated the revision history | Markus Uhlin | -0/+1 | |
2024-11-20 | Added begin/end decls | Markus Uhlin | -31/+12 | |
2024-11-20 | Updated the revision history | Markus Uhlin | -0/+1 | |
2024-11-20 | Added FICS begin/end macros | Markus Uhlin | -0/+8 | |
2024-11-20 | Updated the revision history | Markus Uhlin | -2/+3 | |
2024-11-20 | Added newlines | Markus Uhlin | -0/+3 | |
2024-11-20 | Fixed ignored retvals | Markus Uhlin | -3/+15 | |