Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2024-01-03 | Reformatted wild_cmp() | Markus Uhlin | -20/+22 | |
2024-01-03 | Reformatted alpha_cmp() | Markus Uhlin | -12/+14 | |
2024-01-03 | Reformatted com_who() | Markus Uhlin | -167/+188 | |
2024-01-03 | Reformatted com_refresh() | Markus Uhlin | -31/+39 | |
2024-01-03 | Reformatted functions | Markus Uhlin | -25/+28 | |
2024-01-03 | Reformatted functions | Markus Uhlin | -14/+18 | |
2024-01-03 | time(0) -> time(NULL) | Markus Uhlin | -3/+3 | |
2024-01-03 | Reformatted sort_players() and made it private | Markus Uhlin | -8/+6 | |
2024-01-03 | Moved defines | Markus Uhlin | -12/+12 | |
2024-01-03 | Reformatted AddPlayerLists() and marked it private | Markus Uhlin | -17/+18 | |
2024-01-03 | Moved 'inout_string' and marked it private | Markus Uhlin | -4/+2 | |
2024-01-03 | Reformatted who_winloss(), replaced sprintf() with snprintf() and deleted ↵ | Markus Uhlin | -48/+45 | |
unnecessary casts | ||||
2024-01-03 | Reformatted functions | Markus Uhlin | -10/+14 | |
2024-01-03 | Reformatted com_promote() | Markus Uhlin | -7/+10 | |
2024-01-03 | Reformatted com_alias() | Markus Uhlin | -44/+54 | |
2024-01-03 | Reformatted FindPlayer() | Markus Uhlin | -13/+16 | |
2024-01-03 | Updated the revision history | Markus Uhlin | -0/+2 | |
2024-01-03 | Reformatted com_unalias() | Markus Uhlin | -19/+28 | |
2024-01-03 | Reformatted com_servers() and deleted disabled code | Markus Uhlin | -12/+5 | |
2024-01-03 | Added usage of ARRAY_SIZE() | Markus Uhlin | -9/+16 | |
2024-01-03 | Deleted unnecessary parentheses | Markus Uhlin | -1/+1 | |
2024-01-03 | com_index: fixed incorrect size | Markus Uhlin | -1/+1 | |
2024-01-03 | Reformatted com_index() | Markus Uhlin | -27/+37 | |
2024-01-03 | Reformatted com_help() | Markus Uhlin | -40/+57 | |
2024-01-01 | Added empty lines | Markus Uhlin | -0/+2 | |
2024-01-01 | Reformatted functions | Markus Uhlin | -38/+50 | |
2024-01-01 | Reformatted com_handles() and replaced sprintf() with snprintf() | Markus Uhlin | -11/+14 | |
2024-01-01 | Reformatted com_getpi() | Markus Uhlin | -19/+23 | |
2024-01-01 | Added whitespace after comma | Markus Uhlin | -1/+1 | |
2024-01-01 | Reformatted com_getps() | Markus Uhlin | -8/+12 | |
2024-01-01 | Reformatted com_limits() | Markus Uhlin | -21/+34 | |
2023-12-25 | Fix the salt | Markus Uhlin | -13/+5 | |
2023-12-23 | Updated the revision history | Markus Uhlin | -0/+1 | |
2023-12-23 | Fixed salt | Markus Uhlin | -7/+13 | |
2023-12-23 | Reformatted com_password() | Markus Uhlin | -25/+33 | |
2023-12-19 | Added alignment | Markus Uhlin | -5/+5 | |
2023-12-19 | Made vars public | Markus Uhlin | -5/+5 | |
2023-12-19 | Moved 'num_news' | Markus Uhlin | -2/+1 | |
2023-12-19 | Reformatted functions | Markus Uhlin | -7/+9 | |
2023-12-19 | Moved includes | Markus Uhlin | -3/+3 | |
2023-12-19 | Updated the revision history | Markus Uhlin | -0/+1 | |
2023-12-19 | Reformatted rscan_news2() and changed the type of var 'crtime' to 'time_t' | Markus Uhlin | -17/+25 | |
2023-12-19 | Reformatted com_news() and changed the type of 'crtime' to 'time_t' | Markus Uhlin | -71/+94 | |
2023-12-18 | com_stats: changed the type of var 't' | Markus Uhlin | -1/+2 | |
2023-12-17 | Updated the revision history | Markus Uhlin | -0/+1 | |
2023-12-17 | Reformatted com_stats() | Markus Uhlin | -151/+212 | |
2023-12-17 | com_date: changed the type of 't' | Markus Uhlin | -5/+8 | |
2023-12-17 | Updated the revision history | Markus Uhlin | -0/+1 | |
2023-12-17 | Reformatted plogins() and fixed the type of the var passed to strltime() | Markus Uhlin | -28/+35 | |
2023-12-17 | Updated the revision history | Markus Uhlin | -0/+1 | |