Commit Graph

2292 Commits

Author SHA1 Message Date
Ilya Shurumov
eeda7537aa - fix linux compile 2021-04-29 23:48:55 +06:00
Ilya Shurumov
24f7de3750 - fix popNode bug 2021-04-29 22:09:44 +06:00
Ilya Shurumov
ece9d294f1 - fix iterate() enormously big stack allocation 2021-04-29 19:29:52 +06:00
Ilya Shurumov
e462cced53 - misc code changes in TannerShadow 2021-04-29 19:29:13 +06:00
Ilya Shurumov
2d6c794595 - added gMultiStep for PSX, removed test code 2021-04-29 19:28:57 +06:00
Ilya Shurumov
2d49be767e - little scratchpad optimize 2021-04-29 19:28:12 +06:00
Ilya Shurumov
9f859e7744 - overlay loading location fixes 2021-04-29 19:27:43 +06:00
Ilya Shurumov
47d01f6521 - add DEN & LCF files to CD XML 2021-04-29 05:06:17 +06:00
Ilya Shurumov
042e0b4f57 - LOAD_OVERLAY now works 2021-04-29 04:56:05 +06:00
Ilya Shurumov
e9a2b7eeb1 - added PSX CD make files 2021-04-29 04:55:41 +06:00
Ilya Shurumov
4b2ac87438 - [Psy-X] fix ApplyRotMatrix bug 2021-04-29 04:54:39 +06:00
Ilya Shurumov
5de308693b - optimize & bug fix for collisions (especially PSX) 2021-04-29 04:16:40 +06:00
Ilya Shurumov
36b57d6221 - adding PSX makefiles 2021-04-29 03:03:54 +06:00
Ilya Shurumov
5d46efc553 - [Psy-X] bump version to 2.1 2021-04-26 16:46:40 +06:00
Ilya Shurumov
90c19811e8 - fix DEBUG_OPTIONS build for PSX 2021-04-26 03:19:22 +06:00
Ilya Shurumov
56571f5f2f - lod define fix 2021-04-26 02:52:03 +06:00
Ilya Shurumov
36b55fc3f0 - experimental interrupt-based updates 2021-04-26 02:48:15 +06:00
Ilya Shurumov
1f6767178a - misc changes 2021-04-26 02:47:53 +06:00
Ilya Shurumov
19f462f1e7 - added optimized drawing routines 2021-04-26 02:47:42 +06:00
Ilya Shurumov
f780cf3855 - added QuickUnpackCellObject 2021-04-26 02:47:01 +06:00
Ilya Shurumov
973b2da24e - [Psy-X] added EnableEvent, DisableEvent stubs 2021-04-26 02:40:33 +06:00
Ilya Shurumov
51cc6aecb7 - fix spooling bug 2021-04-26 02:40:18 +06:00
Ilya Shurumov
ff80015e26 - added system clock for PSX 2021-04-26 02:40:02 +06:00
Ilya Shurumov
0367216020 - [Psy-X] add ScratchPad 2021-04-25 22:05:40 +06:00
Ilya Shurumov
f43b756318 - add scratchpad optimizations 2021-04-25 22:05:28 +06:00
Ilya Shurumov
03310e8697 - added D_CHECK_ERROR, change overlay loading method, fix PSX spooling crashes 2021-04-25 19:55:50 +06:00
Ilya Shurumov
9b0267fff1 - bug fixes 2021-04-25 05:09:16 +06:00
Ilya Shurumov
a79cd93daf - PSX memory layout figured out. Partially running. 2021-04-25 04:30:34 +06:00
Ilya Shurumov
6a36fcb36e - fix PSX compile
- remove CD change imitation for PC
2021-04-19 01:52:27 +06:00
Ilya Shurumov
1b90c621f1 - enable image file in config by default 2021-04-19 00:48:03 +06:00
Ilya Shurumov
7c14ddbb6e - make XA subtitles appear even if no XA audio is available 2021-04-19 00:46:19 +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
38680eeb7a - [Psy-X] added CD Image extraction functions 2021-04-18 17:28:04 +06:00
Ilya Shurumov
561c28e75c - fix crash when returning to menu (if command-line runs) 2021-04-17 21:29:10 +06:00
Ilya Shurumov
a87b39a02a - fix post-replay pause state 2021-04-17 21:28:33 +06:00
Ilya Shurumov
f787df5d5d - [Psy-X] fix CD warnings 2021-04-17 20:59:52 +06:00
Ilya Shurumov
176b096a65 - [Psy-X] misc GTE_RotTransPers changes 2021-04-17 16:12:11 +06:00
Ilya Shurumov
ef59968ab2 - fix returning to frontend after FMV
- fix other frontend bugs
2021-04-17 16:11:52 +06:00
Ilya Shurumov
ea8b10d50b - call CheckForPause after FilterFrameTime 2021-04-17 14:35:41 +06:00
Ilya Shurumov
6ce3bd92ad - added FilterFrameTime, fix name entry framerate 2021-04-15 11:49:48 +06:00
Ilya Shurumov
6661545c81 - fix director after refactoring 2021-04-15 11:49:07 +06:00
Ilya Shurumov
e287930290 - update web shell 2021-04-15 01:50:47 +06:00
Ilya Shurumov
c4fbab5dd2 - fix cutscene skipping freeze after refactor 2021-04-15 01:50:38 +06:00
Ilya Shurumov
1f07a8e7da - [Psy-X] fast approximate vblank count (Web only) 2021-04-15 01:12:49 +06:00
Ilya Shurumov
e85df8ef74 - refactor pause menus (unwind into single loop)
- main render loop unwinded
2021-04-15 01:02:54 +06:00
Ilya Shurumov
12c44bf17a - reduce stack memory usage by refactoring game into states 2021-04-14 22:27:06 +06:00
Ilya Shurumov
acf4291916 - [Psy-X] better interrupt callbacks for emscripten 2021-04-14 22:13:53 +06:00
Ilya Shurumov
6391545df3 - add emscripten shell and style 2021-04-12 20:35:04 +06:00
Ilya Shurumov
9370234d5c - fix getting back to demo frontend 2021-04-12 20:34:36 +06:00
Ilya Shurumov
2bf00b10a4 - [Psy-X] rework vblank for emscripten 2021-04-12 20:34:20 +06:00