Ray
6b8f30964d
WARNING: Corrected issue with IsKeyDown() #1119
5 years ago
Ray
dc2e5c1751
Update core.c
5 years ago
Ray
3a073db029
REVIEWED: Mouse/Touch input system
After several reviews, now it seems everything works as expected.
5 years ago
Ray
8724cf2ea5
Support any mouse button for gesture detection
5 years ago
Ray
08615d3247
Review some comment
5 years ago
Ray
2f5a7ddcc6
Added comment on IsMouseButtonDown() issue
IsMouseButtonDown() does not process touch state down properly, state is reseted every frame...
5 years ago
Ray
18a9982126
Reviewed IsMouseButtonDown()
5 years ago
Ray
7428747ef0
REDESIGNED input system for better mouse/touch support
5 years ago
Ray
5ff0776235
Remove trail spaces and some tweaks
5 years ago
Ray
23bde477e5
REDESIGN: LoadStorageValue()/SaveStorageValue()
Using new file I/O ABI
5 years ago
Ray
5aed36e76d
Tweaks on fullsccreen detection...
5 years ago
Ray
e5b5aea998
WARNING: RENAMED: Storage functions
Renamed functions for consistency:
- StorageLoadValue() > LoadStorageValue()
- StorageSaveValue() > SaveStorageValue()
5 years ago
Ray
32e374d941
[core] SetWindowSize() try to support PLATFORM_WEB -WIP-
5 years ago
Ray
310fd9b147
Update to latest emscripten toolchain
Corrected issue on web compilation
5 years ago
Ray
30f3e49f3d
Improve inputs on Android
5 years ago
Ray
0b8aded399
Support ToggleFullscreen() on web
5 years ago
Ray
a750bcceec
Support links on WebAssembly
5 years ago
Ray
a8a21312e1
Removed TABS
5 years ago
Ray
946a6cb280
Review mouse inputs
5 years ago
Ray
d62a2f793f
Improved GetFPS() calculation for average
5 years ago
Ray
b18940d3c6
Remove spaces
5 years ago
Ray
83fb4613c1
Review some RPI issues
5 years ago
Ray
55f0647213
[core] Avoid pixel bleeding issue on MSAA
5 years ago
Ray
484c6b360f
Reviewed Cppcheck issues #1098
5 years ago
Ray
87d5b51256
REVIEWED: GetDirectoryPath()
Check if provided path is a full path containing system root letter: C:\
5 years ago
raysan5
90c129fd61
Review some libc dependency comments
5 years ago
Ray
b5fe41f41a
Review libc dependencies and remove when possible
Just for clarification, no plans to remove libc dependency, just did some code analysis to see how much raylib depend on stardard C library. My conclusions:
- stdlib.h: primary dependency is for malloc() and free()
- stdio.h: primary dependency is for FILE access, maybe it could go through a custom ABI?
- string.h: just around 8 functions required
- math.h: just around 8 functions required
- others: 1-2 functions required for some other headers
5 years ago
Ray
c3f06b7470
Remove all trail spaces
5 years ago
Ray
cde26c743c
Replace TraceLog() function by TRACELOG macro
Added SUPPORT_TRACELOG_DEBUG config
5 years ago
Ray
40b73a8a91
Develop branch integration ( #1091 )
* [core] REDESIGNED: Implement global context
* [rlgl] REDESIGNED: Implement global context
* Reviewed globals for Android
* Review Android globals usage
* Update Android globals
* Bump raylib version to 3.0 !!!
* [raudio] REDESIGNED: Implement global context
* [raudio] Reorder functions
* [core] Tweaks on descriptions
* Issues with SUPPORT_MOUSE_GESTURES
* [camera] Use global context
* REDESIGN: Move shapes drawing texture/rec to RLGL context
* Review some issues on standalone mode
* Update to use global context
* [GAME] Upload RE-PAIR game from GGJ2020 -WIP-
* Update game: RE-PAIR
* [utils] TRACELOG macros proposal
* Update config.h
5 years ago
Ray
6a2e51ec78
Added comments related to #837
5 years ago
Ray
98a7d35bab
Corrected issue with matrix order multiplication #1054
5 years ago
Ray
954f029118
Support touch/mouse indistinctly
REMOVED: IsTouchDetected()
5 years ago
Ray
4fa2c32906
Review touch input scaling for PLATFORM_WEB #163
Now touch inputs scale proportionally to the canvas size
5 years ago
Ray
7e9bed5c89
Review default font scale filter for HighDPI mode
5 years ago
Ray
b02c6127a0
Minor tweaks
5 years ago
Ray
46774a8167
REVIEWED: GetDirectoryPath()
5 years ago
Ray
f28c1ef675
ADDED: IsTouchDetected()
5 years ago
Ray
eee995ec3d
ADDED: GetWorldToScreenEx()
Addressing issue #1056
5 years ago
Ray
40d6c15798
Addressed issue #1051
Allow frustrum culling near/far distance configuration at compile time.
5 years ago
Ray
71017993ce
Remove unneeded traces
5 years ago
raysan5
42d56d2f37
Added SUPPORT_HALFBUSY_WAIT_LOOP
5 years ago
Ray
22b7713287
IsFileExtension(): Review issue with no-extension files
5 years ago
Ray
fcf15fe8c0
Removed comment
5 years ago
Ray
358ca7595d
Review IsFileExtension() to be case-insensitive
5 years ago
Ray
6d56c99a37
Reorganized some variables for consistency
5 years ago
raysan5
21c30f43d4
Update year to 2020
5 years ago
Ray
8473e94879
Add some comments on desktop multi-touch
5 years ago
Ray
b8246d8592
Minor format tweaks for PR #1036
5 years ago
Justin
7eacac24d5
SetWindowMonitor made functioning again. ( #1036 )
* We get the video mode from the target monitor and use that to set, therefore
keeping windowed-fullscreen
* Added a GLFW_AUTO_ICONIFY 0 hint so that glfw does not minimize the window
when changing focus from a windowed fullscreen window. This is more expected
behavior for windowed full screen, when a user alt-tabs or clicks on a window in
the other monitor, they expect their windowed-fullscreen window to remaining up.
5 years ago