Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2023-12-31 | Reformatted ClearTextList() | Markus Uhlin | -4/+5 |
2023-12-31 | Reformatted SaveThisMsg() | Markus Uhlin | -15/+20 |
2023-12-31 | Reformatted LoadMsgs() | Markus Uhlin | -27/+34 |
2023-12-29 | Sorted the function declarations | Markus Uhlin | -64/+52 |
2023-12-29 | Reformatted LoadMsgRange() | Markus Uhlin | -39/+46 |
2023-12-29 | Updated the changelog | Markus Uhlin | -0/+2 |
2023-12-29 | Updated the changelog | Markus Uhlin | -0/+1 |
2023-12-29 | Fixed unchecked return values | Markus Uhlin | -0/+9 |
2023-12-29 | Updated the changelog | Markus Uhlin | -0/+2 |
2023-12-29 | MR_LDLIBS: -lbsd | Markus Uhlin | -1/+1 |
2023-12-29 | Replaced strcpy() with strlcpy() | Markus Uhlin | -3/+12 |
2023-12-29 | Reformatted WriteMsgFile() | Markus Uhlin | -12/+13 |
2023-12-29 | Reformatted ClearMsgsBySender() | Markus Uhlin | -23/+30 |
2023-12-29 | Reformatted functions | Markus Uhlin | -23/+25 |
2023-12-29 | Reformatted functions | Markus Uhlin | -29/+32 |
2023-12-29 | Reformatted player_search() | Markus Uhlin | -52/+62 |
2023-12-29 | Reformatted player_kill() and switched to usage of snprintf() | Markus Uhlin | -19/+36 |
2023-12-29 | Reformatted player_rename and switched to usage of snprintf() | Markus Uhlin | -18/+35 |
2023-12-29 | Reformatted player_raise() and switched to usage of snprintf() | Markus Uhlin | -18/+35 |
2023-12-28 | Updated the changelog | Markus Uhlin | -0/+1 |
2023-12-28 | Updated the changelog | Markus Uhlin | -0/+1 |
2023-12-28 | Reformatted player_reincarn() and switched to usage of snprintf() | Markus Uhlin | -19/+36 |
2023-12-28 | PASSLEN: 8 | Markus Uhlin | -1/+1 |
2023-12-28 | PASSLEN: 8 | Markus Uhlin | -1/+1 |
2023-12-28 | Updated the revision history | Markus Uhlin | -0/+1 |
2023-12-28 | Updated the revision history | Markus Uhlin | -0/+1 |
2023-12-28 | Updated the changelog | Markus Uhlin | -0/+1 |
2023-12-28 | Switched to usage of arc4random | Markus Uhlin | -10/+9 |
2023-12-28 | Updated the changelog | Markus Uhlin | -0/+1 |
2023-12-28 | Deleted pmail_file() because it's nonexistent | Markus Uhlin | -1/+0 |
2023-12-28 | Added alignment | Markus Uhlin | -3/+3 |
2023-12-28 | Changed comment layout | Markus Uhlin | -2/+7 |
2023-12-28 | Updated the revision history | Markus Uhlin | -0/+1 |
2023-12-28 | Added argument lists to all prototypes | Markus Uhlin | -51/+51 |
2023-12-28 | 'unsigned' -> 'unsigned int' | Markus Uhlin | -2/+2 |
2023-12-28 | Added space after comma | Markus Uhlin | -1/+1 |
2023-12-28 | 'unsigned' -> 'unsigned int' | Markus Uhlin | -2/+2 |
2023-12-28 | Sorted the function declarations | Markus Uhlin | -46/+38 |
2023-12-28 | Updated the changelog | Markus Uhlin | -0/+3 |
2023-12-28 | Moved comments and added argument lists | Markus Uhlin | -8/+16 |
2023-12-28 | Updated the changelog1.0 | Markus Uhlin | -1/+1 |
2023-12-27 | Updated the changelog | Markus Uhlin | -0/+1 |
2023-12-27 | ExplainFormula: lined up the vars | Markus Uhlin | -4/+4 |
2023-12-27 | Updated the revision history | Markus Uhlin | -6/+7 |
2023-12-27 | SetValidFormula() is in formula.h | Markus Uhlin | -3/+1 |
2023-12-27 | Fixed the includes | Markus Uhlin | -8/+8 |
2023-12-27 | Deleted trailing whitespace characters | Markus Uhlin | -2/+2 |
2023-12-27 | Updated the changelog | Markus Uhlin | -0/+1 |
2023-12-27 | Added SetValidFormula() | Markus Uhlin | -0/+1 |
2023-12-27 | Made SetValidFormula() public | Markus Uhlin | -1/+1 |