Ray
9e046a4293
Merge pull request #646 from MurrayIRC/master
Linux Support for VSCode Project
il y a 6 ans
Murray Campbell
9c6a98aa61
Merge pull request #6 from MurrayIRC/MurrayIRC-vscode
Linux Support for VSCode Project
il y a 6 ans
Murray Campbell
d17c323f98
Update tasks.json
il y a 6 ans
Murray Campbell
65c74c7cfa
Update c_cpp_properties.json
il y a 6 ans
Murray Campbell
46b171a80c
Update Makefile
il y a 6 ans
Murray Campbell
4757ead493
Update launch.json
il y a 6 ans
Murray Campbell
c015529088
Merge pull request #5 from raysan5/master
merge
il y a 6 ans
Ray
9efe5c6802
Support MP3 wave loading -NOT TESTED-
il y a 6 ans
Ray
be599a9ece
enjoy!
il y a 6 ans
Ray
27c3afd91c
enjoy!
il y a 6 ans
Ray
2bd18ab91e
Support ExportImage() as raw pixel data
Added note on KTX 2.2
il y a 6 ans
Ray
f503fded67
Support image export
il y a 6 ans
Ray
ec5c9686b3
Improved data export capabilities!
REVIEWED: ExportImage()
REVIEWED: ExportMesh()
ADDED: ExportWave()
REMOVED: Internal funcs: SavePNG(), SaveBMP()
NOTE: These changes break the API (parameters order)
il y a 6 ans
Ray
3a1a489545
Removed TABS
il y a 6 ans
Ray
5b09630d45
Update mini_al to v0.8.8
Some minor tweaks around
il y a 6 ans
Ray
f32e23c11b
Merge pull request #641 from ChrisDill/master
Added a few missing functions to raymath
il y a 6 ans
ChrisDill
1e1bbaa40b
Added a few missing functions to raymath
- Added Vector2MultiplyV
- Added Vector2DivideV
- Added Vector3Divide
- Added Vector3DivideV
il y a 6 ans
Ray
37acf0aa22
Update README.md
il y a 6 ans
Ray
1ef715ab76
Merge pull request #639 from ratkingsminion/patch-1
Update models.c
il y a 6 ans
F.H
9f1489dc1d
Update models.c
fix bug with GenMeshPlane() creating too many vertices/texcoords/normals for the plane mesh
il y a 6 ans
Ray
dfb8837c46
Support aliased font texture generation
Useful for bitmaps pixelated fonts where anti-aliasing is not desired!
Change also enables additional font generation mechanisms in a future (cleartype, hinting...).
il y a 6 ans
Ray
1fcb3c0317
Started working on IQM/glTF loaders
il y a 6 ans
Ray
10c22c8d61
Review example to show text tinting
il y a 6 ans
Ray
ac31f51c5e
Corrected issue with font tint
il y a 6 ans
Ray
d0608b031a
Corrected issue with types
il y a 6 ans
Ray
57dfe55759
Merge pull request #637 from MurrayIRC/master
Updated VSCode project to support OSX building / debugging.
il y a 6 ans
Murray Campbell
f97bb085bf
Merge pull request #4 from MurrayIRC/patch-4
Added OSX build tasks
il y a 6 ans
Murray Campbell
ea84cce27d
Merge pull request #3 from MurrayIRC/patch-3
Added OSX launch configurations for debug and release
il y a 6 ans
Murray Campbell
1feb68baaa
Merge pull request #2 from MurrayIRC/patch-2
Fixed included libs for OSX
il y a 6 ans
Murray Campbell
be29c13bfd
Merge pull request #1 from MurrayIRC/patch-1
Added a configuration for OSX
il y a 6 ans
Murray Campbell
04c4537283
Update README.md
il y a 6 ans
Murray Campbell
921e4eaa87
Added OSX build tasks
Users will have to specify their personal installation of raylib.
il y a 6 ans
Murray Campbell
1608745312
Added OSX launch configurations for debug and release
il y a 6 ans
Murray Campbell
166fdbe9c0
Fixed included libs for OSX
This was causing linker errors on OSX
il y a 6 ans
Murray Campbell
5eded83d68
Added a configuration for OSX
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).
il y a 6 ans
raysan5
adf08c88ea
Added link to raylib-haskell binding
il y a 6 ans
raysan5
d6241d18ab
Removed release directory
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.
il y a 6 ans
raysan5
207b5a26b1
Create release directory if not exist
il y a 6 ans
raysan5
ba257bc447
Support autosave also on C compilation
il y a 6 ans
raysan5
a2de3d99e0
Updated compilation script to save file automatically
il y a 6 ans
raysan5
af919e5c9f
Review naming to follow raylib conventions
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...
il y a 6 ans
Ray
fe2f8d77a9
Merge pull request #635 from a3f/master
core: Support slashes as well in GetFileName & GetDirectoryPath
il y a 6 ans
Ahmad Fatoum
85213795d1
GetDirectoryPath: return NULL, don't crash when no slash
Noted in #634 .
il y a 6 ans
Ahmad Fatoum
5dda105a79
core: Support slashes as well in GetFileName & GetDirectoryPath
Fixes #634 .
il y a 6 ans
Ray
4259ff78e1
Merge pull request #633 from unequaled86/patch-1
lerp for vector2 and float
il y a 6 ans
Oğuzhan Çankaya
2bef76735d
lerp for vector2 and float
il y a 6 ans
Ray
20656af122
Merge pull request #631 from sunshinehunter/patch-1
Fixes path to rlgl.h in README.md
il y a 6 ans
sunshinehunter
04a11c86e3
Fixes path to rlgl.h in README.md
The link to rlgl in the README was broken, it previously pointed to a .c file which doesn't exist (anymore).
il y a 6 ans
Ray
0e340f7116
Merge pull request #629 from justinclift/keyboard_keys_v2
Add the remaining numeric keypad keys, and a few other missing ones
il y a 6 ans
Justin Clift
699cadcf98
Add the remaining numeric keypad keys, and a few other missing ones
il y a 6 ans