summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* New version: tui/clui only, linux onlyv5-a15-a1alejandro-colomar2019-06-23-4642/+1980
* Remove Windows filesalejandro-colomar2019-06-03-75/+0
* Fix styleAlex2019-04-08-4/+4
* Fix styleAlex2019-04-08-480/+333
* Update libalxAlejandroColomar2019-01-22-0/+0
* libalx: new structureAlejandroColomar2019-01-22-15/+14
* Update libalx: #include "libalx/alx_XXX.h"AlejandroColomar2019-01-08-165/+55
* Fix styleAlejandroColomar2019-01-07-46/+39
* Fix styleAlejandroColomar2019-01-07-119/+159
* Fix styleAlejandroColomar2019-01-07-555/+502
* Fix style; Unix new lines;AlejandroColomar2019-01-07-8045/+8117
* Minor changesAlejandroColomar2018-12-28-74/+79
* Minor changesAlejandroColomar2018-12-28-18/+20
* Update libalxAlejandroColomar2018-12-28-0/+0
* Fix bug in linking orderAlejandroColomar2018-12-24-12/+9
* Build with new libalxAlejandroColomar2018-12-24-16/+22
* Update libalxAlejandroColomar2018-12-24-0/+0
* -Wall -WerrorAlejandroColomar2018-11-22-70/+112
* Use libalx as submoduleAlejandroColomar2018-11-22-0/+3
* Merge branch 'master' of https://github.com/AlejandroColomar/mine-sweeperAlejandroColomar2018-11-22-1/+1
|\
| * include <ncurses.h>alejandro-colomar2018-11-21-1/+1
* | Use libalx as submoduleAlejandroColomar2018-11-22-2210/+0
|/
* Minor changesAlejandroColomar2018-10-28-1/+0
* Stop using varargsAlejandroColomar2018-10-28-48/+35
* Minor changesAlejandroColomar2018-10-28-1/+1
* Fix bugs: now use printf(%s, str) instead of printf(str)alex2018-10-23-51/+208
* Minor changesalex2018-10-23-23/+31
* Add *.s to .gitignoealex2018-09-24-19710/+0
* Add *.s to .gitignoealex2018-09-24-0/+1
* Change win build system MSYS -> MSYS2 (x64 support); Add assembly step in co...alex2018-09-24-286/+20089
* Add limits of inputs to labels; Add DEVEL seed entryalex2018-09-23-25/+43
* Don't change saved_name if saving in non-default diralex2018-09-23-7/+13
* Change status: beta (4~b1)v4-b14-b14-balex2018-09-23-1/+1
* Add save option in GUIalex2018-09-23-82/+211
* Add entry for file loadalex2018-09-23-66/+79
* Add alx_sscan_fname() for use in GUI menu; Change alx_getnum.c -> alx_input.calex2018-09-23-89/+126
* Add alx_sscan_int() and ...dbl() for use in GUI; Add entries in the GUI menualex2018-09-23-87/+218
* V 4~a3alex2018-09-19-1/+1
* Fix bug in GUI due to timeout (remove timeout when pressing any button)alex2018-09-19-1/+32
* Print scores in GUI windowalex2018-09-19-18/+43
* Set timeout to 1 salex2018-09-19-1/+1
* Print files in GUI windowalex2018-09-19-11/+171
* Add site to READMEalex2018-09-19-0/+8
* Add timeout (shows time continously); Add progress bar to titlealex2018-09-19-43/+88
* Add snprint_share_file to be used by the guialex2018-09-19-3/+10
* Unify about.c functionsalex2018-09-19-76/+46
* Fix bug: incorrect saved filename / load filenamealex2018-09-19-2/+4
* Use snprintf instead of strcpy & strcatalex2018-09-19-142/+98
* Use snprintf instead of sprintfalex2018-09-19-57/+64
* Print files to a string which can be used in many waysalex2018-09-19-12/+95