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

1206 commits

Author SHA1 Message Date
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
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
8548d090fc Fix macOS seg-fault reported by @grymmjack 2023-09-14 07:19:22 +05:30
Samuel Gomes
25cbfc9bff
Merge branch 'QB64-Phoenix-Edition:main' into main 2023-09-05 06:27:53 +05:30
Steve McNeill
891cbc7aef
Merge branch 'main' into main 2023-09-04 01:53:16 -04:00
SteveMcNeill
6f3cabcbdc Bug fix for CONST Blink with $NOPREFIX 2023-09-03 21:41:58 -04:00
Samuel Gomes
82fac205f5
Merge branch 'QB64-Phoenix-Edition:main' into main 2023-09-04 03:34:05 +05:30
github-actions[bot]
a9fe507855 Automatic update of ./internal/source 2023-09-03 21:48:17 +00:00
Samuel Gomes
2a92e2197f
Merge branch 'QB64-Phoenix-Edition:main' into main 2023-08-25 22:34:39 +05:30
github-actions[bot]
4c50c8db3c Automatic update of ./internal/source 2023-08-25 15:40:58 +00:00
Samuel Gomes
1e251e4ea2 Add support for PCF & BDF fonts 2023-08-16 09:07:53 +05:30
Samuel Gomes
bf59b9da67 Fix incorrect client rect offset when compiled with LLVM-MingW 2023-07-29 10:38:23 +05:30
github-actions[bot]
05a536d0af Automatic update of ./internal/source 2023-07-25 13:12:37 +00:00
github-actions[bot]
27b6fdb0a9 Automatic update of ./internal/source 2023-07-04 13:28:53 +00:00
github-actions[bot]
f14ac84955 Automatic update of ./internal/source 2023-06-28 20:43:03 +00:00
Samuel Gomes
89a0aa9f89
Merge branch 'main' into font-improvements 2023-06-21 07:21:30 +05:30
Samuel Gomes
3b1ca3a386 Fix fonts getting vertically misaligned 2023-06-19 07:06:49 +05:30
Samuel Gomes
7c96db91be Update to Libxmp-lite v4.6.0 2023-06-17 14:07:50 +05:30
github-actions[bot]
02cb3fbf87 Automatic update of ./internal/source 2023-06-13 16:08:53 +00:00
github-actions[bot]
6772368a17 Automatic update of ./internal/source 2023-06-11 06:07:35 +00:00
Samuel Gomes
6096ab90b6 Limit MML player to octave 6 like QB64 & QB45 2023-06-10 17:19:34 +05:30
Samuel Gomes
4a70d88dee
Merge branch 'QB64-Phoenix-Edition:main' into audio-enhancements 2023-06-10 02:28:48 +05:30
Samuel Gomes
3f16e3c9d1 Add volume, panning & waveform support for SOUND 2023-06-10 02:24:05 +05:30
github-actions[bot]
b4d2d380a3 Automatic update of ./internal/source 2023-06-09 19:24:40 +00:00
Samuel Gomes
947ebdca20 Replace Sleep with sub__delay() 2023-06-09 15:59:14 +05:30
Samuel Gomes
b26dfff73f Implement "X" + VARPTR$(s$) support 2023-06-09 15:43:15 +05:30
Samuel Gomes
ef5d29e5fb Implement PSG class 2023-06-09 13:02:14 +05:30
Samuel Gomes
ced04e9516 Minor cleanup 2023-06-05 10:47:11 +05:30
Samuel Gomes
e729e211e1 Update miniaudio to v0.11.17 (AIFF, AIFC support) 2023-06-01 04:09:09 +05:30
Samuel Gomes
bd9a7b6f6f
Merge branch 'QB64-Phoenix-Edition:main' into audio-enhancements 2023-05-23 01:42:57 +05:30
github-actions[bot]
dcb454874f Automatic update of ./internal/source 2023-05-22 19:46:34 +00:00
Samuel Gomes
8abb729d04 Update miniaudio to v0.11.16 2023-05-20 17:24:04 +05:30
Samuel Gomes
cee04c3728 Mono & AA gyph metrics are now tracked separately 2023-05-18 03:19:03 +05:30
Samuel Gomes
c9749a03ff Autoformat code 2023-05-10 23:44:59 +05:30
Samuel Gomes
715c1003c4 Update miniaudio to v0.11.15 2023-05-10 23:20:34 +05:30
Samuel Gomes
08b5e0f448
Merge branch 'QB64-Phoenix-Edition:main' into ucharpos-enhancement 2023-05-08 19:13:38 +05:30
Samuel Gomes
3fc585241a
Merge branch 'QB64-Phoenix-Edition:main' into audio-enhancements 2023-05-08 19:12:51 +05:30
github-actions[bot]
f51f5fefa9 Automatic update of ./internal/source 2023-05-08 12:51:47 +00:00
Samuel Gomes
381e5ab0e9
Merge branch 'main' into ucharpos-enhancement 2023-05-08 18:04:22 +05:30
Samuel Gomes
47c3cac56a
Merge branch 'QB64-Phoenix-Edition:main' into dialog-fixes 2023-05-08 02:00:22 +05:30