Ray
a560fe9a1e
Added some comments
пре 4 година
Ray
11da1714d5
Added raylib Harbour binding
пре 4 година
Ray
8e48268310
Update CHANGELOG
пре 4 година
Ray
bb9d734f69
Exposing some file access results to user layer #1420
пре 4 година
Ray
36dc302c25
Reverted to previous working version #1434
пре 4 година
Ray
9bb4d84577
Update CHANGELOG
пре 4 година
Ray
4eae76302f
REPLACED: rgif.h by msf_gif.h
The improvement in performance is considerable!
пре 4 година
Ray
4a7ab0ae24
Update windows.yml
пре 4 година
Ray
7564097d5e
Update webassembly.yml
пре 4 година
Ray
7f6cd93d62
WARNING: Multiple funcs reviewed!
There were some problems about frameCount vs sampleCount that could cause some breaks.
raylib audio structs stores sampleCount = frameCount*channels.
Most libraries return framesCount instead of sampleCount.
stb_vorbis seems to refer to framesCount as samples.
All required functions have been reviewed.
пре 4 година
Ray
72e51cd6de
Review formating
пре 4 година
Ray
700bff5fd8
Version tweak
пре 4 година
Ray
9471794449
Update to latest tiniobjloader
WARNING: OBJ loading is broken at this point...
пре 4 година
Ray
a54d9f734b
rlUpdateTexture(): Corrected issue
пре 4 година
Richard Smith
94dd2f81e9
Update BINDINGS.md for raylib-python-cffi 3.1-dev ( #1433 )
пре 4 година
Ray
f448542dd2
Review issues with FLAC loading
пре 4 година
raysan5
4d5ee7953c
Updated tinyobjloader
пре 4 година
raysan5
cb517d0050
Update tinyobj_loader_c.h
пре 4 година
raysan5
a3d33d9222
Update tinyobj_loader_c.h
пре 4 година
raysan5
82d61a5875
Updated stb_image v2.26 and stb_image_write v1.15
пре 4 година
raysan5
66f9fbaa88
Update cgltf.h
v1.8
пре 4 година
raysan5
321f55bce1
Update audio libraries #1423
miniaudio -> v0.10.25
dr_wav -> v0.12.14
dr_mp3 -> v0.6.19
dr_flac -> v0.12.22
пре 4 година
raysan5
8ff2b387f9
Review code formating
пре 4 година
Ilya3point999K
bd287efa4c
Fixed zero-window upscaling ( #1428 )
There is no zero-check, so window upscales to nothing.
SetupFramebuffer() is kinda wrong, it uses not its params, but global variables. I won't touch it, maybe it has purpose
пре 4 година
raysan5
9b2b660f91
Commented new feature
пре 4 година
raysan5
55dc8171f8
[text] Consider characters padding -WIP- #1432
пре 4 година
Ray
c222e231f0
Added SmallBASIC binding
пре 4 година
Ray
3e1cd487df
Remove trailing spaces
пре 4 година
kernelkinetic
f46514b855
Fixed keyboard stuttering but for cmake only ( #1422 )
* fixed mouse movements are bound to the screen resolution (https://github.com/raysan5/raylib/issues/1392 )
* fixed keyboard stuttering on PLATFORM_RPI and PLATFORM_DRM (https://github.com/raysan5/raylib/issues/1392 )
* fixed keyboard stuttering on PLATFORM_RPI and PLATFORM_DRM (https://github.com/raysan5/raylib/issues/1392 )
пре 4 година
Ray
05ab39ed9f
REVIEWED: SaveFileText() error checking
пре 4 година
Ray
5ac9cb04c2
Reverted ChangeDirectory() redesign
It returns true on success again
пре 4 година
Ray
01d9af12f7
REDESIGNED: ChangeDirectory()
Not returning error code (or success), just log if it fails
пре 4 година
Ray
8e15dae5ed
Review contributed examples
пре 4 година
Ray
5f79ad9765
Update CHANGELOG
пре 4 година
Dominus Iniquitatis
fc1fc250e7
A couple of little comment fixes ( #1416 )
пре 4 година
Ray
8327857488
Update shaders_multi_sample2d.c
пре 4 година
Ray
fbc51e822b
REDESIGNED: Multiple sampler2D usage on batch system
New implementation allow enabling additional textures per batch only.
пре 4 година
Ray
8a16348131
Support multiple sample2D on batch drawing #1333
пре 4 година
Ray
60d874caf8
REVIEWED: GetWindowScaleDPI() #1086
пре 4 година
Ray
37e2d993e7
Updated assets
Reduce size and better license CC0
пре 4 година
Ray
2bcd3a6df5
Simplified example and resources sizes
пре 4 година
Ray
d99ac093d4
Support additional texture units for default batch system #1333
This path requires some testing...
пре 4 година
Ray
d9e591f235
Review some comments
пре 4 година
raysan5
482b8a5e7e
Some tweaks
пре 4 година
Ray
88dbaae3be
Update CHANGELOG
пре 4 година
Ray
e820aae80b
Added raylib 3.5 CHANGELOG -WIP-
пре 4 година
Ray
f12db180cd
Reviewed PR #1407
пре 4 година
Chance Snow
9833fe45eb
Added desktop cursor getter and setter functions ( #1407 )
* [core] Added desktop cursor getter and setter functions
* Example: Set mouse cursor in text input box
* Setup standard cursors _after_ GLFW window initialization
* Remove old `int GetMouseWheelMove` declaration
пре 4 година
Rabia Alhaffar
eb3e9e4df5
Added version of raylib-cppsharp via used raylib license date! ( #1413 )
It's 2.5
@raysan5 Oh...There are 4 bindings has license date of 2016, But unsure if 1.6.0 or 1.5.0 or 1.4.0 :(
Co-authored-by: Ray <raysan5@gmail.com>
пре 4 година
Rabia Alhaffar
5df08daa3f
Added Boo bindings for raylib! ( #1412 )
пре 4 година