1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-29 11:40:38 +00:00
Commit graph

90 commits

Author SHA1 Message Date
Autobuild Process 5d480b631d Update internal/source 2021-09-28 05:43:25 +00:00
Autobuild Process 8723f87ff3 Update internal/source 2021-09-26 02:23:37 +00:00
Autobuild Process 0888c26bd0 Update internal/source 2021-09-22 02:21:43 +00:00
Autobuild Process 9916c370f7 Update internal/source 2021-09-19 23:10:34 +00:00
Autobuild Process 59dd67c74d Update internal/source 2021-09-10 04:26:50 +00:00
Autobuild Process 97b5a34b32 Update internal/source 2021-08-30 04:47:27 +00:00
Autobuild Process f9d62de9cb Update internal/source 2021-08-15 06:00:33 +00:00
Autobuild Process ec62d4508b Update internal/source 2021-07-30 17:42:07 +00:00
Autobuild Process 1c257ff623 Update internal/source 2021-07-29 21:43:08 +00:00
Autobuild Process 4d06467b0e Update internal/source 2021-07-22 06:14:26 +00:00
Autobuild Process fba3aaa920 Update internal/source 2021-07-21 21:30:49 +00:00
Autobuild Process ef65cc152d Update internal/source 2021-07-19 21:21:56 +00:00
Autobuild Process 3891e23c45 Update internal/source 2021-07-16 04:12:36 +00:00
Autobuild Process f50a7eafd9 Update internal/source 2021-07-15 06:37:27 +00:00
Autobuild Process dd11629eff Update internal/source 2021-07-15 04:16:55 +00:00
Autobuild Process 231da57324 Update internal/source 2021-07-15 00:58:45 +00:00
Autobuild Process 7d73fa5beb Update internal/source 2021-07-12 00:07:48 +00:00
Autobuild Process d01f824a66 Update internal/source 2021-07-09 11:16:22 +00:00
Autobuild Process fd22b9b319 Update internal/source 2021-07-08 03:23:33 +00:00
Luke Ceddia 7cc7618b8c
Revert 21984092 & 3c829db8 due to compiler failures introduced 2021-06-14 17:59:39 +10:00
Autobuild Process 3c829db8b2 Update internal/source 2021-06-03 03:06:21 +00:00
Zachary Spriggs 50e877acf5 Revert "Update internal/source"
This reverts commit b693e7667b.
2021-04-09 18:11:25 -04:00
Autobuild Process b693e7667b Update internal/source 2021-04-09 16:38:37 +00:00
Autobuild Process 0134aa152d Update internal/source 2021-03-19 14:27:59 +00:00
Autobuild Process 70b7f4dda1 Update internal/source 2021-02-21 14:43:08 +00:00
Autobuild Process 5a74a1a571 Update internal/source 2021-02-18 18:10:07 +00:00
Autobuild Process f5b4038f17 Update internal/source 2021-02-08 14:42:20 +00:00
Autobuild Process 25e9a73fa1 Update internal/source 2021-02-07 10:32:23 +00:00
Autobuild Process 11dc156fc2 Update internal/source 2021-02-05 21:01:53 +00:00
Autobuild Process 3542722e83 Update internal/source 2021-02-03 12:34:14 +00:00
Autobuild Process b51e967fa1 Update internal/source 2021-01-29 05:37:23 +00:00
Autobuild Process 0ea8a23fb1 Update internal/source 2021-01-26 15:38:16 +00:00
Autobuild Process 77e730ad84 Update internal/source 2021-01-21 06:18:09 +00:00
Autobuild Process 5b7c241ac4 Update internal/source 2021-01-18 21:32:35 +00:00
Autobuild Process beed603b0d Update internal/source 2021-01-14 03:03:50 +00:00
Autobuild Process 883b080652 Update internal/source 2020-12-18 05:20:16 +00:00
Autobuild Process ab4ce86056 Update internal/source 2020-11-04 12:46:52 +00:00
Autobuild Process e2c06c25e2 Update internal/source 2020-09-07 17:42:59 +00:00
Autobuild Process 905b6dd3e5 Update internal/source 2020-07-15 11:34:33 +00:00
Autobuild Process 7699d8091d Update internal/source 2020-01-22 16:07:41 +00:00
Autobuild Process a9a9e32459 Update internal/source 2020-01-15 20:11:04 +00:00
Autobuild Process da8a4a7fb4 Update internal/source 2020-01-15 03:17:45 +00:00
Autobuild Process b7f1ae0ee7 Update internal/source 2020-01-15 03:11:44 +00:00
Autobuild Process 7a19f82051 Update internal/source 2020-01-04 12:49:17 +00:00
Luke Ceddia 8f72d58c57 Manually update internal/source 2020-01-02 19:10:56 +11:00
Autobuild process 6c513f9fba Autobuild update [ci skip] 2020-01-01 15:33:19 +00:00
SteveMcNeill eba05938bb Pushed changes to enhance the Windows Console Experience
Window's CONSOLE support has been extended so that:

CSRLIN support added.
POS(0) support added.
LOCATE support added. (Works with optional parameters.)
COLOR support added.
SCREEN support added to get both character and color information of any point on the console.
tab() glitch fixed. (Which could cause an endless loop when printing with comma spaced text/numbers.)
_WIDTH support added.
_HEIGHT support added.
WIDTH support added, with 2 new parameters added so we can set the buffer width and buffer height also.
CLS support semi-added.  (Doesn't accept colored backgrounds; it clears the screen black.  I'm getting tired of working up console stuff which I probably won't ever use myself...)
SLEEP support added.
END support added so we now end with any keypress and not just enter.

_CONSOLEINPUT added, so we can tell the difference in mouse and keyboard input.
_CINP(toggle) support added, which allows us to get single character keystrokes from the console.
_CONSOLEFONT FontName, FontSize support added, which allows us to change the font and font size we use for the console.
_CONSOLECURSOR _SHOW|_HIDE, cursorsize support added, which allows us to show or hide the cursor in the console, and to change its size (from 0 to 100), as desired.

New keyboard commands added:

_CAPSLOCK -- returns 1 if caps lock is on, 0 if it isn't.
_NUMLOCK -- as above, but for num lock
_SCROLLOCK -- as above, but for scroll lock

_TOGGLE_CAPSLOCK -- toggles the caps lock state for us.
_TOGGLE_NUMLOCK -- same, but for num lock
_TOGGLE_SCROLLOCK -- same, but for scroll lock
2019-08-27 19:52:02 -04:00
FellippeHeitor 4023f7811e Manual update of internal/source [ci skip] 2019-04-14 18:52:07 -03:00
Autobuild process 105a6ff7d4 Autobuild update [ci skip] 2019-04-01 04:19:05 +00:00
Autobuild process 71a7150861 Autobuild update [ci skip] 2019-03-31 23:29:05 +00:00