Joshua Reisenauer
f707c1ca46
this should work
9 年之前
Joshua Reisenauer
299ae7a4bd
new trace logs and optimizations
9 年之前
Joshua Reisenauer
3104d3d6cd
small fix for streaming
There is still an issue where audio will cut off after a brief moment
9 年之前
Joshua Reisenauer
04d9deac92
setting up openal
9 年之前
Joshua Reisenauer
f12754b01f
quick fix
Boolean errors
9 年之前
Joshua Reisenauer
89a84a621b
implement
9 年之前
Joshua Reisenauer
1c370f5a17
cleaned up calculations
9 年之前
Joshua Reisenauer
cb05c51911
tabs to spaces fix
9 年之前
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.
9 年之前
raysan5
9639b14e1b
Reduce PCM buffer size for Android to avoid stalls
9 年之前
raysan5
823abf666e
Reviewed code TODOs
9 年之前
raysan5
08da91047e
Some code tweaks
9 年之前
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.
9 年之前
raysan5
f4e455398c
Small bug corrected
9 年之前
raysan5
34db515acb
Reviewed some comments and WritePNG()
9 年之前
Ray
a42bfa7794
Added trace log for data unloading
9 年之前
raysan5
e8fa630c28
Audio module reviewed for standalone usage
9 年之前
raysan5
f7acee9221
Decoupling audio module from raylib
Now audio module can be used as standalone module
9 年之前
raysan5
fd851d1d8b
Improved custom shaders support
Corrected issues with textures loading
10 年之前
raysan5
e25f1227c0
Updated stb headers
10 年之前
raysan5
b9e53cd135
Removed useless spaces
10 年之前
Ray
7d0407c6a2
Pause music when window minimized
10 年之前
raysan5
5104567a24
Some code tweaks
10 年之前
raysan5
905b6ec53d
Added full support for HTML5 (emscripten)
Corrected some bugs on the way...
Automatically convert textures to POT on RPI and WEB
10 年之前
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...
10 年之前
raysan5
7375d0460a
Updated stb headers
10 年之前
Miguel Lechón
e6ef3f6e6a
Fixed WAV loading under 64-bit systems.
10 年之前
raysan5
fc6081fe70
raylib 1.2
This is a huge update. Check CHANGELOG for details
10 年之前
raysan5
c56ef738ed
Explicit define of functions prototypes
No-parameters functions use the prototype style FunctionName(void);
10 年之前
raysan5
d2b98fbb5c
Removed useless spaces
10 年之前
raysan5
56a7979750
Corrected bugs...
Set default raylib to use OpenGL 1.1 (compatibility issues on ATI cards)
11 年之前
raysan5
8e186e840c
Updated some comments
11 年之前
raysan5
f06a15ac8b
raylib 1.1
View CHANGELOG for a detailed list of changes
11 年之前
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...
11 年之前
raysan5
c04f37d0f5
Adapt multiple functions to rlgl
Nearly a complete rework of Models module
Some teaks on multiple functions
11 年之前
raysan5
43b13d623b
Update to version 1.0.5
Check CHANGELOG for changes
11 年之前
raysan5
2cf5fa7765
Updated raylib to version 1.0.4
Lots of changes added, check CHANGELOG for detailed description
11 年之前
raysan5
f79beffc34
Audio issues solved... Audio Works!
11 年之前
raysan5
ccf2608091
Replaced tab by 4 spaces and adjust text
11 年之前
Ray
46f10b45ad
raylib basic folders structure and some files... ;)
11 年之前