| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-05-10 | Renamed RayHitInfo variables | Ray | |
| 2017-05-04 | Support model.transform | Ray | |
| Combine it with transform introduced as function parameters | |||
| 2017-04-23 | Rename variables for consistency | raysan5 | |
| 2017-04-06 | Comment unused variables from tangent calculations | victorfisac | |
| 2017-04-06 | Remove testing binormals implementation | victorfisac | |
| 2017-04-06 | Add tangents calculation when loading OBJ file | victorfisac | |
| 2017-03-29 | Added IsFileExtension() | Ray | |
| Replaced old GetExtension() function Make IsFileExtension() public to the API | |||
| 2017-03-26 | Work on configuration flags | Ray | |
| 2017-03-20 | Review some comments | Ray | |
| 2017-03-19 | Working on file header comments... | raysan5 | |
| 2017-02-16 | Improved modules description -IN PROGRESS- | Ray | |
| Working in modules configuration flags... | |||
| 2017-01-28 | Remove unecessary spaces... | Ray | |
| 2017-01-27 | Move lighting system out of raylib | Ray | |
| Lighting is implemented as a raylib example now | |||
| 2017-01-05 | Lattest PR review | raysan5 | |
| Function names, code formatting... | |||
| 2017-01-02 | Added RaycastMesh function and example test case | Joel Davis | |
| 2016-12-25 | Added mesh loading functions | raysan5 | |
| 2016-12-17 | Improving rRES custom format support -IN PROGRESS- | Ray | |
| Start removing old rRES functions. | |||
| 2016-12-05 | Corrected some warnings | Ray | |
| 2016-11-18 | Some code tweaks | raysan5 | |
| Correcting details that pop-up when testing the different platforms | |||
| 2016-11-17 | Some tweaks around | raysan5 | |
| 2016-11-16 | Reviewed modules comments | raysan5 | |
| 2016-11-13 | Corrected SIGSEV bug | Ray | |
| 2016-11-02 | code tweaks to avoid some warnings | Ray | |
| 2016-10-31 | Comments tweaks | raysan5 | |
| 2016-10-17 | Corrected some warnings | Ray | |
| 2016-10-03 | Removed function: ResolveCollisionCubicmap() | raysan5 | |
| Function was inefficient and should be rewritten from scratch, it probably neither belongs to this module but an example... | |||
| 2016-09-12 | Review spacing formatting | raysan5 | |
| raylib uses spaces between '+' and '-' signs but not between '*' and '/' signs, it's a chosen convention | |||
| 2016-08-31 | Formatting tweaks | raysan5 | |
| 2016-08-31 | Merge remote-tracking branch 'upstream/develop' into develop | Teodor Stoenescu | |
| 2016-08-31 | Greater LoadOBJ() flexibility | Teodor Stoenescu | |
| LoadOBJ can now load objects with having no texture coordinates or objects having texture coordinates specified as tuples. | |||
| 2016-08-16 | Removed useless spacing | raysan5 | |
| 2016-08-15 | Reviewed formatting | raysan5 | |
| 2016-08-12 | Small fix for GenMeshCubicmap() | Teodor Stoenescu | |
| This fix allows GenMeshCubicmap() to create cubic maps having cells of arbitrary sizes. | |||
| 2016-08-10 | Renamed functions for consistency | Ray | |
| 2016-07-04 | Review ResolveCollisionCubicmap() | Ray | |
| This function needs to be redesigned or removed... | |||
| 2016-06-24 | Removed function SetModelTexture() | raysan5 | |
| It's more educational to go through new material system, so, I decide to remove this function to avoid students confusion... | |||
| 2016-06-11 | Avoid external variable whiteTexture | raysan5 | |
| To get it, use GetDefaultTexture() | |||
| 2016-06-11 | Corrected bug on cubemap generation | raysan5 | |
| 2016-06-02 | Review heades usage | Ray | |
| This is a first step toward a bigger project. Some modules could be ported to header-only to be used as standalone. | |||
| 2016-05-31 | Removed colTint, tint color is colDiffuse | raysan5 | |
| Tint color could be applied to colDiffuse... but what's the best way? Replace it? Multiply by? A point to think about... | |||
| 2016-05-31 | Reviewed DrawLight() function and some tweaks | Ray | |
| 2016-05-30 | Added tint color attribute to material data type | victorfisac | |
| It tints all fragments, ignores lighting. Useful for some features like feedback (damage color, ...). | |||
| 2016-05-30 | Remove normal depth | victorfisac | |
| Scaling normal depth (y axis) makes disappear the specular of fragments... So I think it can be removed, it is not a very useful/important attribute. | |||
| 2016-05-30 | Add Draw3DCircle function and update raylib and rlgl header | victorfisac | |
| Draw3DCircle is useful to draw point lights radius. | |||
| 2016-05-21 | Fix small bug and spacing | victorfisac | |
| 2016-05-21 | Add Draw3DLine function and fixed MLT glossiness import value | victorfisac | |
| In standard shader, material glossiness is a value from 0 to 1000 like in MLT files. So, it doesn't need to be normalized. | |||
| 2016-05-20 | Add standard lighting (1/3) | victorfisac | |
| - Ambient and lambert lighting added. - Ambient and diffuse colors linked to standard shader. - Single light linked to standard shader. - LoadStandardMaterial() and depending functions added. | |||
| 2016-05-20 | Improved MTL loading shininess value | victorfisac | |
| 2016-05-20 | Fix small warning | victorfisac | |
| Material glossiness is a float type value... | |||
| 2016-05-20 | Add lighting system -IN PROGRESS- | raysan5 | |
| Improved materials | |||
