raysan5
|
79c8eb543e
|
Corrected audio bugs and improved examples
|
8 년 전 |
raysan5
|
9923fe51a7
|
Tweak to avoid warning
|
8 년 전 |
raysan5
|
7f0880a735
|
Review spacing formatting
raylib uses spaces between '+' and '-' signs but not between '*' and '/'
signs, it's a chosen convention
|
8 년 전 |
raysan5
|
173f199313
|
Corrected text drawing within an image
|
8 년 전 |
Ray
|
94142ecce5
|
Some more work on audio...
|
8 년 전 |
Ray
|
0c58c1198f
|
Working on new audio functions...
|
8 년 전 |
Ray
|
1e55c30824
|
Removed raygui from raylib repo (own repo)
|
8 년 전 |
Ray
|
8b35de3276
|
Added new audio functions -IN PROGRESS-
- LoadWave()
- LoadWaveEx()
- UnloadWave()
- WaveFormat()
- WaveCopy()
- WaveCrop()
- GetWaveData()
|
8 년 전 |
Ray
|
10280c4b91
|
Some code tweaks
|
8 년 전 |
raysan5
|
36f20376e6
|
Redesigned lighting shader system
|
8 년 전 |
Ray
|
9d66bc4a05
|
Added function: ImageAlphaMask()
|
8 년 전 |
raysan5
|
a9ab516dae
|
Formatting tweaks
|
8 년 전 |
Teodor Stoenescu
|
d0cf19e035
|
Greater LoadOBJ() flexibility
LoadOBJ can now load objects with having no texture coordinates or
objects having texture coordinates specified as tuples.
|
8 년 전 |
raysan5
|
be97583f00
|
Added function: UpdateSound()
|
8 년 전 |
raysan5
|
4770e2010d
|
Review Android project
|
8 년 전 |
raysan5
|
f1c3f2870b
|
Added TraceLog info on image spritefont loading
|
8 년 전 |
Wilhem Barbier
|
1d71e1b754
|
Fix a typo in the DrawCube, DrawCubeWires and DrawCubeTexture definitions
|
8 년 전 |
raysan5
|
959a228815
|
Removed useless spacing
|
8 년 전 |
raysan5
|
342b89c5b9
|
Review Wave struct
|
8 년 전 |
raysan5
|
852813bdf1
|
Reviewed formatting
|
8 년 전 |
raysan5
|
1ffc4c7825
|
Corrected naming bug
|
8 년 전 |
raysan5
|
3377a4485b
|
Support shared/dynamic raylib compilation
Generates:
Win32: raylib.dll, libraylibdll.a (import library)
Linux: libraylib.so
|
8 년 전 |
Teodor Stoenescu
|
6e20037f7d
|
Small fix for GenMeshCubicmap()
This fix allows GenMeshCubicmap() to create cubic maps having cells of
arbitrary sizes.
|
8 년 전 |
Ray
|
289e04a62a
|
Ported camera module to header-only
|
8 년 전 |
Ray
|
a1b6b217e4
|
Comment tweak
|
8 년 전 |
Ray
|
eb9072a2f1
|
Renamed functions for consistency
|
8 년 전 |
Ray
|
cc2b3228d1
|
Updated for C++
|
8 년 전 |
raysan5
|
ed387d00aa
|
Corrected issue with VS
|
8 년 전 |
raysan5
|
7fbd821727
|
Some code review tweaks
|
8 년 전 |
raysan5
|
f69f930b51
|
Some functions review
|
8 년 전 |
raysan5
|
cae209816c
|
Code tweak to avoid warning
|
8 년 전 |
Ray
|
2c079d7c6e
|
Review Lua examples and formatting
|
8 년 전 |
ghassanpl
|
47b6e62744
|
Fixed bug with BoundingBox Lua constructor
Fixed use-after-free in DestroyLight
|
8 년 전 |
ghassanpl
|
6f27941e28
|
GetDroppedFiles and SetShaderValue in Lua working
Exposed Texture2D.id to Lua
Lights now have settable/gettable fields
|
8 년 전 |
raysan5
|
306945fe14
|
Added trace on audio device closing
|
8 년 전 |
raysan5
|
16ac468bdb
|
Remove functions from user exposure
|
8 년 전 |
raysan5
|
58c762baa3
|
Replaced tabs by spaces
|
8 년 전 |
ghassanpl
|
4960e6b6d7
|
Fixes for some Lua bugs
|
8 년 전 |
raysan5
|
3b80e2c1e0
|
Redesigned gestures module to header-only
|
8 년 전 |
raysan5
|
d5f5f0a930
|
Updated raylib version to 1.6
|
8 년 전 |
raysan5
|
5f1b4e9474
|
Updated Lua module
|
8 년 전 |
LelixSuper
|
3d519c7a39
|
Fix install command of src/ makefile
|
8 년 전 |
raysan5
|
80789e6140
|
Updated Lua binding
|
8 년 전 |
raysan5
|
055d501345
|
Corrected bug
|
8 년 전 |
raysan5
|
70ec517fda
|
Updated some functions
|
8 년 전 |
raysan5
|
5c30e079f4
|
[rlua] new module: raylib Lua binding
|
8 년 전 |
raysan5
|
735968e685
|
[rlua] new module: raylib Lua binding
|
8 년 전 |
raysan5
|
8c0bd30fcb
|
Corrected issue with Music type
|
8 년 전 |
raysan5
|
68d647c1af
|
Complete review and update
Simplified module for Music and AudioStream
Added support for raw audio streaming (with example)
|
8 년 전 |
raysan5
|
58d2f70b7e
|
Review audio module and examples
|
8 년 전 |