aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-09-03Merge pull request #28 from raysan5/develop1.3.0-installer1.3.0Ray
Integrating Develop branch
2015-09-03Updated commentsraysan5
2015-09-03Added strdup() function replacementraysan5
strdup() is not a C99 function (it's POSIX), not available in emscripten
2015-09-02Updated to raylib 1.3raysan5
2015-09-02Updated commentsraysan5
2015-09-02Corrected crazy bug about model texturesraysan5
On OpenGL ES it was set to use GL_CLAMP_TO_EDGE wrap mode for textures. On LoadOBJ() texture coordinates were wrongly Y-flipped
2015-09-02Added some commentsraysan5
2015-09-02Corrected model filenamesraysan5
2015-09-02Added some useful postprocessing shadersraysan5
Shaders come in two flavours: - shaders/gl330: OpenGL 3.3+ (Windows, Linux, OSX) - shaders/gles100: OpenGL ES 2.0 (Android, RPI, HTML5)
2015-09-02Added getures module to Android source projectraysan5
2015-09-02Added some commentsraysan5
2015-09-02Added example: box collisionsraysan5
2015-09-02Reviewed to work on Raspberry Piraysan5
[rlgl] Extensions strings loading was redone to avoid a Segmentation Fault on Raspberry Pi
2015-09-02Reviewed examplesraysan5
2015-09-02Added shaders examples resourcesraysan5
2015-09-02Updated comment...raysan5
2015-09-01Updated some commentsraysan5
2015-09-01Added new examples: SHADERSraysan5
2015-09-01Added some comments to examplesraysan5
2015-08-31Merge branch 'master' into developraysan5
2015-08-31Merge pull request #27 from raysan5/developRay
Merged branch 'master' into develop and remerged to master
2015-08-31Merge branch 'master' into developraysan5
2015-08-31Merge pull request #26 from raysan5/developRay
Develop branch integration
2015-08-30Updated with latest changesraysan5
2015-08-30Updates some examplesraysan5
2015-08-30Redesigned UpdateCamera() functionraysan5
Splitted into: UpdateCamera() // Update only camera UpdateCameraPlayer() // Update camera and player position
2015-08-30Redesigned SpriteFont structraysan5
2015-08-30Reviewed some commentsraysan5
2015-08-30Added some commentsraysan5
2015-08-29Small code tweaksraysan5
2015-08-29Corrected bug on first person cameraraysan5
2015-08-29New textures loading examplesraysan5
2015-08-29Detected issueraysan5
2015-08-29Corrected bugs on DDS and PKM loadingraysan5
2015-08-28New examples addedraysan5
2015-08-28Changed mail address by twitter userraysan5
Probably more useful...
2015-08-28Remove crappy exampleraysan5
2015-08-28Removed resourcesraysan5
2015-08-28New examples added (with some resources)raysan5
2015-08-28Remove fileraysan5
2015-08-28Small tweaksraysan5
2015-08-28Review camera systemraysan5
2015-08-27New raylib module: rayguiraysan5
Immediate Mode GUI (IMGUI)
2015-08-27Updatedraysan5
2015-08-27Merged master fixed conflict.raysan5
2015-08-27Examples reviewedraysan5
2015-08-27Replaced 3d model example resourcesraysan5
Cat replaced by dwarf
2015-08-27View description:raysan5
- Trying to implement rlglUnproject() - NOT WORKING - Tested GLEW alternatives: glad and glLoadGen - NOT WORKING
2015-08-27Some bugs corrected and trying to implement 3d pickingraysan5
2015-08-27Corrected bug to show cursor on free camera moderaysan5