Lephenixnoir
a1ee256ba5
bump version to 2.9.2
7 months ago
Lephenixnoir
b8e2897560
fxsdk: add an OTHER_MACROS argument to find_simple_library()
7 months ago
Lephenixnoir
38ff1f765b
bump version to 2.9.1
7 months ago
Lephenixnoir
223cd31b6c
fxsdk: compatibility with CMake 3.24
7 months ago
Lephenixnoir
92316b9f5a
bump version to 2.9.0
7 months ago
Lephenixnoir
aae8b951c0
fxsdk: add --no-warn-rwx-segments in linker options
7 months ago
Lephenixnoir
daf1e865b3
update missing bits in README
7 months ago
Lephenixnoir
147ff08869
fxsdk: add sysroot, support for listdc++, README tutorial, LICENSE
...
This commit mainly introduces an almost-normal sysroot where the
compiler and libs will be installed. This is done in order to properly
build libstdc++-v3 from the GCC tree while also cleaning up the
slightly chaotic current install system.
* Add an `fxsdk --version` command
* Redo the README like a translation of the French topic
* Up default project to gint 2.9 to help get migrations right
* Add new `fxsdk path` command reporting important folders
* Add new CMake variables FXSDK_SYSROOT, FXSDK_INCLUDE, FXSDK_LIB so
CMake can access the information of `fxsdk path`
* fxSDK is now in charge of removing the entire sysroot including the
cross-compiler
* Add a LICENSE file
7 months ago
Lephenixnoir
4296ef0872
fxsdk: adjustment for #9
8 months ago
Lephenixnoir
dd6cd3fcd4
fxlink: add a message if `cp` fails
8 months ago
Lephenixnoir
6032ce38cf
Merge pull request 'Added a specific charset (extascii) to get access to 256 characters of the ascii table' ( #9 ) from Slyvtt/fxsdk:slyvtt-patch-1 into dev
...
Reviewed-on: #9
8 months ago
Sylvain PILLOT
2c0815077c
Added a specific charset (extascii) to get access to 256 characters of the ascii table
...
Added the support of extended ascii table (char 128 and aboce up to 255).
8 months ago
Lephenixnoir
1a7939bbb9
fxsdk: fix long-standing typo in default .gitignore
8 months ago
Lephenixnoir
a7046966da
fxconv: fix double object file size for RGB565 images
8 months ago
Lephenixnoir
00b85297a3
bump version to 2.8.0
10 months ago
Lephenixnoir
e4289f6c4c
fxconv: remove alpha field of images
11 months ago
Lephenixnoir
b29c494715
fxconv: rewrite image converter, forcing alpha value
11 months ago
Lephenixnoir
58cb14157d
fxconv: new image format (and libimg stride update)
11 months ago
Lephenixnoir
6fd943ea67
fxconv: simplify alpha assignment in P8/P4
...
* alpha is now the last color of the palette rather than always being 0.
* alpha is not materialized in the P8 palette.
* Fixed a bug where images with more than 32/256 colors being converted
in P4/P8 with transparency would use all colors for opaque pixels,
causing alpha to randomly land on a color index that is in use.
11 months ago
Lephenixnoir
6d2dcea900
fxconv: "p4" and "p8" now select best new format
...
Instead of p8 being the old p8 (which now doesn't display anymore!) and
p4 being p4_rgb565a.
11 months ago
Lephenixnoir
6788a7b5fe
fxsdk: round RGB16 images to even widths
...
This allows 4-alignment on the input to be preserved from line to line,
which is very valuable for rendering optimizations.
11 months ago
Lephenixnoir
27e60884c3
fxlink: generate blob names based on application/type
11 months ago
Lephenixnoir
5e004f989e
Cleanup for PR#8
11 months ago
Lephenixnoir
cd9d669275
Merge PR #8 into dev
11 months ago
Sylvain PILLOT
6103d852d5
added -u, --unmount option to force unmounting the disk after end of operations
11 months ago
Sylvain PILLOT
85314f8310
change option name to -q, --quiet and improved code layout
11 months ago
Sylvain PILLOT
89ca11678c
added --silent-mode and --fxlink-log options
11 months ago
Lephenixnoir
c517447a02
fxsdk: finally implement the send-fx and send-cg commands
12 months ago
Lephenixnoir
2cc5d7ac5b
implement fxgxa and use it in both build systems
1 year ago
Lephenixnoir
ec39aa5cde
move fxg1a/ -> fxgxa/ to prepare implementing fxg3a
1 year ago
Lephenixnoir
0fd94fd894
bump version to 2.7.1
1 year ago
Lephenixnoir
5feca5d2e1
cmake: allow single quotes in paths for generate_g3a()
1 year ago
Lephenixnoir
e8c7084942
fxsdk: avoid quote in heredoc for Mac OS
...
Not sure what's happening here.
1 year ago
Lephenixnoir
aa362c15f6
fxlink: don't use <endian.h>
1 year ago
Lephenixnoir
90d5e723e0
fxconv: explicit error when no metadata is set for a file
1 year ago
Lephenixnoir
41c7ac0aec
fxconv: allow custom-type to work as type
1 year ago
Lephenixnoir
f17d741d54
fxconv: fix CLI which was broken since 4d46661d3
1 year ago
Lephenixnoir
9e097109bc
cmake: allow assets at root of project in fxconv_declare_assets()
1 year ago
Lephenixnoir
b777fe76f6
bump version to 2.7.0
1 year ago
Lephenixnoir
bbf716b031
fxconv: resolve name_regex in the fxconv-metadata.txt API
1 year ago
Lephenixnoir
4d46661d3b
fxconv: expose fxconv-metadata.txt parsing functions in API
1 year ago
Lephenixnoir
6dae13007e
fxconv: "fix" palette remap with non-continous "P" image
...
Just take the holes and save less space
1 year ago
Lephenixnoir
afc6d51217
fxsdk: add more fxg1a/mkg3a flags in generate_{g1a,g3a}()
1 year ago
Lephenixnoir
cdeefa1de6
fxconv: fix conversion of char-spacing attribute
1 year ago
Lephenixnoir
317b82348f
fxconv: add support for {P4,P8}_{RGB565,RGB565A} for Azur
1 year ago
Lephenixnoir
68be7fe522
fxconv: allow section specification from fxconv-metadata.txt
2 years ago
Lephenixnoir
959cd2975c
bump version to 2.6.0
2 years ago
Lephenixnoir
942c39be4e
fxconv: allow any tree of referencing structures
2 years ago
Lephenixnoir
bc7cd928f4
fxconv: add synonyms Structure=ObjectData and ptr=ref
2 years ago
Lephenixnoir
0fc48f3c4d
fxlink: avoid log spam when receiving video frames
2 years ago