BlitzMax Runtime Libraries, for BlitzMax NG.

#blitzmax #basic #blitz #library

Brucey 8d212f2860 More clang revisions. 3 年 前
appstub.mod 7d4c20456e Only for x64. 3 年 前
audio.mod 8cb648bef4 Added Position() method. 5 年 前
audiosample.mod d6804a5ed8 [Misc] Made BRL.AudioSample superstrict 5 年 前
bank.mod 49e4cfd07b Fixed issue attempting to free static memory. 5 年 前
bankstream.mod e9cc694676 Param name change. 5 年 前
base64.mod a505714b3f Added source byte array encode overload. 6 年 前
basic.mod d2ca3911f6 Initial Import. 11 年 前
blitz.mod 8d212f2860 More clang revisions. 3 年 前
bmploader.mod 6544a47a65 Added overrides. 6 年 前
bytebuffer.mod 803dc7a2dd Added GetBytes() and PutBytes() 5 年 前
clipboard.mod 22d1d7f25a Haiku initial support. 4 年 前
collections.mod 75e418d712 [docs] Formatting. 5 年 前
color.mod 92f9f6df1e Added some equality operators. Resolves #194. 4 年 前
d3d7max2d.mod 3a42ae44b7 Disable dx7 for now... 10 年 前
d3d9max2d.mod 42e5040a4d Changed to SuperStrict. Extended flags to Long. 3 年 前
directsoundaudio.mod 6544a47a65 Added overrides. 6 年 前
dxgraphics.mod 42e5040a4d Changed to SuperStrict. Extended flags to Long. 3 年 前
endianstream.mod 82e026250d [docs] Formatting. 5 年 前
event.mod 21fe9d6dc1 Added display event ids. 4 年 前
eventqueue.mod 01c6090a25 PostEvent() - changes. 4 年 前
filesystem.mod bd4f3b0931 Updated documentation. 4 年 前
font.mod 1ea6720e02 Updated modules to SuperStrict. 9 年 前
freeaudioaudio.mod 12f5407c07 [FreeAudioAudio] Reenable "FreeAudio DirectSound" 6 年 前
freetypefont.mod 3c17a37629 Added face name methods. 3 年 前
glgraphics.mod 15283ee325 Fixed flags type. Resolves #216 3 年 前
glmax2d.mod 42e5040a4d Changed to SuperStrict. Extended flags to Long. 3 年 前
gnet.mod 0410041906 Fixed list issue. Resolves bmx-ng/bcc#571 3 年 前
graphics.mod 42e5040a4d Changed to SuperStrict. Extended flags to Long. 3 年 前
hook.mod b00a19a133 Updated examples. 6 年 前
httpstream.mod 7c14de0faa Added stream append write mode. 5 年 前
io.mod 3cc6d74160 Added GetLastErrorCode() and GetErrorForCode() functions. 4 年 前
jpgloader.mod 6544a47a65 Added overrides. 6 年 前
keycodes.mod d227605c76 Changed bbdoc tables to markdown format. 6 年 前
linkedlist.mod b26d5b2528 Added some missing functions for linked lists 5 年 前
map.mod 56867c401d Fixed compiler warnings. 4 年 前
math.mod 7a555e7eef Removed "= True" from IsInf and IsNan code examples. 5 年 前
matrix.mod fa112ce3cd Added SVec4x methods. 5 年 前
max2d.mod 42e5040a4d Changed to SuperStrict. Extended flags to Long. 3 年 前
maxlua.mod 40208ec0e0 Added missing return statement. 5 年 前
maxunit.mod b4b94ac105 Updated Null tests to use new IsEmptyArray and IsEmptyString functions. 5 年 前
maxutil.mod 5b6be7028f Added MinGWPath() helper function. 6 年 前
objectlist.mod 229be12ad0 brl.objectlist. Initial Import. 5 年 前
oggloader.mod 6544a47a65 Added overrides. 6 年 前
openalaudio.mod 6544a47a65 Added overrides. 6 年 前
pixmap.mod 338ec96749 Added support for SColor8. 5 年 前
platform.mod 7e356e090c Fixed function declaration. 4 年 前
pngloader.mod 6544a47a65 Added overrides. 6 年 前
polledinput.mod 4e337e7870 Added note about mouse buttons 4 and 5. 5 年 前
quaternion.mod 0479c3b491 Added new constructors. 5 年 前
ramstream.mod 7c14de0faa Added stream append write mode. 5 年 前
random.mod 57a00eb7bd Refactored BRL.Random. Added BRL.RandomDefault. 5 年 前
randomdefault.mod 57a00eb7bd Refactored BRL.Random. Added BRL.RandomDefault. 5 年 前
reflection.mod 3c1bf6e8f3 [Reflection.mod] Fix EnumGlobals() 4 年 前
retro.mod 7a3cbda4f6 Added retro examples. 6 年 前
socket.mod c1435fc0f3 Added ShutdownSocket(). 4 年 前
socketstream.mod 7c14de0faa Added stream append write mode. 5 年 前
standardio.mod 88ab0f8b76 [docs] Fixed line breaks. 5 年 前
stbimageloader.mod 6544a47a65 Added overrides. 6 年 前
stream.mod 47e0e66fd5 Implemented BRL.IO abstraction. 5 年 前
stringbuilder.mod d8c937d56c Fixed compiler warnings. 4 年 前
system.mod 9aa76019b0 [docs] Fixed line breaks. 5 年 前
systemdefault.mod 6c7034734c Moved BBSystemAppDelegate to system.h. Resolves #162 3 年 前
textstream.mod 333f9b71d9 Added missing UTF8 BOM byte. Fixes #217 3 年 前
tgaloader.mod 1b2f1f5f96 Deprecated BMPLoader and TGALoader. 8 年 前
threadpool.mod 58a91cf5fc Added some query methods. 3 年 前
threads.mod 22d1d7f25a Haiku initial support. 4 年 前
timer.mod faa4412a8b Added TChrono, for high-resolution timing. 5 年 前
timerdefault.mod 0debde6f17 Fixed int/pointer cast warnings. 4 年 前
uuid.mod 68db15cf55 BRL.uuid. Initial Import. 6 年 前
vector.mod fa112ce3cd Added SVec4x methods. 5 年 前
volumes.mod 77f51b699d Fixed potential buffer issue. 4 年 前
wavloader.mod 6544a47a65 Added overrides. 6 年 前
.gitignore b3ebbd714f Ignore .DS_Store files. 3 年 前
README.md 14841e5e5d Initial commit 11 年 前

README.md

brl.mod

BlitzMax BRL modules port.