| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-03-05 | Added some flags and functions to manage window | raysan5 | |
| - SetWindowPosition(int x, int y); - SetWindowMonitor(int monitor); | |||
| 2017-03-03 | Merge pull request #234 from bugcaptor/fix-vs2015-build-audio_c | Ray | |
| fix for audio.c(607): error C2036 in Visual Studio. | |||
| 2017-03-02 | fix for audio.c(607): error C2036: 'void *': unknown size in Visual Studio 2015. | bugcaptor | |
| 2017-02-28 | Update Makefile | Ray | |
| 2017-02-23 | Merge pull request #230 from OdnetninI/develop | Ray | |
| Examples Linux Physics Fix | |||
| 2017-02-23 | Examples Linux Physics Fix | OdnetninI | |
| According to Man Pages, timespec with std=c99 needs "_POSIX_C_SOURCE 199309L". Due a some kind of bug, "#define _POSIX_C_SOURCE 199309L" doesn't work, so we must use "-D_POSIX_C_SOURCE=199309L" in compiler options. | |||
| 2017-02-23 | Review .html typo | Ray San | |
| 2017-02-23 | Merge pull request #229 from OdnetninI/develop | Ray | |
| Fixed examples link | |||
| 2017-02-23 | Fixed examples link | OdnetninI | |
| Last character 'l' was missing on examples link. | |||
| 2017-02-16 | Improved modules description -IN PROGRESS- | Ray | |
| Working in modules configuration flags... | |||
| 2017-02-16 | Review rres loading to support multiple parts | Ray | |
| 2017-02-16 | Added function DrawRectanglePro() | Ray | |
| 2017-02-15 | Support resources divided in multiple parts | raysan5 | |
| Every part is a resource itself, they are loaded in an array | |||
| 2017-02-11 | Corrected issue with OpenAL being 'keg only' on OSX | raysan5 | |
| Also reviewed issue with stdbool when compiling with clang | |||
| 2017-02-11 | Reviewed fread() usage around the code | raysan5 | |
| 2017-02-09 | [audio] Renamed variable | Ray | |
| 2017-02-09 | Merge pull request #224 from raysan5/develop | Ray | |
| Integrate develop branch | |||
| 2017-02-09 | [web] Added new social networks | Ray San | |
| Replaced tabs by spaces | |||
| 2017-02-08 | Remove lighting system from rlgl standalone header | Ray San | |
| 2017-02-07 | Merge pull request #223 from raysan5/develop | Ray | |
| Integrate develop branch into master | |||
| 2017-02-06 | Moved raylib webpage to docs folder | Ray San | |
| raylib webpage has been completely reorganized and moved from gh-pages (a pain to work with) to docs folder. Useless libs have been removed, webs have been renamed, etc. Now it would be easier (hopefully) to update webpage. :) | |||
| 2017-02-06 | Added audio function: SetMusicLoopCount() | Ray | |
| Useful to set number of repeats for a music, needs to be tested... | |||
| 2017-02-06 | Added audio function: SetMasterVolume() | Ray | |
| 2017-02-06 | Commented code for review | Ray | |
| 2017-02-05 | Remove rlua from raylib main repo | raysan5 | |
| Moved to own repo at https://github.com/raysan5/raylib-lua | |||
| 2017-02-05 | Added function SetWindowIcon() | raysan5 | |
| Only DESKTOP platforms (Windows, Linus, OSX) | |||
| 2017-02-05 | Refactor SpriteFont struct | raysan5 | |
| Now it uses CharInfo data, this way, it's better aligned with the future RRES file format data layout for sprite font characters. | |||
| 2017-02-01 | Init memory for screenshot to zero | Ray | |
| 2017-01-29 | Updated raylib version to 1.7 | Ray | |
| Preparing for next version... still some work left... :P | |||
| 2017-01-29 | Updated Gestures enum | Ray | |
| 2017-01-28 | Remove unecessary spaces... | Ray | |
| 2017-01-28 | Implemented Wait() | Ray | |
| Now program is halted (OS signal call) for required amount of time every frame, so CPU usage drops to zero, instead of using a busy wait loop. | |||
| 2017-01-27 | Move lighting system out of raylib | Ray | |
| Lighting is implemented as a raylib example now | |||
| 2017-01-26 | Merge pull request #218 from gen2brain/develop | Ray | |
| Integrate Android build into Makefile | |||
| 2017-01-26 | Fix RPi build and add missing directories | Milan Nikolic | |
| 2017-01-26 | Integrate Android build into Makefile | Milan Nikolic | |
| 2017-01-25 | Wait for events when window is minimized... | Ray | |
| ...instead of keep polling | |||
| 2017-01-25 | Updated some code... for perfect transition | Ray | |
| 2017-01-24 | Working in some bugs and screen transition | Ray San | |
| Detected a VERY weird code behaviour... :( | |||
| 2017-01-24 | Revert unneeded change | Ray | |
| 2017-01-22 | Some code improvements | Ray | |
| Render wave in a render target Implemented combo system Removed big useless audio (fxWave) | |||
| 2017-01-22 | Upload wave collector - GGJ17 game | Ray | |
| 2017-01-19 | Support 32bit wav data | Ray | |
| 2017-01-18 | Updated stb external libraries | Ray | |
| 2017-01-18 | Some tweaks for consistency | Ray San | |
| 2017-01-18 | Stop sound source before unloading | Ray San | |
| 2017-01-18 | Corrected bug on OGG sound loading | Ray San | |
| 2017-01-15 | Add support for 32-bit PCM sample data | raysan5 | |
| 2017-01-15 | Work on rres file format -IN PROGRESS- | raysan5 | |
| 2017-01-15 | Code formatting | raysan5 | |
