aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-18Corrected literal valueraysan5
2016-01-18Note on RPI inputsraysan5
2016-01-18Corrected bug on fonts loadingraysan5
2016-01-17Update shaders_basic_lighting.cRay
2016-01-17Rename lighting_blinn_phong.c to shaders_basic_lighting.cRay
2016-01-16Replaced deprecated texture2D() function by texture()raysan5
2016-01-16Review literals typeraysan5
2016-01-14Corrected some bugsRay San
2016-01-13Corrected some float valuesraysan5
2016-01-13Example reviewed (more clear now)raysan5
2016-01-13Vertex shaders optimizationraysan5
2016-01-11Merge pull request #73 from victorfisac/developRay
World to screen conversion and little review
2016-01-11Added world to screen conversionvictorfisac
- Added function WorldToScreen(...). - Added world to screen example. - Review GetMouseRay() comment. - Removed deprecated lighting functions from raylib header.
2016-01-11Merge remote-tracking branch 'refs/remotes/raysan5/develop' into developvictorfisac
2016-01-11Review Light/Material systemraysan5
Simplified for the user (more intuitive and clear) Removed lighting module dependency
2016-01-11Change drawing order to avoid artifacts with...raysan5
... transparent elements
2016-01-10Merge pull request #72 from victorfisac/developRay
Fixed small glitch on zoom-in
2016-01-08Fixed small glitch on zoom-in with mouse wheelvictorfisac
It seems that now works. Tested all free camera features with some directions and positions and no unexpected behaviours detected. I don't know if those lines are really indispensable.
2016-01-08Merge remote-tracking branch 'refs/remotes/raysan5/develop' into developvictorfisac
2016-01-07Ignore some filesraysan5
2016-01-07Merge pull request #71 from victorfisac/developRay
Implemented ray trace from mouse position
2016-01-07Added collision check between ray and boxvictorfisac
- Added CheckCollisionRayBox() function. - Updated and improved core 3d picking example (currently working as expected).
2016-01-07Implemented ray trace from mouse positionvictorfisac
- Fixed GetMouseRay() function. - rlglUnproject() unused.
2016-01-06Merge remote-tracking branch 'refs/remotes/raysan5/develop' into developvictorfisac
2016-01-06Simplified MatrixMultiply() functionraysan5
2016-01-06Merge pull request #70 from victorfisac/developRay
Fixed Android bug and added physic buttons inputs
2016-01-05Added some comments and fixed spacesvictorfisac
2016-01-05Fixed Android lock screen bugvictorfisac
- Fixed Android locking screen bug. OnDestroy() was called when locking screen. - Power button input must be handled by OS. - AndroidManifest.xml is affected by configChanges="screenSize". - Updated library header for android template.
2016-01-04Merge remote-tracking branch 'refs/remotes/raysan5/develop' into developvictorfisac
2016-01-04Add Android physic buttons input detectionvictorfisac
- Added functions for detect when pressed, during down and when released. - Added defines for back, menu, volume up and down button numbers.
2016-01-04Matrix variables renamingraysan5
2016-01-04Merge remote-tracking branch 'refs/remotes/raysan5/develop' into developvictorfisac
2016-01-04Added functionality: Storage valuesraysan5
Two new functions added to save/load values as binary data: - StorageSaveValue() - StorageLoadValue()
2016-01-04Fixed bug: rlglGenerateMipmaps()raysan5
2016-01-04Merge pull request #69 from victorfisac/developRay
Improved lighting and physac engine modules and added new example
2016-01-03Fixed little bug in lighting blinn phong examplevictorfisac
2016-01-03Added rigidbody force example imagevictorfisac
2016-01-03Added new physics examplevictorfisac
New physics example to see AddForceAtPosition() behaviour applied to 5 rigidbodies.
2016-01-03Fixed physics basic example example namevictorfisac
2016-01-03Improved and added functions to physac engine modulevictorfisac
- Improved physics calculations. - Added AddForceAtPosition function (added to all enabled rigidbodies). - Updated raylib header.
2016-01-03Fixed lighting engine module newlines at end of filevictorfisac
2016-01-03Updated Android project templateraysan5
2016-01-03Reviewed Android inputs and gestures systemraysan5
Corrected Android processing for some inputs (BACK button, VOLUME buttons) Redesigned Gestures system (some work still required) SetEnabledGestures() - Only support desired gestures (requires some review)
2016-01-03BUG: Gestures lib was processed two timesraysan5
2016-01-02Reorganized foldersraysan5
2016-01-02Reviewed coderaysan5
2016-01-02Corrected compilation flag...raysan5
...to avoid .mem file creation
2016-01-02Improved fonts supportraysan5
Added LoadBMFont() to load AngelCode fonts (.fnt) Implemented LoadTTF() to load .ttf fonts (crappy packaging)
2016-01-02Updated to latest versionraysan5
2016-01-02Added module: easings (header only)raysan5