summaryrefslogtreecommitdiffstats
path: root/src/skel/glfw (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix mouse lock/high-dpi 2erorcun2020-11-161-6/+0
|
* Fix mouse lock/high-dpierorcun2020-11-161-7/+13
|
* Merge pull request #723 from myfreeweb/mastererorcun2020-11-161-4/+11
|\ | | | | Fixes for Wayland (HiDPI and mouse lock) support, FreeBSD
| * Use CLOCK_MONOTONIC_FAST when available (FreeBSD)Greg V2020-09-281-1/+3
| | | | | | | | CLOCK_MONOTONIC_FAST is the equivalent of Linux's CLOCK_MONOTONIC_RAW.
| * Use GLFW_CURSOR_DISABLED (glfw's native mouse restriction)Greg V2020-09-281-0/+2
| | | | | | | | | | | | | | On Wayland, clients cannot move the mouse pointer. Mouse constraints, as required for 3D camera movement, are an explicit specific thing, and glfw supports it with GLFW_CURSOR_DISABLED. Use DISABLED, unless we're in a menu in windowed mode, where HIDDEN is still appropriate.
| * glfw: scale cursor position by the ratio of framebuffer to screen sizeGreg V2020-09-281-2/+5
| | | | | | | | This fixes the mouse being constrained to the top left quarter of the window on Wayland HiDPI setups.
| * Use glfwSetFramebufferSizeCallback instead of glfwSetWindowSizeCallbackGreg V2020-09-281-1/+1
| | | | | | | | | | | | | | Framebuffer size is scaled by the display scale. This fixes the game being shrunk to the bottom left quarter of the window on Wayland HiDPI setups. Corresponding change in librw: glfwGetWindowSize -> glfwGetFramebufferSize.
* | Fixes and style changes from miamierorcun2020-10-181-6/+9
| |
* | Fix management issueeray orçunus2020-10-171-1/+2
| |
* | Fix POSIX streamingeray orçunus2020-10-091-1/+4
| |
* | Merge branch 'master' into mastererorcun2020-10-041-4/+21
|\ \
| * | macOS support; thanks to @MrYadroAndrew Udvare2020-09-301-4/+21
| |/ | | | | | | | | | | This should support ARM64 and x86-64. -target flag based on information from https://developer.apple.com/documentation/xcode/building_a_universal_macos_binary#3618377.
* | Load and write our settings in re3.ini & fixeseray orçunus2020-10-021-13/+14
| |
* | Fixes, mouse AUX buttons, joystick detect menueray orçunus2020-09-301-28/+22
|/
* Fixes: PS2/PS2-like menu, Hud, new sliding text founderay orçunus2020-09-271-2/+1
|
* Fixeseray orçunus2020-09-271-6/+22
|
* Fix MASTER build with glfwSergeanur2020-09-261-1/+85
|
* Original screen grabberSergeanur2020-08-141-0/+16
|
* Update glfw.cppblingu2020-08-071-1/+1
|
* added FreeBSD supportblingu2020-08-051-0/+4
|
* 90% fixes, 10% skel refactoringeray orçunus2020-07-241-2/+11
|
* 64-bit on Windowseray orçunus2020-07-221-1/+1
|
* Remove hacky way of injecting PS2 matfx on RW 3.3, remove static patcherSergeanur2020-07-221-2/+0
|
* Fixes from miamieray orçunus2020-07-201-4/+0
|
* Remove console and fix stheray orçunus2020-07-041-0/+3
|
* Re-enable console for debugging frontenderay orçunus2020-07-031-0/+6
|
* update glfw.cppFire-Head2020-06-291-7/+199
|
* Frontend customization functions, freecam toggle, minor thingseray orçunus2020-05-281-1/+1
|
* skeleton typosaap2020-05-231-4/+4
|
* blacklist for glfw "joysticks"aap2020-05-141-1/+14
|
* Fix linux warningsFilip Gawin2020-05-121-1/+1
|
* Fix Windows build and premakeeray orçunus2020-05-111-1/+1
|
* Linux build supporteray orçunus2020-05-111-50/+125
|
* Menu map fixes and resizable window on GLFWeray orçunus2020-05-091-3/+5
|
* Screen mode selector and persistent map target fixeray orçunus2020-05-011-26/+29
|
* improved video modes for glfwaap2020-04-301-40/+146
|
* removed cpuid stuff from glfw as they caused a crash by clobbering registers. what to do about win.cpp?aap2020-04-281-79/+0
|
* fixes for glfwaap2020-04-261-15/+16
|
* Initial GLFW supporteray orçunus2020-04-261-0/+1651