raysan5
918fc002d0
Simplified audio example
8 years ago
raysan5
bdbb1eb901
Added new text sample: text_bmfont_unordered
BMFont loading has been improved to support unordered chars and extended
characters (up to 255)
8 years ago
raysan5
481ce3d39d
Corrected bug with alpha mask on font
Mask was wrongly applied to 8-bit font image, it generated dark borders
on the font. Grayscale image has to be considered as the alpha mask for
a completely white image to use it correctly.
8 years ago
Ray
85c400c006
rlua: Added functions notes
Functions that need to manage big data arrays don't work properly, that
functionality should be reviewed...
8 years ago
Ray
f0626324ab
rlua: Added some missing functions
Updated to raylib 1.6 functionality
8 years ago
Ray
6fa5dec16d
Updated
8 years ago
raysan5
0603e59cae
Review examples and added new ones
8 years ago
raysan5
6b072e696d
Updated releases
Latest raylib 1.6
8 years ago
raysan5
f7b706263a
Some code tweaks
Correcting details that pop-up when testing the different platforms
8 years ago
raysan5
c7f0350182
Updated android template and lib
8 years ago
raysan5
b0d5a7a372
Corrected bug on Android
8 years ago
raysan5
bee283b12b
Some tweaks around
8 years ago
raysan5
e23e73d9b2
raylib 1.6 html5 release
8 years ago
raysan5
6f3186eacc
raylib 1.6 release (static and shared)
8 years ago
raysan5
f18c8cea16
Updated to support OpenAL Soft static library
8 years ago
raysan5
41e49c5a6e
Remove CMakeList
Working on an updated version...
8 years ago
raysan5
5d46c27cd5
Update resource file for raylib 1.6
8 years ago
raysan5
6d1b712a96
Reviewed modules comments
8 years ago
raysan5
9d3ad52160
Removed byte typedef
8 years ago
Ray
a3d71dd58d
Updated for raylib 1.6
8 years ago
Ray
2b50440a77
Review ROADMAP
8 years ago
Ray
9fb6eda5f1
Improved text measurement
8 years ago
Ray
38df2cad25
Improved text measurement
Still not working correctly, font offsets are not considered
correctly...
8 years ago
Ray
4245237892
Corrected SIGSEV bug
8 years ago
Ray
773b0b6bc0
Update ROADMAP.md
8 years ago
raysan5
66d22acfb3
Improve text example
8 years ago
raysan5
aa945055fa
Corrected issue on chars drawing
Support by default unordered charsets
8 years ago
raysan5
ca96122a7b
Raspberry Pi custom gamepad axis
8 years ago
raysan5
ed4fdfdaf8
Example tweak
8 years ago
raysan5
3be81b01d7
Brand new gamepad example
8 years ago
raysan5
f2d61d4d43
Improved gamepad support on Raspberry Pi
8 years ago
Ray
f16f39e8aa
code tweaks to avoid some warnings
8 years ago
raysan5
64f67f6e9f
Improved gamepad support
new function: GetGamepadAxisCount()
new function: IsGamepadName()
8 years ago
raysan5
6d3b11ef91
Support unordered charset, neither fixed first char
Still requires some testing...
8 years ago
raysan5
3393fda384
Improve TTF loading
8 years ago
raysan5
673dcf9436
Comments tweaks
8 years ago
raysan5
cc917fbac6
Improve SpriteFont support
LoadSpriteFontTTF() - TTF font loading with custom parameters
8 years ago
raysan5
16101ce3d8
Reorganize defines check
8 years ago
raysan5
836d3341a5
Renamed OpenAL32 dll library
8 years ago
raysan5
988d39029f
Support textures filtering
8 years ago
raysan5
43fd9ffe08
Tweak to avoid warnings
8 years ago
raysan5
02842a3e2f
Review gamepad inputs
Added funtion: GetGamepadButtonPressed() - This function can be useful
for custom gamepad configuration
8 years ago
raysan5
4ff98f34bb
Function to set texture parameters -IN PROGRESS-
8 years ago
raysan5
5c80f65082
Funtions added to set texture parameters
SetTextureFilter()
SetTextureWrap()
8 years ago
raysan5
137057f499
Function added: GenSpriteFont()
8 years ago
raysan5
6d34adbd60
Improving sprite fonts support...
Support grayscale (8 bit) textures for fonts
Load unordered chars data above char 126
8 years ago
raysan5
1142d4edae
Force threads to finish on CloseWindow()
8 years ago
Ray
b8ce680511
Improved Android support
8 years ago
raysan5
0ce7f0c409
Some work on multiple inputs...
- Corrected bug and tested new gamepad system
- Reviewed Android key inputs system, unified with desktop
- Reorganize mouse functions on core
8 years ago
raysan5
d5e0f4e84e
Added notes on vr tracking -> camera update
8 years ago