Ray
d1119816d7
Review comment
pirms 4 gadiem
Ray
0540f0ad32
Review window flags
pirms 4 gadiem
Ray
63d33d7a7a
Update CMakeLists.txt
pirms 4 gadiem
Ray
60928ec82c
ADDED: UnloadModelKeepMeshes() #1441
pirms 4 gadiem
Ray
0481053dad
Review for issue #1446
pirms 4 gadiem
Ray
59be7b9c29
Update CMakeLists.txt
pirms 4 gadiem
Ray
83916bd3c2
Updated GLFW to latest 3.4 (github master - 16Nov2020)
WARNING: Some CMake files not changed
WARNING: glfw_native.h contains custom changes
pirms 4 gadiem
Ray
23ed67cce0
Review some config options
pirms 4 gadiem
Jeffery Myers
df249f5513
Fix typecast warnings in raylib code as reported by visual studio 2019 ( #1443 )
pirms 4 gadiem
Random
0322fc28d4
optimized MatrixLookAt ( #1442 )
pirms 4 gadiem
raysan5
d6f4f3ee88
REMOVED: GetImageDataNormalized()
Let the advance users manage it as they want...
pirms 4 gadiem
raysan5
14c1ee2681
ADDED: UnloadFontData()
pirms 4 gadiem
Ray
3d1ae3500c
REVIEWED: Window state flags -WIP-
WARNING: Several functions removed, replaced by SetWindowState() / ClearWindowState() equivalents, only for advance users.
ADDED: ClearWindowState() to reset window state
REMOVED: HideWindow() / UnhideWindow()
REMOVED: DecorateWindow() / UndecorateWindow()
pirms 4 gadiem
Ray
468a0bedd8
REDESIGNED: Window state config #1367 -WIP-
Some flags not working properly yet...
pirms 4 gadiem
Ray
a560fe9a1e
Added some comments
pirms 4 gadiem
Ray
bb9d734f69
Exposing some file access results to user layer #1420
pirms 4 gadiem
Ray
36dc302c25
Reverted to previous working version #1434
pirms 4 gadiem
Ray
4eae76302f
REPLACED: rgif.h by msf_gif.h
The improvement in performance is considerable!
pirms 4 gadiem
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.
pirms 4 gadiem
Ray
72e51cd6de
Review formating
pirms 4 gadiem
Ray
700bff5fd8
Version tweak
pirms 4 gadiem
Ray
9471794449
Update to latest tiniobjloader
WARNING: OBJ loading is broken at this point...
pirms 4 gadiem
Ray
a54d9f734b
rlUpdateTexture(): Corrected issue
pirms 4 gadiem
Ray
f448542dd2
Review issues with FLAC loading
pirms 4 gadiem
raysan5
4d5ee7953c
Updated tinyobjloader
pirms 4 gadiem
raysan5
cb517d0050
Update tinyobj_loader_c.h
pirms 4 gadiem
raysan5
a3d33d9222
Update tinyobj_loader_c.h
pirms 4 gadiem
raysan5
82d61a5875
Updated stb_image v2.26 and stb_image_write v1.15
pirms 4 gadiem
raysan5
66f9fbaa88
Update cgltf.h
v1.8
pirms 4 gadiem
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
pirms 4 gadiem
raysan5
8ff2b387f9
Review code formating
pirms 4 gadiem
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
pirms 4 gadiem
raysan5
9b2b660f91
Commented new feature
pirms 4 gadiem
raysan5
55dc8171f8
[text] Consider characters padding -WIP- #1432
pirms 4 gadiem
Ray
3e1cd487df
Remove trailing spaces
pirms 4 gadiem
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 )
pirms 4 gadiem
Ray
05ab39ed9f
REVIEWED: SaveFileText() error checking
pirms 4 gadiem
Ray
5ac9cb04c2
Reverted ChangeDirectory() redesign
It returns true on success again
pirms 4 gadiem
Ray
01d9af12f7
REDESIGNED: ChangeDirectory()
Not returning error code (or success), just log if it fails
pirms 4 gadiem
Ray
8e15dae5ed
Review contributed examples
pirms 4 gadiem
Dominus Iniquitatis
fc1fc250e7
A couple of little comment fixes ( #1416 )
pirms 4 gadiem
Ray
fbc51e822b
REDESIGNED: Multiple sampler2D usage on batch system
New implementation allow enabling additional textures per batch only.
pirms 4 gadiem
Ray
8a16348131
Support multiple sample2D on batch drawing #1333
pirms 4 gadiem
Ray
60d874caf8
REVIEWED: GetWindowScaleDPI() #1086
pirms 4 gadiem
Ray
d99ac093d4
Support additional texture units for default batch system #1333
This path requires some testing...
pirms 4 gadiem
Ray
d9e591f235
Review some comments
pirms 4 gadiem
raysan5
482b8a5e7e
Some tweaks
pirms 4 gadiem
Ray
f12db180cd
Reviewed PR #1407
pirms 4 gadiem
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
pirms 4 gadiem
kernelkinetic
3c9f7263e5
fixed mouse movements are bound to the screen resolution ( https://github.com/raysan5/raylib/issues/1392 ) ( #1410 )
pirms 4 gadiem