aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-20Updated image to POTraysan5
2016-02-20Uploaded raylib bitcode library (PLATFORM_WEB)raysan5
2016-02-20Games makefileraysan5
2016-02-20Reorganized games folderraysan5
Simplified to match raylib installer package folder structure
2016-02-20Corrected compiler complaintraysan5
2016-02-20Merge pull request #83 from raysan5/developRay
Develop branch integration
2016-02-20Merge branch 'master' into developRay
# Conflicts: # src/gestures.c # src/makefile
2016-02-19Reviewed RPI inputsRay San
2016-02-19Working on RPI gamepad supportRay
2016-02-18Redesigned RPI input system -IN PROGRESS-Ray San
2016-02-17Updated gestures moduleRay
Using normalized [0..1] input points
2016-02-14Updated logo size on t-shirtraysan5
2016-02-14Added raylib promotional T-shirt designraysan5
2016-02-13Updated show-logo and start reviewing RPI inputsraysan5
2016-02-13Updated fullscreen issue commentraysan5
2016-02-13Reviewed physics moduleraysan5
A deeper revision required, not clear enough for the user Key: Create a PhysicObjects pool
2016-02-13Some tweaksraysan5
2016-02-13Added web template (shell) for html5 gamesraysan5
2016-02-12Some code tweaksraysan5
2016-02-12Reviewed code TODOsraysan5
2016-02-11Improved LoadHeightmap()raysan5
2016-02-11Updated examples to make them clearerraysan5
2016-02-11Add a note about an issueraysan5
2016-02-11Solve bug on matrix multiply order for scale and rotationraysan5
2016-02-11Added 6 new examplesraysan5
2016-02-10Updated commentsRay
2016-02-10Fixed a bugRay
2016-02-10Reviewed gestures moduleRay
2016-02-08UpdatedRay
2016-02-08Reviewing gestures module (IN PROGRESS)Ray
2016-02-08WARNING message shortenedRay
2016-02-08GLAD not used on HTML5Ray
2016-02-07GLAD only available on PLATFORM_DESKTOPraysan5
2016-02-07Code reviewraysan5
Most of this code was developed by students, it requires some additional review to be used for teaching.
2016-02-07Added game sources: Skully Escaperaysan5
This game was developed for King GameJam 2015
2016-02-07Removed floppy game, available as sampleraysan5
2016-02-03Some formating tweaksRay
2016-02-02Functions parameters reorganize: Axis and AngleRay
sin(), cos() functions cached and replaced by float c99 versions sinf(), cos()
2016-02-02Cleaned code a little bitRay
2016-02-02Redesigned gestures system...Ray
...and improved mouse gestures support Some testing still required...
2016-01-31Uploaded gamejam game sourcesRay
2016-01-29Added a bunch of sample gamesRay
Those games have been developed by students and ported to a common base template. Some of them still require some review to be consistent with each other (formatting, variables naming, code structure...)
2016-01-29Merge pull request #82 from procedural/disable-cursorRay
Disable cursor feature
2016-01-29Merge pull request #81 from procedural/fix-shader-versionsRay
Fix shader versions
2016-01-29Merge pull request #80 from procedural/fix-compiling-on-linuxRay
Fix raylib compiling on Linux
2016-01-29Add functions to disable and enable cursorConstantine Tarasenkov
2016-01-29(no commit message)Constantine Tarasenkov
2016-01-29Fix shader versionsConstantine Tarasenkov
2016-01-29Fix raylib compiling on LinuxConstantine Tarasenkov
2016-01-28Added touch points id to gesturesraysan5
Required by ProcessGestureEvent()