aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-09-25PNG image size optimizationRay
2018-09-25New icon generationRay
Size reduced 91%
2018-09-24Review iconographyraysan5
WIP
2018-09-22Merge pull request #646 from MurrayIRC/masterRay
Linux Support for VSCode Project
2018-09-21Merge pull request #6 from MurrayIRC/MurrayIRC-vscodeMurray Campbell
Linux Support for VSCode Project
2018-09-21Update tasks.jsonMurray Campbell
2018-09-21Update c_cpp_properties.jsonMurray Campbell
2018-09-21Update MakefileMurray Campbell
2018-09-21Update launch.jsonMurray Campbell
2018-09-21Merge pull request #5 from raysan5/masterMurray Campbell
merge
2018-09-19Support MP3 wave loading -NOT TESTED-Ray
2018-09-18enjoy!Ray
2018-09-18enjoy!Ray
2018-09-17Support ExportImage() as raw pixel dataRay
Added note on KTX 2.2
2018-09-17Support image exportRay
2018-09-17Improved data export capabilities!Ray
REVIEWED: ExportImage() REVIEWED: ExportMesh() ADDED: ExportWave() REMOVED: Internal funcs: SavePNG(), SaveBMP() NOTE: These changes break the API (parameters order)
2018-09-14Removed TABSRay
2018-09-14Update mini_al to v0.8.8Ray
Some minor tweaks around
2018-09-13Merge pull request #641 from ChrisDill/masterRay
Added a few missing functions to raymath
2018-09-13Added a few missing functions to raymathChrisDill
- Added Vector2MultiplyV - Added Vector2DivideV - Added Vector3Divide - Added Vector3DivideV
2018-09-09Update README.mdRay
2018-09-06Merge pull request #639 from ratkingsminion/patch-1Ray
Update models.c
2018-09-06Update models.cF.H
fix bug with GenMeshPlane() creating too many vertices/texcoords/normals for the plane mesh
2018-09-06Support aliased font texture generationRay
Useful for bitmaps pixelated fonts where anti-aliasing is not desired! Change also enables additional font generation mechanisms in a future (cleartype, hinting...).
2018-09-05Started working on IQM/glTF loadersRay
2018-09-05Review example to show text tintingRay
2018-09-05Corrected issue with font tintRay
2018-09-05Corrected issue with typesRay
2018-08-30Merge pull request #637 from MurrayIRC/masterRay
Updated VSCode project to support OSX building / debugging.
2018-08-30Merge pull request #4 from MurrayIRC/patch-4Murray Campbell
Added OSX build tasks
2018-08-30Merge pull request #3 from MurrayIRC/patch-3Murray Campbell
Added OSX launch configurations for debug and release
2018-08-30Merge pull request #2 from MurrayIRC/patch-2Murray Campbell
Fixed included libs for OSX
2018-08-30Merge pull request #1 from MurrayIRC/patch-1Murray Campbell
Added a configuration for OSX
2018-08-30Update README.mdMurray Campbell
2018-08-30Added OSX build tasksMurray Campbell
Users will have to specify their personal installation of raylib.
2018-08-30Added OSX launch configurations for debug and releaseMurray Campbell
2018-08-30Fixed included libs for OSXMurray Campbell
This was causing linker errors on OSX
2018-08-30Added a configuration for OSXMurray Campbell
This requires the user to explicitly specify the path to their raylib folder. We need a better way around this (something like what we do for windows would help).
2018-08-25Added link to raylib-haskell bindingraysan5
2018-08-25Removed release directoryraysan5
With the CI system, release directory has not much sense, actually, every new commit it gets outdated and latest stable release is already available in GitHub Release tab.
2018-08-25Create release directory if not existraysan5
2018-08-25Support autosave also on C compilationraysan5
2018-08-25Updated compilation script to save file automaticallyraysan5
2018-08-25Review naming to follow raylib conventionsraysan5
strprbrk() does not follow raylib function name convention but as it is very similar to the standard strpbrk(), we'll keep the naming... also, don't like to mix static functions with API functions but as strprbrk() is just used in the two functions below, it's ok to be there... maybe it could be refactored in a future or even move the logic inside the required functions...
2018-08-25Merge pull request #635 from a3f/masterRay
core: Support slashes as well in GetFileName & GetDirectoryPath
2018-08-25GetDirectoryPath: return NULL, don't crash when no slashAhmad Fatoum
Noted in #634.
2018-08-25core: Support slashes as well in GetFileName & GetDirectoryPathAhmad Fatoum
Fixes #634.
2018-08-21Merge pull request #633 from unequaled86/patch-1Ray
lerp for vector2 and float
2018-08-21lerp for vector2 and floatOğuzhan Çankaya
2018-08-20Merge pull request #631 from sunshinehunter/patch-1Ray
Fixes path to rlgl.h in README.md