Commit Graph

48 Commits

Author SHA1 Message Date
InspirationByte
44cf1e011c - move many types from dr2types.h to corresponding files 2022-01-25 22:58:58 +03:00
Ilya Shurumov
95e9c66a32 - FMV volume is now adjusted 2022-01-21 20:59:10 +03:00
Ilya Shurumov
97e310f656 - [Psy-X] another GCC fixes 2022-01-21 20:59:10 +03:00
Ilya Shurumov
5261b0516b - [Psy-X] full PSX C API compliance (hopefully)
- [Psy-X] fix getScratchAddr BUG
2022-01-21 20:59:10 +03:00
Ilya Shurumov
97e738ba36 - [Psy-X] include files renames
- re-arrange includes
2021-05-07 23:00:28 +06:00
Ilya Shurumov
b4a265db69 - [Psy-X] reorganize platform setup headers and cleanup 2021-04-10 15:17:25 +06:00
Ilya Shurumov
c164a6d2de - improve replay saving prompt 2021-02-26 23:37:08 +06:00
Ilya Shurumov
b21e04b9ae - fix FMV player memory leak in Audio 2021-02-20 15:15:33 +06:00
Ilya Shurumov
4394c66e0d - [Psy-X] additional shader compilation checks 2021-01-09 15:01:17 +06:00
Ilya Shurumov
17609f528c - [Psy-X] move controller reads to intrThread
- [Psy-X] implement simple PadStartCom, PadStopCom
2021-01-02 15:01:03 +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
17c22c30d9 - fix linux build 2020-12-28 17:25:36 +06:00
Ilya Shurumov
e65f046e4c - decapitalize every filename, fix bad commit 2020-12-28 14:51:40 +06:00
Ilya Shurumov
0c05af3318 - [Psy-X] some renames 2020-12-27 21:13:57 +06:00
SoapyMan
6882c95f57 - fix buffer overrun issues 2020-12-25 00:26:23 +06:00
Ilya Shurumov
194519f1b0 - [Psy-X] fully reorganize source files structure 2020-12-24 22:44:40 +06:00
Ilya Shurumov
31479d87a6 - [Psy-X] split draw batch for offscreen 2020-12-24 12:41:36 +06:00
Ilya Shurumov
ca1303d94b - [Psy-X] pretty some LibGPU stuff 2020-12-23 22:25:13 +06:00
SoapyMan
87621be8f6 - giving some love and compilation fixes to linux build
- [Psy-X] api improvements
2020-12-21 23:10:29 +06:00
Ilya Shurumov
0a24b2672e - [Psy-X] add RENDERER_OGL to config 2020-12-11 02:52:58 +06:00
Ilya Shurumov
e92b1c1ac9 - fix FMV AVI filename case 2020-11-21 01:57:34 +06:00
Ilya Shurumov
949d73a190 - fix conflicts caused by merges 2020-11-20 21:45:23 +06:00
Ilya Shurumov
dd9725e35c Merge branch 'Rosalie241-fix-linux' into develop-SoapyMan 2020-11-20 21:16:13 +06:00
Ilya Shurumov
cd682b780c - change FMV scaling to not oversize 2020-11-20 12:32:10 +06:00
Ilya Shurumov
3a3e0dd664 - remove __unix__ and make fixslashes always here 2020-11-19 21:48:39 +06:00
Ilya Shurumov
2f9796e241 - include FMV font as header 2020-11-18 12:21:22 +06:00
Ilya Shurumov
8f26c04df6 - improve MJPEG unpacking in video player 2020-11-16 00:40:05 +06:00
Ilya Shurumov
db49d98b30 - fix credits file not loading correctly (line endings issue) 2020-11-10 17:50:07 +06:00
Ilya Shurumov
702a77c168 - resolve flickering and out of area drawing 2020-11-10 02:35:12 +06:00
Ilya Shurumov
95b3df133c - add credits text to FMV 2020-11-10 01:27:42 +06:00
Ilya Shurumov
46c5590966 - video player to use HPC timer
- fix sound stutter on FMV start
2020-11-09 22:02:00 +06:00
Ilya Shurumov
7b517a3fad - fix game compile errors 2020-10-25 00:13:30 +06:00
Ilya Shurumov
9365116a94 - replace GLEW with GLAD 2020-10-24 23:38:33 +06:00
Ilya Shurumov
8a6dea83c0 - configurable data folder in config.ini 2020-10-24 22:35:51 +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
Ilya Shurumov
d5b1681587 - FMV height and subtitle tuning 2020-09-22 23:30:56 +06:00
Ilya Shurumov
481856c02a - fix DealWithHorn
- disable ReadAVI verbosity
2020-09-22 02:31:50 +06:00
Ilya Shurumov
0f1594b023 - fix PleaseWait message not drawing 2020-09-21 15:53:40 +06:00
Ilya Shurumov
b74a79ec37 - FMV texture clamp
- fix aspect and centering issue
2020-09-21 14:47:07 +06:00
Ilya Shurumov
3f8f119108 - fix FMV frame skipping if window being dragged 2020-09-21 14:29:04 +06:00
Ilya Shurumov
fd0de7f0a3 - FMV subtitles and recap 2020-09-21 12:46:42 +06:00
Ilya Shurumov
0200289641 - disable ReadAVI exceptions 2020-09-21 02:31:06 +06:00
Ilya Shurumov
c64f283d1b - FMV sound fadeout when button pressed 2020-09-21 02:07:03 +06:00
Ilya Shurumov
c785dc7f33 - better FMV frame syncing 2020-09-21 02:01:00 +06:00
Ilya Shurumov
a6deaff1c0 - FMV player with bits of hardware acceleration 2020-09-21 01:51:46 +06:00
Ilya Shurumov
20d1a3738f - AVI (MJPEG) video player prototype for FMV 2020-09-21 00:21:36 +06:00