aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-12-09Corrected some bugs...Palaui
[core] Added SetMousePosition() [models] LoadHeightmap() - Corrected textures bug [raymath] Functions renaming [WEB] Prepare environment for emscripten!
2014-11-24Corrected bug on billboardsPalaui
2014-11-23Corrected Android bug on Native Activity cycleraysan5
2014-11-23Updated stb headersraysan5
2014-11-22Added first version of OS X compilation supportratalaika
2014-11-09Renamed the PLATFORM_LINUX_DESKTOP into PLATFORM_DESKTOP_LINUX.Miguel Lechón
2014-11-09Small fixes to support a Debian/GNU Linux distro. Hopefully Ubuntu too.Miguel Lechón
2014-11-09Fixed WAV loading under 64-bit systems.Miguel Lechón
2014-10-17Small Fixes Update (1.2.1)raysan5
View CHANGELOG for description on small fixes and add-ons
2014-09-30Corrected issue with transparent surface in Raspberry PiRay
2014-09-19Android: Added support for Tap gestureraysan5
2014-09-16raylib 1.2raysan5
This is a huge update. Check CHANGELOG for details
2014-09-03Explicit define of functions prototypesraysan5
No-parameters functions use the prototype style FunctionName(void);
2014-09-03Removed useless spacesraysan5
2014-07-23Corrected bugs...raysan5
Set default raylib to use OpenGL 1.1 (compatibility issues on ATI cards)
2014-07-23Corrected bug with drawing orderraysan5
We have three vertex buffers: lines, triangles and quads for textures. Drawing in a desired order could become a nighmare... noww it seems it works prety well...
2014-07-23Update to version 1.1.1raysan5
Check CHANGELOG for a detailed list of changes
2014-06-15Corrected DrawSphereWires() functionraysan5
2014-06-09Updated some commentsraysan5
2014-04-19raylib 1.1raysan5
View CHANGELOG for a detailed list of changes
2014-04-09Lots of changes, most of them under testing-reviewraysan5
Added a Tracing/Log system Added OGG stream music support (DOESN'T WORK) Added Compressed textures support * This update is probably very buggy...
2014-04-04Adapt multiple functions to rlglraysan5
Nearly a complete rework of Models module Some teaks on multiple functions
2014-03-25Road to raylib 1.1 - Testing rlglraysan5
2014-03-16Update to version 1.0.61.0.6raysan5
Check CHANGELOG for the list of changes in this release!
2014-03-16Deleted for a better replace... soon...raysan5
2014-03-02The future of raylib!raysan5
Mapping of OpenGL 1.1 immediate mode functions to OpenGL 3.2+ (and OpenGL ES 2.0) programmable pipeline
2014-03-023D useful mathsraysan5
Some useful functions to work with Vector3, Matrix and Quaternions
2014-01-28Update to version 1.0.5raysan5
Check CHANGELOG for changes
2014-01-23Updated raylib to version 1.0.41.0.4raysan5
Lots of changes added, check CHANGELOG for detailed description
2014-01-07Corrected function bugraysan5
2013-12-27Corrected bug on spacing measurementraysan5
2013-12-19Corrected some minor bugsraysan5
2013-12-19Update to version 1.0.3raysan5
View CHANGELOG for full list of changes
2013-12-02Corrected WARNING on ErrorCallback()Ray
The default compiler flags on Ubuntu includes -Wformat -Wformat-security which is what gives this error. That flag is used as a precaution against introducing security related bugs.
2013-12-01Audio issues solved... Audio Works!raysan5
2013-11-30Updated to version 1.0.2raysan5
Some functions added (collision detection) Check CHANGELOG for details
2013-11-29Added GetDefaultFont() functionRay
Useful to be used with DrawTextEx() to draw with default font and extended parameters
2013-11-29Updated version number to 1.0.1Ray
2013-11-28Added some functions and Updated examplesraysan5
View CHANGELOG for details
2013-11-24Updated with some minor changesraysan5
2013-11-23Replaced tab by 4 spaces and adjust textraysan5
2013-11-19Update raylib.hRay
2013-11-18raylib basic folders structure and some files... ;)Ray