summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* V 3.2v3.23.2Alejandro Colomar2018-09-21-4/+2
|
* V 3.2Alejandro Colomar2018-09-21-1/+1
|
* V 3.2Alejandro Colomar2018-09-21-2/+2
| | | Version number
* V 3.2Alejandro Colomar2018-09-21-333/+404
| | | | | | | - Group make output lines - Print files to a string which can be used in many ways - Use snprintf instead of sprintf, strcpy & strcat - Unify about.c functions - Add site to README
* Merge pull request #58 from AlejandroColomar/3.1Alejandro Colomar2018-09-13-20/+20
|\ | | | | 3.1
| * Update score.c3.1Alejandro Colomar2018-09-13-2/+2
| |
| * Update score.cAlejandro Colomar2018-09-12-1/+1
| |
| * Update UNINSTALL.cmdAlejandro Colomar2018-09-12-1/+1
| |
| * Update SETUP.cmdAlejandro Colomar2018-09-12-4/+4
| |
| * Update MakefileAlejandro Colomar2018-09-12-1/+1
| |
| * Update UNINSTALL.cmdAlejandro Colomar2018-09-12-2/+2
| |
| * Update SETUP.cmdAlejandro Colomar2018-09-12-16/+16
| |
* | Merge pull request #57 from AlejandroColomar/3.1Alejandro Colomar2018-09-12-0/+2
|\| | | | | Fix bug that impeded loading a game on Windows (errno)
| * Fix bugAlejandro Colomar2018-09-12-0/+2
|/ | | | errno is set to 0 before calling the function that sets its value. Before that, on Windows, residual values of errno blocked loading a game.
* Merge pull request #56 from AlejandroColomar/3.0Alejandro Colomar2018-09-06-1/+1
|\ | | | | V 3.0
| * V 3.03.0alex2018-09-06-1/+1
| |
* | Merge pull request #55 from AlejandroColomar/3-rcAlejandro Colomar2018-09-06-30/+54
|\ \ | | | | | | V 3~rc3
| * | Merge pull request #54 from AlejandroColomar/3-rc3Alejandro Colomar2018-09-06-30/+54
| |\| | | | | | | V 3~rc3
| | * Fix subtitle to be in the center of the windowalex2018-09-06-1/+1
| | |
| | * Fix file name bugsalex2018-09-06-29/+53
| | |
* | | Merge pull request #53 from AlejandroColomar/3-rcAlejandro Colomar2018-09-05-138/+27
|\| | | | | | | | V 3-rc2
| * | Merge pull request #52 from AlejandroColomar/3-rc2Alejandro Colomar2018-09-05-138/+27
| |\| | | | | | | Fix typos and minor changes
| | * Fix typos and minor changesalex2018-09-05-138/+27
| |/
* | Merge pull request #51 from AlejandroColomar/3-rcAlejandro Colomar2018-09-04-219/+406
|\| | | | | V 3~rc1
| * Update README.txtalex2018-09-04-48/+50
| |
| * fix minor bugs & clean code for releasealex2018-09-04-127/+356
| |
| * Delete debian dir. I desist building a .deb until some other timealex2018-09-03-44/+0
| |
* | Merge pull request #50 from AlejandroColomar/3-bAlejandro Colomar2018-09-02-69/+127
|\ \ | | | | | | V 3~b5
| * | Merge pull request #49 from AlejandroColomar/3-b5Alejandro Colomar2018-09-02-69/+127
|/| | | |/ | | V 3~b5
| * Modify files to be installable on Windowsalex2018-09-02-8/+25
| |
| * Modify Makefile and other files to build for Debian (unfinished)alex2018-09-02-25/+25
| |
| * Modify Makefile and other files to build for Debian (unfinished)alex2018-09-02-59/+100
|/
* Change name: mine_sweeper -> mine-sweeperalex2018-09-01-42/+47
|
* V 3.b.3alex2018-09-01-1/+1
|
* Modify player TUI to refresh help window only when needed: solve cursor ↵alex2018-09-01-34/+48
| | | | blinking
* Modify player CLUI to show help in two linesalex2018-09-01-194/+79
|
* Modify refresh time to eliminate blinkingalex2018-09-01-1/+1
|
* Modify .gitignore to ignore the Windows executablealex2018-09-01-0/+1
|
* Modify .gitignore to ignore the executableSebastian Colomar2018-09-01-0/+1
|
* Modify .gitignoreSebastian Colomar2018-09-01-1/+1
|
* Add .gitignore fileSebastian Colomar2018-09-01-0/+1
|
* Merge pull request #48 from AlejandroColomar/v-3.b.3Alejandro Colomar2018-09-01-15/+131
|\ | | | | V 3.b.3
| * Bug fix: blinkAlejandro Colomar2018-09-01-8/+10
| | | | | | - Try to fix bug: blink
| * V 3.b.3Alejandro Colomar2018-09-01-7/+121
|/ | | - read hi scores
* Merge pull request #46 from AlejandroColomar/v-3.b.2Alejandro Colomar2018-09-01-130/+721
|\ | | | | V 3.b.2
| * V 3.b.2Alejandro Colomar2018-09-01-130/+721
|/ | | | - hi scores - save board with score
* Merge pull request #44 from AlejandroColomar/3.b.1Alejandro Colomar2018-08-31-96/+462
|\ | | | | V 3.b.1
| * V 3.b.1Alejandro Colomar2018-08-31-96/+462
|/ | | | | - Levels: beginner, intermediate, expert & custom. - CLUI menu - bug fix: scanf()/getchar() substituted by fgets() & sscanf()
* Merge pull request #42 from AlejandroColomar/v-3.a.9Alejandro Colomar2018-08-31-4498/+4715
|\ | | | | V 3.a.9
| * V 3.a.9Alejandro Colomar2018-08-30-2312/+3488
| | | | | | - Modules restructured