Ray
1a35f73d84
Review some warnings
2 years ago
Ray
50663f0890
Merge branch 'master' of https://github.com/raysan5/raylib
2 years ago
Ray
7c9d55f4d9
Move parser output to output
2 years ago
Ray
0739152057
Update README.md
2 years ago
Ray
66108c47d9
Update raylib_parser.c
2 years ago
Ray
75c8df348f
Update README.md
2 years ago
Ray
273c780b67
Update raylib_parser.c
2 years ago
Ray
2ce0722fb8
Update README.md
2 years ago
Ray
72b2d1335a
Update cgltf.h
2 years ago
Ray
b79df1c329
Updated easings examples
2 years ago
Ray
d791c1cf64
Update miniaudio.h
2 years ago
Ray
94165a40b9
REMOVED: rmem library from raylib sources
Moved to own repo: https://github.com/raylib-extras/rmem
2 years ago
Ray
dd455c626e
Update rlgl.h
2 years ago
Ray
0ce8a8f360
Remove `easings.h` from raylib/src, moved to examples
2 years ago
Ray
b187d6ca16
Delete rlights.h
2 years ago
Ray
5840cd6e50
Remove unneeded comment
2 years ago
Ray
df5514088e
REVIEWED: `GetMouseWheelMove()`, avoid move scaling on `PLATFORM_WEB`
Tested with latest emscripten 3.1.18
2 years ago
Ray
312fa64b88
Updated raylib resource data (32bit)
2 years ago
Ray
222997f951
Update HISTORY.md
2 years ago
Ray
2a2c9e4da8
minor tweaks
2 years ago
Ray
6ecb29f33f
REMOVED: Sponsors doc
This file requires manual maintenance and continuous review, it also changes from day to day moving sponsors from present-to-past and sometimes the other way round.
GitHub already lists the sponsors on the user profile, in a better an more visual way.
I also have doubts this should be a document distributed with raylib sources...
2 years ago
Ray
ddbe8972bc
REMOVE: Unmaintained and outdated contributors doc
2 years ago
Ray
9cbbf149d8
Update audio_music_stream.c
2 years ago
Ray
328d65b1b3
Update Makefile.Web
2 years ago
Ray
c457835938
Update audio_raw_stream.c
2 years ago
Ray
d68ddda766
Added note for multi-threading web compilation
2 years ago
Ray
24e6bf0565
Update shapes_draw_ring.c
2 years ago
Ray
4492e64cb5
Update version
2 years ago
Ray
191c340409
Update Makefile.Web
2 years ago
Ray
ed7548051b
Update version to 4.2
2 years ago
Ray
eb8d14e5b2
Update version to raylib 4.2
2 years ago
Ray
fd191a32ea
Remove trailing spaces
2 years ago
Ray
fe9e82b2e6
Remove line breaks
2 years ago
Ray
b20d416131
Added latest examples
2 years ago
Ray
dacd500ef0
Update CHANGELOG
2 years ago
Ray
a0b4b28427
Update Makefile.Web
2 years ago
Ray
f9b71e7bcd
Update Makefile
2 years ago
Ray
0f47054ece
Added example to VS2022
2 years ago
veins1
a6b3c8aa1e
Music doesn't stop looping fix ( #2605 )
This PR fixes a bug when music.looping is set to false but the music continues looping.
Also using proper functions to seek to start of an audio file.
Removed old comment.
2 years ago
Ray
2e5fc3d0c2
Avoid cleaning the front buffer to a specific color!
ISSUE: Front buffer and backbuffer have different clear colors, if no `ClearBackground()` is called by user, there is screen flickering on buffers swap.
It's up to the user to call `ClearBackground()` if desired
2 years ago
Ray
f596815973
Merge branch 'master' of https://github.com/raysan5/raylib
2 years ago
Ray
7853155f99
REMOVED: Config option: `SUPPORT_MOUSE_CURSOR_POINT`
2 years ago
BlueStag
f31e4ebb3d
Use American spelling of colourSpace ( #2604 )
2 years ago
sDos280
85bd13c41d
removing typo, Colours->Colors ( #2603 )
2 years ago
sDos280
d59ea21405
removing typo in line 41 line, presssed -> pressed ( #2602 )
2 years ago
Ray
93b633b6e6
Create audio_stream_effects.png
2 years ago
Ray
bc8cecc6aa
Update CHANGELOG
2 years ago
Ray
6c61f83d63
Update ROADMAP.md
2 years ago
veins1
0ef3e4c4d5
Audio looping fix ( #2579 )
* WAVs looping fix. But broke other formats looping
* Fix audio looping issue
* Follow raylib formatting
* Cast void* to char* to make MSVC compiler happy
Co-authored-by: Ray <raysan5@gmail.com>
2 years ago
Ray
b6f87023ad
Update rlgl_standalone.c
2 years ago