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

1429 commits

Author SHA1 Message Date
github-actions[bot]
11e40594ef Automatic update of ./internal/source 2024-03-25 13:22:46 +00:00
a740g
02a663d3c9 Use std::atomic_store 2024-03-24 21:36:18 +05:30
Samuel Gomes
17b18975a4
Merge branch 'main' into macOS-mouse-fixes 2024-03-24 19:55:41 +05:30
github-actions[bot]
1e86c81ddd Automatic update of ./internal/source 2024-03-19 08:18:09 +00:00
Samuel Gomes
b78790a2a1 Include mac-mouse-support.h in libqb.cpp 2024-03-10 13:33:41 +05:30
a740g
6689208790 Make changes per suggestion in #468 2024-03-10 13:19:26 +05:30
a740g
787c9579b6 Add support for _MOUSEWHEEL and _MOUSEMOVEMENTx on macOS 2024-03-09 21:55:34 +05:30
github-actions[bot]
c7e912ace6 Automatic update of ./internal/source 2024-03-01 19:33:16 +00:00
RainRat
8cecb665a2 fix typos 2024-02-28 19:20:10 -08:00
github-actions[bot]
91b9b2cb76 Automatic update of ./internal/source 2024-02-28 12:03:42 +00:00
github-actions[bot]
f6ed1463ef Automatic update of ./internal/source 2024-02-27 04:24:33 +00:00
github-actions[bot]
a55e0659be Automatic update of ./internal/source 2024-02-24 15:17:39 +00:00
github-actions[bot]
e39f222ef3 Automatic update of ./internal/source 2024-02-22 17:42:57 +00:00
github-actions[bot]
741b0d3b90 Automatic update of ./internal/source 2024-02-19 21:59:05 +00:00
Matthew Kilgore
bc71b52755 Fix missing return statements 2024-02-18 16:08:38 -05:00
Matthew Kilgore
416c81bb8a move hex/oct/bin functions to separate file 2024-02-18 16:08:38 -05:00
github-actions[bot]
231b2cbce5 Automatic update of ./internal/source 2024-02-18 20:32:32 +00:00
Matthew Kilgore
42df34f4a5 Remove libqb.h usage from libqb/src 2024-02-18 02:35:47 -05:00
Matthew Kilgore
770d400eb3 Remove libqb.h usage from gui.cpp 2024-02-18 02:21:56 -05:00
Matthew Kilgore
66488c9ee5 Remove libqb.h usage from compression.cpp 2024-02-18 02:21:56 -05:00
Matthew Kilgore
cc607112d3 remove unnecessary string func definitions 2024-02-18 02:21:13 -05:00
Matthew Kilgore
514b228e95 Move file fields to separate file 2024-02-18 02:20:45 -05:00
Matthew Kilgore
657d0b4140 Move shell functions to separate file 2024-02-18 02:20:45 -05:00
github-actions[bot]
7a430dfe9d Automatic update of ./internal/source 2024-02-18 06:47:09 +00:00
Matthew Kilgore
b309a576e6 Suppress warnings when building freetype 2024-02-17 01:36:10 -05:00
Matthew Kilgore
a22b56d750 Suppress warnings when building freeglut 2024-02-17 01:36:10 -05:00
Matthew Kilgore
784ccf2067 Silence warning if already defined 2024-02-17 01:36:10 -05:00
Matthew Kilgore
0a0e6d472f fix math include 2024-02-17 01:36:10 -05:00
Matthew Kilgore
eafbfd0d6f move sqr and pow2 to math 2024-02-17 01:36:10 -05:00
Matthew Kilgore
533934fb16 Move environ functions to separate file 2024-02-17 01:36:10 -05:00
Matthew Kilgore
def3ada041 Moves bitops to separate file 2024-02-17 01:36:10 -05:00
Matthew Kilgore
cd8a388d62 Separate out math-related functions 2024-02-17 01:36:10 -05:00
Matthew Kilgore
fb16492ac8 Move more date/time functions 2024-02-17 01:36:10 -05:00
Matthew Kilgore
b9a4bec188 Move _MK and _CV implementation functions to separate cpp 2024-02-17 01:36:10 -05:00
github-actions[bot]
fb629d135d Automatic update of ./internal/source 2024-02-17 02:00:00 +00:00
Matthew Kilgore
a891a6b255 Move list API to separate cpp file
Fixes: #147
2024-02-16 20:04:35 -05:00
Matthew Kilgore
9a76f4f81d Fix warnings about redefinition of macros 2024-02-16 20:04:35 -05:00
Matthew Kilgore
01b52e77a0 Fix compile error with gfs.cpp and fstream 2024-02-16 20:04:35 -05:00
Matthew Kilgore
2f0588ac80 Fix warnings in gfs.cpp 2024-02-16 20:04:35 -05:00
Matthew Kilgore
a15d812f12 Remove gfs_file_win_struct
The HANDLE is simply folded into the gfs_file_struct
2024-02-16 20:04:34 -05:00
Matthew Kilgore
f9c97161ab Move gfs API to separate .cpp file
Fixes: #424
2024-02-16 20:04:34 -05:00
Matthew Kilgore
2423351bb2 Fix warnings in error_handle.cpp 2024-02-16 20:04:34 -05:00
Matthew Kilgore
d4b008e3e4 Remove libqb.h from audio.cpp 2024-02-16 20:04:34 -05:00
github-actions[bot]
06690f94d8 Automatic update of ./internal/source 2024-02-17 01:00:18 +00:00
Roland Heyder
fdfd6a2af3 More error checking 2024-02-17 01:01:08 +01:00
Roland Heyder
59196ca893 Make _WRITEFILE a statement
- rather than a function as suggested by @a740g
2024-02-16 20:26:55 +01:00
Roland Heyder
f51da87249
Merge branch 'main' into read-write-file 2024-02-16 19:01:01 +01:00
github-actions[bot]
ea0ab4e8db Automatic update of ./internal/source 2024-02-16 02:03:26 +00:00
Roland Heyder
7d7a7fe22c New functions
- _READFILE$
- _WRITEFILE
2024-02-16 01:37:39 +01:00
Matthew Kilgore
839c5c0c9f Add cmem.h with dblock and cmem[] 2024-02-14 17:21:15 -05:00