1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-08-06 02:20:26 +00:00
Commit graph

110 commits

Author SHA1 Message Date
Autobuild Process
90d11e9bbf Update internal/source 2020-12-29 03:20:57 +00:00
Autobuild Process
2f29af1dc0 Update internal/source 2020-12-27 01:05:22 +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
b9d1389d9a Update internal/source 2020-10-21 21:03:00 +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
b790267e4e Update internal/source 2020-06-21 20:46:05 +00:00
Autobuild Process
7ba34d5bf6 Update internal/source 2020-03-05 15:21:39 +00:00
Autobuild Process
1a5fbd078a Update internal/source 2020-02-04 00:29:33 +00:00
Autobuild Process
7699d8091d Update internal/source 2020-01-22 16:07:41 +00:00
Autobuild Process
68fdc47f45 Update internal/source 2020-01-20 19:54:12 +00:00
Autobuild Process
0f91d0f8d3 Update internal/source 2020-01-20 19:05:07 +00:00
Autobuild Process
81106cb5a2 Update internal/source 2020-01-18 05:39:43 +00:00
Autobuild Process
a6101af33c Update internal/source 2020-01-16 14:29:21 +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
Autobuild process
d1c3149528 Autobuild update [ci skip] 2019-12-31 05:53:18 +00:00
Autobuild process
7e4d97fa95 Autobuild update [ci skip] 2019-12-30 02:53:19 +00:00
Autobuild process
d9fa0e68c2 Autobuild update [ci skip] 2019-12-17 12:23:45 +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
Autobuild process
dbec9fae0d Autobuild update [ci skip] 2019-01-13 18:43:58 +00:00
Autobuild process
a2da0624fa Autobuild update [ci skip] 2018-12-31 04:22:26 +00:00
Autobuild process
e17213144f Autobuild update [ci skip] 2018-11-01 14:26:08 +00:00
Galleondragon
ffe2ec56f1 (Automated push) Update internal/source/* from qb64.bas 2017-10-04 05:15:08 -07:00
Galleondragon
17f86ad513 (Automated push) Update internal/source/* from qb64.bas 2017-10-02 05:11:10 -07:00
Galleondragon
086787cae4 (Automated push) Update internal/source/* from qb64.bas 2017-02-14 06:22:41 -08:00
Galleondragon
6e8fbb5332 (Automated push) Update internal/source/* from qb64.bas 2017-01-21 05:35:15 -08:00
Galleondragon
e86a5b765e (Automated push) Update internal/source/* from qb64.bas 2016-08-15 05:15:32 -07:00
Galleondragon
e63ce28557 (Automated push) Update internal/source/* from qb64.bas 2016-07-18 05:15:13 -07:00
Galleondragon
f9735e6785 (Automated push) Update internal/source/* from qb64.bas 2016-07-10 05:14:59 -07:00
Galleondragon
d585a05831 (Automated push) Update internal/source/* from qb64.bas 2016-07-09 05:16:05 -07:00
Galleondragon
b2665d2637 (Automated push) Update internal/source/* from qb64.bas 2016-07-03 05:15:26 -07:00
Galleondragon
17ad769e9a (Automated push) Update internal/source/* from qb64.bas 2016-07-02 05:15:04 -07:00
Galleondragon
46e13e9d1e (Automated push) Update internal/source/* from qb64.bas 2016-07-01 05:31:19 -07:00
Galleondragon
0717b36ce3 (Automated push) Update internal/source/* from qb64.bas 2016-06-30 05:14:27 -07:00
Galleondragon
8b608d3ce9 (Automated push) Update internal/source/* from qb64.bas 2016-06-29 05:15:36 -07:00
Galleondragon
886627d0cf (Automated push) Update internal/source/* from qb64.bas 2016-06-28 05:17:05 -07:00
Galleondragon
5f14bbe513 (Automated push) Update internal/source/* from qb64.bas 2016-06-26 05:16:55 -07:00
Galleondragon
18cf44b7f8 (Automated push) Update internal/source/* from qb64.bas 2016-06-22 05:17:00 -07:00
Galleondragon
a9607ff2c6 (Automated push) Update internal/source/* from qb64.bas 2016-06-21 05:15:48 -07:00
Galleondragon
a2de3a986f (Automated push) Update internal/source/* from qb64.bas 2016-06-09 05:15:52 -07:00
Galleondragon
5e4e4e2e33 (Automated push) Update internal/source/* from qb64.bas 2016-05-25 05:46:42 -07:00
Galleondragon
e6d11d7820 (Automated push) Update internal/source/* from qb64.bas 2016-05-24 06:17:03 -07:00
Galleondragon
8749b28228 (Automated push) Update internal/source/* from qb64.bas 2016-05-07 05:16:19 -07:00
Galleondragon
2941473ea2 (Automated push) Update internal/source/* from qb64.bas 2016-04-28 05:14:11 -07:00
Galleondragon
9fab4598df (Automated push) Update internal/source/* from qb64.bas 2016-04-22 05:15:10 -07:00
Galleondragon
a6471f2bc2 (Automated push) Update internal/source/* from qb64.bas 2016-04-16 05:13:53 -07:00
Galleondragon
c2f01da917 (Automated push) Update internal/source/* from qb64.bas 2016-04-15 05:14:31 -07:00
Galleondragon
030504f062 (Automated push) Update internal/source/* from qb64.bas 2016-04-10 05:14:09 -07:00
Galleondragon
ef3572c21e (Automated push) Update internal/source/* from qb64.bas 2016-04-07 05:13:06 -07:00
Galleondragon
c56d9cbd5d (Automated push) Update internal/source/* from qb64.bas 2016-04-06 05:14:00 -07:00
Galleondragon
32d0811632 (Automated push) Update internal/source/* from qb64.bas 2016-02-27 05:14:57 -08:00