140 Commits

Author SHA1 Message Date
Thomas Bernard
da092228f3
improve Atari ST file formats NEOchrome and Degas 2018-12-14 09:25:19 +01:00
Thomas Bernard
c81ffb0d6e
Automatically set Drawing mode when loading Thomson, C64 and Apple 2 files 2018-12-11 12:25:39 +01:00
Thomas Bernard
2a6f0e3a27
new function Set_image_mode() to set image mode in Load_XXX() functions 2018-12-11 12:25:39 +01:00
Thomas Bernard
2d392fb7b1
Convert image to FLI when enabling the mode. show errors in layer 4 2018-12-11 12:25:39 +01:00
Thomas Bernard
fd6e420008
use word for C64 loadAddr 2018-12-11 12:25:39 +01:00
Thomas Bernard
4c1c2f34ad
Move the 1layer => C64 FLI code to C64_pixels_to_FLI() 2018-12-11 12:25:39 +01:00
Thomas Bernard
84068c5516
change C64_FLI() to use T_IO_Context 2018-12-11 12:25:39 +01:00
Thomas Bernard
28fb91f265
avoid accessing Main.backups in Load_XXX() or Save_XXX() 2018-12-11 12:25:39 +01:00
Thomas Bernard
ab8c75306e Load_C64_fli() : do not load additional layers when loading preview 2018-12-08 18:20:40 +01:00
Thomas Bernard
eda6e57574 rewrite Save_C64_hires()
- easier to understand.
- Count_used_colors_area() not used anymore (not safe for
  Save function as it does not get the pixels from the Saving
  context)
2018-12-08 18:20:40 +01:00
Thomas Bernard
99224fd6d0 Load_HGR() better HGR mode based on "Le Chat Mauve" real display 2018-12-08 18:12:36 +01:00
Thomas Bernard
1bffaacead Apple II HGR & DHGR Load/Save 2018-12-08 18:12:35 +01:00
Adrien Destugues
2edc897b92 gcc2 build fix. 2018-12-08 18:00:16 +01:00
Thomas BERNARD
4dfd12c346
silence a warning 2018-11-28 23:01:39 +01:00
Thomas Bernard
c1fd90137e
Comments about CPC formats 2018-11-26 16:42:44 +01:00
Thomas Bernard
4b57acf1af CPC_compare_colors()
used in Save_SCR()
2018-11-26 16:20:07 +01:00
Thomas Bernard
25c4ec5ceb Scroll palette to show relevant colors 2018-11-26 00:38:41 +01:00
Thomas Bernard
0e018d4a3c
Load_SCR() hexdump the non pixel bytes of SCR files 2018-11-26 00:26:45 +01:00
Thomas Bernard
b418c27aa5
Load_C64() unpack more formats 2018-11-23 01:10:01 +01:00
Thomas Bernard
860b75d608
Load_CM5() setup colors 0,1,2,3 to see something in the thumbnail preview of layer 5 2018-11-22 23:19:33 +01:00
Thomas Bernard
84aff3b73c Load_SCR() also support .WIN files 2018-11-22 17:02:12 +01:00
Thomas Bernard
a880045aba
minor things
- link to HTML version of inline help
- fix type in Test_C64()
- remove extra spaces at end of line
2018-11-22 10:19:58 +01:00
Thomas Bernard
67a1220085
SCR (Amstrad CPC) file format
- Implements Test_SCR() / Load_SCR() for standard formats pictures
- Save .PAL file in Save_SCR()
2018-11-22 10:16:26 +01:00
Thomas Bernard
bf461a8a52 Test_MOTO() : check 2nd file for TGA2TEO files 2018-11-21 12:02:00 +01:00
Thomas Bernard
792c329ba1 Load_C64() support for Micro Illustrator and Run Paint files 2018-11-21 12:01:43 +01:00
Thomas Bernard
c251a1ca22 Load_C64() support for Paint Magic files 2018-11-21 11:23:52 +01:00
Thomas Bernard
4e4414b912 Load_C64() support a couple of image types more 2018-11-21 01:31:16 +01:00
Thomas Bernard
bc06fbae72
CPC_set_HW_palette() 2018-11-21 01:29:59 +01:00
Thomas Bernard
3ed119a6c2
bugfix in PI1_load_ranges() 2018-11-21 01:29:33 +01:00
Thomas Bernard
0e512209a7
doxygen group for fileformats.h 2018-11-21 01:29:04 +01:00
Thomas Bernard
1e6f0175da
Add "Set Palette" option in the 8bit menu 2018-11-20 10:52:37 +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
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
4e6a3d81c6 machine => target_machine. fixes 9dddfd57752ff4234f60eb2183615d49cb740cf2 2018-11-18 00:39:23 +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
80e381a599 Rename DECB binary files related functions 2018-11-16 14:14:36 +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
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