Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2024-04-01 | Updated the revision history | Markus Uhlin | -0/+1 |
2024-04-01 | Added parameter list | Markus Uhlin | -1/+1 |
2024-04-01 | Deleted function declarations | Markus Uhlin | -4/+0 |
2024-04-01 | Added parameter list | Markus Uhlin | -1/+1 |
2024-04-01 | Moved typedef | Markus Uhlin | -5/+5 |
2024-04-01 | Aligned the function declarations | Markus Uhlin | -8/+8 |
2024-04-01 | Sorted the function declarations | Markus Uhlin | -6/+5 |
2024-04-01 | Moved var | Markus Uhlin | -2/+2 |
2024-04-01 | Aligned the defines | Markus Uhlin | -10/+10 |
2024-04-01 | Indent using tabs | Markus Uhlin | -2/+2 |
2024-04-01 | Updated the readme | Markus Uhlin | -1/+3 |
2024-03-31 | Revised process_disconnection() | Markus Uhlin | -37/+48 |
2024-03-31 | Updated the changelog | Markus Uhlin | -0/+1 |
2024-03-31 | Adding missing parameter lists to function declarations | Markus Uhlin | -3/+5 |
2024-03-31 | Added the parameter list to 'comm_func' | Markus Uhlin | -1/+1 |
2024-03-31 | Reformatted TerminateCleanup() | Markus Uhlin | -25/+28 |
2024-03-31 | Updated the changelog | Markus Uhlin | -0/+6 |
2024-03-31 | Improved commands_init() | Markus Uhlin | -27/+31 |
2024-03-31 | Made 'styleFuncs' private and added a parameter list | Markus Uhlin | -1/+1 |
2024-03-31 | Made 'alg_list' private | Markus Uhlin | -1/+1 |
2024-03-30 | Updated the changelog1.1 | Markus Uhlin | -1/+1 |
2024-03-30 | VERS_NUM: rpblc-1.1 | Markus Uhlin | -1/+1 |
2024-03-30 | Fixed format strings | Markus Uhlin | -7/+7 |
2024-03-30 | Replaced strcat() call | Markus Uhlin | -1/+1 |
2024-03-30 | Updated the revision history | Markus Uhlin | -0/+1 |
2024-03-30 | Size-bounded string copying | Markus Uhlin | -16/+18 |
2024-03-30 | Aligned defines | Markus Uhlin | -2/+2 |
2024-03-30 | Updated the revision history | Markus Uhlin | -1/+2 |
2024-03-30 | Added parameter lists to the function declarations | Markus Uhlin | -34/+31 |
2024-03-30 | Updated the revision history | Markus Uhlin | -0/+2 |
2024-03-30 | Refactored and reformatted game_ended() + replaced sprintf() calls | Markus Uhlin | -220/+269 |
2024-03-30 | Reformatted was_promoted() | Markus Uhlin | -15/+15 |
2024-03-30 | Reformatted com_resign() | Markus Uhlin | -37/+50 |
2024-03-30 | Reformatted Check50MoveRule() and made it private | Markus Uhlin | -10/+13 |
2024-03-30 | Made GetFENpos() private | Markus Uhlin | -1/+1 |
2024-03-30 | Reformatted CheckRepetition() and made it private | Markus Uhlin | -27/+34 |
2024-03-30 | Reformatted com_draw() | Markus Uhlin | -28/+33 |
2024-03-30 | Reformatted com_pause() | Markus Uhlin | -42/+58 |
2024-03-30 | Reformatted com_unpause() | Markus Uhlin | -22/+31 |
2024-03-30 | Reformatted com_abort() | Markus Uhlin | -75/+99 |
2024-03-30 | Reformatted functions | Markus Uhlin | -6/+8 |
2024-03-30 | Reformatted player_has_mating_material() | Markus Uhlin | -23/+27 |
2024-03-30 | Reformatted com_flag() | Markus Uhlin | -88/+105 |
2024-03-30 | Reformatted com_adjourn() | Markus Uhlin | -40/+58 |
2024-03-30 | Reformatted com_takeback() | Markus Uhlin | -61/+84 |
2024-03-30 | Reformatted com_switch() | Markus Uhlin | -59/+75 |
2024-03-30 | Reformatted com_time() | Markus Uhlin | -26/+30 |
2024-03-30 | Reformatted com_boards() and replaced sprintf() calls | Markus Uhlin | -30/+32 |
2024-03-30 | Reformatted com_simmatch() | Markus Uhlin | -145/+190 |
2024-03-30 | Updated the changelog | Markus Uhlin | -21/+21 |