| Age | Commit message (Collapse) | Author |
|
CMake relied on this file for configurations and also was interfering in the regular config.h by having a separate definition if building with CMake. This was not entirely correct so instead we will define compile time definitions separately through CMake (CompileDefinitions.cmake) and also will use the provided EXTERNAL_CONFIG_FLAGS that I found that will not use config.h in through the build process.
I also introduced a new compiler option (CUSTOMIZE_BUILD) that when OFF will use the default config.h and when ON will show other options for redefining your own options.
Fixed an error in rlgl.h where if you have both RLGL_STANDALONE and SUPPORT_VR_SIMULATOR you get a compile time error.
|
|
* Update CMakeOptions.txt
* Update config.h.in
|
|
|
|
- ADDED: CompressData()
- ADDED: DecompressData()
|
|
Reviewed comments
|
|
|
|
|
|
Planning to promote raudio module as a simple and easy-to-use front-end for the amazing mini_al library, so the name change.
Name comes from raylib-audio but in spanish it also remembers to word "raudo", meaning "very fast", an analogy that fits perfectly to the usefulness and performance of the library!
Consequently, raylib version has been bumped to 2.4-dev.
|
|
Wait for input events passively (sleep) instead of polling events actively every frame
|
|
|
|
|
|
|
|
|
|
Did this ever work? Surely, doesn't look like it...
|
|
Also added new compilation FLAGS for that pourpose
|
|
I would have liked config.h to be selected by include dir configuration,
but this way is less intrusive.
|