1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-01 09:10:37 +00:00
Commit graph

91 commits

Author SHA1 Message Date
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 68805b8432 Update internal/source 2021-02-22 13:45:13 +00:00
Autobuild Process 70b7f4dda1 Update internal/source 2021-02-21 14:43:08 +00:00
Autobuild Process e6a8090b8a Update internal/source 2021-02-18 22:42:03 +00:00
Autobuild Process 5a74a1a571 Update internal/source 2021-02-18 18:10:07 +00:00
Autobuild Process 45c2edd7d9 Update internal/source 2021-02-15 17:18:12 +00:00
Autobuild Process 747c665c0c Update internal/source 2021-02-15 07:57:09 +00:00
Autobuild Process 5816b9620e Update internal/source 2021-02-13 09:24:52 +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 be3aa9e9a7 Update internal/source 2021-02-06 08:28:35 +00:00
Autobuild Process 11dc156fc2 Update internal/source 2021-02-05 21:01:53 +00:00
Autobuild Process 5bddf1699a Update internal/source 2021-02-05 03:46:03 +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 2d22148536 Update internal/source 2021-01-27 02:47:00 +00:00
Autobuild Process 0ea8a23fb1 Update internal/source 2021-01-26 15:38:16 +00:00
Autobuild Process 269803b426 Update internal/source 2021-01-23 00:30:37 +00:00
Autobuild Process 77e730ad84 Update internal/source 2021-01-21 06:18:09 +00:00
Autobuild Process 5d735e1ce0 Update internal/source 2021-01-13 01:08:10 +00:00
Autobuild Process 2d42de551f Update internal/source 2021-01-12 18:31:18 +00:00
Autobuild Process 04b91008e5 Update internal/source 2021-01-09 06:06:38 +00:00
Autobuild Process 286bb1d570 Update internal/source 2021-01-06 05:56:15 +00:00
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 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
FellippeHeitor 97151731b1 Updates internal/source/* 2018-08-01 02:14:35 -03:00
Galleondragon d23ed5d156 (Automated push) Update internal/source/* from qb64.bas 2018-02-03 05:16:57 -08:00
Galleondragon efcf66a337 (Automated push) Update internal/source/* from qb64.bas 2018-01-06 05:15:59 -08:00
Galleondragon 138308bfb0 (Automated push) Update internal/source/* from qb64.bas 2017-11-06 05:18:10 -08:00
Galleondragon 1da1687633 (Automated push) Update internal/source/* from qb64.bas 2017-10-25 05:15:44 -07:00
Galleondragon 924922c8b8 (Automated push) Update internal/source/* from qb64.bas 2017-10-17 05:18:53 -07:00
Galleondragon 40c2ab73f6 (Automated push) Update internal/source/* from qb64.bas 2017-10-14 05:16:31 -07:00
Galleondragon 2cbd928800 (Automated push) Update internal/source/* from qb64.bas 2017-10-10 05:21:33 -07:00