Ray
5ecc289201
REVIEWED: Support OpneBSD for timming functions
2 lat temu
Ray
db16833d8c
ADDED: `EnableEventWaiting()` / `DisableEventWaiting()`
Events waiting can be enabled/disabled, it toggles event polling.
2 lat temu
Ray
f3aac87422
Some minor tweaks
2 lat temu
Crydsch
b2c2b5ee21
remove fps requirement for drm connector selection ( #2468 )
2 lat temu
Ray
df3f64bfd2
Corrected typo
2 lat temu
Ray
ed2ab55034
Remove line ending spaces
2 lat temu
Ray
5c66cc1c9b
Update rcore.c
2 lat temu
Ray
a7ce537d32
Check for mouse devices on PLATFORM_DRM
3 lat temu
Ray
38a3523f59
REVIEWED: `SwapScreenBuffers()` for `PLATFORM_DRM`
Avoid calling `abort()`, `LOG_ERROR` already manages it. Code looks cleaner now.
3 lat temu
Ray
6e722d416b
Update rcore.c
3 lat temu
Ray
e543922055
Review formatting
3 lat temu
Juan Carlos González Amestoy
f2c7b0d3bf
- Fix issue #2371 ( #2437 )
3 lat temu
Ray
74ca81338e
REDESIGNED: Set rlgl internal framebuffer #2420
3 lat temu
Maiko Steeman
ccfac59c60
Fix for vr rendering not taking render target size into account ( #2424 )
3 lat temu
Ray
e1ee4b1466
Reviewed MouseScrollCallback() #2371
3 lat temu
Ray
d433de7efa
Initialize (reset) input global state #2360
3 lat temu
Ray
47d768c3d6
REVIEWED: ToggleFullscreen()
3 lat temu
Ray
f71cc53bc9
WARNING: RENAMED: some parameters from length to size
When referring to byte array SIZE, I find it more clear than length
3 lat temu
Ray
cb62cb675f
Minor tweaks `const`
3 lat temu
Ray
0da7830745
REVIEWED: Avoid some float -> double promotions
3 lat temu
Rodrigo Escar
9723489ccc
Implements OpenURL() for Android Platform ( #2396 )
3 lat temu
Ray
d2119848ed
REVIEWED: `OpenURL()`
3 lat temu
Ray
7fa75cb24e
Removed memset()
3 lat temu
Ray
ead8003044
Possible fix for #2360
3 lat temu
Ray
6e9ec253c8
Support clipboard copy/paste on web
3 lat temu
raysan5
937e7b3dd9
REVIEWED: Some functions input parametes that should be `const`
3 lat temu
raysan5
d4382f4a52
Removed trailing spaces
3 lat temu
raysan5
4f2bfc5476
Reviewed bug on `FindNearestConnectorMode()`
3 lat temu
Ray
d38fe92c3f
RENAMED: `GetFileSize()` to `GetFileLength()`
`GetFileSize()` conflicts with the infamous `windows.h`
3 lat temu
raysan5
0f00c41aad
ADDED: `GetFileSize()`
3 lat temu
Nikolas
5b8b24c0c5
Fix GetApplicationDirectory on macOS ( #2304 )
Previously failed to build with an implicit declaration of `_NSGetExecutablePath`.
3 lat temu
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
3 lat temu
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
3 lat temu
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
3 lat temu
Ray
464026f15c
Update rcore.c
3 lat temu
Ray
b4e0ed6007
Review formating
3 lat temu
Jeffery Myers
fbf34f7c0d
[CORE] Add a function to return the application directory. ( #2256 )
* Add a function to return the application directory.
* CI fixes
3 lat temu
Ray
7eb341ccaf
WARNING: REVIEWED: A big bug with `GetMouseWheelMove()`
3 lat temu
raysan5
a940f41b4b
Update year to 2022
3 lat temu
raysan5
bb875b1db7
Update rcore.c
3 lat temu
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.
3 lat temu
Ray
4bb894f171
tweaks
3 lat temu
Tushar Singh
d91b9171fa
[Feature] Added SetWindowOpacity(float opacity) ( #2254 )
* Added drawing text with shadow
* Added SetWindowOpacity()
* Edited Mis-spell
* Fixed conventions
3 lat temu
Ray
1653fc5bb5
Update rcore.c
3 lat temu
Ray
ef6959ed54
ADDED: raylibVersion symbol #2190
3 lat temu
Ray
c4a62ca1e4
ADDED: Modules info at initialization
3 lat temu
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.
3 lat temu
Ray
9088135b49
REVIEWED: Formating and comments
3 lat temu
Arnaud Valensi
b248a00c90
Fix scissor on macos ( #2170 )
* Expose GetRenderWidth and GetRenderHeight functions
* Fix scissor on macos
* Fix typo
3 lat temu
raysan5
7755cd0019
Tweak to minimize buffer overflow possibility
3 lat temu