aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-26Merge pull request #19 from procedural/linuxRay
Fixes for makefiles, GLFW 3.1 library for Linux
2015-01-25Fixes for makefiles, GLFW 3.1 library for LinuxConstantine Tarasenkov
2015-01-25JUST DO - Global Game Jam 2015Ray
2015-01-24Updated GLFW to version 3.1Ray
2015-01-21Pause loop execution on window minimizedRay
2015-01-21Pause music when window minimizedRay
2015-01-21Small note to rememberRay
2015-01-18Updated makefiles for templatesraysan5
Now support multiple platforms
2015-01-18Adding support for TTF fonts (in progress)raysan5
2015-01-18Some code tweaksraysan5
2015-01-18Ignore compiled binaries on templates (*.o, *.exe)raysan5
2015-01-10Merge pull request #16 from raysan5/develop1.2.2-installerRay
Integration from develop branch to master
2015-01-10Uploaded basic window example for webraysan5
2015-01-10Update README.mdRay
2015-01-10Merge pull request #15 from Galloman/developRay
Improved support for mac osx.
2015-01-08Improved support for mac.David Gallardo
Reference to libglfw dylib fixed
2015-01-08Reorganized external folders by platformraysan5
Improved makefiles!
2015-01-08Merge pull request #14 from raysan5/masterRay
Integrate master into develop branch
2015-01-04Review build system for Android and RPI1.2.2raysan5
2015-01-02Added some last hour features to v1.2.2raysan5
2015-01-02Added support for model color tintraysan5
Also, added support for normals on models
2015-01-02makefiles reorganizationraysan5
Edited to better accomodate to multiple platforms
2015-01-02Examples review...raysan5
2015-01-02Rename models_cubesmap.c to models_cubicmap.cRay
2015-01-02Integrated ratalaika pull-requestraysan5
Added first version of OS X compilation support Some conflicts manually resolved...
2014-12-31Merge pull request #12 from raysan5/developRay
Integration from develop branch
2014-12-31Updated docsraysan5
2014-12-31Small tweaksraysan5
2014-12-31New raylib release, including html5 binariesraysan5
2014-12-31Added raylib game showing raylib featuresraysan5
2014-12-31Added small floppy gameraysan5
2014-12-31Updated exampleraysan5
2014-12-31Prepare examples makefile to support emscriptenraysan5
2014-12-31Updated to version 2.00braysan5
2014-12-31Added full support for HTML5 (emscripten)raysan5
Corrected some bugs on the way... Automatically convert textures to POT on RPI and WEB
2014-12-17[texture] image data initializationraysan5
2014-12-17[texture] image loading small checkraysan5
2014-12-17[models] file open error checkraysan5
2014-12-16Working on rotation math...raysan5
[models] Added DrawQuad()
2014-12-15Added support for emscripten and moreraysan5
Added PLATFORM_WEB support (emscripten-webgl) [audio] Added LoadSoundFromWave() [textures] Added LoadTextureFromImage() to replace CreateTexture() Some TraceLogs edited...
2014-12-09Added features and corrected bugs...raysan5
[core] Added SetMousePosition() [models] LoadHeightmap() - Corrected textures bug [raymath] Functions renaming [WEB] Prepare environment for emscripten!
2014-12-09Revert "Corrected some bugs..."Palaui
This reverts commit 29d8b48503f3064cdc1f3a87c01b4264e716a220.
2014-12-09Corrected some bugs...Palaui
[core] Added SetMousePosition() [models] LoadHeightmap() - Corrected textures bug [raymath] Functions renaming [WEB] Prepare environment for emscripten!
2014-11-24Merge pull request #11 from raysan5/developRay
Develop branch integration
2014-11-24Corrected bug on billboardsPalaui
2014-11-24Merge pull request #9 from raysan5/masterRay
Populate master changes to develop branch
2014-11-23Corrected Android bug on Native Activity cycleraysan5
2014-11-23Updated stb headersraysan5
2014-11-22Cleaned GLFW library for OS Xratalaika
2014-11-22Added first version of OS X compilation supportratalaika