1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-05 15:50:25 +00:00
Commit graph

8 commits

Author SHA1 Message Date
SMcNeill ef16014145 Fix so that the new _RGB options won't error out anymore with CONST. 2014-02-23 16:36:26 -05:00
SMcNeill 2581905be8 Change to fix the MATH tool in the Help Menu.
Change to fix the high CPU usage on program closing.
2014-02-22 18:25:19 -05:00
Galleon d5befc30a8 Merged in QLOUD functionality. Also adds cursor-style options and fixes some bugs (includes corrected _CONNECTIONADDRESS detection). 2014-02-22 21:30:30 +11:00
SMcNeill 788a449d95 Update to turn the ASCII-tool into an internal process, with no reliance on external programs.
This makes it harder for a user to customize colors, but allows it to work as an internal process and be available for all OS systems with QB64-GL.
Currently external processes return false values via SYSTEM ret_val and ret = _SHELL(function), so making this an internal process is the only way to keep the routine cross-platform usable at the moment.

Also removed the 2 ASCII files from the internal folder, as they are no longer used or have any bearing on the project.
(Or at least I think I did.  I'm still getting used to this repository thing -- if they're still in here, kindly remove them as unneeded from this point onwards.)
2013-10-26 03:37:24 -04:00
SMcNeill b17308bc0a Update to the math tool to make it more flexible, return better error messages, and generate fewer problems.
Moved the ASCII-Picker to the internal folder, so it wouldn't be in the user's folder and get deleted so easily.
Added a MathEval folder into the internal folder, so that users could store custom quick-add code and set user variables for the math tool.
2013-10-20 02:16:38 -04:00
SMcNeill 0cb5719ad7 Added color display support for (yellow) quotes and (lt blue) remarks.
Added support so CONST will now work with _RGB, _RGBA colors,   (Use would be CONST variable = _RGB(red, green, blue, screenmode) or CONST variable = _RGBA(red,green, blue, alpha, screenmode) --- Note the need for the extra parameter so that we can get different values for various screen modes, as the CONSY precompiler is going to have no clue what mode would be desired any other way.
as well as the _MATH command so we can get values from COS, SIN, TAN, and other such things if wanted.
2013-10-11 19:28:27 -04:00
SMcNeill ecca0621b3 Minor tweak so that QB64 Window will allow for resizing. 2013-10-11 14:25:10 -04:00
Galleon bd012cc6f0 Updated image decoding files (some were missing)
'libresample' included (but still using 'libsamplerate')
2013-05-10 13:17:41 +10:00