| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-01-07 | Added collision check between ray and box | victorfisac | |
| - Added CheckCollisionRayBox() function. - Updated and improved core 3d picking example (currently working as expected). | |||
| 2016-01-04 | Added functionality: Storage values | raysan5 | |
| Two new functions added to save/load values as binary data: - StorageSaveValue() - StorageLoadValue() | |||
| 2016-01-03 | Fixed little bug in lighting blinn phong example | victorfisac | |
| 2016-01-03 | Added rigidbody force example image | victorfisac | |
| 2016-01-03 | Added new physics example | victorfisac | |
| New physics example to see AddForceAtPosition() behaviour applied to 5 rigidbodies. | |||
| 2016-01-03 | Fixed physics basic example example name | victorfisac | |
| 2016-01-02 | Small code tweaks | raysan5 | |
| 2015-12-31 | Updated makefiles | raysan5 | |
| 2015-12-30 | Update lighting_blinn_phong.c | Ray | |
| 2015-12-21 | Added physics engine-module and example | victorfisac | |
| - Added new physics engine-module with four new data types: Physics, Transform, Rigidbody and Collider. This library contains functions to apply physics calculations to a position vector calculating collisions automatically. - Fixed some writing mistakes of lighting module. | |||
| 2015-12-21 | Added lighting engine module | victorfisac | |
| - New lighting engine module which contains new data types Light and Material. These data types and functions facilitates making a basic 3D iluminated program with a light and a model. - Added lighting engine module example (currently included in raylib.h; it might be compiled by separate and include lighting.h in game source C file). - Corrected some opengl defines control structures and added some TODO to fix raylib-opengl 1.1 source build (note: now source can be compiled without errors, but rlglReadPixels() won't work properly). Note: most of functions of phong version 330 shader are not in v100 shaders, so I couldn't write a version 100 phong shader. These functions are included from version 150. | |||
| 2015-10-26 | Corrected minor bugs | raysan5 | |
| 2015-09-02 | Corrected model filenames | raysan5 | |
| 2015-09-02 | Added example: box collisions | raysan5 | |
| 2015-09-02 | Reviewed examples | raysan5 | |
| 2015-09-02 | Added shaders examples resources | raysan5 | |
| 2015-09-01 | Added new examples: SHADERS | raysan5 | |
| 2015-09-01 | Added some comments to examples | raysan5 | |
| 2015-08-30 | Updates some examples | raysan5 | |
| 2015-08-29 | New textures loading examples | raysan5 | |
| 2015-08-28 | New examples added | raysan5 | |
| 2015-08-28 | Changed mail address by twitter user | raysan5 | |
| Probably more useful... | |||
| 2015-08-28 | Remove crappy example | raysan5 | |
| 2015-08-28 | Removed resources | raysan5 | |
| 2015-08-28 | New examples added (with some resources) | raysan5 | |
| 2015-08-28 | Remove file | raysan5 | |
| 2015-08-27 | Examples reviewed | raysan5 | |
| 2015-08-27 | Replaced 3d model example resources | raysan5 | |
| Cat replaced by dwarf | |||
| 2015-07-18 | Updated examples for next raylib version | raysan5 | |
| 2015-05-04 | Big batch of changes, check description: | raysan5 | |
| - Camera system moved to a separate module [camera.c] - WIP: Added customization functions for camera controls - Added custom shaders support on batch drawing - Complete redesign of textures module to support multiple texture formats (compressed and uncompressed) | |||
| 2015-01-25 | Fixes for makefiles, GLFW 3.1 library for Linux | Constantine Tarasenkov | |
| 2015-01-18 | Updated makefiles for templates | raysan5 | |
| Now support multiple platforms | |||
| 2015-01-10 | Uploaded basic window example for web | raysan5 | |
| 2015-01-08 | Improved support for mac. | David Gallardo | |
| Reference to libglfw dylib fixed | |||
| 2015-01-08 | Reorganized external folders by platform | raysan5 | |
| Improved makefiles! | |||
| 2015-01-04 | Review build system for Android and RPI1.2.2 | raysan5 | |
| 2015-01-02 | makefiles reorganization | raysan5 | |
| Edited to better accomodate to multiple platforms | |||
| 2015-01-02 | Examples review... | raysan5 | |
| 2015-01-02 | Rename models_cubesmap.c to models_cubicmap.c | Ray | |
| 2015-01-02 | Integrated ratalaika pull-request | raysan5 | |
| Added first version of OS X compilation support Some conflicts manually resolved... | |||
| 2014-12-31 | Updated example | raysan5 | |
| 2014-12-31 | Prepare examples makefile to support emscripten | raysan5 | |
| 2014-11-22 | Added first version of OS X compilation support | ratalaika | |
| 2014-11-09 | Renamed the PLATFORM_LINUX_DESKTOP into PLATFORM_DESKTOP_LINUX. | Miguel Lechón | |
| 2014-11-09 | Small fixes to support a Debian/GNU Linux distro. Hopefully Ubuntu too. | Miguel Lechón | |
| 2014-09-30 | Added required linker libs | Ray | |
| 2014-09-30 | Updated example filename | raysan5 | |
| 2014-09-29 | Code cleaning, removed useless spaces | raysan5 | |
| 2014-09-28 | Updated example screenshot | raysan5 | |
| 2014-09-28 | Update makefile | Ray | |
