aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorLines
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
2023-12-28'unsigned' -> 'unsigned int'Markus Uhlin-2/+2
2023-12-28Sorted the function declarationsMarkus Uhlin-46/+38
2023-12-28Updated the changelogMarkus Uhlin-0/+3
2023-12-28Moved comments and added argument listsMarkus Uhlin-8/+16
2023-12-28Updated the changelog1.0Markus Uhlin-1/+1
2023-12-27Updated the changelogMarkus Uhlin-0/+1
2023-12-27ExplainFormula: lined up the varsMarkus Uhlin-4/+4
2023-12-27Updated the revision historyMarkus Uhlin-6/+7
2023-12-27SetValidFormula() is in formula.hMarkus Uhlin-3/+1
2023-12-27Fixed the includesMarkus Uhlin-8/+8
2023-12-27Deleted trailing whitespace charactersMarkus Uhlin-2/+2
2023-12-27Updated the changelogMarkus Uhlin-0/+1
2023-12-27Added SetValidFormula()Markus Uhlin-0/+1
2023-12-27Made SetValidFormula() publicMarkus Uhlin-1/+1
2023-12-27Made functions privateMarkus Uhlin-9/+9
2023-12-27Declared functions publicMarkus Uhlin-2/+2
2023-12-27Deleted the declaration of 'parray'Markus Uhlin-2/+0
2023-12-27Reformatted the file headerMarkus Uhlin-49/+50
2023-12-27Reformatted functionsMarkus Uhlin-14/+14
2023-12-27Reformatted GetRating()Markus Uhlin-9/+15
2023-12-27Reformatted GetNumberInsideParens()Markus Uhlin-11/+18
2023-12-27Reformatted Maxtime()Markus Uhlin-24/+25