2742 Commits

Author SHA1 Message Date
Thomas Bernard
6e83791dde
Improve Print_current_directory() 2019-05-07 17:25:17 +02:00
Thomas Bernard
9886872c8a
T_IO_Context Original_file_name and Original_file_directory are now dynamically allocated 2019-05-07 17:25:17 +02:00
Thomas Bernard
11ddd669b3
Remove some static length strings
There are too many MAX_PATH_CHARACTERS length string.
make Initial_directory, Data_directory, Config_directory
dynamically allocated.

remove big static strings in Init_Program()
2019-05-07 17:25:17 +02:00
Thomas Bernard
fc3e424922
shut up Warning about Pixel_figure_no_screen()
Also fix drawing at X=0 or Y=0
2019-05-07 17:25:17 +02:00
Thomas Bernard
758807e746
fix compilation warning in Load_INI() 2019-05-07 17:25:17 +02:00
Thomas Bernard
651d12b87b
get rid of MAX_PATH_CHARACTERS in factory.c 2019-05-07 17:25:17 +02:00
Thomas Bernard
79446a9c72
get rid of MAX_PATH_CHARACTERS in T_Page and T_Selector_Settings
strdup() the dynammicaly allocated filename and directory strings
2019-05-07 17:25:17 +02:00
Thomas Bernard
98811b6363
Get rid of Get_full_filename() 2019-05-07 17:25:17 +02:00
Thomas Bernard
c6781cd7cd
Brush_file_directory, Brush_filename, Brush_filename_unicode are no longer static strings 2019-05-07 17:25:17 +02:00
Thomas Bernard
fcd17f057b
remove usage of MAX_PATH_CHARACTERS in Test_MOTO() and Load_MOTO() 2019-05-07 17:25:17 +02:00
Thomas Bernard
0e0752c7d0
x11screen.c: remove usage of MAX_PATH_CHARACTERS 2019-05-07 17:25:17 +02:00
Thomas Bernard
923da28d9d
remove MAX_PATH_CHARACTERS in Define_icon() 2019-05-07 17:25:17 +02:00
Thomas Bernard
81bf106865
For_each_directory_entry: remove MAX_PATH_CHARACTER 2019-05-07 17:25:17 +02:00
Thomas Bernard
eb175c7efa
remove use of MAX_PATH_CHARACTERS in text.c 2019-05-07 17:25:17 +02:00
Thomas Bernard
cb66bfcde0
remove use of MAX_PATH_CHARACTERS in For_each_file() 2019-05-07 17:25:06 +02:00
Thomas Bernard
a95b7504a6
string length limit in .CFG is 255 chars 2019-05-07 17:25:06 +02:00
Thomas Bernard
a5d2dfab79
remove MAX_PATH_CHARACTERS in init.c 2019-05-07 17:25:06 +02:00
Thomas Bernard
efeaad5b73
Remove usage of MAX_PATH_CHARACTERS in saveini.c 2019-05-07 17:25:06 +02:00
Thomas Bernard
8f0d036fe1
remove big static strings in Init_Program() 2019-05-07 17:25:05 +02:00
Thomas Bernard
75c93b0ce4
Get_unicode_filename() can malloc() the return string 2019-05-07 17:25:05 +02:00
Thomas Bernard
a69ad46902
Get_current_directory() allocate buffer if needed 2019-05-07 17:25:05 +02:00
Thomas Bernard
f90a2331dd
Scripts_directory is now dynamically allocated 2019-05-07 17:25:05 +02:00
Thomas Bernard
b3baa57a36
Reduce usage of MAX_PATH strings in factory.c 2019-05-07 17:24:55 +02:00
Thomas Bernard
f5cc3a0aba
Remove some static length strings
There are too many MAX_PATH_CHARACTERS length string.
make Initial_directory, Data_directory, Config_directory
dynamically allocated.
2019-05-07 17:04:45 +02:00
Thomas Bernard
0c2ee6659a
add gfx2mem.c/.h: GFX2_malloc() to log allocation failures 2019-05-07 17:04:44 +02:00
Thomas Bernard
91e028794a
Fix UI palette remapping when pixel width > 1
Fixes bug #111
http://pulkomandy.tk/projects/GrafX2/ticket/111
2019-05-07 12:33:54 +02:00
Thomas Bernard
80dcf30ee8
3rdparty: update SDL2_ttf from 2.0.14 to 2.0.15 2019-05-04 19:18:32 +02:00
Thomas Bernard
56842618f1
3rdparty: check SDL2_ttf and SDL2_image versions 2019-05-04 19:15:36 +02:00
Thomas Bernard
07ad86698e
htmldoc: improve display 2019-05-03 22:12:11 +02:00
Thomas Bernard
e39a8a55a9
htmldoc: add the ability to choose the skin
skinselector hidden when JS is disabled
or when printed
2019-05-03 22:11:48 +02:00
Thomas Bernard
deed88bed4
Improve HTML doc : add icon and "Tooltip" 2019-05-03 22:11:39 +02:00
Thomas Bernard
2aa6376895
init: move button data to init_buttons.h 2019-05-03 22:11:39 +02:00
Thomas Bernard
067e382edd
add (c) Thomas Bernard 2019-05-03 22:11:39 +02:00
Thomas Bernard
1c9813fcac credit Romain Graillot for the Switch Port 2019-05-03 21:37:29 +02:00
Thomas Bernard
568ac6c29c
help: link to online help 2019-05-03 21:37:10 +02:00
Thomas Bernard
daef556449
credits: .GPX file format 2019-05-03 21:31:41 +02:00
Thomas Bernard
0207038295 msvc: build with zlib (for pixcen .gpx loading) 2019-05-03 20:11:28 +02:00
Thomas Bernard
70dd6e3efd msvc: _strdup() in input.c 2019-05-03 20:10:22 +02:00
Thomas Bernard
91c5d7833a
readline: Put cursor on clicked position
by default the cursor was always set at the end of the string.
Now it is where clicked.
see http://pulkomandy.tk/projects/GrafX2/ticket/103
2019-05-02 20:59:50 +02:00
Thomas Bernard
8614490026
add debug message for IFF bit depth saving 2019-05-02 15:45:14 +02:00
Thomas Bernard
6b9ee7cb3d
travis-ci: source /etc/profile.d/devkit-env.sh in before_script stage 2019-05-02 15:10:26 +02:00
Romain Graillot
d36e59ca9c Add Nintendo Switch support (including gitlab-ci, gitlab-pages etc.) 2019-04-28 11:18:23 +02:00
Romain Graillot
5d9aa6f969 Joystick smooth movement + joystick rework 2019-04-27 18:02:52 +02:00
Thomas Bernard
194864cac4
gitlab pages: show build date 2019-04-27 16:16:16 +02:00
Thomas Bernard
fcb327ce7c
move the +/- and the color preview in palette dialog 2019-04-27 14:48:29 +02:00
Thomas Bernard
b0175a22b2
Add "EHB" button in palette dialog.
allow to build an Amiga "Extra Half Bright" palette.
OCS/ECS rocks !
2019-04-27 13:36:46 +02:00
Thomas Bernard
159e26bb25 fix link with zlib.
GPX decoding uses zlib. It should be explicitely linked or else it produces
errors :

Linking ../bin/grafx2-sdl
/usr/bin/ld: ../obj/unix-sdl/miscfileformats.o: undefined reference to symbol 'uncompress'
//lib/x86_64-linux-gnu/libz.so.1: error adding symbols: DSO missing from command line
2019-04-27 13:12:45 +02:00
Thomas Bernard
7d8ebb9cd0
GPX debug log of background and border colors
our C64 multicolor constraint code assumes background color #0
which is bad :(

it needs improvement !
2019-04-27 13:11:43 +02:00
Thomas Bernard
4f0149b4e9
gitlab-ci bug workaround
I have jobs that succeed even though the script is failing :

Linking ../bin/grafx2-sdl2
/usr/bin/ld: ../obj/unix-sdl2/miscfileformats.o: undefined reference to symbol 'uncompress'
//lib/x86_64-linux-gnu/libz.so.1: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
Makefile:1040: recipe for target '../bin/grafx2-sdl2' failed
make[1]: *** [../bin/grafx2-sdl2] Error 1
make[1]: Leaving directory '/builds/miniupnp/grafX2/src'
Makefile:17: recipe for target 'grafx2' failed
make: *** [grafx2] Error 2
[...]
Job succeeded

https://gitlab.com/gitlab-com/support-forum/issues/1311
2019-04-27 13:04:25 +02:00
Thomas Bernard
1637be4661
gitlab-ci: move the JOB_ID saving command to after_script: 2019-04-27 12:44:07 +02:00