summaryrefslogtreecommitdiffhomepage
path: root/src/core.c
AgeCommit message (Collapse)Author
2017-05-18Support Gif recordingRay
2017-05-11Added some useful functionsRay
2017-05-09Review functions descriptionsRay
2017-05-09Added comments to create transparent framebufferRay
Comments to create transparent framebuffer on RPI, when activate you see though full screen window the console below!
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
useful when using FLAG_WINDOW_RESIZABLE.
2017-04-28Commented pointer lock on webRay
2017-04-21Make TraceLog() public to the APIRay
enum LogType could require some revision...
2017-04-16Make public TakeScreenshot() functionraysan5
2017-04-08Web: Support pointer lockRay
2017-03-29Added IsFileExtension()Ray
Replaced old GetExtension() function Make IsFileExtension() public to the API
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
Moved to custom example, now raylib only supports simulated VR rendering. Oculus code was too device dependant... waiting for OpenXR.
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
It seems Sleep() behaves weird on my computer, disabled by default returning to the busy wait loop... also re-implemented DrawFPS() to avoid frame blitting...
2017-03-05Added some flags and functions to manage windowraysan5
- SetWindowPosition(int x, int y); - SetWindowMonitor(int monitor);
2017-02-16Improved modules description -IN PROGRESS-Ray
Working in modules configuration flags...
2017-02-11Reviewed fread() usage around the coderaysan5
2017-02-05Added function SetWindowIcon()raysan5
Only DESKTOP platforms (Windows, Linus, OSX)
2017-01-29Updated raylib version to 1.7Ray
Preparing for next version... still some work left... :P
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-25Wait for events when window is minimized...Ray
...instead of keep polling
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
- Renamed WritePNG() to SavePNG() for consistency with other file loading functions - Renamed WriteBitmap() to SaveBMP() for consistency with other file loading functions - Redesigned SaveBMP() to use stb_image_write
2016-12-25Added support for gamepads on PLATFORM_WEBraysan5
Feature NOT TESTED yet...
2016-12-25Review comments and formattingraysan5
2016-12-17Improving rRES custom format support -IN PROGRESS-Ray
Start removing old rRES functions.
2016-12-15Merge pull request #206 from joeld42/jbd_bugfixRay
Added SetupViewport so high-DPI fix applies to EndTextureMode
2016-12-14Moved viewport code into SetupViewport so high-DPI fix can be applied to ↵Joel Davis
EndTextureMode
2016-12-05Corrected some warningsRay
2016-11-18Some code tweaksraysan5
Correcting details that pop-up when testing the different platforms
2016-11-17Corrected bug on Androidraysan5
2016-11-17Some tweaks aroundraysan5
2016-11-16Reviewed modules commentsraysan5
2016-11-02Improved gamepad support on Raspberry Piraysan5