1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-03 12:21:20 +00:00
Commit graph

192 commits

Author SHA1 Message Date
Autobuild Process e26b34801d Update internal/source 2020-06-14 03:35:49 +00:00
Autobuild Process 4ab1c5a724 Update internal/source 2020-03-08 16:50:31 +00:00
Autobuild Process 7ba34d5bf6 Update internal/source 2020-03-05 15:21:39 +00:00
Autobuild Process a3979f79d3 Update internal/source 2020-03-01 00:16:00 +00:00
Autobuild Process f9611409ef Update internal/source 2020-02-28 01:56:01 +00:00
Autobuild Process 208315b0ae Update internal/source 2020-02-25 00:03:13 +00:00
Autobuild Process 0c6c205f95 Update internal/source 2020-02-24 16:03:44 +00:00
Autobuild Process d0cd9b92f7 Update internal/source 2020-02-13 16:28:47 +00:00
Autobuild Process e28e7fb596 Update internal/source 2020-02-13 15:12:04 +00:00
Autobuild Process 1ec0388794 Update internal/source 2020-02-10 03:29:34 +00:00
Autobuild Process 20803697dc Update internal/source 2020-02-10 00:34:15 +00:00
Autobuild Process d289de82b9 Update internal/source 2020-02-08 01:39:10 +00:00
Autobuild Process 1f52f57610 Update internal/source 2020-02-06 14:52:32 +00:00
Autobuild Process 1a5fbd078a Update internal/source 2020-02-04 00:29:33 +00:00
Autobuild Process c1a1aac7be Update internal/source 2020-01-29 06:12:46 +00:00
Autobuild Process 63ab48e149 Update internal/source 2020-01-29 05:38:56 +00:00
Autobuild Process e491b566a7 Update internal/source 2020-01-22 18:31:04 +00:00
Autobuild Process e551eefe97 Update internal/source 2020-01-22 18:14:16 +00:00
Autobuild Process 3ac4b2fedd Update internal/source 2020-01-22 17:29:09 +00:00
Autobuild Process 7699d8091d Update internal/source 2020-01-22 16:07:41 +00:00
Autobuild Process 326e4fbfd5 Update internal/source 2020-01-22 05:04:40 +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 82614df960 Update internal/source 2020-01-19 23:37:46 +00:00
Autobuild Process 7c1da918ae Update internal/source 2020-01-19 22:21:25 +00:00
Autobuild Process fcb428e7aa Update internal/source 2020-01-19 14:29:08 +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 b845b35515 Update internal/source 2020-01-16 03:56:08 +00:00
Autobuild Process f794a0debb Update internal/source 2020-01-16 01:54:47 +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
Autobuild process 1e395ee3c5 Autobuild update [ci skip] 2020-01-03 05:53:27 +00:00
Autobuild process 71abea04c5 Autobuild update [ci skip] 2020-01-03 05:43:20 +00:00
Autobuild process 7c3210ee53 Autobuild update [ci skip] 2020-01-02 23:13:27 +00:00
Autobuild process ddc1a82a7a Autobuild update [ci skip] 2020-01-02 09:03:42 +00:00
Luke Ceddia 8f72d58c57 Manually update internal/source 2020-01-02 19:10:56 +11:00
FellippeHeitor f1e26b2010 Prepares QB64 for bootstrapping with _ASSERT in mind. [ci skip] 2020-01-01 18:19:51 -03:00
Autobuild process 6c513f9fba Autobuild update [ci skip] 2020-01-01 15:33:19 +00:00
Autobuild process 9b3753b40c Autobuild update [ci skip] 2020-01-01 15:03:09 +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 44436d9ceb Autobuild update [ci skip] 2019-12-17 15:48:29 +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
Autobuild process 9805accab2 Autobuild update [ci skip] 2019-04-28 11:54:47 +00:00
FellippeHeitor 4023f7811e Manual update of internal/source [ci skip] 2019-04-14 18:52:07 -03:00
Autobuild process 4c39729ece Autobuild update [ci skip] 2019-04-07 12:47:56 +00:00