aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorLines
2023-12-31Reformatted player_add_observe()Markus Uhlin-6/+7
2023-12-31Reformatted player_remove_observe()Markus Uhlin-13/+17
2023-12-31Reformatted player_game_ended()Markus Uhlin-13/+14
2023-12-31Reformatted player_goto_board()Markus Uhlin-43/+57
2023-12-31Reformatted player_goto_next_board()Markus Uhlin-20/+25
2023-12-31Reformatted player_goto_prev_board()Markus Uhlin-20/+26
2023-12-31Reformatted player_goto_simulgame_bynum()Markus Uhlin-19/+24
2023-12-31Reformatted player_num_active_boards()Markus Uhlin-8/+12
2023-12-31Reformatted player_num_results()Markus Uhlin-8/+12
2023-12-31Reformatted player_simul_over() and replaced sprintf() with snprintf()Markus Uhlin-45/+59
2023-12-31Deleted non-existent declarationsMarkus Uhlin-5/+0
2023-12-31Lined up the function declarationsMarkus Uhlin-67/+68
2023-12-31Reformatted functionsMarkus Uhlin-10/+14
2023-12-31Reformatted functionsMarkus Uhlin-10/+14
2023-12-31Reformatted ClearTextList()Markus Uhlin-4/+5
2023-12-31Reformatted SaveThisMsg()Markus Uhlin-15/+20
2023-12-31Reformatted LoadMsgs()Markus Uhlin-27/+34
2023-12-29Sorted the function declarationsMarkus Uhlin-64/+52
2023-12-29Reformatted LoadMsgRange()Markus Uhlin-39/+46
2023-12-29Updated the changelogMarkus Uhlin-0/+2
2023-12-29Updated the changelogMarkus Uhlin-0/+1
2023-12-29Fixed unchecked return valuesMarkus Uhlin-0/+9
2023-12-29Updated the changelogMarkus Uhlin-0/+2
2023-12-29MR_LDLIBS: -lbsdMarkus Uhlin-1/+1
2023-12-29Replaced strcpy() with strlcpy()Markus Uhlin-3/+12
2023-12-29Reformatted WriteMsgFile()Markus Uhlin-12/+13
2023-12-29Reformatted ClearMsgsBySender()Markus Uhlin-23/+30
2023-12-29Reformatted functionsMarkus Uhlin-23/+25
2023-12-29Reformatted functionsMarkus Uhlin-29/+32
2023-12-29Reformatted player_search()Markus Uhlin-52/+62
2023-12-29Reformatted player_kill() and switched to usage of snprintf()Markus Uhlin-19/+36
2023-12-29Reformatted player_rename and switched to usage of snprintf()Markus Uhlin-18/+35
2023-12-29Reformatted player_raise() and switched to usage of snprintf()Markus Uhlin-18/+35
2023-12-28Updated the changelogMarkus Uhlin-0/+1
2023-12-28Updated the changelogMarkus Uhlin-0/+1
2023-12-28Reformatted player_reincarn() and switched to usage of snprintf()Markus Uhlin-19/+36
2023-12-28PASSLEN: 8Markus Uhlin-1/+1
2023-12-28PASSLEN: 8Markus Uhlin-1/+1
2023-12-28Updated the revision historyMarkus Uhlin-0/+1
2023-12-28Updated the revision historyMarkus Uhlin-0/+1
2023-12-28Updated the changelogMarkus Uhlin-0/+1
2023-12-28Switched to usage of arc4randomMarkus Uhlin-10/+9
2023-12-28Updated the changelogMarkus Uhlin-0/+1
2023-12-28Deleted pmail_file() because it's nonexistentMarkus Uhlin-1/+0
2023-12-28Added alignmentMarkus Uhlin-3/+3
2023-12-28Changed comment layoutMarkus Uhlin-2/+7
2023-12-28Updated the revision historyMarkus Uhlin-0/+1
2023-12-28Added argument lists to all prototypesMarkus Uhlin-51/+51
2023-12-28'unsigned' -> 'unsigned int'Markus Uhlin-2/+2
2023-12-28Added space after commaMarkus Uhlin-1/+1