-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|37|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-




Dan

BB vs Virus Protection

1st July 2025
This is my explanation of the problem:
If someone writes a malicious app with blitzbasic, and this gets reported to the virus scan companies, these may examine the code in order to find what is causing the threat.
I can only guess that the calls to the f*snip*


dna

BB vs Virus Protection

1st July 2025
[quote] Probably still from the itch.io site : (Linkage) (recompiled and updated files)
or maybe this one: (Linkage) (should be old, legacy installed/r files)
but, if you look at the comments there, you may find out that they are complaining about the sa*snip*


Jayenkai

Feeling Hot

1st July 2025
So much cooler, today, but motivation levels have absolutely plummeted. I've just been enjoying the ability to breathe properly!!!!


RemiD

BB vs Virus Protection

1st July 2025
here are alternative links :
Blitz3d 1.108 installer + all updates + all doc paks + addon B003 + dplayx lib + dx7 lib : (Linkage)
[quote]
the only reason to use the blitz3d 1.108 installer in this archive, (rather than the last installer published on *snip*


Jayenkai

High Contrast Week

1st July 2025
(Image.png)
Black on white is nice and bright,
While white on black can look like night.
Orange and Cyan are contrasting hues,
Since the reds on the spectrum are opposite blues.
But a hue change isn't always just what you mean,
When some people*snip*


Socoder

High Contrast Week

1st July 2025
Teaching TuesdayCan you teach us something that's somehow relevant to this week's theme? Maybe a link to something useful, or even writing up a small tutorial.


Jayenkai

Feeling Hot

1st July 2025
I'll take that...


Dan

BB vs Virus Protection

30th June 2025
Probably still from the itch.io site : (Linkage) (recompiled and updated files)
or maybe this one: (Linkage) (should be old, legacy installed/r files)
but, if you look at the comments there, you may find out that they are complaining about the same *snip*


dna

BB vs Virus Protection

30th June 2025
Where is the most reliable source for downloading BB?


therevillsgames

Feeling Hot

30th June 2025
It was 1.5 degrees C this morning...


Jayenkai

BB vs Virus Protection

30th June 2025
''What's going on?''
A False Positive is what's happening.
This is when someone, somewhere, creates something ''a bit virusy'' using the language, and the virus scanner can't quite decide what bit of the program is causing tha*snip*


Pixel_Outlaw

BB vs Virus Protection

30th June 2025
I imagine you tried to download BlitzBasic and got malware
Or your computer got infected by something that replaces launchers.
Where did you get the original binary from?


dna

Error

30th June 2025
I get an odd error when launching BB under windows 10
It gives me the message:
PUAAdvertising:win32/ShopHome
Every single time I tell the threat protection to block or delete it but it still returns every time the application is launched. I'm thinki*snip*


Jayenkai

Switch 2

30th June 2025



spinal

Switch 2

30th June 2025
What magic is that?


Jayenkai

Switch 2

30th June 2025
For those interested.
No audio, and kinda slow frame rate..
[vid]https://socoder.net/uploads /1/2025/27/IMG_2123.mov[/vid]
Could not activate JSE.


Pixel_Outlaw

rgb color value to DATA letter value, DATA letter value to rgb color value

30th June 2025
I'd use a select/case conditional or lookup table instead of all those ifs.
You then make a conversion function and call that.
Which version of BlitzBasic are you using?


Jayenkai

Feeling Hot

30th June 2025
(Image.jpeg)


RemiD

rgb color value to DATA letter value, DATA letter value to rgb color value

30th June 2025
[quote]
Blitz could handle Color 0,0,RGB
That way you could have things like Red=&FF0000: Color 0,0,Red
[/quote]
not sure, but this is a good suggestion, indeed.


Jayenkai

rgb color value to DATA letter value, DATA letter value to rgb color value

30th June 2025
IIRC, (though you might have to test it to be sure.. it might've been BlitzMax), Blitz could handle Color 0,0,RGB
That way you could have things like Red=&FF0000: Color 0,0,Red
(I think.. can't test right now, though. Blitz doesn't run *snip*


RemiD

rgb color value to DATA letter value, DATA letter value to rgb color value

30th June 2025 Blitz
demonstrates how to read the colors of an image, and convert these rgb colors values to letters string values,
then output a txt file with these letters values organized in a way that it is formated for DATA (blitzbasic),
then read the letters string val*snip*


Jayenkai

High Contrast Week

30th June 2025
(Image.jpeg)
High Contrast Fists of Fury...


Socoder

High Contrast Week

30th June 2025
High Contrast Week Bold differences, accessibility, clarity Meme MondayPost or create a Meme that's somehow relevant to this week's theme.


cyangames

Happy Birthday, Dan

30th June 2025
Merry Boithdayweenmas!


RemiD

DATA values to 2d array values

29th June 2025 Blitz
a code example (blitzbasic) to demonstrate how to read and put the values of DATA rows / columns to a 2d array
[code]
;DATA values to 2d array values (2025.06.29)
Graphics( 640, 360, 32, 2 )
Dim grey_val%( 6, 4 )
Restore greys_data
For row% = 1 To 4*snip*

More - Older Posts