appstub.mod
|
92cecfa4eb
[Misc] Replace shorthand codes ($, %...) with their long versions
|
2 years 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
|
a505714b3f
Added source byte array encode overload.
|
6 years ago |
basic.mod
|
d2ca3911f6
Initial Import.
|
11 years ago |
blitz.mod
|
92cecfa4eb
[Misc] Replace shorthand codes ($, %...) with their long versions
|
2 years ago |
bmploader.mod
|
43d0b2490e
BMP and TGA image loaders moved to Image namespace.
|
3 years ago |
bytebuffer.mod
|
803dc7a2dd
Added GetBytes() and PutBytes()
|
5 years ago |
clipboard.mod
|
e996753118
Fixes for pre c99.
|
3 years ago |
collections.mod
|
33d8d65621
Add some more functionality to TLinkedList.
|
2 years 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
|
92cecfa4eb
[Misc] Replace shorthand codes ($, %...) with their long versions
|
2 years ago |
font.mod
|
92cecfa4eb
[Misc] Replace shorthand codes ($, %...) with their long versions
|
2 years ago |
freeaudioaudio.mod
|
92cecfa4eb
[Misc] Replace shorthand codes ($, %...) with their long versions
|
2 years ago |
freetypefont.mod
|
92cecfa4eb
[Misc] Replace shorthand codes ($, %...) with their long versions
|
2 years ago |
glgraphics.mod
|
c491f492b8
Hacky fix for macOS glgraphics build issue.
|
1 year ago |
glmax2d.mod
|
350f897990
Fix: [GLmax2d.mod] Only delete framebuffers if used
|
2 years ago |
gnet.mod
|
a7bbec70a0
Fix: [brl.gnet] Also listen to disconnect_timeout 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
|
acbdb8bd8c
Added PermitSymbolicLinks()
|
2 years ago |
jpgloader.mod
|
61b3e37e37
Moved jpgloader to Image namespace.
|
3 years ago |
keycodes.mod
|
d595f0dabd
Update keycodes.bmx
|
2 years ago |
linkedlist.mod
|
b26d5b2528
Added some missing functions for linked lists
|
5 years ago |
map.mod
|
4b43df1dde
[map.mod] Remove no longer used ngcmod-code
|
2 years ago |
math.mod
|
7a555e7eef
Removed "= True" from IsInf and IsNan code examples.
|
5 years ago |
max2d.mod
|
39429ac0b9
Fix: [Max2D.mod] Corrected SetTransform overload
|
2 years 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
|
338ec96749
Added support for SColor8.
|
5 years ago |
platform.mod
|
d8bcba63fe
Added Win32 platform build version.
|
1 year ago |
pngloader.mod
|
e8376a9062
Moved pngloader to Image namespace.
|
3 years ago |
polledinput.mod
|
4e337e7870
Added note about mouse buttons 4 and 5.
|
5 years 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 |
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
|
92cecfa4eb
[Misc] Replace shorthand codes ($, %...) with their long versions
|
2 years ago |
stringbuilder.mod
|
bcef5a9567
Added startIndex to StartsWith. Resolves #288.
|
1 year ago |
system.mod
|
92cecfa4eb
[Misc] Replace shorthand codes ($, %...) with their long versions
|
2 years ago |
systemdefault.mod
|
92cecfa4eb
[Misc] Replace shorthand codes ($, %...) with their long versions
|
2 years ago |
textstream.mod
|
92cecfa4eb
[Misc] Replace shorthand codes ($, %...) with their long versions
|
2 years ago |
tgaloader.mod
|
43d0b2490e
BMP and TGA image loaders moved to Image namespace.
|
3 years ago |
threadpool.mod
|
58a91cf5fc
Added some query methods.
|
3 years ago |
threads.mod
|
0e3e7d2059
Replace __linux with __linux__
|
2 years 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 |