jak-project/game
ManDude ecf590f30e
fix shadow colors in jak 1 and jak 2 shadow crash (#2647)
Fixes Jak 1 shadow color. Old behavior is subtractive blend with a
hardcoded value, which often times look way too dark, but it looks like
the actual game uses some sort of multiplicative blend and a
customizable shadow color (for all shadows at once).

Before vs after:

![image](https://github.com/open-goal/jak-project/assets/7569514/a409a403-9ddf-40dd-a74f-a29bd9b98323)

![20230514234953763_gk_HxercNamqn](https://github.com/open-goal/jak-project/assets/7569514/211565ae-405f-4056-96e5-ec188d2c0a30)


![image](https://github.com/open-goal/jak-project/assets/7569514/f84244a6-153c-4f7d-84d0-dae57147e4ae)

![20230514235005037_gk_jGjwKFhnLE](https://github.com/open-goal/jak-project/assets/7569514/4262d136-3130-4791-ae70-14d4369ba8d4)


Also fixes #2646
2023-05-15 01:01:49 +01:00
..
assets New Crowdin updates (#2645) 2023-05-14 01:28:13 -04:00
common jak2: overlord rework (#2544) 2023-04-29 16:13:57 -04:00
graphics fix shadow colors in jak 1 and jak 2 shadow crash (#2647) 2023-05-15 01:01:49 +01:00
kernel [jak2] combined shadow work PR (#2632) 2023-05-07 12:12:21 -04:00
mips2c [jak2] combined shadow work PR (#2632) 2023-05-07 12:12:21 -04:00
overlord pack tfrag normals into 10 bits (#2625) 2023-05-06 02:08:33 +01:00
sce jak2: overlord rework (#2544) 2023-04-29 16:13:57 -04:00
sound jak2: overlord rework (#2544) 2023-04-29 16:13:57 -04:00
system jak2: overlord rework (#2544) 2023-04-29 16:13:57 -04:00
tools subtitles-editor: Allow removing lines and fix some issues (#2573) 2023-04-29 11:02:18 -04:00
CMakeLists.txt cmake: sort game/CMakeLists.txt files (#2633) 2023-05-07 18:54:33 +01:00
discord.cpp g/jak2: initial Discord RPC implementation (#2100) 2023-01-07 10:34:01 -05:00
discord.h game: Remove temporary CLI arg shim in gk (#2532) 2023-04-22 14:13:57 -04:00
main.cpp game: don't exit prematurely when rebooting in debug (#2608) 2023-04-30 23:06:11 -04:00
runtime.cpp jak2: overlord rework (#2544) 2023-04-29 16:13:57 -04:00
runtime.h game: Remove temporary CLI arg shim in gk (#2532) 2023-04-22 14:13:57 -04:00