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

2374 commits

Author SHA1 Message Date
Autobuild Process 4afb8f7531 Update internal/source 2021-11-06 20:58:58 +00:00
Fellippe Heitor 9f81ba1e1f Update qb64.bas
Fix critical regression in `FUNCTION fixoperationorder$()`

Using UBound/LBound in an expression would cause issues with other functions.
2021-11-06 17:55:48 -03:00
Autobuild Process 81da1b9beb Update internal/source 2021-11-05 04:51:26 +00:00
Fellippe Heitor e6cf794bca
Update CHANGELOG.md 2021-11-05 01:49:05 -03: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
Fellippe Heitor f795828806
Merge pull request #209 from phillvancejr/development
Disambiguate bind call in libqb.cpp to allow building on OSX High Sierra 10.13
2021-11-05 01:37:51 -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
Fellippe Heitor 9ae71cda5f
Update changelog [ci-skip]
To come closer to https://chris.beams.io/posts/git-commit/#seven-rules
2021-10-27 11:13:23 -03: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
FellippeHeitor 5b974b9a72 Update changelog 2021-10-17 22:40:38 -03:00
FellippeHeitor f48b0b252b Save Watch Panel position and size across sessions 2021-10-17 22:37:24 -03:00
FellippeHeitor c0aa5e48f8 Add option to Help menu to check for updates 2021-10-17 20:37:11 -03:00
FellippeHeitor af187f69de Update changelog [ci-skip] 2021-10-17 04:23:11 -03: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
FellippeHeitor 1c401258f3 Update CHANGELOG.md 2021-10-16 22:49:35 -03:00
FellippeHeitor b206739a1f Merge branch 'development' into patches 2021-10-14 12:34:10 -03:00
Autobuild Process f1e4265d6c Update internal/source 2021-10-14 05:32:36 +00:00
Luke Ceddia f17c880151
Merge pull request #198 from RhoSigma-QB64/development
Implements the _Bin$ function
2021-10-14 16:29:35 +11: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
Fellippe Heitor b59e1a8088
Update icon.rc 2021-10-13 10:49:17 -03:00
FellippeHeitor b8c0763b70 Replace "..." with String$(3, 250) for status indicator 2021-10-12 16:03:58 -03:00
FellippeHeitor 358c0b23ef Update changelog [ci-skip] 2021-10-12 01:51:33 -03:00
Autobuild Process bf6376457d Update internal/source 2021-10-12 04:47:19 +00:00
FellippeHeitor bbf931d3ee Fix UDT internal arrays retaining values after loading files 2021-10-12 01:07:23 -03:00
FellippeHeitor d9c7c69448 Update changelog
Thanks to Starcat System helping track down the Static Array issue.
2021-10-12 00:41:50 -03:00
FellippeHeitor 65e6f44a2f Fix "Duplicate definition" error with ON ERROR
Long-standing issue involving static arrays in subs/functions
with ON ERROR trapping active.
2021-10-12 00:36:52 -03:00
Autobuild Process 5d925d508a Update internal/source 2021-10-10 02:16:15 +00:00
FellippeHeitor 41e85a989c Begin v2.1 development 2021-10-09 23:08:56 -03:00
FellippeHeitor 2974a94cff Update help page for [ci-skip] 2021-10-09 22:22:12 -03:00
Luke Ceddia 23f4e0d6e9
Add build for master branch 2021-10-10 12:08:29 +11: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
FellippeHeitor 37b7a7248c Update changelog [ci-skip] 2021-10-04 00:43:15 -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
FellippeHeitor 6801e08f2f Fix scientific notation; yearly tradition 2021-10-03 21:13:56 -03:00
FellippeHeitor f175fd2846 Fix contextual menu return actions (DebugMode) 2021-10-03 20:09:18 -03:00
FellippeHeitor b85d128faa Reset visible list to the first item when filteringwatch list
Now properly.
2021-10-03 12:27:33 -03:00
FellippeHeitor 7f49d223cd Show progress bar if building var list takes too long 2021-10-03 11:58:15 -03:00
FellippeHeitor bb49863f39 Reset visible list to the first item when filteringwatch list 2021-10-03 11:57:55 -03:00
FellippeHeitor 151d68ddcc Fix Input$() from file/port switching focus to the debuggee 2021-10-03 11:20:18 -03:00
FellippeHeitor a5b2727de4 Stop importing breakpoint/skip line data if > ubound(arrays) 2021-10-03 11:08:17 -03:00
Fellippe Heitor 005697e115 Add space before the watchpoint condition
Mere visual glitch.
2021-10-02 13:00:16 -03:00
Autobuild Process efd6d41ac1 Update internal/source 2021-10-02 07:24:31 +00:00