index
:
gemworm
master
A game of Worm for the Atari ST
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-04-22
Fixed some undrawn space around border of the field.
HEAD
master
Jeffrey Armstrong
2020-04-11
Removed DEBUG macro from unix makefile
Jeffrey Armstrong
2020-04-09
Build a binary when a release is created
Jeff Armstrong
2020-04-09
Update and rename main.yml to ci.yml
Jeff Armstrong
2020-04-09
Changed artifact name
Jeff Armstrong
2020-04-09
Added a compiled, archived game as an artifact
Jeff Armstrong
2020-04-09
Rename main.yml to .github/workflows/main.yml
Jeff Armstrong
2020-04-09
Merge pull request #1 from ArmstrongJ/continuous-integration
Jeff Armstrong
2020-04-09
Introducing CI builds
Jeff Armstrong
2020-04-08
Removed the local gcc compiler path
Jeffrey Armstrong
2020-04-08
Fixes to the GNU makefile. Added missing macros in worm.c
Jeffrey Armstrong
2020-04-08
Removing all support for PC GEM. Long time coming...
Jeffrey Armstrong
2020-04-08
Fixed Turbo C makefile to build scores code. Initial work at getting high sc...
Jeffrey Armstrong
2020-04-01
Game actually resets now when game ends, especially redrawing borders.
Jeffrey Armstrong
2020-04-01
High scores now work on Atari GEM after fixing some dumb mistakes
Jeffrey Armstrong
2020-04-01
Initial work on capturing initials if a high score is achieved. Lots broken ...
Jeffrey Armstrong
2020-03-31
Hall of fame now shows scores too.
Jeffrey Armstrong
2020-03-29
Initial work on support for high scores. Transitioned project to modern AHCC...
Jeffrey Armstrong
2020-03-21
Disabled making the name nice on PC GEM since it pollutes the accessories men...
Jeffrey Armstrong
2020-03-19
Updated copyright and the readme a little bit
Jeffrey Armstrong
2020-03-15
Fixed redraw issues by actually passing the dirty rectangle into the redraw r...
Jeffrey Armstrong
2020-03-08
Added pause via P to the game. Added little instructions to the window in th...
Jeffrey Armstrong
2020-02-15
Added a score to the game that redraws nicely!
Jeffrey Armstrong
2020-02-14
Added menu_register call to make game title pretty. Updated the About box.
Jeffrey Armstrong
2020-02-14
Fixed in-game resizing and all event loop handling in general. Fixed menu re...
Jeffrey Armstrong
2020-02-14
Now compiles with gcc under modern mint.
Jeffrey Armstrong
2020-02-14
Initial import of original code
Jeffrey Armstrong