BlitzMax Runtime Libraries, for BlitzMax NG.

#blitzmax #basic #blitz #library

Brucey 35234e9761 Merge pull request #381 from bmx-ng/task/loadbytearray-closestream 1 month ago
appstub.mod 120dc1f3ff Added new bb_thread_t type. (#339) 8 months ago
audio.mod 92cecfa4eb [Misc] Replace shorthand codes ($, %...) with their long versions 2 years ago
audiosample.mod d6804a5ed8 [Misc] Made BRL.AudioSample superstrict 5 years ago
bank.mod 49e4cfd07b Fixed issue attempting to free static memory. 5 years ago
bankstream.mod 92cecfa4eb [Misc] Replace shorthand codes ($, %...) with their long versions 2 years ago
base64.mod 0bf4d2d7a6 Changed to not use Shl 24. Added Encode for Strings. 1 year ago
basic.mod d2ca3911f6 Initial Import. 11 years ago
blitz.mod 21217596aa Improved bbStringFromUTF8Bytes. (#369) 4 months ago
bmploader.mod 43d0b2490e BMP and TGA image loaders moved to Image namespace. 3 years ago
bytebuffer.mod 28cbbc6d7c Added Slice() and Compact() methods. 9 months ago
clipboard.mod e996753118 Fixes for pre c99. 3 years ago
collections.mod 11900818c8 Renamed to UnionOf (#357) 5 months ago
color.mod 2537bd97b2 Fix: [Color.mod] Unit test now checks ARGB 2 years ago
d3d7max2d.mod 92cecfa4eb [Misc] Replace shorthand codes ($, %...) with their long versions 2 years ago
d3d9max2d.mod b23dd2c4d5 Sync with SDL-counterpart 2 years ago
directsoundaudio.mod 92cecfa4eb [Misc] Replace shorthand codes ($, %...) with their long versions 2 years ago
dxgraphics.mod 625b465151 [Max2D] Overhaul render2texture, interface cleanup 2 years ago
endianstream.mod 92cecfa4eb [Misc] Replace shorthand codes ($, %...) with their long versions 2 years ago
event.mod 92cecfa4eb [Misc] Replace shorthand codes ($, %...) with their long versions 2 years ago
eventqueue.mod 92cecfa4eb [Misc] Replace shorthand codes ($, %...) with their long versions 2 years ago
filesystem.mod 910dd73e33 Fix: [Filesystem.mod] Let MaxIO delete directories if initialized 3 months ago
font.mod 201d9d2263 [Brl.Font/Brl.FreeTypeFont] Allow fractional front sizes (#362) 4 months ago
freeaudioaudio.mod 92cecfa4eb [Misc] Replace shorthand codes ($, %...) with their long versions 2 years ago
freetypefont.mod 27b895ec10 Updates for changes to pub.freetype. (#363) 4 months ago
glgraphics.mod c491f492b8 Hacky fix for macOS glgraphics build issue. 1 year ago
glmax2d.mod 62e189b19f Fix: Defer FBO-Deletion to main thread (#358) 5 months ago
gnet.mod 86a036f476 Fix: [Brl.GNet] correct assert for receive event 1 year ago
graphics.mod 8309a2b175 Add GraphicsDriver().ApiIdentifier:String() 2 years ago
hook.mod b00a19a133 Updated examples. 6 years ago
httpstream.mod 92cecfa4eb [Misc] Replace shorthand codes ($, %...) with their long versions 2 years ago
io.mod 044ebaffbc Added casts. Removed code. (#341) 8 months ago
jpgloader.mod 61b3e37e37 Moved jpgloader to Image namespace. 3 years ago
keycodes.mod d595f0dabd Update keycodes.bmx 2 years ago
linkedlist.mod 49115591fc [Brl.LinkedList] Change assignment order in TLink.remove (#247) 6 months ago
map.mod 099a768fb1 Fixed some pointer issues. (#340) 8 months ago
math.mod 267b062970 [Brl.Math] Add Deg2Rad and Rad2Deg commands (#345) 8 months ago
max2d.mod 98335a9672 Changes to support font rendering enhancements. 11 months ago
maxlua.mod 92cecfa4eb [Misc] Replace shorthand codes ($, %...) with their long versions 2 years ago
maxunit.mod 92cecfa4eb [Misc] Replace shorthand codes ($, %...) with their long versions 2 years ago
maxutil.mod 92cecfa4eb [Misc] Replace shorthand codes ($, %...) with their long versions 2 years ago
objectlist.mod 0944c38dc5 Merge branch 'master' into doc_objectlist 2 years ago
oggloader.mod 6544a47a65 Added overrides. 6 years ago
openalaudio.mod 92cecfa4eb [Misc] Replace shorthand codes ($, %...) with their long versions 2 years ago
pixmap.mod 68e041f6c4 Made SuperStrict. 1 month ago
platform.mod 16e61e0305 Update linux.bmx 1 year ago
pngloader.mod e8376a9062 Moved pngloader to Image namespace. 3 years ago
polledinput.mod 5e86237a90 Fix: [PolledInput.mod] Handle up to 5 mouse buttons. 1 year ago
ramstream.mod 92cecfa4eb [Misc] Replace shorthand codes ($, %...) with their long versions 2 years ago
random.mod 80e9f46edb Improved range of Rand(). Resolves #246. 2 years ago
rectpacker.mod bdd0cd1e7e Fix: [Brl.RectPacker] Subtract correct border padding (#366) 4 months ago
reflection.mod 92cecfa4eb [Misc] Replace shorthand codes ($, %...) with their long versions 2 years ago
retro.mod 92cecfa4eb [Misc] Replace shorthand codes ($, %...) with their long versions 2 years ago
socket.mod 92cecfa4eb [Misc] Replace shorthand codes ($, %...) with their long versions 2 years ago
socketstream.mod 92cecfa4eb [Misc] Replace shorthand codes ($, %...) with their long versions 2 years ago
standardio.mod 92cecfa4eb [Misc] Replace shorthand codes ($, %...) with their long versions 2 years ago
stream.mod 0d407d86b5 Added option to keep LoadByteArray stream open after load. 1 month ago
stringbuilder.mod 00100cb9ea Fixed use of incorrect type. (#350) 7 months ago
system.mod 92cecfa4eb [Misc] Replace shorthand codes ($, %...) with their long versions 2 years ago
systemdefault.mod 4f79632101 Fixed missing definitions. 1 year ago
textstream.mod 360e0479f9 Fix: IsProbablyUTF8() now works with multi-bytes as last char (#367) 4 months ago
tgaloader.mod 43d0b2490e BMP and TGA image loaders moved to Image namespace. 3 years ago
threadpool.mod 4b30c50ff3 Refactored to use TimeUnitToMillis(). 1 year ago
threads.mod 438b4ec637 Added TThreadEvent and TBlockingTaskQueue types. 1 year ago
time.mod 41a4bdf62a Documentation update 4 months ago
timer.mod 92cecfa4eb [Misc] Replace shorthand codes ($, %...) with their long versions 2 years ago
timerdefault.mod 92cecfa4eb [Misc] Replace shorthand codes ($, %...) with their long versions 2 years ago
utf8stream.mod a44c0a3f88 Skip example for now. 2 years ago
uuid.mod 68db15cf55 BRL.uuid. Initial Import. 6 years ago
volumes.mod 57f09b87a2 Fixed handle using incorrect type. 2 years ago
wavloader.mod 92cecfa4eb [Misc] Replace shorthand codes ($, %...) with their long versions 2 years ago
.gitignore b3ebbd714f Ignore .DS_Store files. 3 years ago
README.md 14841e5e5d Initial commit 11 years ago

README.md

brl.mod

BlitzMax BRL modules port.