jak-project/goal_src/jak2/kernel
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
..
dgo-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
gcommon.gc [decomp] ctywide-obs (#2250) 2023-02-25 14:00:16 -05:00
gkernel-h.gc [jak2] script-eval macro (#2315) 2023-03-11 10:45:16 -05:00
gkernel.gc [jak2] minor decomp cleanup + add force actors and sprite pc hacks (#2291) 2023-02-28 00:35:57 +00:00
gstate.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
gstring-h.gc goal_src: Get rid of *OLD* files in jak1's goal_src (#1736) 2022-08-06 12:03:42 -04:00
gstring.gc g/jak2: initial Discord RPC implementation (#2100) 2023-01-07 10:34:01 -05:00
pskernel.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