Commit Graph

1426 Commits

Author SHA1 Message Date
Rosalie Wanders
8f09f9d61a Fix linux compilation 2020-11-19 16:27:50 +01:00
Fireboyd78
e847e0d613 Refactor FEMAIN.C
- [PC] Fix flickering bugs

- [PC] Move button drawing logic to DrawScreen

- [PC] Better game names lookup system

- Fixed bugs in high score table

- Other misc changes/fixes
2020-11-18 18:46:04 -08:00
Ilya Shurumov
8c65403de4 - [Psy-X] change banner 2020-11-19 01:56:33 +06:00
Ilya Shurumov
827214d00a - [Psy-X] load SDL game controller mappings on first PadInitDirect 2020-11-19 01:43:17 +06:00
Ilya Shurumov
4ed62bb4a1 - add Psy-X README.md 2020-11-19 01:25:14 +06:00
Ilya Shurumov
0bc848da2c - rename EMULATOR to Psy-X
- move it's makefile
2020-11-19 01:14:45 +06:00
Ilya Shurumov
e4518a104a - refactor PAUSE.C
- fix score name entry bugs
2020-11-19 00:21:25 +06:00
Ilya Shurumov
ca5227c032 Merge branch 'master' of https://github.com/OpenDriver2/REDRIVER2.git into develop-SoapyMan 2020-11-18 12:21:28 +06:00
Ilya Shurumov
2f9796e241 - include FMV font as header 2020-11-18 12:21:22 +06:00
Thomas PORTASSAU
88794c929d fix extended ASCII in mission messages 2020-11-17 22:18:34 +01:00
Ilya
e1f5456656
Merge pull request #26 from OpenDriver2/develop-SoapyMan
Bug fixes
2020-11-18 00:35:11 +06:00
Ilya Shurumov
898cf2cef1 - fix cutscene-replay saving/loading bugs 2020-11-17 22:01:20 +06:00
Ilya Shurumov
96d338bc80 - don't store pings if not in cutscene recorder mode 2020-11-17 18:13:45 +06:00
Ilya Shurumov
81370a7273 - support reserving car slots (configurable) for cutscene/chase recorder 2020-11-17 16:10:59 +06:00
Thomas PORTASSAU
e7acae5b8e fixed Main Menu extended ASCII char missing 2020-11-17 08:42:38 +01:00
Ilya Shurumov
109ecfa036 - fixed crash caused by unloaded spooled models 2020-11-17 00:21:31 +06:00
Ilya Shurumov
57d6fc939c - hide director overlays if switched off in debug menu
- better director sound pause handling
2020-11-16 23:53:42 +06:00
Ilya Shurumov
853489868b - bump version 2020-11-16 23:50:33 +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
d8bd8840f1 - refactor OVERMAP.C, move ProcessPalletLump to CARS.C 2020-11-16 23:15:08 +06:00
Ilya Shurumov
cfc647e7d0 - [EMU] Emulator_GetPSXWidescreenMappedViewport 2020-11-16 23:14:35 +06:00
Ilya Shurumov
628b98ca70 - added overlay percentage bar constants 2020-11-16 03:15:36 +06:00
Ilya Shurumov
dbb1fd9c99 - almost refactored OVERMAP.C
- added map position constants
2020-11-16 03:15:16 +06:00
Ilya Shurumov
a91b791282 - refactor DrawFullscreenMap, fix DrawOverheadMap 2020-11-16 01:30:35 +06:00
Ilya Shurumov
fba19b1390 - HandleThrownBombs to process thrown bombs even if there is not bomb target vehicle 2020-11-16 00:40:45 +06:00
Ilya Shurumov
8f26c04df6 - improve MJPEG unpacking in video player 2020-11-16 00:40:05 +06:00
Ilya Shurumov
3bd7f8124d - refactor DrawOverheadMap 2020-11-16 00:39:46 +06:00
Ilya Shurumov
5a3717665d - InitCivCars to clear some fields 2020-11-15 04:19:42 +06:00
Ilya Shurumov
22f8022965 - attempt to fix crash caused by sparks 2020-11-15 03:36:17 +06:00
Ilya Shurumov
ca76a1113f - restore Tanner camera in analog mode 2020-11-15 03:26:53 +06:00
Ilya Shurumov
9d002bc544 - debug wanted weahter and time of day setting 2020-11-15 03:05:05 +06:00
Ilya Shurumov
f1f01fc448 - fix Tanner analog controls 2020-11-15 03:04:45 +06:00
Ilya Shurumov
dd56659da1 - add 'volatile' keyword to some vars in PingInCivCar 2020-11-14 16:41:49 +06:00
Ilya Shurumov
7cf69f4273 - update config
- bump version
2020-11-14 15:19:48 +06:00
Ilya Shurumov
80604dc816 - [EMU] fix Nvidia texture coordinate CLUT lookup bug 2020-11-14 15:18:16 +06:00
Fireboyd78
ea5f8cde1a Undo grammar change. 2020-11-13 22:35:21 -08:00
Fireboyd78
2b2e9898ce Updated custom attract replay loading. 2020-11-13 20:23:03 -08:00
Fireboyd78
bbf57b4edf Updated custom cutscene file loading. 2020-11-13 19:50:33 -08:00
Ilya Shurumov
fc3d8d285e - bump version 2020-11-14 03:37:33 +06:00
Ilya Shurumov
e032fae6f8 - GetFirstPackedCop to check if region is not loading 2020-11-14 03:36:51 +06:00
Ilya Shurumov
1dcb44d4de - fix bus sound on Havana's mini 2020-11-14 03:36:19 +06:00
Ilya Shurumov
acbd7f59c5 - change order of area data loading (attempt to fix crash) 2020-11-14 01:53:54 +06:00
Ilya Shurumov
dc71b27f76 - fix displaying chase username when no chase is active 2020-11-14 00:40:56 +06:00
Ilya Shurumov
ac926e1ac0 - load XA subtitles externally 2020-11-14 00:13:27 +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
44355fd68a - rework chases to support more user replays 2020-11-13 23:23:00 +06:00
Ilya Shurumov
3c1d946321 - fix bus sound on chicago secret car 2020-11-13 23:22:37 +06:00
Ilya Shurumov
13553447ff - [EMU] fix PAD initialization 2020-11-13 22:12:18 +06:00
Ilya Shurumov
284bed1af2 - InitLeadHorn and LeadHorn to skip certain missions 2020-11-13 22:12:02 +06:00