BlitzMax Runtime Libraries, for BlitzMax NG.

#blitzmax #basic #blitz #library

Brucey 7481d41606 Fixes for pre c99. 3 anos atrás
appstub.mod 72ba64bfff Fixes for iOS. 3 anos atrás
audio.mod 5dc0195e69 Added GetAudioDriver() function. 3 anos atrás
audiosample.mod d6804a5ed8 [Misc] Made BRL.AudioSample superstrict 5 anos atrás
bank.mod 49e4cfd07b Fixed issue attempting to free static memory. 5 anos atrás
bankstream.mod e9cc694676 Param name change. 5 anos atrás
base64.mod a505714b3f Added source byte array encode overload. 6 anos atrás
basic.mod d2ca3911f6 Initial Import. 11 anos atrás
blitz.mod 7481d41606 Fixes for pre c99. 3 anos atrás
bmploader.mod 43d0b2490e BMP and TGA image loaders moved to Image namespace. 3 anos atrás
bytebuffer.mod 803dc7a2dd Added GetBytes() and PutBytes() 5 anos atrás
clipboard.mod 22d1d7f25a Haiku initial support. 4 anos atrás
collections.mod 75e418d712 [docs] Formatting. 5 anos atrás
color.mod 92f9f6df1e Added some equality operators. Resolves #194. 4 anos atrás
d3d7max2d.mod 3a42ae44b7 Disable dx7 for now... 10 anos atrás
d3d9max2d.mod 874e8ea4cb Fix: [Brl.D3D9xxx] Reapplied SuperStrict-corrections 3 anos atrás
directsoundaudio.mod 6544a47a65 Added overrides. 6 anos atrás
dxgraphics.mod 874e8ea4cb Fix: [Brl.D3D9xxx] Reapplied SuperStrict-corrections 3 anos atrás
endianstream.mod 82e026250d [docs] Formatting. 5 anos atrás
event.mod 21fe9d6dc1 Added display event ids. 4 anos atrás
eventqueue.mod 01c6090a25 PostEvent() - changes. 4 anos atrás
filesystem.mod 8eabb6d54a Only files are sized. 3 anos atrás
font.mod 1ea6720e02 Updated modules to SuperStrict. 9 anos atrás
freeaudioaudio.mod 12f5407c07 [FreeAudioAudio] Reenable "FreeAudio DirectSound" 6 anos atrás
freetypefont.mod 3c17a37629 Added face name methods. 3 anos atrás
glgraphics.mod 9be372f105 [Brl.GLGraphics] Allow positioning graphics window on Linux 3 anos atrás
glmax2d.mod bab78e745f Add render2texture support 3 anos atrás
gnet.mod 0410041906 Fixed list issue. Resolves bmx-ng/bcc#571 3 anos atrás
graphics.mod 96c7205740 Graphics driver tweaks. 3 anos atrás
hook.mod b00a19a133 Updated examples. 6 anos atrás
httpstream.mod 7c14de0faa Added stream append write mode. 5 anos atrás
io.mod 3cc6d74160 Added GetLastErrorCode() and GetErrorForCode() functions. 4 anos atrás
jpgloader.mod 61b3e37e37 Moved jpgloader to Image namespace. 3 anos atrás
keycodes.mod d227605c76 Changed bbdoc tables to markdown format. 6 anos atrás
linkedlist.mod b26d5b2528 Added some missing functions for linked lists 5 anos atrás
map.mod 56867c401d Fixed compiler warnings. 4 anos atrás
math.mod 7a555e7eef Removed "= True" from IsInf and IsNan code examples. 5 anos atrás
matrix.mod fa112ce3cd Added SVec4x methods. 5 anos atrás
max2d.mod 42c3862602 Merge pull request #174 from GWRon/feat_render2texture 3 anos atrás
maxlua.mod 40208ec0e0 Added missing return statement. 5 anos atrás
maxunit.mod b4b94ac105 Updated Null tests to use new IsEmptyArray and IsEmptyString functions. 5 anos atrás
maxutil.mod 5b6be7028f Added MinGWPath() helper function. 6 anos atrás
objectlist.mod 229be12ad0 brl.objectlist. Initial Import. 5 anos atrás
oggloader.mod 6544a47a65 Added overrides. 6 anos atrás
openalaudio.mod 6544a47a65 Added overrides. 6 anos atrás
pixmap.mod 338ec96749 Added support for SColor8. 5 anos atrás
platform.mod 7e356e090c Fixed function declaration. 4 anos atrás
pngloader.mod e8376a9062 Moved pngloader to Image namespace. 3 anos atrás
polledinput.mod 4e337e7870 Added note about mouse buttons 4 and 5. 5 anos atrás
quaternion.mod 0479c3b491 Added new constructors. 5 anos atrás
ramstream.mod 7c14de0faa Added stream append write mode. 5 anos atrás
random.mod 57a00eb7bd Refactored BRL.Random. Added BRL.RandomDefault. 5 anos atrás
randomdefault.mod 57a00eb7bd Refactored BRL.Random. Added BRL.RandomDefault. 5 anos atrás
reflection.mod 3c1bf6e8f3 [Reflection.mod] Fix EnumGlobals() 4 anos atrás
retro.mod 7a3cbda4f6 Added retro examples. 6 anos atrás
socket.mod 4a1cb6b725 Win32 socket changes. 3 anos atrás
socketstream.mod 7c14de0faa Added stream append write mode. 5 anos atrás
standardio.mod 88ab0f8b76 [docs] Fixed line breaks. 5 anos atrás
stream.mod 2c34103b35 Added ability to read/write strings as UTF8. 3 anos atrás
stringbuilder.mod 7481d41606 Fixes for pre c99. 3 anos atrás
system.mod dd5a406a42 Added optional display to "Desktop" functions. 3 anos atrás
systemdefault.mod dd5a406a42 Added optional display to "Desktop" functions. 3 anos atrás
textstream.mod 333f9b71d9 Added missing UTF8 BOM byte. Fixes #217 3 anos atrás
tgaloader.mod 43d0b2490e BMP and TGA image loaders moved to Image namespace. 3 anos atrás
threadpool.mod 58a91cf5fc Added some query methods. 3 anos atrás
threads.mod 22d1d7f25a Haiku initial support. 4 anos atrás
timer.mod faa4412a8b Added TChrono, for high-resolution timing. 5 anos atrás
timerdefault.mod 0debde6f17 Fixed int/pointer cast warnings. 4 anos atrás
uuid.mod 68db15cf55 BRL.uuid. Initial Import. 6 anos atrás
vector.mod 0df6a3bfe0 Integers are more equal than others. 3 anos atrás
volumes.mod 77f51b699d Fixed potential buffer issue. 4 anos atrás
wavloader.mod 6544a47a65 Added overrides. 6 anos atrás
.gitignore b3ebbd714f Ignore .DS_Store files. 3 anos atrás
README.md 14841e5e5d Initial commit 11 anos atrás

README.md

brl.mod

BlitzMax BRL modules port.