2305 Commits

Author SHA1 Message Date
Thomas Bernard
06f7b95b0f
Simplification of the Pixel drawing functions
All functions were declared twice. without or with preview.
Only one function with optional preview now.
2018-11-20 12:01:31 +01:00
Thomas Bernard
832617188f
improve Update_pixel_renderer()
+doxygen
2018-11-20 10:53:16 +01:00
Thomas Bernard
1e6f0175da
Add "Set Palette" option in the 8bit menu 2018-11-20 10:52:37 +01:00
Thomas Bernard
0439831a1d
Add inline doc for 8 bit effect menu 2018-11-20 09:15:48 +01:00
Thomas Bernard
777ce390b4 Display short description in 8bit constraint menu 2018-11-19 23:19:20 +01:00
Thomas BERNARD
ab052f0492 MacOSX URL open 2018-11-19 23:01:55 +01:00
Thomas Bernard
c299fbf525
move the unit test for MOTO_MAP_pack() to tests/tests.c 2018-11-19 21:29:20 +01:00
Thomas Bernard
ad628d4a40
improved comments 2018-11-19 14:54:06 +01:00
Thomas Bernard
4094425f27
support https:// links in generatedoc.c as well 2018-11-19 13:26:21 +01:00
Thomas Bernard
5f1cda38aa
inline help : Follow WWW links when clicking them 2018-11-19 13:20:52 +01:00
Thomas Bernard
3373402c75
Save_MOTO() display constraint error to the user 2018-11-19 11:08:30 +01:00
Thomas Bernard
3e37cd64cd Save_MOTO() fix 80col/bm16 SCRMOD values 2018-11-18 23:52:54 +01:00
Thomas Bernard
9961f1c4c9 Save_MOTO_window(): display hint about selected format/mode/etc. 2018-11-18 23:49:34 +01:00
Thomas Bernard
57ef392c03 contextual Help for C64 saving 2018-11-18 23:15:09 +01:00
Thomas Bernard
a2b01a07bc Add HELP for Thomson MO/TO formats 2018-11-18 22:46:30 +01:00
Thomas Bernard
cdffabaf51 Fix Display_help() check when start_line > 0 2018-11-18 22:45:44 +01:00
Thomas Bernard
4e6a3d81c6 machine => target_machine. fixes 9dddfd57752ff4234f60eb2183615d49cb740cf2 2018-11-18 00:39:23 +01:00
Thomas Bernard
4c6279aaf0 fix unicode filename init in New_page() 2018-11-18 00:24:41 +01:00
Thomas Bernard
9dddfd5775 MAP TO-SNAP extension is only relevant for MO6 TO8/TO9 2018-11-18 00:23:38 +01:00
Thomas Bernard
8354c548a0 Load_MOTO() / Save_MOTO(): supports bm4, 80col and bm16 in BIN format 2018-11-18 00:20:15 +01:00
Thomas Bernard
15eee8ff5b Save_MOTO() saving of bm16, bm4 and 80col modes 2018-11-18 00:01:23 +01:00
Thomas Bernard
830ba85329 MOTO_MAP_pack() : implements the optimized packing algorithm 2018-11-18 00:00:37 +01:00
Thomas Bernard
245b251a43 Save_MOTO() : preliminary version of .MAP saving 2018-11-17 12:42:33 +01:00
Thomas Bernard
e13ab6e442 set either TO7/70 or MO5 palette 2018-11-17 01:51:32 +01:00
Thomas Bernard
a66d23a5e0 Save_MOTO() for TO7 and MO5 2018-11-17 01:35:27 +01:00
Thomas Bernard
34b89a2768 const T_Setting * args when possible 2018-11-16 18:40:37 +01:00
Thomas Bernard
bf20a0b711 Doxygen: add grouping in oldies.c/oldies.h 2018-11-16 14:17:23 +01:00
Thomas Bernard
80e381a599 Rename DECB binary files related functions 2018-11-16 14:14:36 +01:00
Thomas Bernard
967bad8f6d
python script to show gamma values 2018-11-16 13:28:17 +01:00
Thomas Bernard
5becf42fbf Help for Thomson palette setting 2018-11-16 00:37:32 +01:00
Thomas Bernard
570bd666c0
Use MOTO_gamm param to convert the Thomson MO/TO palettes 2018-11-16 00:01:54 +01:00
Thomas Bernard
6189b43917
Add a gfx2.ini parameter to set the gamma for Thomson MO/TO palettes 2018-11-15 23:39:00 +01:00
Thomas Bernard
cd15c4197b Doxygen for saveini/readini 2018-11-15 23:24:32 +01:00
Thomas Bernard
2eb332411b
Save (and Load) Autoloading TO8 pictures 2018-11-14 11:28:09 +01:00
Thomas Bernard
434428a47f
Add default thomson Palette 2018-11-14 11:28:09 +01:00
Thomas Bernard
830dd76fba
Load_MOTO(): 80col mode support (640x200) 2018-11-14 11:28:09 +01:00
Thomas Bernard
23812b28e9
Load_MOTO(): support the ".MAP" format (GET/SAVEP/LOADP/PUT) 2018-11-14 11:28:09 +01:00
Thomas Bernard
77262deadc
Add Loading of files produced by TGA2TEO for the Thomson TO8 2018-11-14 11:28:09 +01:00
Thomas Bernard
ffd2c7e8ce
oldies.c: Add Thomson MOTO functions 2018-11-14 11:28:09 +01:00
Thomas Bernard
d32390a943
Doxygen for Load_FLI() Test_FLI() 2018-11-14 11:28:09 +01:00
Thomas Bernard
fd798c70f0
Write_bytes() add "const" in prototype 2018-11-14 11:28:09 +01:00
Thomas Bernard
3d2d8ba154
Add generatedoc binary to .gitignore 2018-11-13 09:31:33 +01:00
Thomas Bernard
a9b72c2ae9
convert DOS txt files from CP437 to UTF-8
restore doc_eng.txt (UTF8)

Move to original_docs subdirectory, so they won't be included by
packaging
2018-11-13 09:28:14 +01:00
Thomas Bernard
1cdb9a707e
Load_C64(): support for Saracen Paint format 2018-11-12 11:54:04 +01:00
Thomas Bernard
694f4e5774
Load_C64(): support for Amica Paint Packed files 2018-11-12 11:44:23 +01:00
Thomas Bernard
77b915c074
Load_C64(): support for DrazPaint, FacePaint & Image System 2018-11-12 10:41:54 +01:00
Thomas Bernard
61b0056ec5 Doxygen for Save_C64_window() 2018-11-12 09:26:29 +01:00
Thomas Bernard
5e4d2f5700
Open_popup(): fix dropdown outside of the screen (again)
in commit 6e6f8ca3f404d0868abd32ba2a154f3f3f18a839
I forgot about Menu_factor_Y !

I'm also improving Doxygen here.
2018-11-10 22:44:02 +01:00
Thomas Bernard
0a30051d91
Load_C64() bitmaps are 1bpp
+ log in Save_C64_window()
+ comment
2018-11-10 21:32:53 +01:00
Thomas Bernard
aa9d0ac3f0
Log user message to the loggin system 2018-11-10 21:32:53 +01:00