| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-10-15 | Added OpenAL static library | Ray | |
| 2016-10-15 | Updated gamepad system with extra check | Ray | |
| Avoid out-of-bounds situation with button array | |||
| 2016-10-14 | Improved gamepad system | Ray | |
| - Support up to 4 gamepads - Unified system between platforms - Corrected some bugs | |||
| 2016-10-14 | Merge branch 'develop' of https://github.com/raysan5/raylib into develop | Ray | |
| 2016-10-14 | Working on better gamepad support | Ray | |
| 2016-10-12 | Added new wave functions to lua binding | raysan5 | |
| 2016-10-11 | Updated standard shader | Ray | |
| Corrects weird artifacts on web | |||
| 2016-10-10 | Update examples to new camera system | raysan5 | |
| 2016-10-10 | Review UpdateVrTracking() and rlglLoadRenderTexture() | raysan5 | |
| 2016-10-10 | Tweak to avoid warning | raysan5 | |
| 2016-10-10 | Added support for FLAC audio loading/streaming | raysan5 | |
| 2016-10-09 | Tweak int to float | Ray | |
| 2016-10-09 | Added simulated head-tracking on VR simulator | Ray | |
| A simple 1st person camera... still requires some work... | |||
| 2016-10-09 | Corrected old issue with mouse buttons on web | Ray | |
| 2016-10-09 | Allow no default font loading | Ray | |
| Useful if text module is not required... | |||
| 2016-10-09 | Correct warning | Ray | |
| 2016-10-06 | Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop | victorfisac | |
| 2016-10-05 | Added flag to allow resizable window | Ray | |
| 2016-10-03 | Removed function: ResolveCollisionCubicmap() | raysan5 | |
| Function was inefficient and should be rewritten from scratch, it probably neither belongs to this module but an example... | |||
| 2016-10-03 | More review on camera system... | raysan5 | |
| Sincerely, don't like it... it should be ported to quaternions... the way it manages cameraTargetDistange and cameraAngle is confusing... | |||
| 2016-10-02 | Corrected issue on DrawPolyEx() | Ray | |
| 2016-09-26 | Working on camera system... | raysan5 | |
| 2016-09-25 | Improving camera system -IN PROGRESS- | raysan5 | |
| 2016-09-23 | Corrected crashing bug! | Ray | |
| When SetTargetFPS(0) app crashes horribly (division by zero) | |||
| 2016-09-22 | Simplify camera module -IN PROGRESS- | raysan5 | |
| Removed internal Camera, not required any more Removed useless functions | |||
| 2016-09-22 | Simplify supported image formats | raysan5 | |
| Removed support for some unusual image formats | |||
| 2016-09-21 | Corrected bug | raysan5 | |
| 2016-09-21 | Added standard shader for testing | raysan5 | |
| 2016-09-20 | Updated LibOVR to SDK version 1.8 | raysan5 | |
| Weird, OVR_Version.h still points to 1.7, probably a typo... | |||
| 2016-09-15 | Corrected audio bugs and improved examples | raysan5 | |
| 2016-09-12 | Tweak to avoid warning | raysan5 | |
| 2016-09-12 | Review spacing formatting | raysan5 | |
| raylib uses spaces between '+' and '-' signs but not between '*' and '/' signs, it's a chosen convention | |||
| 2016-09-12 | Corrected text drawing within an image | raysan5 | |
| 2016-09-09 | Some more work on audio... | Ray | |
| 2016-09-08 | Working on new audio functions...develop | Ray | |
| 2016-09-08 | Removed raygui from raylib repo (own repo) | Ray | |
| 2016-09-08 | Added new audio functions -IN PROGRESS- | Ray | |
| - LoadWave() - LoadWaveEx() - UnloadWave() - WaveFormat() - WaveCopy() - WaveCrop() - GetWaveData() | |||
| 2016-09-07 | Some code tweaks | Ray | |
| 2016-09-05 | Redesigned lighting shader system | raysan5 | |
| 2016-09-05 | Added function: ImageAlphaMask() | Ray | |
| 2016-08-31 | Formatting tweaks | raysan5 | |
| 2016-08-31 | Merge pull request #188 from teodor-stoenescu/develop | Ray | |
| Greater LoadOBJ() flexibility | |||
| 2016-08-31 | Merge remote-tracking branch 'upstream/develop' into develop | Teodor Stoenescu | |
| 2016-08-31 | Greater LoadOBJ() flexibility | Teodor Stoenescu | |
| LoadOBJ can now load objects with having no texture coordinates or objects having texture coordinates specified as tuples. | |||
| 2016-08-29 | Added function: UpdateSound() | raysan5 | |
| 2016-08-27 | Moved tool to folder | raysan5 | |
| 2016-08-26 | Review Android project | raysan5 | |
| 2016-08-25 | Reviewed project includes | raysan5 | |
| 2016-08-25 | Added TraceLog info on image spritefont loading | raysan5 | |
| 2016-08-25 | Merge pull request #184 from nounoursheureux/develop | Ray | |
| Fix a typo in the DrawCube, DrawCubeWires and DrawCubeTexture definitions | |||
