1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-08-04 18:50:24 +00:00
Commit graph

274 commits

Author SHA1 Message Date
Samuel Gomes
4aba002be5 Fix comment typos 2024-01-13 14:53:02 +05:30
a740g
1abe761789 Fixes to compiler under macOS Ventura 2024-01-08 20:48:48 +05:30
Samuel Gomes
5f91458ef9 Use FreeType flat-directory compilation 2024-01-08 09:56:41 +05:30
Samuel Gomes
c030a73370 Remove FREETYPE_EXTRA_CLEAN_LIST 2024-01-08 03:17:50 +05:30
a740g
ee4d07991d Update GitHub workflow to install FreeType dependencies for Linux and macOS 2024-01-08 01:32:38 +05:30
Samuel Gomes
56b7ac61d3 Update font/build.mk to use pkg-config to get CXXFLAGS and CXXLIBS in Linux 2024-01-07 06:59:34 +05:30
Samuel Gomes
91129c60ed Replace FreeTypeAmalgam with FreeType v2.13.2 2024-01-07 06:02:16 +05:30
Samuel Gomes
d85398de66 Update stb_image to v2.29 2024-01-06 18:14:46 +05:30
Samuel Gomes
ba29d47f17
Merge branch 'QB64-Phoenix-Edition:main' into miniaudio-upgrade 2024-01-03 15:28:21 +05:30
Samuel Gomes
ced74fb82e Add QB64 error constants 2023-12-29 17:57:35 +05:30
Samuel Gomes
c2bdb61c4a Fix comment typos 2023-12-29 15:27:27 +05:30
Samuel Gomes
035a12e76e Update func__loadimage() & sub__saveimage() to use filepath_fix_directory() 2023-12-29 02:55:52 +05:30
Samuel Gomes
84b58c0fde Update func__sndopen() to use filepath_fix_directory() 2023-12-29 02:49:30 +05:30
Samuel Gomes
ede0d38165
Merge branch 'QB64-Phoenix-Edition:main' into filesystem-refactor-and-update 2023-12-13 09:38:19 +05:30
Samuel Gomes
57eaa8d119
Merge branch 'QB64-Phoenix-Edition:main' into miniaudio-upgrade 2023-12-13 09:37:25 +05:30
Samuel Gomes
20e5789ffd Simplify func__direxists() and func__fileexists() 2023-12-11 02:43:26 +05:30
Samuel Gomes
2835d2dde2 Update miniaudio to v0.11.21 2023-12-08 14:40:58 +05:30
Samuel Gomes
bbfd228597 Check for SVG start tag and add tests 2023-12-05 09:20:25 +05:30
Samuel Gomes
753ecb9609 Use uint8_t instead of auto / char 2023-12-05 06:44:23 +05:30
Samuel Gomes
4f7d2899c4 Add comments 2023-12-04 07:04:59 +05:30
Samuel Gomes
bb4a94a53e Check for bogus data in image_svg_load_from_file() 2023-12-04 06:46:04 +05:30
Samuel Gomes
5f7cfa3747 Avoid segfault on bogus SVG data 2023-12-04 05:48:32 +05:30
a740g
3666f0763a Avoid miniaudio runtime linking on macOS 2023-10-09 13:49:05 +05:30
Samuel Gomes
bd79d2db95 Make debugging code compile conditionally 2023-09-26 04:11:58 +05:30
Samuel Gomes
563005c0e6 Update licenses/README.md 2023-09-26 02:31:54 +05:30
Samuel Gomes
79c531f2bb Reorg. game controller and update libstem_gamepad 2023-09-26 02:01:35 +05:30
Samuel Gomes
d4c26d67bd
Merge branch 'main' into cleanup 2023-09-25 22:08:25 +05:30
Samuel Gomes
6287b4364f Replace cout with std::cout 2023-09-25 06:06:13 +05:30
Samuel Gomes
9981e09df5 RAD player: fix wrong KSL (key scale shift) values 2023-09-25 04:53:55 +05:30
Samuel Gomes
87a99c3970 Make _MEMSOUND channel parameter optional 2023-09-22 19:14:30 +05:30
Samuel Gomes
7c17161d00 Remove legacy audio code 2023-09-21 19:52:10 +05:30
Samuel Gomes
4f004c117b
Merge branch 'main' into audio-enhancements 2023-09-21 01:13:54 +05:30
Samuel Gomes
66c3a7734b Minor cleanup 2023-09-20 20:39:56 +05:30
Samuel Gomes
45e5a24f88 Add HDR format support to _SAVEIMAGE 2023-09-20 20:32:29 +05:30
Samuel Gomes
fcb7afceeb Fix cannot initialize a parameter of type 'size_t *' with an rvalue of type 'ma_uint64 *' 2023-09-19 09:12:00 +05:30
Samuel Gomes
052d184ee7 Implement QOI datasource 2023-09-19 07:44:46 +05:30
Samuel Gomes
37c17c78f6 Remove GPL xbr.hpp and update all license info 2023-09-19 02:07:57 +05:30
Samuel Gomes
7d620c777b Use better png compression level 2023-09-19 00:06:13 +05:30
Samuel Gomes
d27faf5ad7 Update extra libraries to latest 2023-09-17 22:40:43 +05:30
Samuel Gomes
a9a229f526 Replace most qbs stuff with std::string and cleanup 2023-09-17 17:20:38 +05:30
Samuel Gomes
fd088ec21b Disable stderr debugging output 2023-09-17 14:13:17 +05:30
Samuel Gomes
fbc01dba85 Use VGA palette instead of EGA 2023-09-17 13:46:36 +05:30
Samuel Gomes
586371dc77 Implement _SAVEIMAGE 2023-09-17 11:52:54 +05:30
Samuel Gomes
8110307e2c Add XBR & MMPX pixel scalers 2023-09-16 03:50:24 +05:30
Samuel Gomes
412b783efa Add QOI support 2023-09-15 21:05:41 +05:30
Samuel Gomes
de128d8186 Add SVG loading support 2023-09-15 16:15:16 +05:30
Samuel Gomes
61fba93eb1 Remove dds_image: no load-from-memory support yet 2023-09-15 14:29:24 +05:30
Samuel Gomes
620d053577 Implement pixel scaler support 2023-09-15 14:10:27 +05:30
Samuel Gomes
b8ddbc30ee Add jebp, QOI, dds_image, nanosvg & pixelscalers libraries 2023-09-15 11:24:41 +05:30
Samuel Gomes
6e80013339 Add QOA lib 2023-09-15 10:43:38 +05:30