1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-05 00:40:26 +00:00
Commit graph

815 commits

Author SHA1 Message Date
Cory Smith c7bfef667f Remove SetProcessDPIAware.
This looks like it may have been added about 11 months ago by Fellippe in order to make QB64 "dpi aware" - but I don't really think it works the way he thought it works and appears to be causing issues with high-resolution screens (rather than fixing it).
2022-09-10 03:31:12 -05:00
Cory Smith 73b570af86 Updated interim build files to reflect latest changes. 2022-09-04 13:51:56 -05:00
Cory Smith 3ff2da7d90 Swapping out txt help files in favor of md files. 2022-09-02 17:04:18 -05:00
Cory Smith 4b7501d4e0 Added reset.cmd and updated pre-compiled source. 2022-08-24 17:22:30 -05:00
Samuel Gomes 629b9b9c80 Mimic QB45 behavior - Sound() frequency 20KHz or above produces silence 2022-08-20 00:11:06 +05:30
Samuel Gomes 316fd0245c Enabled clang O2 flag for audio lib 2022-08-18 14:31:27 +05:30
Samuel Gomes 6b9424b029 Added Clang++ std flag c++11 2022-08-18 14:03:24 +05:30
Samuel Gomes ffc697c54a macOS complie error fixes 2022-08-18 10:41:12 +05:30
Samuel Gomes 290a31c112 Replaced OpenAL audio with miniaudio 2022-08-17 21:03:44 +05:30
Samuel Gomes 29a167837b We can now load PCX images 2022-08-17 12:27:37 +05:30
Samuel Gomes e3d2e063d1 Removed unnecessary GCC directories 2022-08-16 22:32:46 +05:30
Autobuild Process 242f8747de Update internal/source 2022-03-10 16:07:42 +00:00
Autobuild Process 88505bea87 Update internal/source 2022-03-10 13:33:35 +00:00
Autobuild Process 2a48f3c7e0 Update internal/source 2022-03-10 04:52:17 +00:00
Fellippe Heitor dfa4998b6b Revert "Update internal/source"
This reverts commit 8f9856705d.
2022-03-01 22:46:23 -03:00
Autobuild Process 8f9856705d Update internal/source 2022-03-02 01:41:40 +00:00
Fellippe Heitor 6f9059d6fb Revert "Update internal/source"
This reverts commit 9f095a1224.
2022-03-01 22:37:54 -03:00
Autobuild Process 9f095a1224 Update internal/source 2022-03-02 01:13:03 +00:00
Autobuild Process 78e6f4a788 Update internal/source 2022-03-01 23:52:55 +00:00
Autobuild Process a6fafc49bc Update internal/source 2022-02-25 02:00:27 +00:00
Autobuild Process ab5b96cc7a Update internal/source 2022-02-24 21:45:34 +00:00
Autobuild Process cd78160b44 Update internal/source 2022-02-23 04:34:23 +00:00
Autobuild Process 617bedb3b9 Update internal/source 2022-02-23 02:55:26 +00:00
Fellippe Heitor 7bad19cb94 Update vwatch.bm so qb64.bas can be debugged 2022-02-22 23:39:00 -03:00
Autobuild Process 38c5fcc83d Update internal/source 2022-02-13 12:57:23 +00:00
Autobuild Process d397cf69d9 Update internal/source 2022-01-24 01:29:53 +00:00
Autobuild Process dc92378825 Update internal/source 2022-01-24 01:16:21 +00:00
Autobuild Process ad9255a5c9 Update internal/source 2022-01-20 23:16:13 +00:00
Autobuild Process c69160584b Update internal/source 2022-01-19 00:31:52 +00:00
Autobuild Process 4afb8f7531 Update internal/source 2021-11-06 20:58:58 +00:00
Autobuild Process 81da1b9beb Update internal/source 2021-11-05 04:51:26 +00:00
Kit 72126a1289
Make $NOPREFIX-friendly versions of $COLOR includes (#206)
* Create `$NOPREFIX`-friendly version of `color0.bi`

* Create color32_noprefix.bi

* add conditional for noprefix $color

* oh. it was that easy?

* Update CHANGELOG.md

* Update help files [ci-skip]

Co-authored-by: all-other-usernames-were-taken <74026992+all-other-usernames-were-taken@users.noreply.github.com>
2021-11-05 01:46:28 -03:00
phillvancejr 8f0c08e2ec Added global scope operator :: to the socket bind call to prevent clashes with <functional> std::bind in some builds 2021-11-01 10:21:16 -04:00
Roland Heyder c48bf6776e Fixed LOC function for files
Will correctly return zero (0) now for just opened but yet untouched files.
2021-10-22 23:51:48 +02:00
Autobuild Process a97311bfbc Update internal/source 2021-10-18 03:13:30 +00:00
Fellippe Heitor 0fac593dd6 Update libqb.cpp to allow manual compilation in WinXP
Oh, well... there's still life for XP.
2021-10-17 03:56:54 -03:00
Autobuild Process 4268f4457e Update internal/source 2021-10-17 04:34:48 +00:00
FellippeHeitor 45fed463da Fix $Debug in Windows versions prior to 10 2021-10-17 01:51:28 -02:00
FellippeHeitor 56aa5e7e53 Try harder to return window_handle 2021-10-16 23:08:13 -03:00
Autobuild Process f1e4265d6c Update internal/source 2021-10-14 05:32:36 +00:00
Roland Heyder ce3c459dad Implements the _Bin$ function
Usage is analog to the legacy OCT$ and HEX$ functions.
2021-10-14 00:17:35 +02:00
Autobuild Process 6c79051d46 Update internal/source 2021-10-13 13:52:12 +00:00
Autobuild Process bf6376457d Update internal/source 2021-10-12 04:47:19 +00:00
Autobuild Process 5d925d508a Update internal/source 2021-10-10 02:16:15 +00:00
FellippeHeitor 2974a94cff Update help page for [ci-skip] 2021-10-09 22:22:12 -03:00
FellippeHeitor 0c99b7ddc4 Update help files [ci-skip] 2021-10-09 14:39:20 -03:00
FellippeHeitor ba9f0ec3c6 Update help files [ci-skip]
Removed broken _GL command list
2021-10-09 14:29:36 -03:00
FellippeHeitor 11a6422926 Update help file [ci-skip] 2021-10-09 14:06:54 -03:00
Autobuild Process 85f4701737 Update internal/source 2021-10-04 03:27:49 +00:00
Fellippe Heitor ab1f20eb3b Allow PRINT to show content in console even without a new line
Closes #74
2021-10-04 00:17:21 -03:00