Commit graph

569 commits

Author SHA1 Message Date
Steve Schnepp
f6998ff1cf
adding a C action for basic compilation testing 2023-09-05 11:50:50 +02:00
Gwenhael Le Moine
6b671b9b0f
clang echoes some more warnings by default, fixed them 2023-06-17 08:46:19 +02:00
Gwenhael Le Moine
fbce27e65d
0.12.1 2023-06-17 08:08:56 +02:00
Gwenhael Le Moine
f1ceb684f4
Allow overriding make variables GUI and WITH_DEBUGGER from environment or as parameters.
Avoids confusion

Reference: https://stackoverflow.com/questions/2826029/passing-additional-variables-from-command-line-to-make#2826178
2023-06-05 18:34:06 +02:00
Gwenhael Le Moine
ce145a3af2
pkgconfig --libs history isn't actually needed #7 2023-06-02 22:30:55 +02:00
Gwenhael Le Moine
5d3e9343d6
Improve compilation on Ubuntu derivative #7
Put $(LIBS) after our own objects

reference: https://stackoverflow.com/a/2487723
2023-06-02 22:05:56 +02:00
Gwenhael Le Moine
4e1275fbd3
Merge branch 'main' of ssh://src.le-moine.org:38172/gwh/x48ng 2023-05-23 11:18:25 +02:00
Gwenhael Le Moine
eb366ca8b0
don't print SDL version; move code around 2023-05-23 11:18:09 +02:00
Gwenhael Le Moine
5c25e81133
fix #4 : get_stack() needs to return a char*, not 0.
It's most like ly meant to the stack as a string
2023-05-22 08:17:48 +02:00
Gwenhael Le Moine
09824fd99f
link with readline only when building debugger 2023-05-21 11:31:10 +02:00
Gwenhael Le Moine
e03a460504
0.12.0 2023-05-20 09:06:14 +02:00
gwenhael
721c01ad64
Merge pull request #6 from MatMoul/patch-sx-rom
fix sx rom core dump
2023-05-19 22:31:35 +02:00
MatMoul
47c5c22c04 fix sx rom core dump 2023-05-19 21:53:02 +02:00
Gwenhael Le Moine
8a1d55975f
put configurable options up top 2023-05-19 09:15:10 +02:00
Gwenhael Le Moine
63412e14d3
make including the debugger a compilation option WITH_DEBUGGER 2023-05-18 23:11:40 +02:00
Gwenhael Le Moine
ffdb73a83d
pretty-code 2023-05-17 16:16:08 +02:00
Gwenhael Le Moine
9c56f4916b
*_bits are *_bitmap 2023-05-17 16:06:46 +02:00
Gwenhael Le Moine
18acd3a9cc
sort functions 2023-05-17 16:02:57 +02:00
Gwenhael Le Moine
a46261994f
ternary 2023-05-17 13:21:02 +02:00
Gwenhael Le Moine
32835225fe
code formatting 2023-05-17 12:57:18 +02:00
Gwenhael Le Moine
b2f360c9e9
one header file for debugger 2023-05-17 12:56:58 +02:00
Gwenhael Le Moine
c4668b65b2
code formatting 2023-05-17 10:27:19 +02:00
Gwenhael Le Moine
560c97cfed
some code cleaning and tiny refactoring 2023-05-16 16:48:55 +02:00
Gwenhael Le Moine
4dc4d8f0b1
Merge branch 'main' of ssh://src.le-moine.org:38172/gwh/x48ng 2023-05-16 16:29:42 +02:00
gwenhael
9ddaca8304
mention github issues 2023-05-15 09:31:07 +02:00
Gwenhael Le Moine
60a1139fd1
typo 2023-05-14 16:32:15 +02:00
Gwenhael Le Moine
a8d87dac4c
rework setup script to handle SX 2023-05-14 16:20:09 +02:00
Gwenhael Le Moine
1609a10f46
avoid unnecessary use of progname 2023-05-11 15:49:08 +02:00
Gwenhael Le Moine
dee42dddcb
declare variable in a more logical place 2023-05-11 15:48:39 +02:00
Gwenhael Le Moine
37fbf78e2a
sort includes 2023-05-10 16:44:03 +02:00
Gwenhael Le Moine
3a43828056
deduplicate button_pressed(), button_released() and button_release_all() 2023-05-10 16:23:07 +02:00
Gwenhael Le Moine
8e575190a1
release 0.11.0 2023-05-10 15:56:33 +02:00
Gwenhael Le Moine
356c5a21e3
clean doc_0.6.4 content; move installed files into dist/ in which binaries are compiled in too 2023-05-10 15:50:51 +02:00
Gwenhael Le Moine
0769b63fa0
remove COPYING, keep only LICENSE 2023-05-10 15:39:24 +02:00
Gwenhael Le Moine
b6871767a7
remove romio.c dependance on x48_resources.h 2023-05-10 15:33:07 +02:00
Gwenhael Le Moine
ce0f111f7d
add x48_ to files mainly used for (G)UI 2023-05-10 15:32:22 +02:00
Gwenhael Le Moine
8c6470e5e0
fix #3, non issue, it's just an artifact of how _I_ close x48ng
Turns out having Ctrl+Super+C as a shortcut to close windows has this
side effect.
2023-05-10 15:08:35 +02:00
Gwenhael Le Moine
d86833fe49
fiddling 2023-05-10 15:06:06 +02:00
Gwenhael Le Moine
186c448d75
fix comment 2023-05-10 14:57:41 +02:00
Gwenhael Le Moine
167a1906c6
deduplicate adjust_contrast() 2023-05-10 14:56:50 +02:00
Gwenhael Le Moine
309d23b855
list 2 known bugs 2023-05-10 14:44:38 +02:00
Gwenhael Le Moine
231ca84479
be quiet by default unless -verbose; [x11] dropping -quiet option 2023-05-10 14:40:47 +02:00
Gwenhael Le Moine
a425d3477b
remove global variables errbuf and fixbuf 2023-05-10 14:33:53 +02:00
Gwenhael Le Moine
c56d5d3c81
deduplicate get_resources(); remove SDL1-version rom path fallback 2023-05-10 14:20:46 +02:00
Gwenhael Le Moine
e66130ee82
remove duplicated code 2023-05-10 14:08:09 +02:00
Gwenhael Le Moine
b2db78fff8
comment and formatting 2023-05-10 14:06:07 +02:00
Gwenhael Le Moine
3a277b0308
move res_{name,class} from main to resource where they belong 2023-05-10 14:05:34 +02:00
Gwenhael Le Moine
dfb368762f
arrange includes 2023-05-10 14:05:19 +02:00
Gwenhael Le Moine
95d8da35ca
add "missing" extern keyword in header 2023-05-10 13:57:11 +02:00
Gwenhael Le Moine
aaa90f33d2
pretty-code 2023-05-10 13:57:00 +02:00