Commit Graph

25 Commits

Author SHA1 Message Date
Franck STAUFFER 270602220f
Remove useless artifacts, revert CFLAGS optimization to native, check if it compiles on musl 2020-08-17 11:48:30 +02:00
Franck STAUFFER b1050eb74b
Change test order, check stat output 2020-08-04 13:36:24 +02:00
Franck STAUFFER 9a6cb3b779
Add check for regular file 2020-08-04 12:35:30 +02:00
Franck STAUFFER d26230c766
Fix before_script 2020-08-04 10:49:51 +02:00
Franck STAUFFER 83d22f4cee
Make window centered and borderless 2020-08-04 10:48:33 +02:00
Franck STAUFFER 5aa52b2fcc
Add .gitlab-ci.yml 2020-08-04 09:40:01 +02:00
Franck STAUFFER 423b3e1183
Add --strip-all to LDFLAGS 2020-08-04 09:06:58 +02:00
Franck STAUFFER c34af5592b
Add some flags 2020-08-04 09:05:52 +02:00
Franck STAUFFER 53446c190b
Clean previously created data when exiting in init_SDL() 2020-08-04 09:02:24 +02:00
Franck STAUFFER 3b0b343337
Minor changes
Handle numpad the same way numerical keys were handled
Reduce audio buffer
Change some debugging output strings
2020-08-04 08:53:08 +02:00
Franck STAUFFER 1ecb8a7a8a
Small changes 2020-08-03 19:12:43 +02:00
Franck STAUFFER a7af00d1b1
Rename local variables that were named s like the SDL_Surface 2020-08-03 19:10:55 +02:00
Franck STAUFFER 912c59580a
Small useless optimization 2020-08-03 18:22:48 +02:00
Franck STAUFFER c7502adaac
Add dependencies 2020-08-03 18:02:48 +02:00
Franck STAUFFER 232af94325
Add sound, format code 2020-08-03 18:01:43 +02:00
Franck STAUFFER e6b5a4dd1b
Update SDL flag 2020-08-03 17:35:33 +02:00
Franck STAUFFER efce4d6d29
Use SDL2 2020-08-03 17:34:41 +02:00
Franck STAUFFER 2bfddbbfd0
Change default value for WAIT
Reorder global variable declarations
2020-08-03 16:57:18 +02:00
Franck STAUFFER ab05516329
Fix a bug where v[X] was not handled in 0xFX55 and 0xFX65, use memcpy instead of looping, increment i like in the original implementation 2020-08-03 16:36:19 +02:00
Franck STAUFFER 522af3833a
Remove unused variable 2020-08-03 15:35:37 +02:00
Franck STAUFFER 77848b630a
Use memset and memcpy instead of loops 2020-08-03 15:34:33 +02:00
Franck STAUFFER ef80e1ae34
Fix Makefile 2020-08-03 15:19:08 +02:00
Franck STAUFFER 57c5b89399
Add LICENSE 2020-08-03 15:15:02 +02:00
Franck STAUFFER 19c1a01cb5
Add information in README.md 2020-08-03 15:12:45 +02:00
Franck STAUFFER b7edca10c2
Initial commit 2020-08-03 15:02:03 +02:00