BlitzMax Runtime Libraries, for BlitzMax NG.

#blitzmax #basic #blitz #library

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

README.md

brl.mod

BlitzMax BRL modules port.