jak-project/goal_src/jak2/engine/util
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
..
capture-h.gc 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
capture.gc 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
glist-h.gc 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
glist.gc 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
profile-h.gc docs: fix method docstrings and grab @file comment blocks to use as a file description (#2289) 2023-02-27 18:58:01 -05:00
profile.gc port pckernel to Jak 2 (#2248) 2023-02-25 10:19:32 -05:00
script-h.gc [jak2] script-eval macro (#2315) 2023-03-11 10:45:16 -05:00
script.gc d/jak2: second documentation PR and finish forest-scenes and palace-scenes (#2136) 2023-01-21 20:26:51 -05:00
smush-control-h.gc decomp: kor-*|kid-*|widow-*|hal-*|atoll-* files, spyder, sniper, juicer and more (#2134) 2023-01-21 19:50:48 -05:00
sync-info-h.gc docs - first chunk of work documenting the files I glossed over (#2130) 2023-01-15 11:33:39 -05:00
sync-info.gc [decomp] sync-info, fix some looping type pass bugs (#1925) 2022-09-26 19:40:46 -04:00
types-h.gc [jak2] static sound macro (#1919) 2022-09-25 16:19:06 -04:00