aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-10-19scripts that write data by output redirection require .DELETE_ON_ERRORPedro de Medeiros
2021-10-02Merge branch 'config-env' into 'master'Juan J. Martínez
Introduced config.env See merge request reidrac/ubox-msx-lib!15
2021-10-02Make it portable (depends on GNU Make)Juan J. Martinez
2021-10-02Introduced config.envJuan J. Martinez
One config to rule the whole build system and the tests.
2021-10-02Merge branch 'master' into 'master'Juan J. Martínez
Read ROM file entirely, otherwise we are not really checking ROM size. See merge request reidrac/ubox-msx-lib!13
2021-10-02Read ROM file entirely, otherwise we are not really checking ROM size.Pedro de Medeiros
2021-10-02Make the test portableJuan J. Martinez
2021-10-02Make the test portableJuan J. Martinez
2021-10-02Merge branch 'rom-test' into 'master'Juan J. Martínez
Start the test suite See merge request reidrac/ubox-msx-lib!12
2021-10-02Start the test suiteJuan J. Martínez
2021-09-22Merge branch 'ubox-ci-image' into 'master'Juan J. Martínez
Use my own CI image See merge request reidrac/ubox-msx-lib!11
2021-09-22Use my own CI imageJuan J. Martinez
2021-09-22Merge branch 'master' into 'master'Juan J. Martínez
CI/CD for building ROM images See merge request reidrac/ubox-msx-lib!10
2021-09-22Adding .gitlab-ci.yml to build ROMs automatically.Pedro de Medeiros
2021-09-21Merge branch 'master' into 'master'Juan J. Martínez
Avoiding improper makefile invocations See merge request reidrac/ubox-msx-lib!9
2021-09-21Avoiding improper makefile invocationsPedro de Medeiros
2021-09-10Cookie-cutter would be niceJuan J. Martinez
2021-09-10Clarified that 4.0.0 is also goodJuan J. Martinez
2021-09-08Updated apultra to version 1.4.2Juan J. Martinez
2021-08-15Merge branch 'pvmm-master-patch-20579' into 'master'Juan J. Martínez
typos See merge request reidrac/ubox-msx-lib!8
2021-08-13Update tools.mdPedro de Medeiros
2021-08-13typosPedro de Medeiros
2021-06-24Reviewed navigationJuan J. Martinez
2021-06-24Formatting fixJuan J. Martinez
2021-06-24Changes for 1.1.71.1.7Juan J. Martinez
2021-06-24Document mkdeps.pyJuan J. Martinez
2021-06-24Documented chksizeJuan J. Martinez
2021-06-24First pass to document map.pyJuan J. Martinez
2021-06-24Documented png2tiles.pyJuan J. Martinez
2021-06-15Documented png2sprites.pyJuan J. Martinez
2021-06-08Merge pull request #7 from pvmm/masterJuan J. Martínez
png2sprites.py: documentation updated
2021-06-08png2sprites.py: documentation updatedPedro de Medeiros
2021-06-08Tools doc placeholderJuan J. Martinez
2021-06-08Removed map customizationJuan J. Martinez
This was added by mistake when the script was imported.
2021-06-07Changes for 1.1.61.1.6Juan J. Martinez
2021-06-03Added Pedro de Medeiros as contributorJuan J. Martinez
2021-06-03Updated changesJuan J. Martinez
2021-06-03Merge pull request #3 from pvmm/masterJuan J. Martínez
Allow multiple files in png2tiles.py
2021-06-03Merge pull request #4 from pvmm/pullrequestJuan J. Martínez
map.py: remove generated files on error
2021-06-02map.py: remove generated files on errorPedro de Medeiros
2021-06-02allow multiple files in png2tiles.pyPedro de Medeiros
2021-06-02Comment re: PATH env variableJuan J. Martinez
2021-06-02Added Pedro de Medeiros changeJuan J. Martinez
2021-06-02Better CLI variable, wording in helpJuan J. Martinez
2021-06-02Merge pull request #2 from pvmm/masterJuan J. Martínez
Optional comment with original frame color as reference.
2021-06-02Print sprite color as commentPedro de Medeiros
2021-04-07Changes fo 1.1.51.1.5Juan J. Martinez
2021-04-06TypoJuan J. Martinez
2021-03-25FormattingJuan J. Martinez
2021-03-25Ensure this can't be interrupedJuan J. Martinez
If the int handler is calling mplayer_play, it could happen that an int is handled when the song is being set up, potentially leaving the player's internal structures in a invalid state.