index
:
raylib
cmake
develop
fix-mouse-released
gh-pages
master
Forked from https://github.com/raysan5/raylib
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core.c
Age
Commit message (
Expand
)
Author
2018-07-21
Support examples with Emterpreter
raysan5
2018-07-16
Converted rlgl module in header-only
Ray
2018-07-07
Reviewed latest commit for Android gamepad support
raysan5
2018-07-06
Added SNES-style GAMEPAD SUPPORT
Seth Archambault
2018-07-05
Checking Android input functionality
raysan5
2018-06-23
Added support OpenBSD, NetBSD, DragonFly
maficccc@gmail.com
2018-06-12
Corrected issue, flag not supported...
Ray San
2018-06-02
Review window creation hints
Ray
2018-05-17
Some warnings review
Ray
2018-05-17
Corrected issue on file extension check
Ray
2018-05-04
Avoid exposing native GLFW3 functionality
Ray
2018-05-04
Renamed some functions
Ray San
2018-04-29
Replaced ColorToFloat() by ColorNormalize()
raysan5
2018-04-29
Expose file-dropping functions symbols
raysan5
2018-04-29
Added compile flag: SUPPORT_SCREEN_CAPTURE
raysan5
2018-04-19
Review spacing for cosistency
Ray
2018-04-09
Reviewed config.h formatting
Ray
2018-04-09
Init frame timming measure variables
Ray
2018-04-07
Refactor all #define SUPPORT_* into a config.h
Ahmad Fatoum
2018-04-03
Removed old code
Ray San
2018-04-02
Review math usage to reduce temp variables
raysan5
2018-04-02
Review InitWindow() to avoid void pointer
raysan5
2018-04-02
Merge pull request #508 from a3f/master
Ray
2018-04-01
Merge pull request #513 from autious/master
Ray
2018-03-31
Initialize the timer after the graphics device on desktop and web platforms. ...
Jacques Heunis
2018-03-27
Move deduplicate aspect variable in begin render.
Max Danielsson
2018-03-25
Add 3d orthographic projection mode
Max Danielsson
2018-03-16
Allow use of main instead of android_main
Ahmad Fatoum
2018-03-16
Complete review of raymath for API consistency
Ray
2018-03-16
Support case-insensitive extension check
Ray San
2018-03-15
Updated raylib dev version
Ray
2018-03-15
Merge pull request #482 from a3f/master
Ray
2018-03-09
Added new functions
Ray San
2018-03-03
Removed additional code
raysan5
2018-02-24
raymath.h: Use C99 inline semantics
Ahmad Fatoum
2018-02-24
Revert "raymath.h: Use C99 inline semantics"
Ahmad Fatoum
2018-02-24
raymath.h: Use C99 inline semantics
Ahmad Fatoum
2018-02-22
Corrected cursor issue for Wayland
Ray
2018-02-12
BREAKING CHANGE: Renamed function for consistency
Ray
2018-02-11
Some reviews for Android compilation
Ray
2018-02-09
Early-exit InitWindow if InitGraphicsDevice fails
Ahmad Fatoum
2018-02-08
InitWindow: return false if no monitor found
Ahmad Fatoum
2018-02-04
Incremeted version to align with CMake
raysan5
2018-02-04
Updated raylib version
raysan5
2018-02-04
Security check in case window initialization fails
raysan5
2018-02-04
Reviewed window initialization
raysan5
2018-02-03
Return false from InitWindow if glfwInit or glfwCreateWindow fails
Ahmad Fatoum
2018-02-03
exit(3), don't crash, when glfwCreateWindow fails
Ahmad Fatoum
2018-01-26
Clear fbo for drawing
Ray
2018-01-19
Merge branch 'develop' into testing_uwp
Ray
[next]