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.