raysan5
d6f4f3ee88
REMOVED: GetImageDataNormalized()
Let the advance users manage it as they want...
4 years ago
raysan5
14c1ee2681
ADDED: UnloadFontData()
4 years ago
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()
4 years ago
Ray
468a0bedd8
REDESIGNED: Window state config #1367 -WIP-
Some flags not working properly yet...
4 years ago
Ray
a560fe9a1e
Added some comments
4 years ago
Ray
bb9d734f69
Exposing some file access results to user layer #1420
4 years ago
Ray
36dc302c25
Reverted to previous working version #1434
4 years ago
Ray
4eae76302f
REPLACED: rgif.h by msf_gif.h
The improvement in performance is considerable!
4 years ago
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 years ago
Ray
72e51cd6de
Review formating
4 years ago
Ray
700bff5fd8
Version tweak
4 years ago
Ray
9471794449
Update to latest tiniobjloader
WARNING: OBJ loading is broken at this point...
4 years ago
Ray
a54d9f734b
rlUpdateTexture(): Corrected issue
4 years ago
Ray
f448542dd2
Review issues with FLAC loading
4 years ago
raysan5
4d5ee7953c
Updated tinyobjloader
4 years ago
raysan5
cb517d0050
Update tinyobj_loader_c.h
4 years ago
raysan5
a3d33d9222
Update tinyobj_loader_c.h
4 years ago
raysan5
82d61a5875
Updated stb_image v2.26 and stb_image_write v1.15
4 years ago
raysan5
66f9fbaa88
Update cgltf.h
v1.8
4 years ago
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 years ago
raysan5
8ff2b387f9
Review code formating
4 years ago
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 years ago
raysan5
9b2b660f91
Commented new feature
4 years ago
raysan5
55dc8171f8
[text] Consider characters padding -WIP- #1432
4 years ago
Ray
3e1cd487df
Remove trailing spaces
4 years ago
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 years ago
Ray
05ab39ed9f
REVIEWED: SaveFileText() error checking
4 years ago
Ray
5ac9cb04c2
Reverted ChangeDirectory() redesign
It returns true on success again
4 years ago
Ray
01d9af12f7
REDESIGNED: ChangeDirectory()
Not returning error code (or success), just log if it fails
4 years ago
Ray
8e15dae5ed
Review contributed examples
4 years ago
Dominus Iniquitatis
fc1fc250e7
A couple of little comment fixes ( #1416 )
4 years ago
Ray
fbc51e822b
REDESIGNED: Multiple sampler2D usage on batch system
New implementation allow enabling additional textures per batch only.
4 years ago
Ray
8a16348131
Support multiple sample2D on batch drawing #1333
4 years ago
Ray
60d874caf8
REVIEWED: GetWindowScaleDPI() #1086
4 years ago
Ray
d99ac093d4
Support additional texture units for default batch system #1333
This path requires some testing...
4 years ago
Ray
d9e591f235
Review some comments
4 years ago
raysan5
482b8a5e7e
Some tweaks
4 years ago
Ray
f12db180cd
Reviewed PR #1407
4 years ago
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 years ago
kernelkinetic
3c9f7263e5
fixed mouse movements are bound to the screen resolution ( https://github.com/raysan5/raylib/issues/1392 ) ( #1410 )
4 years ago
raysan5
c62c4df749
Updated miniaudio #1402
4 years ago
chriscamacho
6ebf6b4e72
allow for multiple materials in obj files ( #1408 )
* allow for multiple materials in obj files also fix obj_loader hash map issues
* minor fix for warning
Co-authored-by: codifies <nospam@antispam.com>
4 years ago
Ray
41192c6d4a
Replace 0.f by 0.0f
4 years ago
Doyle
b29311c7ca
mouse: Return float movement for precise scrolling where possible ( #1397 )
4 years ago
Ray
a4ea9f872f
Review "aggregate initializations" #1403
4 years ago
Daniel-Junior Dubé
a8685ee4fd
Add Vector2Reflect to raymath.h ( #1400 )
Vector3Reflect exists but not Vector2Reflect. The code is pretty much the same.
I'm not sure what RMDEF does, but I added it to match other function definitions (haven't done much C programming, maybe I'm missing something). Can someone explain to me what it does?
4 years ago
Tobias Jammer
0c29ca8166
Fix 1393 ( #1395 )
4 years ago
Ray
a850246030
Review Texture type
Texture type also maps to Texture2D and TextureCubemap
4 years ago
raysan5
446f9fff00
Added note
4 years ago
seanpringle
4bcddc3b15
[wip] rlDrawMeshInstanced ( #1318 )
* rlDrawMeshInstanced first attempt
* rlDrawMeshInstanced OpenGL 3.3 and VAO checks
* rlDrawMeshInstanced GetShaderAttribLocation; comments
* example instanced shader
* RLGL_STANDALONE RAYMATH_STANDALONE Vector4
* apply suggested naming changes; add instanced mesh example
* remove orphan variables
4 years ago