Commit Graph

48 Commits

Author SHA1 Message Date
Ilya Shurumov
a79cd93daf - PSX memory layout figured out. Partially running. 2021-04-25 04:30:34 +06:00
Ilya Shurumov
7f6f98670a - added command-line options to change config ini & CD image files 2021-04-19 00:41:49 +06:00
Ilya Shurumov
5abeec38b1 - emscripten WIP 2021-04-10 20:03:53 +06:00
Ilya Shurumov
3693d5beff - option to run game using ISO/BIN 2021-04-09 15:45:09 +06:00
Ilya Shurumov
eaa27e3930 - add filesystem defines and prioritizing PC-style access over CDFS
- fix PSX LoadfileSeg bug
2021-04-09 03:37:29 +06:00
Ilya Shurumov
9bb5333d80 - [Psy-X] improve controller support, allow slot configuration 2021-04-06 22:06:32 +06:00
Ilya Shurumov
f1d060858d - added config option to disable Chicago bridges 2021-02-22 15:12:03 +06:00
Ilya Shurumov
f93d6ffec2 - added fieldOfView config setting 2021-02-22 14:50:26 +06:00
Ilya Shurumov
013ccc59a2 - [Psy-X] complete controller mapping, added inverse axis mapping 2021-02-22 14:09:56 +06:00
Ilya Shurumov
54177774a8 - [Psy-X] fix shutdown 2021-02-20 15:15:20 +06:00
Ilya Shurumov
d84ae6c654 - support for controller remapping [WIP] 2021-02-19 14:53:39 +06:00
Ilya Shurumov
2cf1f1ccf4 - added dedicated car entry/exit button (default is R3) 2021-02-19 13:58:25 +06:00
Ilya Shurumov
019c38c5ce - [Psy-X] redone logging system, console now only shows in Debug build
- [Psy-X] added log file creation
2021-02-15 01:05:50 +06:00
Ilya Shurumov
4eecd43554 - UpdateRoadPosition refactoring progress
- removed MAX_TRAFFIC_CARS as redundant
2021-01-14 19:44:28 +06:00
SoapyMan
db1f347b64 - fix building on Linux
- fix bugged video playback
- remove bad file
2020-12-28 20:27:23 +06:00
Ilya Shurumov
e65f046e4c - decapitalize every filename, fix bad commit 2020-12-28 14:51:40 +06:00
Ilya Shurumov
fcb92078fc - [Psy-X] split renderer from system to separate files 2020-12-24 23:11:03 +06:00
Ilya Shurumov
194519f1b0 - [Psy-X] fully reorganize source files structure 2020-12-24 22:44:40 +06:00
Ilya Shurumov
61da501ade - add installation verification 2020-12-22 18:04:33 +06:00
Ilya Shurumov
6e895f5877 - convert all strings to locale strings
- MODEL data accessors
2020-12-22 17:46:42 +06:00
Ilya Shurumov
0bd12cf1b3 - lots, lots and lots of changes of some complex types to typedefs 2020-12-08 22:45:14 +06:00
Ilya Shurumov
6acb68ed0c - [Psy-X] switch for enabling swap interval
- disable swap interval during loading
2020-12-02 13:17:13 +06:00
Ilya Shurumov
fa6d4c6a82 - widescreen clipping on overlay map
- [Psy-X] double-buffer VRAM (for future purposes)
- [Psy-X] fix some headers
2020-12-01 19:03:03 +06:00
Ilya Shurumov
da4831a641 - linux build fix 2020-11-24 16:14:47 +06:00
Ilya Shurumov
f6402285a0 - fast loading screens option 2020-11-24 15:59:05 +06:00
Ilya Shurumov
afb56553f1 - add separate menu and game control mappings 2020-11-24 15:14:53 +06:00
Ilya Shurumov
eed356479c - command-line option to store all XA subtitles from WAV files 2020-11-23 20:58:39 +06:00
Ilya Shurumov
89c3f5ecae - change game debug keys to conform Psy-X debug keys 2020-11-23 14:51:53 +06:00
Ilya Shurumov
949d73a190 - fix conflicts caused by merges 2020-11-20 21:45:23 +06:00
Ilya Shurumov
3a3e0dd664 - remove __unix__ and make fixslashes always here 2020-11-19 21:48:39 +06:00
Ilya Shurumov
0bc848da2c - rename EMULATOR to Psy-X
- move it's makefile
2020-11-19 01:14:45 +06:00
Ilya Shurumov
479ede0ec2 - rename HUD to Overlay to avoid confusion 2020-11-16 23:20:47 +06:00
Ilya Shurumov
cd1800de35 - HUD overlays to support widescreen mapping (configurable) 2020-11-16 23:15:46 +06:00
Ilya Shurumov
dd4daea020 - support randomized attract replays
- don't forget to init user replays
2020-11-13 23:48:25 +06:00
Ilya Shurumov
10dd4e72bf - fix non-crt allocated buffer size too 2020-11-10 03:08:17 +06:00
Ilya Shurumov
18338871c8 - fix bugs caused by frontend and small buffer 2020-11-10 02:57:01 +06:00
Ilya Shurumov
c239654ab4 - refactor IdentifyZone, CalcEffPos 2020-10-28 03:24:47 +06:00
Ilya Shurumov
88d3d3fe10 - Driver 1 music support 2020-10-25 23:27:36 +06:00
Ilya Shurumov
7d93dc1ac1 - [EMU] z buffer and texture filtering configuration support 2020-10-25 21:18:29 +06:00
Ilya Shurumov
7daecc88b9 - adding GetSeaPlane to help playerghost cheat 2020-10-25 00:59:50 +06:00
Ilya Shurumov
8a6dea83c0 - configurable data folder in config.ini 2020-10-24 22:35:51 +06:00
Ilya Shurumov
05b6548a58 - fix compile error
- fix crash related to config
2020-10-22 02:51:19 +06:00
Ilya Shurumov
d5963e26d5 - fix free camera for Release build 2020-10-21 12:08:13 +06:00
Ilya Shurumov
6fc37b1498 - add INI configuration support
- add fullscreen support
2020-10-21 11:43:29 +06:00
Ilya Shurumov
476459f2e5 - cutscene recorder improvements 2020-10-05 00:19:53 +06:00
André Vicente Milack
05d47d6388 Make changes suggested in PR review
- Fix suggested settings on premake5.lua
- Fix SDL2 includes
- Fix typo on STRINGS.H include from PSY-Q
- Remove inserted _WINDOWS
- Move platform-related macro declarations to GAME/PLATFORM.H
2020-09-30 01:22:08 -03:00
André Vicente Milack
b24dd1bde4 Merge https://github.com/SoapyMan/REDRIVER2 into linux 2020-09-29 12:51:45 -03:00
André Vicente Milack
946607413f Allow the project to be compiled on Linux 2020-09-26 20:31:08 -03:00