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 commit 5b1ce6c718.

* Revert "clang"

This reverts commit 5e67d9ccd1.

* Revert "im bored."

This reverts commit 070e957ce8.

* Revert "Update expression_build.cpp"

This reverts commit b94d092fc5.

* Revert "fixes"

This reverts commit f3d871f60a.

* Revert "fix unnecessary copy-constructors (no speed increase)"

This reverts commit 9100725802.

* Keep the random inoffensive changes

* Revert "Update type_analysis.cpp"

This reverts commit d2456a5c75.

* Update type_analysis.cpp
This commit is contained in:
ManDude
2022-04-18 02:11:09 +01:00
committed by GitHub
parent 97dc0e14df
commit 0cdeed9be7
103 changed files with 818 additions and 1330 deletions
+16 -32
View File
@@ -2,8 +2,7 @@
(in-package goal)
;; definition for symbol *main-options*, type (array game-option)
(define
*main-options*
(define *main-options*
(new
'static
'boxed-array
@@ -49,8 +48,7 @@
)
;; definition for symbol *title*, type (array game-option)
(define
*title*
(define *title*
(new
'static
'boxed-array
@@ -78,8 +76,7 @@
)
;; definition for symbol *options*, type (array game-option)
(define
*options*
(define *options*
(new
'static
'boxed-array
@@ -107,8 +104,7 @@
)
;; definition for symbol *main-options-demo*, type (array game-option)
(define
*main-options-demo*
(define *main-options-demo*
(new
'static
'boxed-array
@@ -136,8 +132,7 @@
)
;; definition for symbol *main-options-demo-shared*, type (array game-option)
(define
*main-options-demo-shared*
(define *main-options-demo-shared*
(new
'static
'boxed-array
@@ -166,8 +161,7 @@
)
;; definition for symbol *game-options*, type (array game-option)
(define
*game-options*
(define *game-options*
(new
'static
'boxed-array
@@ -180,8 +174,7 @@
)
;; definition for symbol *game-options-japan*, type (array game-option)
(define
*game-options-japan*
(define *game-options-japan*
(new
'static
'boxed-array
@@ -193,8 +186,7 @@
)
;; definition for symbol *game-options-demo*, type (array game-option)
(define
*game-options-demo*
(define *game-options-demo*
(new
'static
'boxed-array
@@ -206,8 +198,7 @@
)
;; definition for symbol *graphic-options*, type (array game-option)
(define
*graphic-options*
(define *graphic-options*
(new
'static
'boxed-array
@@ -227,8 +218,7 @@
)
;; definition for symbol *graphic-title-options-pal*, type (array game-option)
(define
*graphic-title-options-pal*
(define *graphic-title-options-pal*
(new
'static
'boxed-array
@@ -253,8 +243,7 @@
)
;; definition for symbol *sound-options*, type (array game-option)
(define
*sound-options*
(define *sound-options*
(new
'static
'boxed-array
@@ -276,8 +265,7 @@
)
;; definition for symbol *ok-options*, type (array game-option)
(define
*ok-options*
(define *ok-options*
(new
'static
'boxed-array
@@ -287,8 +275,7 @@
)
;; definition for symbol *load-options*, type (array game-option)
(define
*load-options*
(define *load-options*
(new
'static
'boxed-array
@@ -302,8 +289,7 @@
)
;; definition for symbol *save-options*, type (array game-option)
(define
*save-options*
(define *save-options*
(new
'static
'boxed-array
@@ -317,8 +303,7 @@
)
;; definition for symbol *save-options-title*, type (array game-option)
(define
*save-options-title*
(define *save-options-title*
(new
'static
'boxed-array
@@ -1549,8 +1534,7 @@
)
;; definition for symbol *task-egg-starting-x*, type (array int32)
(define
*task-egg-starting-x*
(define *task-egg-starting-x*
(new 'static 'boxed-array :type int32 :length 9 :allocated-length 9 #xda #xc2 #xab #x93 #x7c 100 77 53 30)
)