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