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 年前
raysan5
36cf1f7dfd
Improved support for C++
Added compound literals (C99) alternative for C++ compilers that don't
support this feature
8 年前
raysan5
2dc5f580a6
Removed audio errors register
8 年前
raysan5
02c456432d
Complete review of audio system
Still some work left...
8 年前
Bil152
8f7cb6fb19
Code refractoring of music model to be more friendly-user (issue #144 )
8 年前
raysan5
a008d49230
Corrected some issues to compile with MSC
8 年前
raysan5
a422e39492
Corrected issue on OSX with High DPI display
Many thanks to Marcelo Paez (paezao)
8 年前
raysan5
07a375e2d6
Corrected issue with HIghDPI display on OSX
Well, not tested yet but it should work...
8 年前
raysan5
6d68c78989
Updated log output info
8 年前
raysan5
4facc03a64
Upload ptheads Win32 DLL
8 年前
sol-prog
32a671b9da
OS X comaptiblity changes and compiled library
8 年前
raysan5
76c9e9883d
Update runtime DLL to version 1.6
8 年前
Ray
5139948ef9
Updated to Oculus PC SDK 1.6
8 年前
raysan5
af46222b12
Updated
8 年前
raysan5
0e6b249260
Review outputs by platform
8 年前
raysan5
5ff9811ea8
Some code tweaks
8 年前
LelixSuper
de865a9b55
fix small things on 'src/' makefile
8 年前
raysan5
697e1d4941
Update pthreads library (win32)
This library is only required by physac module to compulte physics in a
second thread
8 年前
LelixSuper
ebfb1978b8
allow to compile shared version of raylib
8 年前
LelixSuper
13c56887f1
fix 'external/stb_vorbis.c" compilation
8 年前
LelixSuper
2272a4722f
restore the original method to compile all modules
This commit restores the original method to compile all modules, but fix
prerequisites.
8 年前
LelixSuper
94a5fc5c2c
add some explanation of makefile in 'src/'
8 年前
raysan5
a36cc7075a
Corrected issue on drawing order
8 年前
raysan5
55b9a2479a
Expose Oculus Rift functionality directly
8 年前
LelixSuper
d38fb9bda2
fix small things on makefile of 'src/' folder
8 年前
LelixSuper
6efaa78058
improve the compilation of all modules
8 年前
LelixSuper
e62c30c8b1
improve 'clean' target of 'src/' makefile
8 年前
raysan5
bfb5ffedda
Added rlgl standalone sample
8 年前
raysan5
a05150392a
Added audio standalone sample
8 年前
LelixSuper
6f335d2c9e
add 'install' and 'unistall' target
The first target allow makefile to install the dev files (static library and
header) to standard directories on GNU/Linux platforms; the second allow it to
unistall (remove) the dev files.
It needs lot of improvements.
8 年前
LelixSuper
dbec22f2df
restyle Makefile of 'src/' folder and fix targets
8 年前
raysan5
0fbd48a889
Corrected bug on OpenGL 1.1
Set makefile to default OpenGL 3.3 compilation
8 年前
raysan5
7959ccd84d
Review some functions, formatting and comments
8 年前
raysan5
338bb3fd9c
Review variables to raylib naming conventions
Some review work still required...
8 年前
raysan5
11172118d1
Review comments
8 年前
raysan5
9d6d68f00a
Support VR mode disable on Oculus device
8 年前
raysan5
31b64d4689
Updated for GLSL 100
8 年前
raysan5
22672bc738
Added Oculus functions declaration and comments
8 年前