Commit Graph
100 Commits
Author SHA1 Message Date
aapandGitHub 9b4cfa618d Merge pull request #827 from aap/master
finished cullzones
2020-11-22 22:49:22 +01:00
aap 07303c62d1 finished cullzones 2020-11-22 00:13:07 +01:00
aapandGitHub 15ae9e2a3e Merge pull request #823 from aap/master
Neo screen droplets
2020-11-22 00:12:34 +01:00
aap 02c7f8381b neo screen droplets 2020-11-19 16:23:52 +01:00
aap 856e424c76 Merge branch 'master' of github.com:GTAmodding/re3 2020-11-19 15:21:22 +01:00
aapandGitHub a0a8bb8d92 Merge pull request #822 from aap/master
CPed review part1,2 re3
2020-11-19 15:20:53 +01:00
aap cf3308c66e no static runtime for external librw 2020-11-18 13:46:58 +01:00
aap 91f9c7938e CPed review part1,2 re3 2020-11-18 12:38:47 +01:00
aap 9826fdf6d5 more fixes to librw stuff 2020-11-18 11:16:02 +01:00
aap 82b0103c67 changes to librw layer, GLES now runtime choice 2020-11-18 10:27:55 +01:00
aap 19d9430314 fix flag 2020-11-16 22:57:37 +01:00
aap 46253fbf7d Merge branch 'master' of github.com:GTAmodding/re3 2020-11-16 22:43:35 +01:00
aap 3564b85b4e animation compression from PS2 2020-11-16 22:43:15 +01:00
aap 5335b46cbb little fix to ps2 CPad 2020-11-16 09:48:02 +01:00
aap 2f9a905c61 change gl caps.dat constants 2020-11-16 09:41:39 +01:00
aap 546ed0ff07 changes to RW layer so loading foreign files works 2020-11-11 09:42:30 +01:00
aap 8614f68620 RwRenderStateGet 2020-11-05 16:42:57 +01:00
aapandGitHub 881a3e1091 Merge pull request #795 from withmorten/master
enable static runtime for all windows builds; fast floating point for x86/x64 builds; no sized dealloc for windows builds
2020-11-05 10:59:02 +01:00
aap b3da518ae0 only do backface culling on buildings 2020-11-03 16:59:37 +01:00
aap ebddb7956c fix mistake in custom menu; update librw 2020-11-03 14:37:00 +01:00
aap 30c0f26f17 fix sniper crosshair 2020-10-31 22:09:43 +01:00
aapandGitHub 6eef54e3fc Merge pull request #792 from withmorten/master
fix FINAL build, add DEBUGMENU and other simple qol defines to FINAL ...
2020-10-31 17:06:25 +01:00
aap 317393d763 few more fixes to last commit 2020-10-29 19:21:16 +01:00
aap bb3ac3d837 Merge branch 'master' of github.com:GTAmodding/re3 2020-10-29 19:11:52 +01:00
aap e97366c023 implemented extra model flags for backface culling and alpha test from mobile 2020-10-29 19:11:47 +01:00
aap 81e462b677 Merge branch 'master' of github.com:GTAmodding/re3 2020-10-28 10:33:46 +01:00
aap a5447306c4 fixed skin on player head 2020-10-28 10:33:27 +01:00
aap ee222d0384 stupid bug; update librw 2020-10-27 16:15:30 +01:00
aap 78ac22ee2c boolean for extended pipelines 2020-10-27 15:55:07 +01:00
aap e3a1041a47 clean up timebar ifdefs 2020-10-25 16:17:30 +01:00
aapandGitHub c40d628fe0 Merge pull request #767 from theR4K/master
SpecialFX fixes
2020-10-15 14:56:43 +02:00
aap 700967dd2d update librw 2020-08-25 00:04:01 +02:00
aap 6c63dfd86d accidentally enabled extended stuff.... 2020-08-23 13:30:54 +02:00
aap 771235d213 weather fixes 2020-08-23 13:30:21 +02:00
aap ac5af18891 fixed CRenderer::ScanSectorPoly again 2020-08-21 09:40:10 +02:00
aap dace79c7c3 small streaming fixes 2020-08-20 23:45:45 +02:00
aap a9a1bf5056 changed a sound enum 2020-08-20 13:21:08 +02:00
aap 517e2ee9a5 small fixes 2020-08-20 12:55:41 +02:00
aap bd30d0a796 update librw 2020-08-19 20:49:43 +02:00
aap c2e20070ab txd.img bug 2020-08-19 16:54:09 +02:00
aapandGitHub 76fe1247c8 Merge pull request #688 from aap/master
Neo pipelines
2020-08-19 14:36:38 +02:00
aap e3405f4be4 Merge branch 'master' of github.com:gtamodding/re3 2020-08-18 11:09:50 +02:00
aap 0e4cd8cfae update librw 2020-08-18 11:05:43 +02:00
aap c556cbbbe0 neo pipelines 2020-08-18 10:58:15 +02:00
aap 2a0a508a10 fixed clouds render 2020-08-14 09:27:54 +02:00
aap afed831aed extended postfx and sniper hud fix 2020-08-13 18:14:24 +02:00
aap f0503edf62 fix render poly bug 2020-08-13 16:29:42 +02:00
aap e29e911302 update librw 2020-08-10 17:05:34 +02:00
aap a149d9d511 little timecycle cleanup 2020-08-09 19:32:32 +02:00
aap 59d25d3ad8 pointlight fixes 2020-08-09 15:45:54 +02:00
aap 5dc7ff98f2 corona fixes 2020-08-09 13:17:05 +02:00
aapandGitHub bad2b4b3c2 Merge pull request #681 from withmorten/master
remove CoUninitialize calls for FIX_BUGS (fixes PIX crash) and don't …
2020-08-08 17:40:17 +02:00
aapandGitHub f14b1fba09 Merge pull request #675 from erorcun/master
Squeeze performance option, minor fixes
2020-08-07 10:18:46 +02:00
aapandGitHub 0d7fa6df3c Merge pull request #676 from aap/master
VU0 collision
2020-08-07 10:18:40 +02:00
aap abb640c6b6 VU0 collision 2020-08-03 17:32:06 +02:00
aapandGitHub ee83d4ea27 Merge pull request #674 from Fire-Head/master
iii shadows fix
2020-08-03 14:01:52 +02:00
aap e13d80a4eb rename shit 2020-07-29 14:31:34 +02:00
aap 2f40c3dc8b synch fakerw with reVC; update librw 2020-07-29 09:50:06 +02:00
aap 2e8048d0fe collision fixes 2020-07-27 15:38:12 +02:00
aap e2d56f00dd heli fixes 2020-07-26 23:40:26 +02:00
aap b5b64ca351 fixed hanim for 64 bit 2020-07-24 23:28:55 +02:00
aap f2ee6f85c7 update librw 2020-07-23 15:14:07 +02:00
aap fdb262bca0 update librw 2020-07-22 14:02:43 +02:00
aap eb90e94f55 update librw 2020-07-21 13:06:59 +02:00
aap d4d6290403 fixed to renderer 2020-07-21 11:12:10 +02:00
aap efd49962d2 avoid UB 2020-07-20 19:32:20 +02:00
aap b8c2cf597d figured out magic 2020-07-19 00:56:13 +02:00
aap 2cfd3a9e92 CPlane fixes 2020-07-19 00:37:12 +02:00
aap 23da99622c tiny cleanup 2020-07-16 13:35:35 +02:00
aap 575f35f2c4 fixes to CBoat 2020-07-01 18:03:59 +02:00
aap b072cbca93 cleanup 2020-06-29 12:12:52 +02:00
aap 418bee9c22 renamed 2dfx shadowRange to Size 2020-06-28 12:05:42 +02:00
aap cafe4d6f0c rename attractor flag to type 2020-06-25 15:13:08 +02:00
aap 98baa36f1a FOV fix 2020-06-21 14:50:00 +02:00
aap 3859efff42 ps2 cam transitions done (hopefully) 2020-06-21 14:41:39 +02:00
aap 586e8a2ab4 tried to reconstruct bills cam 2020-06-21 11:03:20 +02:00
aap e1c58131c4 PS2 cam transition mostly working 2020-06-21 00:40:07 +02:00
aap 5ad739f096 some PS2 cam code; fix for arrest cam 2020-06-20 14:38:21 +02:00
aap 4cd4f91e57 ccamera cleanup 2020-06-19 09:15:23 +02:00
aap 5f3eb76cff CCam fixes yet again 2020-06-16 13:50:29 +02:00
aap e6d2b49121 more cleanup 2020-06-14 23:16:22 +02:00
aap b77d044729 fixed boat wake 2020-06-14 09:50:00 +02:00
aap 3fe282fbe4 a few cam fixes 2020-06-13 23:39:35 +02:00
aap 41dac0773f little CCam cleanup; fix in CWorld sphere test 2020-06-12 21:53:39 +02:00
aap 5a961d0284 some cam cleanup; unused PS2 train cams 2020-06-10 23:50:27 +02:00
aap 94e5b24fc8 cleaned up and fixed animviewer 2020-06-08 13:01:20 +02:00
aap 44e2fcee39 disable skidding bugfix 2020-06-07 00:03:51 +02:00
aapandGitHub 98de658c8f Merge pull request #619 from ShFil119/heads
Fix collision with peds heads
2020-06-05 13:43:07 +02:00
aap 95e96c86a1 minor stuff 2020-06-04 17:39:26 +02:00
aap 04de93796b fix accident~ 2020-06-03 09:24:02 +02:00
aap 04a91761df some vehicle cleanup 2020-06-02 23:34:53 +02:00
aap 575c5466df renamed a vehicle thing 2020-06-02 14:38:57 +02:00
aap c00f7a8d22 CTimer fix 2020-06-01 20:50:26 +02:00
aap 8bbb6a2a4a hanim fix 2020-06-01 20:28:04 +02:00
aap 7c7727e7da fixed timebar toggle 2020-06-01 13:21:19 +02:00
aapandGitHub f69313237e Merge pull request #607 from rollschuh2282/master
Added toggles for the TimeBars and the "DebugStuffInRelease" to the Debug Menu
2020-06-01 10:44:45 +02:00
aap c8b93d0575 fixed bumper colmodel 2020-06-01 10:30:01 +02:00
aap 12cc0e4132 getting rid of strnicmp 2020-05-31 22:35:29 +02:00
aap bae3a3e72f fixed to CAutomobile and friends 2020-05-31 17:45:26 +02:00
aapandGitHub 9bcec54291 Merge pull request #599 from Nick007J/master
Mission replay
2020-05-28 10:25:14 +02:00