Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
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 | |
2024-03-30 | Reformatted com_goboard() | Markus Uhlin | -33/+44 | |
2024-03-30 | Reformatted com_gonum() | Markus Uhlin | -27/+35 | |
2024-03-30 | Reformatted com_simnext() | Markus Uhlin | -20/+24 | |
2024-03-30 | Reformatted functions | Markus Uhlin | -34/+45 | |
2024-03-30 | Reformatted com_simpass() | Markus Uhlin | -42/+52 | |
2024-03-30 | Reformatted functions | Markus Uhlin | -23/+28 | |
2024-03-30 | Reformatted functions | Markus Uhlin | -23/+28 | |
2024-03-30 | Reformatted com_moretime() | Markus Uhlin | -39/+46 | |
2024-03-30 | Moved include | Markus Uhlin | -1/+1 | |
2024-03-30 | Updated the changelog | Markus Uhlin | -0/+2 | |
2024-03-30 | Switched to the usage of err() from err.h | Markus Uhlin | -27/+14 | |
2024-03-30 | Added header | Markus Uhlin | -0/+4 | |
2024-03-30 | Do the assignment in the if | Markus Uhlin | -2/+1 | |
2024-03-30 | More initialization | Markus Uhlin | -5/+5 | |
2024-03-30 | Replaced strcat() calls | Markus Uhlin | -6/+6 | |
2024-03-30 | Size-bounded string copying | Markus Uhlin | -18/+29 | |
2024-03-30 | Initialization | Markus Uhlin | -10/+10 | |
2024-03-30 | Replaced sprintf() calls | Markus Uhlin | -3/+3 | |
2024-03-29 | Updated the revision history | Markus Uhlin | -0/+2 | |
2024-03-29 | Fixed potentially insecure format strings | Markus Uhlin | -22/+26 | |
2024-03-29 | Deleted gap | Markus Uhlin | -1/+1 | |
2024-03-29 | Updated the revision history | Markus Uhlin | -0/+2 | |
2024-03-29 | Size-bounded string copying | Markus Uhlin | -14/+31 | |