summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2017-03-05Added some flags and functions to manage windowraysan5
- SetWindowPosition(int x, int y); - SetWindowMonitor(int monitor);
2017-03-03Merge pull request #234 from bugcaptor/fix-vs2015-build-audio_cRay
fix for audio.c(607): error C2036 in Visual Studio.
2017-03-02fix for audio.c(607): error C2036: 'void *': unknown size in Visual Studio 2015.bugcaptor
2017-02-28Update MakefileRay
2017-02-23Merge pull request #230 from OdnetninI/developRay
Examples Linux Physics Fix
2017-02-23Examples Linux Physics FixOdnetninI
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-23Review .html typoRay San
2017-02-23Merge pull request #229 from OdnetninI/developRay
Fixed examples link
2017-02-23Fixed examples link OdnetninI
Last character 'l' was missing on examples link.
2017-02-16Improved modules description -IN PROGRESS-Ray
Working in modules configuration flags...
2017-02-16Review rres loading to support multiple partsRay
2017-02-16Added function DrawRectanglePro()Ray
2017-02-15Support resources divided in multiple partsraysan5
Every part is a resource itself, they are loaded in an array
2017-02-11Corrected issue with OpenAL being 'keg only' on OSXraysan5
Also reviewed issue with stdbool when compiling with clang
2017-02-11Reviewed fread() usage around the coderaysan5
2017-02-09[audio] Renamed variableRay
2017-02-09Merge pull request #224 from raysan5/developRay
Integrate develop branch
2017-02-09[web] Added new social networksRay San
Replaced tabs by spaces
2017-02-08Remove lighting system from rlgl standalone headerRay San
2017-02-07Merge pull request #223 from raysan5/developRay
Integrate develop branch into master
2017-02-06Moved raylib webpage to docs folderRay 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-06Added audio function: SetMusicLoopCount()Ray
Useful to set number of repeats for a music, needs to be tested...
2017-02-06Added audio function: SetMasterVolume()Ray
2017-02-06Commented code for reviewRay
2017-02-05Remove rlua from raylib main reporaysan5
Moved to own repo at https://github.com/raysan5/raylib-lua
2017-02-05Added function SetWindowIcon()raysan5
Only DESKTOP platforms (Windows, Linus, OSX)
2017-02-05Refactor SpriteFont structraysan5
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-01Init memory for screenshot to zeroRay
2017-01-29Updated raylib version to 1.7Ray
Preparing for next version... still some work left... :P
2017-01-29Updated Gestures enumRay
2017-01-28Remove unecessary spaces...Ray
2017-01-28Implemented 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-27Move lighting system out of raylibRay
Lighting is implemented as a raylib example now
2017-01-26Merge pull request #218 from gen2brain/developRay
Integrate Android build into Makefile
2017-01-26Fix RPi build and add missing directoriesMilan Nikolic
2017-01-26Integrate Android build into MakefileMilan Nikolic
2017-01-25Wait for events when window is minimized...Ray
...instead of keep polling
2017-01-25Updated some code... for perfect transitionRay
2017-01-24Working in some bugs and screen transitionRay San
Detected a VERY weird code behaviour... :(
2017-01-24Revert unneeded changeRay
2017-01-22Some code improvementsRay
Render wave in a render target Implemented combo system Removed big useless audio (fxWave)
2017-01-22Upload wave collector - GGJ17 gameRay
2017-01-19Support 32bit wav dataRay
2017-01-18Updated stb external librariesRay
2017-01-18Some tweaks for consistencyRay San
2017-01-18Stop sound source before unloadingRay San
2017-01-18Corrected bug on OGG sound loadingRay San
2017-01-15Add support for 32-bit PCM sample dataraysan5
2017-01-15Work on rres file format -IN PROGRESS-raysan5
2017-01-15Code formattingraysan5