1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-08 19:35:13 +00:00
Commit graph

14 commits

Author SHA1 Message Date
SMcNeill ef083bb4af Fixed ASCII tool colors to match QB64 IDE, and added in EXIT dupport with the red X on top.
Pushed changes introduced by LUKE (Johny B on the QB64 forums) as follows :

Fixed setup_lnx.sh, added _CWD$, fixed handling of errno.
Converted setup_lnx.sh to Linux line endings (was preventing the script from running).
We now include <errno.h>, so the errno variable actually works - before it was just a regular variable that wasn't being set on error.
Added a _CWD$ function that returns the current working directory.  Should work on all 3 systems, but testing is needed on Win/Mac.
Can cause the following runtime errors: 7 (Out of memory), 51 (Internal error).
2014-07-09 06:40:12 -04:00
SMcNeill 9d2c936189 Update to internal/source to reflect all the recent changes. Minor bug fix for math routine and ide text colors. 2014-07-08 11:41:15 -04:00
SMcNeill 086f13cbd5 Patch to generate an error message if someone attempts to use commands between SELECT CASE and CASE. Minor bug fix for math routines which could generate errors in cases of extreme bad syntax. 2014-07-05 17:01:16 -04:00
SMcNeill 25c5988bbf Minor tweak to allow keypad support for entering extended ASCII characters as well as the number keys. 2014-07-04 15:38:10 -04:00
SMcNeill 463e0929af Added support for ALT-numkeys to generate ASCII codes in the IDE. 2014-07-04 11:44:28 -04:00
SMcNeill 9118329366 Push to fix ESC printing CHR$(27) to the IDE text and giving an "unexpected character" error. 2014-07-04 07:33:12 -04:00
steve mcneill 73 d0125f461e Push to finally fix $INCLUDE so that it works for cross-platform code. 2014-07-01 12:48:49 -04:00
steve mcneill 73 d3d32505dd Patch to adjust paths so the work for Linux as well as Windows. Minor change to libqb.cpp so _PRINTSTRING can print to SCREEN 0 without errors. 2014-07-01 10:16:27 -04:00
SMcNeill 12fdb2c77a Change to make adding user functions modular without having to go in and change the main source directly everytime.
Added in new math functions for converting between Degrees, Radians, and Gradians.
2014-06-19 14:43:38 -04:00
Galleon f82f807cd1 _DISPLAYORDER "_SCREEN" changed to "_SOFTWARE" 2014-03-26 22:58:56 +11:00
Galleon 5a59d6ea7e Adds support for hardware accelerated 2D graphics commands 2014-03-23 17:17:14 +11:00
SMcNeill 7b404736c4 Fix so CONST will work with math functions without erroring out with CONST x=COS(10). 2014-03-01 02:50:19 -05:00
Galleon 23418198ec testing auto-repository update procedure (no significant changes) 2014-02-26 19:23:09 +11:00
SMcNeill 0ca5c212dd Pushed change to fully unlock the use of all our Math Functions with CONST. Post on QB64.net forums will highlight the changes and what this does for us. 2014-02-25 03:36:46 -05:00