mirror of
https://github.com/open-goal/jak-project
synced 2026-09-07 03:30:01 -04:00
minor windows fixes (#1311)
* [pp2] put `define` dest on a single line * update source! * Update type_analysis.cpp * update old credits & racer code * change clang-cl args (REALLY force avx) * Update credits_REF.gc * comment small unused code * add timer to decompiler * fix unnecessary copy-constructors (no speed increase) * fixes * Update expression_build.cpp * wtf is this thing anyway * im bored. * clang * fix! * Revert "fix!" This reverts commit5b1ce6c718. * Revert "clang" This reverts commit5e67d9ccd1. * Revert "im bored." This reverts commit070e957ce8. * Revert "Update expression_build.cpp" This reverts commitb94d092fc5. * Revert "fixes" This reverts commitf3d871f60a. * Revert "fix unnecessary copy-constructors (no speed increase)" This reverts commit9100725802. * Keep the random inoffensive changes * Revert "Update type_analysis.cpp" This reverts commitd2456a5c75. * Update type_analysis.cpp
This commit is contained in:
+13
-26
@@ -284,8 +284,7 @@
|
||||
)
|
||||
|
||||
;; definition for symbol *assistant-tasks*, type task-control
|
||||
(define
|
||||
*assistant-tasks*
|
||||
(define *assistant-tasks*
|
||||
(new 'static 'task-control
|
||||
:current-stage -1
|
||||
:stage
|
||||
@@ -414,8 +413,7 @@
|
||||
)
|
||||
|
||||
;; definition for symbol *assistant-village2-tasks*, type task-control
|
||||
(define
|
||||
*assistant-village2-tasks*
|
||||
(define *assistant-village2-tasks*
|
||||
(new 'static 'task-control
|
||||
:current-stage -1
|
||||
:stage
|
||||
@@ -693,8 +691,7 @@
|
||||
)
|
||||
|
||||
;; definition for symbol *gambler-tasks*, type task-control
|
||||
(define
|
||||
*gambler-tasks*
|
||||
(define *gambler-tasks*
|
||||
(new 'static 'task-control
|
||||
:current-stage -1
|
||||
:stage
|
||||
@@ -807,8 +804,7 @@
|
||||
)
|
||||
|
||||
;; definition for symbol *geologist-tasks*, type task-control
|
||||
(define
|
||||
*geologist-tasks*
|
||||
(define *geologist-tasks*
|
||||
(new 'static 'task-control
|
||||
:current-stage -1
|
||||
:stage
|
||||
@@ -921,8 +917,7 @@
|
||||
)
|
||||
|
||||
;; definition for symbol *mayor-tasks*, type task-control
|
||||
(define
|
||||
*mayor-tasks*
|
||||
(define *mayor-tasks*
|
||||
(new 'static 'task-control
|
||||
:current-stage -1
|
||||
:stage
|
||||
@@ -1044,8 +1039,7 @@
|
||||
)
|
||||
|
||||
;; definition for symbol *sage-tasks*, type task-control
|
||||
(define
|
||||
*sage-tasks*
|
||||
(define *sage-tasks*
|
||||
(new 'static 'task-control
|
||||
:current-stage -1
|
||||
:stage
|
||||
@@ -1190,8 +1184,7 @@
|
||||
)
|
||||
|
||||
;; definition for symbol *sage-bluehut-tasks*, type task-control
|
||||
(define
|
||||
*sage-bluehut-tasks*
|
||||
(define *sage-bluehut-tasks*
|
||||
(new 'static 'task-control
|
||||
:current-stage -1
|
||||
:stage
|
||||
@@ -1305,8 +1298,7 @@
|
||||
)
|
||||
|
||||
;; definition for symbol *oracle-village1-tasks*, type task-control
|
||||
(define
|
||||
*oracle-village1-tasks*
|
||||
(define *oracle-village1-tasks*
|
||||
(new 'static 'task-control
|
||||
:current-stage -1
|
||||
:stage
|
||||
@@ -1425,8 +1417,7 @@
|
||||
)
|
||||
|
||||
;; definition for symbol *oracle-village2-tasks*, type task-control
|
||||
(define
|
||||
*oracle-village2-tasks*
|
||||
(define *oracle-village2-tasks*
|
||||
(new 'static 'task-control
|
||||
:current-stage -1
|
||||
:stage
|
||||
@@ -1545,8 +1536,7 @@
|
||||
)
|
||||
|
||||
;; definition for symbol *oracle-village3-tasks*, type task-control
|
||||
(define
|
||||
*oracle-village3-tasks*
|
||||
(define *oracle-village3-tasks*
|
||||
(new 'static 'task-control
|
||||
:current-stage -1
|
||||
:stage
|
||||
@@ -1665,8 +1655,7 @@
|
||||
)
|
||||
|
||||
;; definition for symbol *miners-tasks*, type task-control
|
||||
(define
|
||||
*miners-tasks*
|
||||
(define *miners-tasks*
|
||||
(new 'static 'task-control
|
||||
:current-stage -1
|
||||
:stage
|
||||
@@ -2056,8 +2045,7 @@
|
||||
)
|
||||
|
||||
;; definition for symbol *sage-villagec-tasks*, type task-control
|
||||
(define
|
||||
*sage-villagec-tasks*
|
||||
(define *sage-villagec-tasks*
|
||||
(new 'static 'task-control
|
||||
:current-stage -1
|
||||
:stage
|
||||
@@ -2308,8 +2296,7 @@
|
||||
)
|
||||
|
||||
;; definition for symbol *task-controls*, type (array task-control)
|
||||
(define
|
||||
*task-controls*
|
||||
(define *task-controls*
|
||||
(the-as (array task-control)
|
||||
(new
|
||||
'static
|
||||
|
||||
Reference in New Issue
Block a user