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