2022 Commits

Author SHA1 Message Date
Thomas Bernard
30fa39d908 fix NSIS script 2018-07-02 11:38:51 +02:00
Thomas Bernard
9cfc95f67d travis-ci: compile WIN32 with win32 api 2018-07-02 11:38:51 +02:00
Thomas Bernard
2d46fbc4d6 factory.c: include <stdlib.h> for atof() 2018-07-02 11:38:51 +02:00
Thomas Bernard
4b28894bb8 cross compilation of Win32 version (using win32 API) 2018-07-02 11:38:51 +02:00
Thomas Bernard
184a4ba414 fix line endings of tools/translat/Readme_translate.txt 2018-07-02 11:38:51 +02:00
Thomas Bernard
deac8b83cf keyboard support for windows 2018-07-02 11:38:51 +02:00
Thomas Bernard
5e628eb499 add keycodes.h to grafx2-win32.vcxproj 2018-07-02 11:38:51 +02:00
Thomas Bernard
9ac4267468 Working win32 API implementation with mouse
(no keyboard yet)
2018-07-02 11:38:51 +02:00
Thomas Bernard
aa73e76e67 SDL2: readline.c uses SDL_TEXTINPUT unicode input text 2018-07-02 11:38:51 +02:00
Thomas Bernard
501ce2a4ad Make keyboard event work with SDL2 2018-07-02 11:38:51 +02:00
Thomas Bernard
22e0bcc01f introduce GFX2_UpdateScreen() 2018-07-02 11:38:51 +02:00
Thomas Bernard
bf29a6837c remove references to SDL_GetModState();
changed
word Key_modifiers(SDLMod mod);
to
word Get_Key_modifiers(void);
2018-07-02 11:38:51 +02:00
Thomas Bernard
7f1a747d1e Add more KEY_* codes 2018-07-02 11:38:51 +02:00
Thomas Bernard
830279d891 gitlab-ci: try to build with SDL2 as well 2018-07-02 11:38:51 +02:00
Thomas Bernard
b5e75d77b1 add skeleton of win32 implementation 2018-07-02 11:38:51 +02:00
Thomas Bernard
6224a9f99e MSVC: Move external Libraries path to libraries.props 2018-07-02 11:38:51 +02:00
Thomas Bernard
3e4f3d0313 WIP. build under Win32 without SDL 2018-07-02 11:38:51 +02:00
Thomas Bernard
4d86b8a0c1 change all references to SDLK_xxxxx to KEY_xxxx
+ some fixes
2018-07-02 11:38:51 +02:00
Thomas Bernard
77005eb780 use screen.h instead of sdlscreen.h, etc.
Create grafx2-win32 MSVC++ project
create keycode.h
various fixes
2018-07-02 11:38:51 +02:00
Thomas Bernard
d86efa58e4 Compilation with SDL2 (to be finalized) > API=sdl2 make 2018-07-02 11:38:51 +02:00
Thomas Bernard
5c761ace2c Use KEY_NONE for buttons without key shortcuts
SDLK_LAST was used, but it is SDL 1.x specific
2018-07-02 11:38:51 +02:00
Thomas Bernard
fb51c1bb1c SDL_GetTicks() => GFX2_GetTicks()
Signed-off-by: Thomas Bernard <miniupnp@free.fr>
2018-07-02 11:38:51 +02:00
Thomas Bernard
a6c948b27e don't use SDL in Load_surface() anymore
So the init phase does not depend on SDL anymore.

Signed-off-by: Thomas Bernard <miniupnp@free.fr>
2018-07-02 11:38:51 +02:00
Thomas Bernard
72fea0290f isolate dependencies to SDL
Do not access directly the SDL_Surface Screen_pixels
use new functions Get_Screen_pixel_ptr() Set_Screen_pixel(),
Get_Screen_pixel()
And SetPalette()

Signed-off-by: Thomas Bernard <miniupnp@free.fr>
2018-07-02 11:38:51 +02:00
Thomas Bernard
c6975afe94 prepare Makefile to allow build with SDL, SDL2 or another "video API"
update Visual C project as well
2018-07-02 11:38:51 +02:00
Adrien Destugues
9d46d1e90f Implement a more generic "rasters" mode for CPC
This is similar to mode 5, but with less constraints:
- All inks can have split rasters
- Split rasters have a min width of 32 pixels

Note that this is nowhere near enough to make sure the image will be
renderable (number of colors should be limited, unless there is a span
without rasters allowing to reload registers with new colors, and
moving from one pen to another also has a cost). The goal is to offer no
over-restriction (everything that can be shown on the real machine is
drawable). Additional constraints may be checked from a lua script that
will generate the code and data for displaying the picture.
2018-06-29 11:02:34 +02:00
Nic Soudée
1d71a0759f Restore original shortcuts of Flip, X-Flip. 2018-06-27 08:03:11 +00:00
Alexander Wilms
4ebcb44c63 Make installing to a PREFIX easier and add appdata 2018-06-27 08:02:35 +00:00
Thomas Bernard
2ff8048a2e version label : 2.6wip 2018-06-26 14:51:40 +02:00
Thomas Bernard
d0ab49f172 change recoil download url once again... 2018-06-26 13:52:11 +02:00
Thomas Bernard
fb91380662 fix error message in libraw2crtc.c 2018-06-26 13:05:40 +02:00
Thomas Bernard
9fce55e4bc fix comment for ELLIPSIS_CHARACTER 2018-06-26 12:33:57 +02:00
Thomas Bernard
92facef46d Convert comments to UTF-8
most were encoded in Latin1 / CP1252
but a few lines in op_c.c were using IBM437/850 !
2018-06-26 11:37:19 +02:00
Thomas Bernard
6731a57999 escape non ascii chars to HEX \xNN in C source (not in comments)
add "" where needed.

also fix extra space at end of lines (only in modified files)
2018-06-26 10:49:33 +02:00
Thomas Bernard
b8ac772922 src_to7bits.py: use HEX format
also fixes line endings, insert "" when necessary
fix detection of // comments
2018-06-26 10:40:05 +02:00
Thomas Bernard
0fffe05848 Add tool to convert C sources to 7bit ASCII (except comments) 2018-06-26 09:53:31 +02:00
Thomas Bernard
d33dd775f7 libraw2crtc.c: translated error messages
Remove french accentuated characters
2018-06-26 09:53:31 +02:00
Nic Soudée
044a042e38 Various window shortcut keys
* Settings window: "r" for Reload, "a" for Auto-Save, "s" for Save.
* Screen size: "h" to set height
* Spray menu: "s" for Size, "d" for Delay, "m" for Mono-Flow, "i" for Init
* Text Menu: "t" to enter text, "s" to enter size, show underscore for AA, Bold, Italic
* Palette window: "w" for Swap, "t" for Histo, fix "i" for Flip, show underscore for Merge, Used
* Transform menu: replace X and Y labels with W and H, and make them also shortcuts. I have renamed these
                  labels so that it does not conflict with the existing Mirror "X" and "Y" buttons.
2018-06-24 19:55:18 -04:00
Nic Soudée
a01e7eea69 Implement shortcut/underscore for input button 2018-06-24 15:25:26 +00:00
Thomas Bernard
bdaf4d6748 Fix en of line of WinInstaller_2*.nsi 2018-06-21 21:57:09 +02:00
Thomas Bernard
f8de20fc8d fix line endings of translate.pl 2018-06-21 21:56:47 +02:00
Thomas Bernard
3d922261e1 fix line endings in hexdump2grafxpal.py 2018-06-21 21:56:10 +02:00
Thomas Bernard
673d3836d2 Fix line endings and spaces in *.lua scripts 2018-06-21 21:54:15 +02:00
Thomas Bernard
6d08223660 update .gitattributes 2018-06-21 20:06:08 +02:00
Thomas Bernard
c546606652 travis-ci: add g++-mingw-w64-i686 package for libTIFF build 2018-06-11 10:24:39 +02:00
Thomas Bernard
f4c5c4bb1a Upgrade to recoil 4.3.0 2018-06-11 00:20:16 +02:00
Thomas Bernard
eb2a137f24 properly build libtiff with zlib and libjpeg 2018-06-11 00:13:09 +02:00
Thomas Bernard
4c9db787be gitlab-ci: add g++-mingw-w64-i686 package for libTIFF build 2018-06-11 00:13:09 +02:00
Thomas Bernard
63c39983fd lib TIFF version 3.4 => 4.0.9 2018-06-11 00:13:09 +02:00
Philip Linde
4122a3bfcf Use LF line endings for Readme_translate.txt
This is in order to work with "text=auto" in .gitattributes
2018-06-03 21:17:05 +00:00