Commit Graph

1536 Commits

Author SHA1 Message Date
Fireboyd78
f4e3e303c4 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:42:38 -08:00
Fireboyd78
7d78fc45e6 Merge branch 'develop-SoapyMan' of https://github.com/OpenDriver2/REDRIVER2 into develop-Fireboyd78 2020-11-18 13:32:40 -08:00
Fireboyd78
b360453b7e Fix narrowing conversion warning for fmvFont. 2020-11-18 13:29:10 -08:00
Fireboyd78
5e41bdbef6 Merge branch 'develop-SoapyMan' into develop-Fireboyd78
# Conflicts:
#	src_rebuild/GAME/C/CIV_AI.C
2020-11-18 13:07:48 -08:00
Ilya Shurumov
8c65403de4 - [Psy-X] change banner 2020-11-19 01:56:33 +06:00
Ilya Shurumov
38b0432abd - update CONTRIBUTING.md 2020-11-19 01:47:38 +06:00
Ilya Shurumov
2be706ff12 - update README.md 2020-11-19 01:47:29 +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
Mark Ludwig
4841adbacb
Merge pull request #27 from 50thomatoes50/master
fix extended ASCII in mission messages
2020-11-17 13:37:18 -08: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
bf2b4d51a3 - update .gitignore 2020-11-17 22:29:33 +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
Ilya
3b9a74335b
Merge pull request #25 from 50thomatoes50/master
fixed Main Menu extended ASCII char missing
2020-11-17 14:47:01 +06:00
Thomas PORTASSAU
e7acae5b8e fixed Main Menu extended ASCII char missing 2020-11-17 08:42:38 +01:00
Ilya
1867105278
Merge pull request #15 from OpenDriver2/develop-SoapyMan
Develop soapy man
2020-11-17 00:37:27 +06: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
764021202d - update config.ini 2020-11-16 23:50:46 +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
addfa2f45e Update issue templates 2020-11-16 17:28:24 +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
Fireboyd78
75eecfe27c MOTION_C refactoring progress 2020-11-15 04:46:02 -08:00
Ilya Shurumov
5a3717665d - InitCivCars to clear some fields 2020-11-15 04:19:42 +06:00
Ilya Shurumov
402954066c - InitCivCars to clear some fields (attempt to fix invalid pings) 2020-11-15 03:50:59 +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
9d9d9b7b7d - update changelog 2020-11-15 03:04:24 +06:00
Ilya
8e976e3b9e
Merge pull request #11 from OpenDriver2/develop-SoapyMan
General fixes and improvements
2020-11-14 16:53:16 +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