gwh · he/him
  • Joined on 2019-06-24
gwh renamed repository from saturn to gwh/saturnng 2024-09-28 08:40:55 +02:00
gwh pushed to main at gwh/saturnng 2024-09-27 21:47:15 +02:00
389964ae7e allow to only poll UI event every X frames
eee03e3b8e document --tui bug
Compare 2 commits »
gwh pushed to main at gwh/saturnng 2024-09-27 21:26:09 +02:00
b32334bf22 keep comment relevant
gwh pushed to main at gwh/saturnng 2024-09-27 21:24:54 +02:00
08a683d204 replace IdleXLoop with usleep
dea07d3bcc document where ui calls were in emulator.c (even if there's not used there anymore)
a39e209394 move increasing t1_count here otherwise it would never be
Compare 3 commits »
gwh pushed to main at gwh/saturnng 2024-09-27 10:30:07 +02:00
145a6430d8 naming; use config.progname instead of raw argv[0]
gwh pushed to main at gwh/saturnng 2024-09-27 10:10:50 +02:00
c47d806c0c move ui4x_* under src/ui4x/
gwh pushed to main at gwh/saturnng 2024-09-27 10:02:27 +02:00
06cbb9961e move libChf under src/
gwh pushed to main at gwh/saturnng 2024-09-26 20:50:03 +02:00
8197df2229 5.1.0
gwh pushed tag 5.1.0 to gwh/saturnng 2024-09-26 20:39:33 +02:00
gwh pushed to main at gwh/saturnng 2024-09-26 18:29:33 +02:00
760417d273 fix upper shape of big 9
gwh pushed to main at gwh/saturnng 2024-09-26 16:27:31 +02:00
2760ce825f update README with todo-list
9a5d77766e [sdl2] draw pixels directly
Compare 2 commits »
gwh renamed repository from saturn_bertolotti to gwh/saturnng 2024-09-26 16:04:37 +02:00
gwh pushed to main at gwh/slackbuilds 2024-09-26 15:45:15 +02:00
f44421bc84 [saturn_bertolotti] renamed to simply saturn 5.0.0 - A poor-man's emulator of HP48GX, HP49, HP39/40
gwh pushed tag 5.0.0 to gwh/saturnng 2024-09-26 15:42:35 +02:00
gwh pushed to main at gwh/saturnng 2024-09-26 15:41:04 +02:00
2890dd3831 many small stuff before releasing 5.0.0
gwh pushed to main at gwh/saturnng 2024-09-26 14:58:54 +02:00
493af19b9c Prepare README for release
5c18756c16 0.1.0
Compare 2 commits »
gwh pushed to main at gwh/saturnng 2024-09-26 14:50:35 +02:00
6fa664257c name back to saturn; store data in ~/.config/..; guard before downloading rom
gwh pushed to main at gwh/saturnng 2024-09-26 14:20:22 +02:00
becc8d8e7f rename to sb4xng, remove obsolete files
gwh pushed to main at gwh/saturnng 2024-09-26 13:51:29 +02:00
d556cca321 remove useage of .msf and .cat files by inlining messages
be691df487 [pack] define messages in C instead of loading external .cat file
ffb19ef50c ui4x_main is main
Compare 3 commits »
gwh pushed to main at gwh/saturnng 2024-09-26 08:01:10 +02:00
aa06525ec8 get progname from argv[0]