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

1517 commits

Author SHA1 Message Date
Samuel Gomes
d885361f9f
Merge branch 'main' into midi-update 2024-07-04 04:05:20 +05:30
Samuel Gomes
45f85273e9 Cleanup 2024-07-03 14:37:57 +05:30
Samuel Gomes
31d42b439b Update MIDI tests 2024-07-03 14:00:36 +05:30
Samuel Gomes
43a97174fd Implement _MIDISOUNDBANK command 2024-07-03 12:29:38 +05:30
Samuel Gomes
291344d57d Fixed an old memset bug in midi_ma_vtable.cpp 2024-07-03 08:10:59 +05:30
Samuel Gomes
8ef92a2947 Tidy source files 2024-07-03 03:18:32 +05:30
Samuel Gomes
5570801e66 Fixed a bug that can lead to a crash if VSTi supports more than 2 channels 2024-07-02 21:44:45 +05:30
Samuel Gomes
1f7c365c49 Fix bugs in makefile 2024-07-02 09:21:41 +05:30
Samuel Gomes
5d2b4152af Implement new MIDI player 2024-07-02 08:40:19 +05:30
Samuel Gomes
10d4492360 Add new MIDI player library files 2024-07-01 23:43:54 +05:30
Samuel Gomes
00e819bf68 Remove default soundfont and move audio stubs to conditional inline functions 2024-07-01 18:36:06 +05:30
Matt Kilgore
6ffe16abb3
Merge branch 'main' into move-to-macos-12 2024-06-30 00:29:52 -04:00
Matt Kilgore
dd275315f8 macos: fix stderr output from system_profiler executable 2024-06-30 00:18:01 -04:00
Samuel Gomes
acdd3d6283 Fix license files & update QOA & TSF libraries 2024-06-30 01:48:51 +05:30
Samuel Gomes
7f2f3153ce Deprecate and remove $UNSTABLE:MIDI & $MIDISOUNDFONT 2024-06-30 00:43:42 +05:30
Samuel Gomes
0e29f5ae78
Merge branch 'QB64-Phoenix-Edition:main' into midi-update 2024-06-28 04:04:35 +05:30
github-actions[bot]
4926122605 Automatic update of ./internal/source 2024-06-27 22:09:56 +00:00
Samuel Gomes
3e09b36663
Merge branch 'QB64-Phoenix-Edition:main' into midi-update 2024-06-26 18:35:17 +05:30
github-actions[bot]
b26c760e08 Automatic update of ./internal/source 2024-06-26 12:49:17 +00:00
Samuel Gomes
a4477be249
Merge branch 'QB64-Phoenix-Edition:main' into midi-update 2024-06-25 06:37:53 +05:30
Samuel Gomes
3c5b9343fa
Merge branch 'main' into pcx-fixes 2024-06-24 18:35:13 +05:30
github-actions[bot]
f2a795c82f Automatic update of ./internal/source 2024-06-23 20:54:15 +00:00
Samuel Gomes
2ae2f3cb19 Tidy up 2024-06-24 01:15:53 +05:30
Samuel Gomes
615d3491d0 Round 3 2024-06-24 00:44:08 +05:30
Samuel Gomes
995895122d Again make crying Xcode 11.7 clang happy 2024-06-23 23:43:30 +05:30
Samuel Gomes
9ce41617e9 Make Xcode 11.7 clang happy 2024-06-23 23:37:45 +05:30
Samuel Gomes
312b7e307e
Merge branch 'main' into pcx-fixes 2024-06-23 23:15:35 +05:30
Samuel Gomes
b4ce3140c5 Implement new PCX image loader and add tests 2024-06-23 23:01:27 +05:30
github-actions[bot]
c021b96eda Automatic update of ./internal/source 2024-06-22 08:39:36 +00:00
Samuel Gomes
6f0b8fe11c Return value from qbs_left() 2024-06-22 12:34:20 +05:30
Samuel Gomes
a95a21bc2b Handle unusual cases and optimize func__deflate() & func__inflate() 2024-06-22 11:03:56 +05:30
Samuel Gomes
4706efcd06
Merge branch 'QB64-Phoenix-Edition:main' into midi-update 2024-06-22 08:30:21 +05:30
github-actions[bot]
79468805af Automatic update of ./internal/source 2024-06-19 21:54:22 +00:00
Samuel Gomes
e1c4ca34a1
Merge branch 'QB64-Phoenix-Edition:main' into midi-update 2024-06-07 03:50:22 +05:30
github-actions[bot]
e133a7ea90 Automatic update of ./internal/source 2024-06-06 22:12:29 +00:00
Samuel Gomes
fd47c1fe0a Remove uchar.h (not available on macOS) from front.h 2024-06-06 05:36:12 +05:30
Samuel Gomes
067e1c5693 Add missing header files for gcc 2024-06-06 05:22:45 +05:30
Samuel Gomes
99521ac597 Update font test 2024-06-06 04:38:35 +05:30
Samuel Gomes
c6808fefa6 Extend UTF32 class to handle UTF-16 naked and BOM LE/BE strings 2024-06-06 03:54:26 +05:30
Samuel Gomes
33cb43e516 Add destination image support for _UPRINTSTRING 2024-06-06 01:19:20 +05:30
Samuel Gomes
2ae25bc000 Simplify UTF32 conversions 2024-06-05 07:40:09 +05:30
Samuel Gomes
66d55178a4 Use FT_MulDiv() for _UPRINTSTRING render bitmap height calculation 2024-06-05 04:48:00 +05:30
Samuel Gomes
41b744c110
Merge branch 'main' into main 2024-06-03 16:35:26 +05:30
Luke Ceddia
1d5a8d79b8 Allow setting environment variables with space in values 2024-06-03 19:01:43 +10:00
github-actions[bot]
ac2777fd20 Automatic update of ./internal/source 2024-06-02 23:35:19 +00:00
Luke Ceddia
90af0d6e73 Reliably enable window defocus on Linux
The FocusIn/FocusOut X11 events are more reflective of active
foreground window that Enter/Leave, which only relates to mouse
movement. In particular, FocusOut fires when Alt-Tabbing away
so the alt key is correctly released.

Also re-enable IDE defocus processing on Linux so the Alt key no
longer keeps the menus selected when Alt-Tabbing.
2024-06-03 08:07:41 +10:00
github-actions[bot]
da0bc8cc4a Automatic update of ./internal/source 2024-06-02 21:46:12 +00:00
Samuel Gomes
cfc271baad Make _FILES$ default to "*" filespec if filespec is an empty string 2024-06-02 23:27:01 +05:30
Samuel Gomes
800365d314
Merge branch 'QB64-Phoenix-Edition:main' into midi-update 2024-06-02 16:02:47 +05:30
github-actions[bot]
eff5f84e89 Automatic update of ./internal/source 2024-06-02 01:04:40 +00:00