1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-05-04 00:20:12 +00:00
Commit graph

2374 commits

Author SHA1 Message Date
Cory Smith 391983b6da Github complaining about v2 of checkout, upgrading to v4 (latest). 2023-10-15 10:25:29 -05:00
Cory Smith f785c79164
Merge pull request #55 from DualBrain/master
Fix incorrect exponent (off by 1) for "large" values when converting …
2023-10-15 10:15:30 -05:00
Cory Smith c9e0fc37a1 Fix incorrect exponent (off by 1) for "large" values when converting from numeric to string. 2023-10-15 10:08:20 -05:00
Cory Smith a62074f27b
Merge pull request #47 from visionmercer/master
cross-platform terminal consistency for locate command.
2023-10-13 14:16:56 -05:00
Cory Smith c7fd3bb5d9
Merge pull request #48 from fitzsim/ppc64-debian-fixes-1
PPC64 Debian fixes
2023-10-13 14:15:02 -05:00
Cory Smith 53784f5296
Merge pull request #54 from visionmercer/evaluator
Evaluator
2023-10-13 14:13:38 -05:00
Cory Smith 60d2234540
Merge pull request #52 from visionmercer/console-width-and-height
Console Width and Height
2023-10-13 14:12:47 -05:00
visionmercer 3cef4b4088 Update qb64.bas 2023-05-03 13:30:14 +02:00
visionmercer 04957e9b85 Update qb64.bas 2023-05-03 13:26:12 +02:00
visionmercer 04546ae979 Update libqb.cpp 2023-05-02 11:57:19 +02:00
Thomas Fitzsimmons 7ad1aac065 Derive objcopy arguments from GNU ld output 2023-02-28 21:37:09 -05:00
Thomas Fitzsimmons 60e3bc4581 os.h: Also check for uppercase PPC64 define 2023-02-28 21:35:50 -05:00
visionmercer ab386e04f1 Update libqb.cpp
cross-platform consistency for locate command
2023-01-24 13:04:40 +01:00
Cory Smith 12458c63bd
Merge pull request #43 from chfhhd/master
OS X clang standard set to C++11
2023-01-23 13:56:49 -08:00
Cory Smith 8f58d73a1b
Merge pull request #44 from visionmercer/master
_Width and _Height for Linux and Mac console
2023-01-23 13:55:50 -08:00
Christoph Hahn 97e5f20404
Merge pull request #1 from visionmercer/master
Update libqb.cpp _Width and _Height for Linux and Mac console
2023-01-03 03:40:39 +01:00
Christoph Hahn ed54288456 C++ standard set to C++11 for invoked C++ Compiler
This was done to support C++11 like initializations as used in libqb.
2023-01-03 03:17:38 +01:00
visionmercer 1a9f9dd6a9 Update libqb.cpp
Add support for _Width and _Height in Linux and Mac when _Dest is Console.
2023-01-02 18:10:11 +01:00
Christoph Hahn a9e2f4d03d
OS X clang standard set to C++11
This was done to support C++11 like initializations as used in libqb. 

Signed-off-by: Christoph Hahn <chrhhn@gmail.com>
2023-01-01 21:41:32 +01:00
Cory Smith ffd2ad656d
Merge pull request #42 from DualBrain/master
2 changes
2022-12-31 10:31:03 -06:00
Cory Smith 12357e69fd Modified copyright. 2022-12-31 10:26:24 -06:00
Cory Smith 4768db3ab6 Modified the "focus bar" so that it is no longer removed upon losing focus. 2022-12-30 15:47:24 -06:00
Cory Smith a507281f48
Merge pull request #40 from DualBrain/master
Improved IdeMessageBox.
2022-11-07 20:57:36 -06:00
Cory Smith 72d05300d7 Improved IdeMessageBox.
- Modified the welcome screen to get rid of the "scary" (and most likely invalid) message - at the very least it is never good advice to encourage people to disable anti-virus.
- Updated IdeMessageBox so that the horizontal bar that is in QB is now included.
- Modified the About dialog to match new Welcome dialog.
- Removed build.bat (.gitignore'd).
2022-11-07 20:56:54 -06:00
Cory Smith f77cee413f
Merge pull request #39 from DualBrain/master
Moved config related functions to the new config.bas file.
2022-11-07 19:01:24 -06:00
Cory Smith fcc4264ddc
Merge pull request #38 from TheJoyfulProgrammer/master
Fixed 8-Bit PAINT patterns
2022-11-07 18:43:06 -06:00
Walter Whitman dbcd473421 Update libqb.cpp
FIXED PAINT PATTERNS
2022-11-06 08:19:28 -05:00
Cory Smith 391b6178b8 Moved config related functions to the new config.bas file. 2022-10-07 10:17:15 -05:00
Cory Smith 0b1c3fd7a7
Merge pull request #36 from brickviking/bv-cleansh-1
Added for Linux targets, removed pauses for CI uses
2022-09-30 17:23:55 -05:00
Cory Smith 1a3939679c create build.sh to handle pull_request.yml 2022-09-29 13:39:26 -05:00
Cory Smith f2665af6fc Adding pull_request and push CI (linux only). 2022-09-29 13:23:30 -05:00
Cory Smith 8994c10f98
Create pull_request.yml
Signed-off-by: Cory Smith <dualbrain@msn.com>
2022-09-29 11:21:23 -07:00
Cory Smith 56eca9f4e9
Create push.yml
Signed-off-by: Cory Smith <dualbrain@msn.com>
2022-09-29 11:20:58 -07:00
Cory Smith 357a7209cf Modified so that will only launch manually. 2022-09-29 13:16:31 -05:00
brickviking 3b895682ae Added for Linux targets, removed pauses for CI uses 2022-09-25 23:40:52 +13:00
Cory Smith 95c7c4a242
Merge pull request #35 from DualBrain/master
Reverting previous change to type2symbol$(); see description.
2022-09-23 17:24:11 -05:00
Cory Smith d4de4d2701 Reverting previous change to type2symbol$(); see description.
There was a change made in v2.0.3? that appears to break the following valid code:

```vb
Function test ()
    Static a(10) As String * 2
End Function
```

There doesn't appear to be much in the summary/description of the original change as to what it was supposed to resolve; so reversing the change(s).  See b87dde8d89 for details on the original commit that is being reverted.

Also includes minor (not currently active) placeholder code for updated File menu.
2022-09-23 17:23:35 -05:00
Cory Smith 1827f9b3c5
Merge pull request #34 from DualBrain/master
Add (restore?) close button to Help pane.
2022-09-15 17:42:28 -05:00
Cory Smith bd5a78b320 Add (restore?) close button to Help pane. 2022-09-15 17:41:45 -05:00
Cory Smith db805a5fc9
Merge pull request #23 from brickviking/bv-setupwin-1
correcting choice usage
2022-09-10 08:58:20 -05:00
Brickviking 6c3bb78dd2
correcting choice usage
The choice command reports to the environment variable ERRORLEVEL, not to errlevel.

Signed-off-by: Brickviking <brickviking@gmail.com>
2022-09-11 01:09:54 +12:00
Cory Smith 36c7cc9798
Merge pull request #22 from DualBrain/master
The road to 2.1.1 begins...
2022-09-10 05:10:25 -05:00
Cory Smith 8e1a13bb37 Update internal source. 2022-09-10 05:08:54 -05:00
Cory Smith af8d0d8bee Update build.bat 2022-09-10 05:00:09 -05:00
Cory Smith 4c5fa9912f build and compile can launched in .ci folder. 2022-09-10 04:54:41 -05:00
Cory Smith 55a031ba7d Modified bootstrap so that it is now x64 only. 2022-09-10 04:53:49 -05:00
Cory Smith 61c697e431 Update build version to 2.1.1 2022-09-10 04:35:31 -05:00
Cory Smith 0ad34f9d44 Fix for the inclusion of "DEVELOPMENT BUILD". 2022-09-10 04:34:55 -05:00
Cory Smith a9b205bd63 Modified 32-bit bootstrap and release.yml.
Instead of relying on "windows instance" to build 32-bit, separating so that 32-bit is specific. Also updated release.yml with, hopefully, better uploaded filenames.
2022-09-10 04:29:25 -05:00
Cory Smith fcf5b5dc55 Update setup_win.cmd; choose 32/64 bit mingw.
With the release of 2.1, it appears somewhere along the chain of building in github actions that the 32-bit isn't successfully building a 32-bit output. In order to ease verifying as well as the added benefit of providing choice, updated the setup_win.cmd to prompt for whether you want 64-bit or 32-bit mingw.
2022-09-10 03:53:07 -05:00