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