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

3477 commits

Author SHA1 Message Date
Samuel Gomes 57abdc7450
Merge pull request #441 from a740g/core-refactor
GLEW and FreeGLUT refactor and cleanup
2024-01-31 12:28:20 +05:30
Samuel Gomes ecf12c9d6c
Merge branch 'main' into core-refactor 2024-01-31 11:39:57 +05:30
github-actions[bot] 46fc25eead Automatic update of ./internal/source 2024-01-30 21:55:38 +00:00
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 a3891cc611 Filter-out GLEW_OBJS for DEP_CONSOLE_ONLY apps 2024-01-30 06:32:53 +05:30
Samuel Gomes 3a260f1002 Update FreeGLUT to v2.8.1 2024-01-30 03:01:26 +05:30
Samuel Gomes b5e896384a Merge branch 'freeglut-upgrade' into core-refactor 2024-01-29 23:01:56 +05:30
Samuel Gomes 60b60fb462 Remove dead files 2024-01-29 22:36:20 +05:30
Samuel Gomes cd7b2b1a69 Changes to resolve merge conflicts 2024-01-29 22:22:21 +05:30
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
Samuel Gomes a5f62e1cf6 Minimize and remove custom / dead FreeGLUT changes 2024-01-24 01:16:55 +05:30
a740g 68413c0fc3 Avoid unusual long compile time for glew.c using -O3 on macOS 2024-01-22 11:10:23 +05:30
Samuel Gomes cb25713c99 Clean-up makefile 2024-01-22 07:41:02 +05:30
Samuel Gomes 88adf0b29f Cleanup FreeGLUT 2024-01-22 03:49:46 +05:30
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