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

3460 commits

Author SHA1 Message Date
Roland Heyder f4fd37bfc0
Merge pull request #443 from QB64-Phoenix-Edition/workflow-rescue
Workflow rescue
2024-01-30 22:37:33 +01:00
Roland Heyder 0ce5a8e56e Refactor GetCRC32 function 2024-01-30 21:15:09 +01:00
Roland Heyder 110bbb2fdd Revert Makefile changes 2024-01-30 20:47:40 +01:00
Roland Heyder ba7f80e361 Revert "Automatic update of ./internal/source"
This reverts commit ad0e5e4ef3.
2024-01-30 20:44:17 +01:00
github-actions[bot] ad0e5e4ef3 Automatic update of ./internal/source 2024-01-30 17:13:17 +00:00
Roland Heyder 4534f28ac4
Merge pull request #442 from QB64-Phoenix-Edition/ext-dep-chk
Add external dependencies checks
2024-01-30 17:53:43 +01:00
Roland Heyder 6077e048b5 Another try to fix
- changes suggested by @mkilgore
2024-01-30 17:11:36 +01:00
Roland Heyder d35e7e4f9e Fix Makefile
- we need DEP_DATA for QB64pe itself now
2024-01-30 15:58:54 +01:00
Roland Heyder ba90208c27 Add external dependencies checks
- tracks required external files for changes and triggers a rebuild if needed
- $EXEICON file
- $MIDISOUNDFONT (incl. the DEFAULT one)
- $INCLUDE (incl. nested ones)
- $EMBED files
- internal includes as forced by $COLOR or $DEBUG
2024-01-30 13:04:03 +01:00
Samuel Gomes 5dad21acef
Merge pull request #440 from a740g/main
Fix case-insensitive pattern matching on Windows and _FILES behavior
2024-01-29 20:55:43 +05:30
Samuel Gomes 68af1fe5f7 Fix case-insensitive pattern matching on Windows and _FILES behavior 2024-01-29 18:38:05 +05:30
Roland Heyder 3bb59266ed
Merge pull request #439 from RainRat/main
fix typos
2024-01-29 09:23:57 +01:00
RainRat f65a74c22a fix typos 2024-01-28 10:37:47 -08:00
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