jak-project/goal_src/jak2/engine
ManDude 77242bd12e
[jak2] script-eval macro (#2315)
turns
```lisp
      (eval! (new 'stack 'script-context (process->ppointer self) self (the-as vector #f)) '(teleport))
      (eval! (new 'stack 'script-context (process->ppointer self) self (the-as vector #f)) (-> arg0 on-goto))
```
into
```lisp
      (script-eval '(teleport))
      (script-eval (-> arg0 on-goto))
```
2023-03-11 10:45:16 -05:00
..
ai [jak2] script-eval macro (#2315) 2023-03-11 10:45:16 -05:00
ambient [jak2] script-eval macro (#2315) 2023-03-11 10:45:16 -05:00
anim [decomp] finish up nav-graph, traffic-engine, traffic-manager, height-map (#2191) 2023-02-05 18:16:58 -05:00
camera 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
collide [jak2] minor decomp cleanup + add force actors and sprite pc hacks (#2291) 2023-02-28 00:35:57 +00:00
common_objs [jak2] script-eval macro (#2315) 2023-03-11 10:45:16 -05:00
data decomp: blerc, ripple, under-* files (#2163) 2023-01-28 16:02:58 -05:00
debug docs: fix method docstrings and grab @file comment blocks to use as a file description (#2289) 2023-02-27 18:58:01 -05:00
dma docs: fix method docstrings and grab @file comment blocks to use as a file description (#2289) 2023-02-27 18:58:01 -05:00
draw [merc] support eyes through merc (#2300) 2023-03-08 18:18:35 -05:00
engine [jak2] minor decomp cleanup + add force actors and sprite pc hacks (#2291) 2023-02-28 00:35:57 +00:00
entity [jak2] minor decomp cleanup + add force actors and sprite pc hacks (#2291) 2023-02-28 00:35:57 +00:00
game [jak2] script-eval macro (#2315) 2023-03-11 10:45:16 -05:00
geometry docs: fix method docstrings and grab @file comment blocks to use as a file description (#2289) 2023-02-27 18:58:01 -05:00
gfx [jak2] fix blerc profile bar issue (#2307) 2023-03-10 02:10:43 +00:00
level [jak2] script-eval macro (#2315) 2023-03-11 10:45:16 -05:00
load d/jak2: fix elevator issues and cleanup script-context new method (#2304) 2023-03-09 20:03:43 -05:00
math docs: fix method docstrings and grab @file comment blocks to use as a file description (#2289) 2023-02-27 18:58:01 -05:00
nav d/jak2: finish onin-game and resolve type-hinting (array object) elements (#2188) 2023-02-04 20:36:30 -05:00
physics decomp: race-* files (#2224) 2023-02-18 15:45:00 -05:00
process-drawable add debug joint renderer (#2309) 2023-03-10 03:12:44 +00:00
ps2 docs: fix method docstrings and grab @file comment blocks to use as a file description (#2289) 2023-02-27 18:58:01 -05:00
scene [jak2] minor decomp cleanup + add force actors and sprite pc hacks (#2291) 2023-02-28 00:35:57 +00:00
sound port pckernel to Jak 2 (#2248) 2023-02-25 10:19:32 -05:00
spatial-hash docs: fix method docstrings and grab @file comment blocks to use as a file description (#2289) 2023-02-27 18:58:01 -05:00
target [jak2] script-eval macro (#2315) 2023-03-11 10:45:16 -05:00
ui [jak2] WIP minimap (#2280) 2023-02-27 19:51:14 -05:00
util [jak2] script-eval macro (#2315) 2023-03-11 10:45:16 -05:00