Ray
5ecc289201
REVIEWED: Support OpneBSD for timming functions
pirms 2 gadiem
Ray
db16833d8c
ADDED: `EnableEventWaiting()` / `DisableEventWaiting()`
Events waiting can be enabled/disabled, it toggles event polling.
pirms 2 gadiem
Ray
f3aac87422
Some minor tweaks
pirms 2 gadiem
Crydsch
b2c2b5ee21
remove fps requirement for drm connector selection ( #2468 )
pirms 2 gadiem
Ray
df3f64bfd2
Corrected typo
pirms 2 gadiem
Ray
ed2ab55034
Remove line ending spaces
pirms 2 gadiem
Ray
5c66cc1c9b
Update rcore.c
pirms 2 gadiem
Ray
a7ce537d32
Check for mouse devices on PLATFORM_DRM
pirms 3 gadiem
Ray
38a3523f59
REVIEWED: `SwapScreenBuffers()` for `PLATFORM_DRM`
Avoid calling `abort()`, `LOG_ERROR` already manages it. Code looks cleaner now.
pirms 3 gadiem
Ray
6e722d416b
Update rcore.c
pirms 3 gadiem
Ray
e543922055
Review formatting
pirms 3 gadiem
Juan Carlos González Amestoy
f2c7b0d3bf
- Fix issue #2371 ( #2437 )
pirms 3 gadiem
Ray
74ca81338e
REDESIGNED: Set rlgl internal framebuffer #2420
pirms 3 gadiem
Maiko Steeman
ccfac59c60
Fix for vr rendering not taking render target size into account ( #2424 )
pirms 3 gadiem
Ray
e1ee4b1466
Reviewed MouseScrollCallback() #2371
pirms 3 gadiem
Ray
d433de7efa
Initialize (reset) input global state #2360
pirms 3 gadiem
Ray
47d768c3d6
REVIEWED: ToggleFullscreen()
pirms 3 gadiem
Ray
f71cc53bc9
WARNING: RENAMED: some parameters from length to size
When referring to byte array SIZE, I find it more clear than length
pirms 3 gadiem
Ray
cb62cb675f
Minor tweaks `const`
pirms 3 gadiem
Ray
0da7830745
REVIEWED: Avoid some float -> double promotions
pirms 3 gadiem
Rodrigo Escar
9723489ccc
Implements OpenURL() for Android Platform ( #2396 )
pirms 3 gadiem
Ray
d2119848ed
REVIEWED: `OpenURL()`
pirms 3 gadiem
Ray
7fa75cb24e
Removed memset()
pirms 3 gadiem
Ray
ead8003044
Possible fix for #2360
pirms 3 gadiem
Ray
6e9ec253c8
Support clipboard copy/paste on web
pirms 3 gadiem
raysan5
937e7b3dd9
REVIEWED: Some functions input parametes that should be `const`
pirms 3 gadiem
raysan5
d4382f4a52
Removed trailing spaces
pirms 3 gadiem
raysan5
4f2bfc5476
Reviewed bug on `FindNearestConnectorMode()`
pirms 3 gadiem
Ray
d38fe92c3f
RENAMED: `GetFileSize()` to `GetFileLength()`
`GetFileSize()` conflicts with the infamous `windows.h`
pirms 3 gadiem
raysan5
0f00c41aad
ADDED: `GetFileSize()`
pirms 3 gadiem
Nikolas
5b8b24c0c5
Fix GetApplicationDirectory on macOS ( #2304 )
Previously failed to build with an implicit declaration of `_NSGetExecutablePath`.
pirms 3 gadiem
Laurentino Luna
3c359ff4bc
Review code conventions for specific defines for GetApplicationDirectory() ( #2293 )
Unless these imports require to have this format, the code has been adjusted to the conventions
pirms 3 gadiem
Jeffery Myers
bec27a6ebc
[CORE] Fixes for GetApplicationDirectory on 32 bit windows builds ( #2290 )
* Fix a signature error with the windows calls in GetApplicationDirectory for 32 bit builds.
* break is better than loop var to -1
pirms 3 gadiem
Jeffery Myers
f4dea6919a
[CORE] Bug and formating fixes for GetApplicatonDir ( #2285 )
* Fix formating problems with GetApplicationDir.
Don't ever return an empty string
* always return a valid path even if it's ./
* remove the need for the dll and just use the normal GetModuleFileName function
pirms 3 gadiem
Ray
464026f15c
Update rcore.c
pirms 3 gadiem
Ray
b4e0ed6007
Review formating
pirms 3 gadiem
Jeffery Myers
fbf34f7c0d
[CORE] Add a function to return the application directory. ( #2256 )
* Add a function to return the application directory.
* CI fixes
pirms 3 gadiem
Ray
7eb341ccaf
WARNING: REVIEWED: A big bug with `GetMouseWheelMove()`
pirms 3 gadiem
raysan5
a940f41b4b
Update year to 2022
pirms 3 gadiem
raysan5
bb875b1db7
Update rcore.c
pirms 3 gadiem
raysan5
8f2d9838a3
Reviewed fullscreen switch on `PLATFORM_WEB`
The previous implementation somewhat break the expected behaviour for games and examples when pressing the `Fullscreen` button in the provided `shell.html`.
Just reverted for the moment for further investigation.
pirms 3 gadiem
Ray
4bb894f171
tweaks
pirms 3 gadiem
Tushar Singh
d91b9171fa
[Feature] Added SetWindowOpacity(float opacity) ( #2254 )
* Added drawing text with shadow
* Added SetWindowOpacity()
* Edited Mis-spell
* Fixed conventions
pirms 3 gadiem
Ray
1653fc5bb5
Update rcore.c
pirms 3 gadiem
Ray
ef6959ed54
ADDED: raylibVersion symbol #2190
pirms 3 gadiem
Ray
c4a62ca1e4
ADDED: Modules info at initialization
pirms 3 gadiem
Ray
e637ad9d2a
Support custom modules inclusion
Allow to choose which modules are compiled with raylib, if some modules are excluded from compilation, required functionality is not available but smaller builds are possible.
pirms 3 gadiem
Ray
9088135b49
REVIEWED: Formating and comments
pirms 3 gadiem
Arnaud Valensi
b248a00c90
Fix scissor on macos ( #2170 )
* Expose GetRenderWidth and GetRenderHeight functions
* Fix scissor on macos
* Fix typo
pirms 3 gadiem
raysan5
7755cd0019
Tweak to minimize buffer overflow possibility
pirms 3 gadiem