1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-02 03:50:36 +00:00
Commit graph

3492 commits

Author SHA1 Message Date
Samuel Gomes 7d88082ed1 Remove dead code (gl_headers/) 2024-01-22 01:12:15 +05:30
Samuel Gomes 043d75657c Update GLEW to v2.2.0 and avoid including glew.c from libqb.cpp 2024-01-22 00:48:12 +05:30
Samuel Gomes 3eaf1895d7
Merge branch 'QB64-Phoenix-Edition:main' into freeglut-upgrade 2024-01-21 21:48:32 +05:30
github-actions[bot] a5fedd9d0c Automatic update of ./internal/source 2024-01-21 16:17:15 +00:00
Samuel Gomes 8fdc486e73
Merge branch 'QB64-Phoenix-Edition:main' into freeglut-upgrade 2024-01-21 21:29:41 +05:30
Samuel Gomes 034134fce4
Merge pull request #436 from a740g/housekeeping
Remove dead code
2024-01-21 21:28:26 +05:30
Samuel Gomes fe9e397367
Merge branch 'QB64-Phoenix-Edition:main' into housekeeping 2024-01-21 03:44:34 +05:30
github-actions[bot] ed78525373 Automatic update of ./internal/source 2024-01-20 16:04:21 +00:00
Matt Kilgore 76107e39b3
Merge pull request #435 from mkilgore/replace-const-element
Redo CONST evaluation and use the element string directly.
2024-01-20 10:45:46 -05:00
Matthew Kilgore 585002507c Avoid newline characters in test 2024-01-19 21:30:10 -05:00
Samuel Gomes e1001a0dd9 Remove dead code (time64.*) 2024-01-19 12:54:23 +05:30
Samuel Gomes 3983879a44 Remove dead glues directory 2024-01-19 01:53:17 +05:30
Matthew Kilgore 1a087609bf Add support for ASC() and CHR$() 2024-01-18 13:00:13 -05:00
Matthew Kilgore 90941fffa7 Replace CONSTs while we have the individual elements
This moves the CONST replacement up before we turn the elements into a
single string. The advantage is that we don't have to worry about
splitting the string properly to find the CONST names as the elements
are already split for us.t
2024-01-18 13:00:13 -05:00
github-actions[bot] 0122c6c11e Automatic update of ./internal/source 2024-01-13 10:16:37 +00:00
Samuel Gomes 4c820fba21
Merge pull request #431 from a740g/freetype-upgrade
Update FreeType to v2.13.2
2024-01-13 15:29:18 +05:30
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 37f24f8e48 Add FreeType autogenerated files to .gitignore 2024-01-07 06:13:47 +05:30
Samuel Gomes 91129c60ed Replace FreeTypeAmalgam with FreeType v2.13.2 2024-01-07 06:02:16 +05:30
Samuel Gomes 16133868ca
Merge pull request #430 from a740g/main
Update stb_image to v2.29
2024-01-07 01:06:10 +05:30
Samuel Gomes d85398de66 Update stb_image to v2.29 2024-01-06 18:14:46 +05:30
Samuel Gomes d040763823
Merge pull request #428 from a740g/main
Fix OPEN COM from locking up inside gfs_open_com_syntax()
2024-01-05 22:44:46 +05:30
Samuel Gomes 3caa2924f0 Changes per suggestions in #428 2024-01-05 01:40:11 +05:30
Samuel Gomes 62b056a851 Merge branch 'main' of https://github.com/a740g/QB64pe 2024-01-05 00:31:30 +05:30
Samuel Gomes 7d1cc89780 Fix OPEN COM from locking up inside gfs_open_com_syntax() 2024-01-05 00:31:19 +05:30
Samuel Gomes ff0f04dcee
Merge pull request #426 from a740g/main
Make _FILES$() throw an error if it is called without an argument the first time
2024-01-04 18:45:19 +05:30
Samuel Gomes 2bf7b7919c Make _FILES$() throw an error if it called with an argument the first time 2024-01-04 04:46:14 +05:30
github-actions[bot] c5242929d5 Automatic update of ./internal/source 2024-01-03 11:59:53 +00:00
Samuel Gomes 87990341a8
Merge pull request #423 from a740g/main
Version 3.11.0
2024-01-03 17:12:27 +05:30
Samuel Gomes 61e7c7ffc0
Merge branch 'main' into main 2024-01-03 16:33:23 +05:30
Samuel Gomes fcac614f67
Merge pull request #422 from a740g/miniaudio-upgrade
Upgrade miniaudio to v0.11.21
2024-01-03 16:33:02 +05:30
Samuel Gomes 360a317481 Version 3.11.0 2024-01-03 16:18:06 +05:30
Samuel Gomes ba29d47f17
Merge branch 'QB64-Phoenix-Edition:main' into miniaudio-upgrade 2024-01-03 15:28:21 +05:30
github-actions[bot] 297c873390 Automatic update of ./internal/source 2024-01-02 19:26:30 +00:00
Samuel Gomes 7aca957619
Merge pull request #419 from a740g/filesystem-refactor-and-update
Filesystem refactor and update
2024-01-03 00:39:40 +05:30
Samuel Gomes 103e0f0873 Cleanup FS_GetKnownDirectory() and make libqb/ compile using -O2 2024-01-02 23:49:43 +05:30
Samuel Gomes b32dedf3f0 Change _FQN$ to _FULLPATH$ 2023-12-30 23:35:06 +05:30
Samuel Gomes d518c9df02
Merge branch 'QB64-Phoenix-Edition:main' into filesystem-refactor-and-update 2023-12-30 22:49:37 +05:30
Samuel Gomes 22df7f36a9
Merge pull request #421 from a740g/toolchain-upgrade
Windows toolchain upgrade
2023-12-30 22:34:34 +05:30
Samuel Gomes 0c74413390
Merge branch 'main' into toolchain-upgrade 2023-12-30 21:56:36 +05:30
github-actions[bot] e03f6eeb68 Automatic update of ./internal/source 2023-12-30 11:03:30 +00:00
Steve McNeill ff57efa13e
Merge pull request #420 from SteveMcNeill/main
fix for CONST issues
2023-12-30 05:47:17 -05:00
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
SteveMcNeill ef19a046be fix for CONST issues
Yet again, here's another patch to the patch which patches a patch....  /sigh
2023-12-29 01:12:01 -05:00