aboutsummaryrefslogtreecommitdiff
path: root/src/core.c
AgeCommit message (Expand)Author
2017-07-19Working on PBR materials, renamed some dataraysan5
2017-07-17Manual integration of material-pbr into developRay
2017-07-02Incremented version number for referenceraysan5
2017-07-02Rename enum LogType names...raysan5
2017-06-11Add define to have CLOCK_MONOTONIC work in c99Michael Vetter
2017-05-27Review gif recording (simplified)raysan5
2017-05-18Support Gif recordingRay
2017-05-11Added some useful functionsRay
2017-05-09Review functions descriptionsRay
2017-05-09Added comments to create transparent framebufferRay
2017-05-08Lock cursor on first person cameraRay
2017-05-08Some defines tweaks for consistencyRay
2017-05-08Improved hi-res timer on Win32Ray
2017-05-08Comments reviewRay
2017-05-02Added function to set window minimum dimensions...victorfisac
2017-04-28Commented pointer lock on webRay
2017-04-21Make TraceLog() public to the APIRay
2017-04-16Make public TakeScreenshot() functionraysan5
2017-04-08Web: Support pointer lockRay
2017-03-29Added IsFileExtension()Ray
2017-03-28Review Sleep() usage, return to busy-wait-loopRay
2017-03-25Working on configuration flagsRay
2017-03-24c99 fix, some linux housekeepingRDR8
2017-03-21core: configuration flagsRay
2017-03-20Review some commentsRay
2017-03-19Working on file header comments...raysan5
2017-03-14Remove Oculus support from coderaysan5
2017-03-09Corrected naming issueraysan5
2017-03-09Corrected typo introduced in last commitRay
2017-03-09Corrected issue with reserved words: near, farRay
2017-03-09Corrected bugs on RPI compilationRay
2017-03-05Work on timming functions...raysan5
2017-03-05Added some flags and functions to manage windowraysan5
2017-02-16Improved modules description -IN PROGRESS-Ray
2017-02-11Reviewed fread() usage around the coderaysan5
2017-02-05Added function SetWindowIcon()raysan5
2017-01-29Updated raylib version to 1.7Ray
2017-01-28Remove unecessary spaces...Ray
2017-01-28Implemented Wait()Ray
2017-01-25Wait for events when window is minimized...Ray
2017-01-15Code formattingraysan5
2017-01-14 modified: core.cAudioMorphology
2017-01-05added RPi touch interfaceRichard R. Goodwin
2017-01-05 modified: src/core.cRichard R. Goodwin
2016-12-27Review some formatting and namingraysan5
2016-12-25Added support for gamepads on PLATFORM_WEBraysan5
2016-12-25Review comments and formattingraysan5
2016-12-17Improving rRES custom format support -IN PROGRESS-Ray
2016-12-15Merge pull request #206 from joeld42/jbd_bugfixRay
2016-12-14Moved viewport code into SetupViewport so high-DPI fix can be applied to EndT...Joel Davis