summaryrefslogtreecommitdiffhomepage
path: root/src/config.h.in
AgeCommit message (Collapse)Author
2019-09-09ADDED small compression APIRay
- ADDED: CompressData() - ADDED: DecompressData()
2019-06-12Added CMake flagsRay
Reviewed comments
2019-06-02Add MP3 configReece Mackie
2019-05-03Add SUPPORT_HIGH_DPI to CMakeOptions.txtShiqing
2019-01-10WARNING: Renamed module: audio -> raudioRay
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.
2018-10-31Add flag: SUPPORT_EVENTS_WAITINGRay
Wait for input events passively (sleep) instead of polling events actively every frame
2018-10-18Removed OpenAL backendRay
2018-09-17Support image exportRay
2018-07-29Fix typo (s/proedural/procedural)Ahmad Fatoum
2018-07-16Reviewed compilation optionsRay
2018-05-21cmake: Fix PLATFORM_WEB buildAhmad Fatoum
Did this ever work? Surely, doesn't look like it...
2018-04-29Support shapes drawing using only QUADSraysan5
Also added new compilation FLAGS for that pourpose
2018-04-07CMake: Generate config.h from CMakeOptions.txtAhmad Fatoum
I would have liked config.h to be selected by include dir configuration, but this way is less intrusive.