mirror of
https://github.com/open-goal/jak-project
synced 2026-06-07 20:11:39 -04:00
89ccb8cbc7
* cleanup `main` * whitespace * start `progress` decomp pt1 * fill in more stuff * Update label_types.jsonc * run cheats * clang * make most of `progress` decompile * `progress` pt 2 * [decompiler] support dynamic format strings * Make `progress-draw` decompile and almost all `progress` * make clang shut up * fix unhandled format string * fix `progress-draw` * Update DecompilerTypeSystem.cpp * fix? * fixes * fix a few functions * make `language-enum` * warn on weird floats * fix minor pad bug * dump stuff in `progress` * make `progress-screen` enum * progress progress * update refs and fix stupid bug * trying to get it to work * it works!? * disable sound functions * fixes * final touches * tests * tests * add process allocations * use the right register for windows * another try for windows, counting is hard * one more try * use process allocations Co-authored-by: water <awaterford111445@gmail.com>
29 lines
1017 B
Common Lisp
29 lines
1017 B
Common Lisp
;;-*-Lisp-*-
|
|
(in-package goal)
|
|
|
|
;; name: process-drawable.gc
|
|
;; name in dgo: process-drawable
|
|
;; dgos: GAME, ENGINE
|
|
|
|
;; TODO - for water-anim | sunken-elevator
|
|
(define-extern ja-post (function none :behavior process-drawable))
|
|
;; TODO - for rigid-body
|
|
(define-extern rider-post (function int))
|
|
(define-extern transform-post (function int))
|
|
;; TODO - for misty-teetertotter
|
|
(define-extern transform-post (function int))
|
|
(define-extern ja-done? (function int symbol))
|
|
;; TODO - for misty-warehouse
|
|
(define-extern rider-trans (function int))
|
|
;; TODO - for nav-enemy
|
|
(define-extern ja-blend-eval (function int))
|
|
(define-extern process-drawable-fuel-cell-handler (function process int symbol event-message-block none))
|
|
(define-extern ja-aframe-num (function int float))
|
|
(define-extern ja-aframe (function float int float))
|
|
;; TODO - for sculptor
|
|
(define-extern ja-eval (function int))
|
|
;; TODO - for basebutton
|
|
(define-extern anim-loop (function symbol))
|
|
;; TODO - for bouncer
|
|
(define-extern ja-min? (function int symbol))
|