jak-project/goal_src/jak1
ManDude 324def1303
split new pc features in some files into their own code files + address some old issues + ripple graphics improvements (#2216)
Moves PC-specific entity and debug menu things to `entity-debug.gc` and
`default-menu-pc.gc` respectively and makes `(declare-file (debug))`
work as it should (no need to wrap the entire file in `(when
*debug-segment*` now!).

Also changes the DGO descriptor format so that it's less verbose. It
might break custom levels, but the format change is very simple so it
should not be difficult for anyone to update to the new format. Sadly,
you lose the completely useless ability to use DGO object names that
don't match the source file name. The horror!

I've also gone ahead and expanded the force envmap option to also force
the ripple effect to be active. I did not notice any performance or
visual drawbacks from this. Gets rid of some distracting LOD and some
water pools appearing super flat (and pitch back for dark eco).

Fixes #1424
2023-02-13 21:39:14 +00:00
..
build jak2: Create goal_src skeleton (#1576) 2022-06-29 22:20:09 -04:00
dgos split new pc features in some files into their own code files + address some old issues + ripple graphics improvements (#2216) 2023-02-13 21:39:14 +00:00
engine split new pc features in some files into their own code files + address some old issues + ripple graphics improvements (#2216) 2023-02-13 21:39:14 +00:00
examples [decomp] fix up debug menu rendering, add a few others (#1892) 2022-09-16 20:42:33 -04:00
import jak2: Create goal_src skeleton (#1576) 2022-06-29 22:20:09 -04:00
kernel game: add secrets menu, music player and some more pc settings to the debug menu (#1664) 2022-07-18 02:22:04 +01:00
levels Jak 1 Checkpoint Select / IL Speedrun support (#2162) 2023-01-30 19:11:57 -05:00
old goal_src: Get rid of *OLD* files in jak1's goal_src (#1736) 2022-08-06 12:03:42 -04:00
pc split new pc features in some files into their own code files + address some old issues + ripple graphics improvements (#2216) 2023-02-13 21:39:14 +00:00
compiler-setup.gc cleanup cheats menu + change game territory logic + some subtitles (#1733) 2022-08-06 11:57:19 -04:00
game.gp split new pc features in some files into their own code files + address some old issues + ripple graphics improvements (#2216) 2023-02-13 21:39:14 +00:00
kernel-defs.gc Hook Jak 1 into ImGUI actor filter (#2157) 2023-01-28 14:17:43 -05:00