summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2018-10-04Merge pull request #653 from pamarcos/physac_fixRay
[physac] Fix physac's fixed time step
2018-10-04Fix physac's fixed time stepPablo Marcos Oltra
2018-10-01Review void pointer incrementationRay
2018-10-01Support KXT image file exportRay
[textures] Added SaveKTX() [rlgl] Exposed rlGetGlTextureFormats()
2018-10-01Update version number (internally)Ray
2018-09-30Merge pull request #650 from ChrisDill/masterRay
Added monitor functions
2018-09-30Changed monitor functions to use a indexChrisDill
- Using same idea as SetWindowMonitor to take in a index with 0 being the primary monitor.
2018-09-29Forgot #else in platform checkChrisDill
- Added else so return not compiled twice.
2018-09-29Added platform checkChrisDill
- Added PLATFORM_DESKTOP check for Monitor functions to try to fix issue on android. - Not sure what return types should be when not on desktop. Added rough guess for now.
2018-09-27Changed tabs to spacesChrisDill
- Fixed tabs used instead of 4 spaces
2018-09-27Merge remote-tracking branch 'upstream/master'ChrisDill
2018-09-27Added monitor functionsChrisDill
- Get number of monitors - Get size, physical size and name of primary monitor. Could pass monitor id instead not sure.
2018-09-26Updated icon dataRay
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