Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some regular fixes and UB fixes | erorcun | 2021-01-29 | 1 | -4/+4 |
| | |||||
* | Attempt to fix input delays on GLFW | erorcun | 2021-01-27 | 1 | -2/+1 |
| | |||||
* | Clean up POSIX streaming code | erorcun | 2021-01-27 | 1 | -2/+5 |
| | |||||
* | Support pads without L2-R2, add comments | erorcun | 2021-01-25 | 1 | -11/+20 |
| | |||||
* | whitespace fix | withmorten | 2021-01-23 | 1 | -2/+0 |
| | |||||
* | fix tabs in crossplatform | withmorten | 2021-01-22 | 1 | -5/+5 |
| | |||||
* | No more resetting bindings for joypad, create .ini at the first start, joystick hotplug for Linux | erorcun | 2021-01-22 | 2 | -3/+29 |
| | |||||
* | Merge pull request #968 from withmorten/cw | withmorten | 2021-01-21 | 2 | -2/+10 |
|\ | | | | | make building with Codewarrior 7 possible | ||||
| * | codewarrior: finishing touches | withmorten | 2021-01-21 | 1 | -1/+0 |
| | | |||||
| * | make building with Codewarrior 7 possible | withmorten | 2021-01-21 | 2 | -2/+11 |
| | | |||||
* | | enable screenshots for librw | aap | 2021-01-21 | 2 | -0/+8 |
|/ | |||||
* | Store all settings in .INI | erorcun | 2021-01-17 | 2 | -0/+10 |
| | |||||
* | Includes overhaul, fix some compiler warnings | erorcun | 2021-01-17 | 2 | -38/+26 |
| | |||||
* | fix save loading, hopefully | erorcun | 2021-01-13 | 1 | -1/+1 |
| | |||||
* | Fix language initialization call order | erorcun | 2020-12-14 | 1 | -3/+3 |
| | |||||
* | AnimViewer fixes, commentary from miami | erorcun | 2020-12-09 | 5 | -78/+52 |
| | |||||
* | Use SDL gamepad mapping in environment by @ZLau92, implement @Sergeanur 's idea to use PPSSPP's DB if available, disable DEV() messages by default | erorcun | 2020-12-09 | 1 | -3/+30 |
| | |||||
* | Merge pull request #846 from withmorten/ini | erorcun | 2020-12-01 | 2 | -14/+18 |
|\ | | | | | add -console cmdline arg instead of #if 0/1 | ||||
| * | add -console cmdline arg instead of #if 0/1 | withmorten | 2020-11-28 | 2 | -14/+18 |
| | | |||||
* | | GTA_VERSION define and some config.h cleanup | aap | 2020-11-29 | 2 | -4/+4 |
| | | |||||
* | | Merge pull request #841 from aap/master | aap | 2020-11-28 | 3 | -2/+7 |
|\ \ | |/ |/| | start using CMemoryHeap; also some PS2 define cleanup | ||||
| * | moved some stuff to MemoryMgr | aap | 2020-11-28 | 2 | -2/+2 |
| | | |||||
| * | start using CMemoryHeap | aap | 2020-11-26 | 1 | -0/+5 |
| | | |||||
* | | Add multisampling to librw | Sergeanur | 2020-11-28 | 1 | -1/+4 |
|/ | |||||
* | memory heap starting to work | aap | 2020-11-25 | 2 | -1/+19 |
| | |||||
* | Fix mouse lock/high-dpi 2 | erorcun | 2020-11-16 | 1 | -6/+0 |
| | |||||
* | Fix mouse lock/high-dpi | erorcun | 2020-11-16 | 1 | -7/+13 |
| | |||||
* | Merge pull request #723 from myfreeweb/master | erorcun | 2020-11-16 | 1 | -4/+11 |
|\ | | | | | Fixes for Wayland (HiDPI and mouse lock) support, FreeBSD | ||||
| * | Use CLOCK_MONOTONIC_FAST when available (FreeBSD) | Greg V | 2020-09-28 | 1 | -1/+3 |
| | | | | | | | | CLOCK_MONOTONIC_FAST is the equivalent of Linux's CLOCK_MONOTONIC_RAW. | ||||
| * | Use GLFW_CURSOR_DISABLED (glfw's native mouse restriction) | Greg V | 2020-09-28 | 1 | -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 size | Greg V | 2020-09-28 | 1 | -2/+5 |
| | | | | | | | | This fixes the mouse being constrained to the top left quarter of the window on Wayland HiDPI setups. | ||||
| * | Use glfwSetFramebufferSizeCallback instead of glfwSetWindowSizeCallback | Greg V | 2020-09-28 | 1 | -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 2 | erorcun | 2020-10-23 | 1 | -21/+16 |
| | | |||||
* | | mr.casepath | erorcun | 2020-10-23 | 1 | -6/+7 |
| | | |||||
* | | Text and cross-platform fix | erorcun | 2020-10-21 | 1 | -18/+23 |
| | | |||||
* | | Fixes and style changes from miami | erorcun | 2020-10-18 | 2 | -9/+24 |
| | | |||||
* | | Fix management issue | eray orçunus | 2020-10-17 | 1 | -1/+2 |
| | | |||||
* | | Streaming and cross-platform fixes | eray orçunus | 2020-10-12 | 1 | -5/+20 |
| | | |||||
* | | Fix POSIX streaming | eray orçunus | 2020-10-09 | 1 | -1/+4 |
| | | |||||
* | | Merge branch 'master' into master | erorcun | 2020-10-04 | 1 | -4/+21 |
|\ \ | |||||
| * | | macOS support; thanks to @MrYadro | Andrew Udvare | 2020-09-30 | 1 | -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 & fixes | eray orçunus | 2020-10-02 | 3 | -14/+25 |
| | | |||||
* | | Fixes, mouse AUX buttons, joystick detect menu | eray orçunus | 2020-09-30 | 2 | -28/+26 |
|/ | |||||
* | Fixes: PS2/PS2-like menu, Hud, new sliding text found | eray orçunus | 2020-09-27 | 2 | -2/+5 |
| | |||||
* | Fixes | eray orçunus | 2020-09-27 | 1 | -6/+22 |
| | |||||
* | silentpatch fixes | Nikolay Korolev | 2020-09-26 | 1 | -1/+16 |
| | |||||
* | Fix MASTER build with glfw | Sergeanur | 2020-09-26 | 1 | -1/+85 |
| | |||||
* | Graphics menu + MSAA | Sergeanur | 2020-08-16 | 1 | -1/+3 |
| | |||||
* | Original screen grabber | Sergeanur | 2020-08-14 | 5 | -0/+46 |
| | |||||
* | Merge pull request #681 from withmorten/master | aap | 2020-08-08 | 1 | -1/+8 |
|\ | | | | | remove CoUninitialize calls for FIX_BUGS (fixes PIX crash) and don't … | ||||
| * | don't CoUninitialize for NO_MOVIES | withmorten | 2020-08-08 | 1 | -5/+4 |
| | | |||||
| * | remove CoUninitialize calls for FIX_BUGS (fixes PIX crash) and don't check return value for CoInitialize | withmorten | 2020-08-07 | 1 | -2/+10 |
| | | |||||
* | | Update glfw.cpp | blingu | 2020-08-07 | 1 | -1/+1 |
| | | |||||
* | | added FreeBSD support | blingu | 2020-08-05 | 1 | -0/+4 |
|/ | |||||
* | Fix casepath chaos | eray orçunus | 2020-07-28 | 2 | -51/+84 |
| | |||||
* | Fix/change some Windows define | eray orçunus | 2020-07-25 | 3 | -38/+31 |
| | |||||
* | 90% fixes, 10% skel refactoring | eray orçunus | 2020-07-24 | 4 | -32/+40 |
| | |||||
* | 64-bit on Windows | eray orçunus | 2020-07-22 | 4 | -13/+46 |
| | |||||
* | Remove hacky way of injecting PS2 matfx on RW 3.3, remove static patcher | Sergeanur | 2020-07-22 | 2 | -4/+0 |
| | |||||
* | Fixes from miami | eray orçunus | 2020-07-20 | 1 | -4/+0 |
| | |||||
* | Add fix/workaround for black screen at startup | Sergeanur | 2020-07-17 | 1 | -0/+5 |
| | |||||
* | Remove console and fix sth | eray orçunus | 2020-07-04 | 2 | -1/+5 |
| | |||||
* | Re-enable console for debugging frontend | eray orçunus | 2020-07-03 | 2 | -2/+7 |
| | |||||
* | update glfw.cpp | Fire-Head | 2020-06-29 | 2 | -7/+201 |
| | |||||
* | menu fixes | Fire-Head | 2020-06-29 | 1 | -1/+2 |
| | |||||
* | Merge branch 'master' into ps2menu | Fire_Head | 2020-06-29 | 5 | -26/+26 |
|\ | |||||
| * | Frontend customization functions, freecam toggle, minor things | eray orçunus | 2020-05-28 | 1 | -1/+1 |
| | | |||||
| * | skeleton typos | aap | 2020-05-23 | 5 | -25/+25 |
| | | |||||
* | | mips overdose | Fire-Head | 2020-06-27 | 1 | -20/+165 |
|/ | |||||
* | blacklist for glfw "joysticks" | aap | 2020-05-14 | 1 | -1/+14 |
| | |||||
* | Fix linux warnings | Filip Gawin | 2020-05-12 | 1 | -1/+1 |
| | |||||
* | Fix Windows build and premake | eray orçunus | 2020-05-11 | 4 | -11/+16 |
| | |||||
* | Linux build support | eray orçunus | 2020-05-11 | 7 | -91/+321 |
| | |||||
* | Menu map fixes and resizable window on GLFW | eray orçunus | 2020-05-09 | 1 | -3/+5 |
| | |||||
* | reverting fuckup | aap | 2020-05-06 | 1 | -0/+2 |
| | |||||
* | updated librw | aap | 2020-05-06 | 1 | -2/+0 |
| | |||||
* | Screen mode selector and persistent map target fix | eray orçunus | 2020-05-01 | 2 | -55/+68 |
| | |||||
* | improved video modes for glfw | aap | 2020-04-30 | 1 | -40/+146 |
| | |||||
* | implemented improved video modes for win.cpp | aap | 2020-04-29 | 1 | -5/+108 |
| | |||||
* | removed cpuid stuff from glfw as they caused a crash by clobbering registers. what to do about win.cpp? | aap | 2020-04-28 | 1 | -79/+0 |
| | |||||
* | Merge pull request #489 from Nick007J/master | Nikolay Korolev | 2020-04-26 | 1 | -2/+7 |
|\ | | | | | 1.1 patch stuff + flying controls | ||||
| * | Merge remote-tracking branch 'upstream/master' | Nikolay Korolev | 2020-04-25 | 1 | -0/+8 |
| |\ | |||||
| * | | more 1.1 patch | Nikolay Korolev | 2020-04-24 | 1 | -2/+7 |
| | | | |||||
* | | | fixes for glfw | aap | 2020-04-26 | 1 | -15/+16 |
| | | | |||||
* | | | Remove struct workaround in CControllerConfigManager | Sergeanur | 2020-04-26 | 1 | -1/+0 |
| | | | |||||
* | | | Initial GLFW support | eray orçunus | 2020-04-26 | 6 | -48/+1723 |
| |/ |/| | |||||
* | | implemented skinned peds, no cutscene hands yet | aap | 2020-04-24 | 1 | -0/+8 |
|/ | |||||
* | Crossplatform work continues | eray orçunus | 2020-04-22 | 5 | -8/+159 |
| | |||||
* | Remove patches | Sergeanur | 2020-04-17 | 3 | -96/+5 |
| | |||||
* | rem refs | Fire-Head | 2020-04-17 | 4 | -22/+15 |
| | |||||
* | Default native resolution mode and small camera fixes | Sergeanur | 2020-04-15 | 1 | -4/+25 |
| | |||||
* | (PS2) TheGame/main/GameInit/SystemInit, ProcessSlowMode | Fire-Head | 2020-04-09 | 1 | -7/+7 |
| | |||||
* | CShotInfo, CWanted done, Frontend fix | eray orçunus | 2020-03-29 | 1 | -6/+0 |
| | |||||
* | Limit frontend FPS to 100 | eray orçunus | 2020-03-28 | 1 | -1/+7 |
| | |||||
* | WaterCannon done, resource ico | Fire-Head | 2020-03-28 | 2 | -1/+12 |
| | |||||
* | Fixes for Serge's review | Filip Gawin | 2020-03-22 | 1 | -2/+2 |
| | |||||
* | cMusicManager | Sergeanur | 2020-02-07 | 1 | -1/+1 |
| | |||||
* | Implemented faststrcmp, faststricmp, strcasecmp | Sergeanur | 2019-10-30 | 1 | -0/+7 |
| | |||||
* | Small CPad fixes | Sergeanur | 2019-10-29 | 1 | -6/+6 |
| | |||||
* | Merge branch 'master' into master | Fire_Head | 2019-10-27 | 3 | -35/+52 |
|\ | |||||
| * | ControllerConfig done | Fire-Head | 2019-10-27 | 3 | -35/+52 |
| | | | | | | | | Fix Cam enum | ||||
* | | Audio stuff moved around, removed MusicManager dependencies, eMusicMode used for ChangeMusicMode | Sergeanur | 2019-10-26 | 2 | -2/+3 |
|/ | |||||
* | More more more audio | Filip Gawin | 2019-08-27 | 1 | -1/+1 |
| | |||||
* | AnimViewer! | eray orçunus | 2019-08-15 | 4 | -11/+48 |
| | |||||
* | Merge branch 'master' of github.com:Fire-Head/re3 | Fire-Head | 2019-08-02 | 1 | -30/+41 |
|\ | |||||
| * | fixed dinput | aap | 2019-07-25 | 1 | -30/+41 |
| | | |||||
* | | sampman done | Fire-Head | 2019-08-02 | 1 | -0/+0 |
|/ | |||||
* | Merge pull request #153 from ThirteenAG/master | aap | 2019-07-20 | 1 | -4/+4 |
|\ | | | | | premake and appveyor update | ||||
| * | premake and appveyor update | ThirteenAG | 2019-07-20 | 1 | -4/+4 |
| | | |||||
* | | couple of fixes | aap | 2019-07-20 | 1 | -1/+1 |
|/ | |||||
* | and of course the last commit didnt fix everything | aap | 2019-07-10 | 1 | -1/+1 |
| | |||||
* | added wrappers around math functions | aap | 2019-07-10 | 1 | -5/+5 |
| | |||||
* | Update Frontend. | _AG | 2019-07-03 | 1 | -0/+4 |
| | |||||
* | cleaned up to be closer to original game | aap | 2019-07-03 | 2 | -29/+17 |
| | |||||
* | Revert "Implemented frontend inputs." | aap | 2019-07-02 | 2 | -12/+4 |
| | |||||
* | Implemented frontend inputs. | _AG | 2019-07-02 | 2 | -4/+12 |
| | | | | Fixed #66 and few other stuff. | ||||
* | Cleanup project a bit | Filip Gawin | 2019-06-30 | 2 | -101/+101 |
| | |||||
* | misc stuff, mostly collision | aap | 2019-06-28 | 1 | -9/+2 |
| | |||||
* | Initial commit for Frontend. | _AG | 2019-06-25 | 2 | -2/+6 |
| | | | | | | Bug fixes: fix #40, fix #39, fix #38, fix #37, fix #21. Code organization and cleanup... | ||||
* | first part of CFileLoader | aap | 2019-06-17 | 1 | -0/+1 |
| | |||||
* | got rid of upper case types | aap | 2019-06-17 | 2 | -32/+32 |
| | |||||
* | Merge branch 'master' into master | Fire_Head | 2019-06-13 | 1 | -0/+7 |
|\ | |||||
| * | fixed CFileMgr somewhat; still issues when loading saves | aap | 2019-06-13 | 1 | -0/+7 |
| | | |||||
* | | CPad done | Fire-Head | 2019-06-13 | 1 | -2/+2 |
|/ | |||||
* | tmp | Fire-Head | 2019-06-11 | 2 | -175/+173 |
| | |||||
* | VK_LEFT fix | Fire-Head | 2019-06-05 | 1 | -0/+1 |
| | |||||
* | win.cpp/skeleton.cpp done | Fire-Head | 2019-06-05 | 1 | -34/+34 |
| | |||||
* | input done, fixed cheats input | Fire-Head | 2019-06-05 | 3 | -31/+864 |
| | |||||
* | added NO_MOVIES | Fire-Head | 2019-06-03 | 1 | -0/+11 |
| | |||||
* | gamestates fixed, mpeg now working | Fire-Head | 2019-06-02 | 1 | -43/+147 |
| | |||||
* | mouse fixed | Fire-Head | 2019-06-02 | 1 | -3/+5 |
| | |||||
* | fixed merge | aap | 2019-06-02 | 1 | -2/+3 |
| | |||||
* | skeleton updated, windows specific stuff added | Fire-Head | 2019-06-02 | 8 | -305/+2541 |
| | |||||
* | rw skeleton | Fire-Head | 2019-05-31 | 5 | -0/+1618 |