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

3447 commits

Author SHA1 Message Date
github-actions[bot] d632691890 Automatic update of ./internal/source 2024-01-27 15:39:10 +00:00
Roland Heyder 79a919d92c
Merge pull request #438 from QB64-Phoenix-Edition/export-and-meta-refactoring
Export and meta refactoring
2024-01-27 16:20:45 +01:00
Roland Heyder 9a2da53048
Merge branch 'main' into export-and-meta-refactoring 2024-01-26 09:16:24 +01:00
Samuel Gomes 8918ab8268
Merge pull request #437 from a740g/main 2024-01-26 13:07:52 +05:30
Roland Heyder 13b5d5672b Removed a unused variable
- this popped up as warning during my tests, it comes from @mkilgore its latest CONST changes
2024-01-26 00:56:44 +01:00
Roland Heyder d83b6d9557 Rename internal $CHECKING flag
- this completes the previous commit, but as it also swapped the true/false logic, it was made as extra commit
2024-01-26 00:51:29 +01:00
Roland Heyder f24cabd9ad Rename internal meta flags
- mainly done to avoid faulty highlighting, but also makes more sense IMO
2024-01-26 00:43:38 +01:00
Roland Heyder b8424f1336 Refactoring $ASSERTS:CONSOLE highlighting
- according to other multipart meta-commands, make the CONSOLE part a regular keyword
- grouping meta handling blocks (removed some blank lines)
2024-01-26 00:32:11 +01:00
Roland Heyder 9bbd125e45 Refactoring ExportAs function
- reduce memory impact
- fix $NOPREFIX issue
- improved checks to avoid faulty highligting of unquoted text in DATA lines and meta lines such as $VERSIONINFO or $ERROR
- fixed a wrong Wiki link (SHELL fucntion)
2024-01-26 00:15:41 +01:00
Samuel Gomes 8fa66795b8 Make FILES work for cases where fileSpec does not contain a directory 2024-01-24 19:01:36 +05:30
github-actions[bot] a5fedd9d0c Automatic update of ./internal/source 2024-01-21 16:17:15 +00:00
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
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