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
+11 -22
View File
@@ -2748,8 +2748,7 @@
)
;; definition for symbol *clm-focalpull-attr*, type clm
(define
*clm-focalpull-attr*
(define *clm-focalpull-attr*
(new 'static 'clm
:title "---focalpull attributes--"
:items
@@ -2819,8 +2818,7 @@
)
;; definition for symbol *clm-index-attr*, type clm
(define
*clm-index-attr*
(define *clm-index-attr*
(new 'static 'clm
:title "---index attributes--"
:items
@@ -2890,8 +2888,7 @@
)
;; definition for symbol *clm-intro-attr*, type clm
(define
*clm-intro-attr*
(define *clm-intro-attr*
(new 'static 'clm
:title "---intro attributes--"
:items
@@ -2958,8 +2955,7 @@
)
;; definition for symbol *clm-spline-attr*, type clm
(define
*clm-spline-attr*
(define *clm-spline-attr*
(new 'static 'clm
:title "---spline attributes--"
:items
@@ -3008,8 +3004,7 @@
)
;; definition for symbol *clm-vol-attr*, type clm
(define
*clm-vol-attr*
(define *clm-vol-attr*
(new 'static 'clm
:title "---volume attributes--"
:items
@@ -3059,8 +3054,7 @@
)
;; definition for symbol *clm-cam-attr*, type clm
(define
*clm-cam-attr*
(define *clm-cam-attr*
(new 'static 'clm
:title "---camera attributes--"
:items
@@ -3418,8 +3412,7 @@
)
;; definition for symbol *clm-cam-lookthrough*, type clm
(define
*clm-cam-lookthrough*
(define *clm-cam-lookthrough*
(new 'static 'clm
:title "---cam-lookthrough---"
:items
@@ -3486,8 +3479,7 @@
)
;; definition for symbol *clm-edit*, type clm
(define
*clm-edit*
(define *clm-edit*
(new 'static 'clm
:title "---edit---"
:items
@@ -3684,8 +3676,7 @@
)
;; definition for symbol *clm-save-all*, type clm
(define
*clm-save-all*
(define *clm-save-all*
(new 'static 'clm
:title "---save all?---"
:items
@@ -3716,8 +3707,7 @@
)
;; definition for symbol *clm-save-one*, type clm
(define
*clm-save-one*
(define *clm-save-one*
(new 'static 'clm
:title "---single save?---"
:items
@@ -3748,8 +3738,7 @@
)
;; definition for symbol *clm-select*, type clm
(define
*clm-select*
(define *clm-select*
(new 'static 'clm
:title "---camera---"
:items
+3 -6
View File
@@ -441,8 +441,7 @@
)
;; definition for symbol *CAM_EYE-bank*, type cam-eye-bank
(define
*CAM_EYE-bank*
(define *CAM_EYE-bank*
(new 'static 'cam-eye-bank :rot-speed 364.0889 :max-degrees 12743.111 :max-fov 11650.845 :min-fov 6189.511)
)
@@ -3118,8 +3117,7 @@
)
;; definition for symbol *CAM_STICK-bank*, type cam-stick-bank
(define
*CAM_STICK-bank*
(define *CAM_STICK-bank*
(new 'static 'cam-stick-bank :max-z (meters 30) :min-z (meters 5) :max-y (meters 15) :min-y (meters 2))
)
@@ -3365,8 +3363,7 @@
)
;; definition for symbol *CAM_BIKE-bank*, type cam-bike-bank
(define
*CAM_BIKE-bank*
(define *CAM_BIKE-bank*
(new 'static 'cam-bike-bank :max-z (meters 6) :min-z (meters 10) :max-y (meters 3) :min-y (meters 5))
)