summaryrefslogtreecommitdiff
path: root/src/skel (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* | mr.casepath 2erorcun2020-10-231-21/+16
| |
* | mr.casepatherorcun2020-10-231-6/+7
| |
* | Text and cross-platform fixerorcun2020-10-211-18/+23
| |
* | Fixes and style changes from miamierorcun2020-10-182-9/+24
| |
* | Fix management issueeray orçunus2020-10-171-1/+2
| |
* | Streaming and cross-platform fixeseray orçunus2020-10-121-5/+20
| |
* | 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-023-14/+25
| |
* | Fixes, mouse AUX buttons, joystick detect menueray orçunus2020-09-302-28/+26
|/
* Fixes: PS2/PS2-like menu, Hud, new sliding text founderay orçunus2020-09-272-2/+5
|
* Fixeseray orçunus2020-09-271-6/+22
|
* silentpatch fixesNikolay Korolev2020-09-261-1/+16
|
* Fix MASTER build with glfwSergeanur2020-09-261-1/+85
|
* Graphics menu + MSAASergeanur2020-08-161-1/+3
|
* Original screen grabberSergeanur2020-08-145-0/+46
|
* Merge pull request #681 from withmorten/masteraap2020-08-081-1/+8
|\ | | | | remove CoUninitialize calls for FIX_BUGS (fixes PIX crash) and don't …
| * don't CoUninitialize for NO_MOVIESwithmorten2020-08-081-5/+4
| |
| * remove CoUninitialize calls for FIX_BUGS (fixes PIX crash) and don't check ↵withmorten2020-08-071-2/+10
| | | | | | | | return value for CoInitialize
* | Update glfw.cppblingu2020-08-071-1/+1
| |
* | added FreeBSD supportblingu2020-08-051-0/+4
|/
* Fix casepath chaoseray orçunus2020-07-282-51/+84
|
* Fix/change some Windows defineeray orçunus2020-07-253-38/+31
|
* 90% fixes, 10% skel refactoringeray orçunus2020-07-244-32/+40
|
* 64-bit on Windowseray orçunus2020-07-224-13/+46
|
* Remove hacky way of injecting PS2 matfx on RW 3.3, remove static patcherSergeanur2020-07-222-4/+0
|
* Fixes from miamieray orçunus2020-07-201-4/+0
|
* Add fix/workaround for black screen at startupSergeanur2020-07-171-0/+5
|
* Remove console and fix stheray orçunus2020-07-042-1/+5
|
* Re-enable console for debugging frontenderay orçunus2020-07-032-2/+7
|
* update glfw.cppFire-Head2020-06-292-7/+201
|
* menu fixesFire-Head2020-06-291-1/+2
|
* Merge branch 'master' into ps2menuFire_Head2020-06-295-26/+26
|\
| * Frontend customization functions, freecam toggle, minor thingseray orçunus2020-05-281-1/+1
| |
| * skeleton typosaap2020-05-235-25/+25
| |
* | mips overdoseFire-Head2020-06-281-20/+165
|/
* 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-114-11/+16
|
* Linux build supporteray orçunus2020-05-117-91/+321
|
* Menu map fixes and resizable window on GLFWeray orçunus2020-05-091-3/+5
|
* reverting fuckupaap2020-05-061-0/+2
|
* updated librwaap2020-05-061-2/+0
|
* Screen mode selector and persistent map target fixeray orçunus2020-05-012-55/+68
|