Joshua Reisenauer
f707c1ca46
this should work
il y a 9 ans
Joshua Reisenauer
299ae7a4bd
new trace logs and optimizations
il y a 9 ans
Joshua Reisenauer
3104d3d6cd
small fix for streaming
There is still an issue where audio will cut off after a brief moment
il y a 9 ans
Joshua Reisenauer
04d9deac92
setting up openal
il y a 9 ans
Joshua Reisenauer
f12754b01f
quick fix
Boolean errors
il y a 9 ans
Joshua Reisenauer
89a84a621b
implement
il y a 9 ans
Joshua Reisenauer
1c370f5a17
cleaned up calculations
il y a 9 ans
Joshua Reisenauer
cb05c51911
tabs to spaces fix
il y a 9 ans
Joshua Reisenauer
ec2cbaa5eb
Added proto version of jar_xm
This is an early draft, needs lots of work. Still need to figure out way
to calculate total length of song. This is hard because xm tracks stream
out zeros when done, only position in track can be found. Position does
not give any direct value of how much more time is left. I think that by
setting the loop count to 1 and seeking until the end I can total up the
number of samples and come up with a length.
il y a 9 ans
raysan5
9639b14e1b
Reduce PCM buffer size for Android to avoid stalls
il y a 9 ans
raysan5
823abf666e
Reviewed code TODOs
il y a 9 ans
raysan5
08da91047e
Some code tweaks
il y a 9 ans
victorfisac
4db2da9185
Added new matrix location points and extra functions
- New model and view transformation matrix added, useful for shaders.
Modelview matrix not deleted to keep opengl 1.1 pipeline compatibility.
- New extra function added DrawModelWiresEx() to set a rotation and
scale transformations to a wire model drawing.
- Other writing and little audio.c bug fixed.
il y a 9 ans
raysan5
f4e455398c
Small bug corrected
il y a 9 ans
raysan5
34db515acb
Reviewed some comments and WritePNG()
il y a 9 ans
Ray
a42bfa7794
Added trace log for data unloading
il y a 9 ans
raysan5
e8fa630c28
Audio module reviewed for standalone usage
il y a 9 ans
raysan5
f7acee9221
Decoupling audio module from raylib
Now audio module can be used as standalone module
il y a 9 ans
raysan5
fd851d1d8b
Improved custom shaders support
Corrected issues with textures loading
il y a 10 ans
raysan5
e25f1227c0
Updated stb headers
il y a 10 ans
raysan5
b9e53cd135
Removed useless spaces
il y a 10 ans
Ray
7d0407c6a2
Pause music when window minimized
il y a 10 ans
raysan5
5104567a24
Some code tweaks
il y a 10 ans
raysan5
905b6ec53d
Added full support for HTML5 (emscripten)
Corrected some bugs on the way...
Automatically convert textures to POT on RPI and WEB
il y a 10 ans
raysan5
cfa60ab7e6
Added support for emscripten and more
Added PLATFORM_WEB support (emscripten-webgl)
[audio] Added LoadSoundFromWave()
[textures] Added LoadTextureFromImage() to replace CreateTexture()
Some TraceLogs edited...
il y a 10 ans
raysan5
7375d0460a
Updated stb headers
il y a 10 ans
Miguel Lechón
e6ef3f6e6a
Fixed WAV loading under 64-bit systems.
il y a 10 ans
raysan5
fc6081fe70
raylib 1.2
This is a huge update. Check CHANGELOG for details
il y a 10 ans
raysan5
c56ef738ed
Explicit define of functions prototypes
No-parameters functions use the prototype style FunctionName(void);
il y a 10 ans
raysan5
d2b98fbb5c
Removed useless spaces
il y a 10 ans
raysan5
56a7979750
Corrected bugs...
Set default raylib to use OpenGL 1.1 (compatibility issues on ATI cards)
il y a 11 ans
raysan5
8e186e840c
Updated some comments
il y a 11 ans
raysan5
f06a15ac8b
raylib 1.1
View CHANGELOG for a detailed list of changes
il y a 11 ans
raysan5
e6b82cb111
Lots of changes, most of them under testing-review
Added a Tracing/Log system
Added OGG stream music support (DOESN'T WORK)
Added Compressed textures support
* This update is probably very buggy...
il y a 11 ans
raysan5
c04f37d0f5
Adapt multiple functions to rlgl
Nearly a complete rework of Models module
Some teaks on multiple functions
il y a 11 ans
raysan5
43b13d623b
Update to version 1.0.5
Check CHANGELOG for changes
il y a 11 ans
raysan5
2cf5fa7765
Updated raylib to version 1.0.4
Lots of changes added, check CHANGELOG for detailed description
il y a 11 ans
raysan5
f79beffc34
Audio issues solved... Audio Works!
il y a 11 ans
raysan5
ccf2608091
Replaced tab by 4 spaces and adjust text
il y a 11 ans
Ray
46f10b45ad
raylib basic folders structure and some files... ;)
il y a 11 ans