1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-08-06 16:20:24 +00:00
Commit graph

2921 commits

Author SHA1 Message Date
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