1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-06-29 05:50:41 +00:00
Commit graph

2245 commits

Author SHA1 Message Date
Galleon 27d753b4d0 Fixed intr crash on create/free hardware image bug 2014-03-28 23:17:00 +11:00
Galleon e08dfc0387 (Automated push) Update internal/source/* from qb64.bas 2014-03-26 05:15:04 -07:00
Galleon f82f807cd1 _DISPLAYORDER "_SCREEN" changed to "_SOFTWARE" 2014-03-26 22:58:56 +11:00
Galleon 8411256e5c Fixes texture-on-texture matrix loss bug and _CONNECTIONADDRESS(hosthandle) 2014-03-26 22:51:16 +11:00
Galleon 104ca8a674 Added changes to libqb.cpp 2014-03-23 18:56:48 +11:00
Galleon c710510fe0 (Automated push) Update internal/source/* from qb64.bas 2014-03-23 00:07:43 -07:00
Galleon 5a59d6ea7e Adds support for hardware accelerated 2D graphics commands 2014-03-23 17:17:14 +11:00
Galleon d9adaace18 (Automated push) Update internal/source/* from qb64.bas 2014-03-01 05:23:15 -08: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 e120c757be (Automated push) Update internal/source/* from qb64.bas 2014-02-26 00:35:16 -08:00
Galleon 23418198ec testing auto-repository update procedure (no significant changes) 2014-02-26 19:23:09 +11:00
Galleon 0bd65a93b1 (Automated push) Update internal/source/* from qb64.bas 2014-02-26 00:05:54 -08:00
Galleon acba884e1c Merge 2014-02-25 23:55:10 -08: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
Galleon 1ae5aa397a (Automated push) Update internal/source/* from qb64.bas 2014-02-24 12:08:23 -08:00
Galleon 1c0305a051 Merge 2014-02-24 12:03:47 -08:00
SMcNeill ef16014145 Fix so that the new _RGB options won't error out anymore with CONST. 2014-02-23 16:36:26 -05:00
Galleon 9f9f026e9a (Automated push) Update internal/source/* from qb64.bas 2014-02-23 05:12:06 -08:00
Galleon 2e165e2338 (Automated push) Update internal/source/* from qb64.bas 2014-02-22 19:13:04 -08:00
Galleon cc0c0e5559 (Automated push) Update internal/source/* from qb64.bas 2014-02-22 18:21:35 -08: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
DSMan195276 75cbe7a55e setup_lnx.sh: Fixed issue with internal being deleted on second run.
The script has the option to do an 'in-place update' of QB64 which
involves deleting the internal folder. This fix keeps the script from
deleting internal when the option is turned off (DOWNLOAD=0). Now the
script will recompile qb64 if run a second time.
2013-05-10 00:07:01 -04:00
Galleon 4c9522cbd6 Merge 2013-05-10 13:26:00 +10:00
Galleon bd012cc6f0 Updated image decoding files (some were missing)
'libresample' included (but still using 'libsamplerate')
2013-05-10 13:17:41 +10:00
DSMan195276 9907eb70cc setup_lnx.sh: Added support for Zorin OS
Added suport for Zorin OS (Ubuntu/Debian based) to the Linux setup script.
2013-05-03 01:05:05 -04:00
Galleon 31825fc01b Merge 2013-04-24 15:04:45 +10:00
Galleon 2213dc0620 Merge 2013-04-24 15:04:26 +10:00
Galleon fc3587860e Added (previously missing) files to source folder 2013-04-24 14:50:15 +10:00
Galleon 44d2946375 Android support [Can only build Android projects in Windows atm] 2013-04-24 14:47:35 +10:00
DSMan195276 950b84a318 Adding QB64 PNG icon image and updating ./setup_lnx.sh to use it's location 2013-04-05 22:02:21 -04:00
DSMan195276 4157516c5f Updating setup_lnx.sh with new installer 2013-04-05 19:58:47 -04:00
Galleon 7f57e2b8c9 Version changed to 0.978
_RESIZE , _STRETCH
_RESIZE , _SMOOTH
... = _SNDRAWLEN
_SNDRAWDONE
SOUND ...
PLAY ...
BEEP
Setup now clears old precompiled files which could conflict with newer versions
2013-03-26 00:01:30 +11:00
Galleon 69916a1735 TIMER function glitch fixed 2013-03-13 00:39:02 +11:00
Galleon 15deec5d5f Critical blank file 'dyninfo.txt' was missing from internal/source 2013-03-12 07:53:24 +11:00
Galleon c8708c8021 Minor fix to _MEM.image correctly return the image handle of SCREEN pages 2013-03-12 00:19:33 +11:00
Galleon ae49d76fe6 Version 0.977
_SNDRAW/etc C++ compilation problem fixed
_FULLSCREEN ... , _SMOOTH
_MEM.type new format
_MEM.image
$RESIZE:ON
resized=_RESIZE
x=_RESIZEWIDTH
y=_RESIZEHEIGHT
2013-03-11 23:52:14 +11:00
Galleon fe18ade92c WINDOWS ONLY: _TITLE$ & _MOUSEMOVEMENTX/Y 2013-01-28 20:03:09 +11:00
Galleon 20c028411f Added temp.bin to empty, but required folders, to maintain directory structure. 2013-01-26 09:33:54 +11:00
Galleon 7d82223c13 Added MinGW-64 in .7z format (~25MB) 2013-01-25 00:50:33 +11:00
Galleon 87e7abdcb5 GL UPLOAD 2013-01-24 23:57:23 +11:00