jak-project/common
water111 85725401d2
[jak2] Hopefully improve sky performance (#3130)
Switches the slime look up table to be a texture, since I guess intel
drivers are terrible and putting the array in the shader makes it
extremely slow.

Also, a few minor changes:
- removed art-groups from the test-zone levels since this causes the
compiler to re-decompile the game, and makes the launcher slower. (left
it in commented out)
- Switched `decompile_code` to false by default in jak 2, in case people
run the decompiler and don't want to wait forever
- Fixed build warnings
2023-11-04 09:33:16 -04:00
..
audio [decompiler] Support v5 data file link data (#3076) 2023-10-10 21:56:03 -04:00
cross_os_debug Make all project targets compile on Intel MacOS (#2780) 2023-07-01 13:30:11 -04:00
cross_sockets cleanup our cmake and build warnings (#2876) 2023-08-08 20:53:16 -04:00
custom_data [jak2] More texture animations (#2831) 2023-07-16 13:02:53 -04:00
dma [jak2] Work-in-progress texture animations (#2819) 2023-07-14 18:17:54 -04:00
formatter [jak2] Hopefully improve sky performance (#3130) 2023-11-04 09:33:16 -04:00
global_profiler jak2: overlord rework (#2544) 2023-04-29 16:13:57 -04:00
goos deftype and defmethod syntax major changes (#3094) 2023-10-30 03:20:02 +00:00
log [decompiler] Handle find-parent-method (#3018) 2023-09-30 11:06:09 -04:00
math custom levels: refactor level building code and jak 2 support (#3090) 2023-10-21 06:07:43 +02:00
repl [jak2] fully implement *user* (#3046) 2023-10-01 04:28:30 +01:00
serialization [goalc] Cleaned up speedups (#3066) 2023-10-07 10:48:17 -04:00
sqlite [jak2] Work-in-progress texture animations (#2819) 2023-07-14 18:17:54 -04:00
texture decompiler: allow jak 3 texture and model extraction (#3080) 2023-10-11 19:32:12 -04:00
type_system [jak2] Hopefully improve sky performance (#3130) 2023-11-04 09:33:16 -04:00
util g/j2: Integrate highscores with Speedrun.com/JakSpeedruns.com when speedrunner mode is enabled (#3037) 2023-10-11 20:43:55 -04:00
versions decompiler: allow jak 3 texture and model extraction (#3080) 2023-10-11 19:32:12 -04:00
CMakeLists.txt formatter: support formatting bindings, for example in a let (#2883) 2023-08-05 15:23:09 -04:00
common_types.h support c++ tools on macos (#2063) 2022-12-22 17:12:05 -05:00
goal_constants.h decompiler: allow jak 3 texture and model extraction (#3080) 2023-10-11 19:32:12 -04:00
link_types.h [goalc] compile/run code for jak2 ckernel, set up dummy KERNEL.CGO (#1625) 2022-07-08 19:23:49 -04:00
listener_common.h Typo fix LTT_MSG_INSEPCT (#2778) 2023-06-29 16:45:53 -04:00
symbols.h decompiler: some hacks to allow running decompiler on jak 3 v5 code files, improve all-types generation (#2526) 2023-10-07 22:14:12 +02:00