Skip to content

Commit 80db67e

Browse files
authored
Remove many unused variables and unused setting files (o3de#4607)
* Remove many unused variables and unused setting files Signed-off-by: nemerle <[email protected]> * Remove a few more dead config vars Signed-off-by: nemerle <[email protected]> * fix android test_ConfigureSettings_DefaultValues_SetsValues Signed-off-by: nemerle <[email protected]>
1 parent f34811c commit 80db67e

File tree

71 files changed

+21
-2800
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+21
-2800
lines changed
-13
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
11
<settings>
2-
<r_PostProcessEffects value="1"/>
3-
<r_HDREyeAdaptationSpeed value="100000000"/>
4-
<r_MotionBlur value="0"/>
5-
<e_ScreenShotQuality value="0"/>
6-
<e_ViewDistRatio value="100000000"/>
72
<r_DisplayInfo value="0"/>
83
<e_StreamCgfPoolSize value="128" />
9-
<e_ViewDistRatioVegetation value="100"/>
10-
<e_Lods value="0"/>
114
<e_Vegetation value="0"/>
12-
<e_TerrainOcclusionCulling value="0"/>
13-
<e_OcclusionVolumes value="0"/>
14-
<e_shadows value="0"/>
15-
<e_portals value="3"/>
16-
<e_fog value="0"/>
17-
<r_hdrdebug value="0"/>
185
</settings>

Assets/Editor/UserTools.xml

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
<Tool Title="| Draw Helpers" Command="p_draw_helpers" EditorCmd="" ToggleVar="1"/>
88
<Tool Title="| AI Debug Draw" Command="ai_DebugDraw" EditorCmd="" ToggleVar="1"/>
99
<Tool Title="| Toggle Music" Command="s_MusicEnable" EditorCmd="" ToggleVar="1"/>
10-
<Tool Title="| Toggle Sound" Command="s_SoundEnable" EditorCmd="" ToggleVar="1"/>
11-
<Tool Title="| Toggle ForcefeedBack" Command="i_forcefeedback" EditorCmd="" ToggleVar="1"/>
1210
<Tool Title="| Freeze Camera " Command="e_CameraFreeze" EditorCmd="" ToggleVar="1"/>
1311
<Tool Title="| Log Verbosity 0" Command="log_Verbosity 0" EditorCmd="" ToggleVar="0"/>
1412
<Tool Title="| SaveLevelStats" Command="savelevelstats" EditorCmd="" ToggleVar="0"/>
-11
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
ConsoleHide
2-
g_godMode=1
32
sys_warnings=0
43
con_showonload=1
5-
i_forcefeedback=0
6-
g_infiniteammo=1
7-
e_ObjectLayersActivation=0
8-
e_ObjectLayersActivationPhysics=0
9-
g_flashrenderingduringloading=0
104
sys_maxfps=0
115
r_vsync=0
12-
p_max_substeps=1
13-
demo_file=autotest
14-
demo_num_runs=0
15-
demo_quit=1
16-
demo_ai=1
-10
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
ConsoleHide
2-
g_godMode=1
3-
g_infiniteammo=1
42
r_displayinfo=1
53
s_profiling=1
64
sys_maxfps=0
7-
e_ObjectLayersActivation=0
8-
e_ObjectLayersActivationPhysics=0
9-
10-
demo_file=autotest
11-
demo_num_runs=2
12-
demo_quit=1
13-
demo_savestats=1
14-
demo_profile=-1
155
demo
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
ConsoleHide
2-
g_godMode=1
3-
g_infiniteammo=1
42
r_displayinfo=1
53
s_profiling=1
64
sys_maxfps=0
7-
demo_file=playthru
8-
demo_num_runs=2
9-
demo_quit=1
10-
demo_savestats=1
11-
demo_profile=-1
12-
demo
5+
demo

Assets/Engine/Config/CVarGroups/sys_spec_Full.cfg

-97
Original file line numberDiff line numberDiff line change
@@ -11,113 +11,16 @@
1111
; default of this CVarGroup
1212
= 7
1313

14-
sys_spec_ObjectDetail=7
15-
sys_spec_Shading=7
16-
sys_spec_VolumetricEffects=7
17-
sys_spec_Shadows=7
18-
sys_spec_Texture=7
19-
sys_spec_Physics=7
20-
sys_spec_PostProcessing=7
21-
sys_spec_Particles=7
22-
sys_spec_Sound=7
23-
sys_spec_Water=7
24-
sys_spec_GameEffects=7
25-
sys_spec_light=7
26-
2714
[1]
28-
sys_spec_ObjectDetail=1
29-
sys_spec_Shading=1
30-
sys_spec_VolumetricEffects=1
31-
sys_spec_Shadows=1
32-
sys_spec_Texture=1
33-
sys_spec_Physics=1
34-
sys_spec_PostProcessing=1
35-
sys_spec_Particles=1
36-
sys_spec_Sound=1
37-
sys_spec_Water=1
38-
sys_spec_GameEffects=1
39-
sys_spec_light=1
4015

4116
[2]
42-
sys_spec_ObjectDetail=2
43-
sys_spec_Shading=2
44-
sys_spec_VolumetricEffects=2
45-
sys_spec_Shadows=2
46-
sys_spec_Texture=2
47-
sys_spec_Physics=2
48-
sys_spec_PostProcessing=2
49-
sys_spec_Particles=2
50-
sys_spec_Sound=2
51-
sys_spec_Water=2
52-
sys_spec_GameEffects=2
53-
sys_spec_light=2
5417

5518
[3]
56-
sys_spec_ObjectDetail=3
57-
sys_spec_Shading=3
58-
sys_spec_VolumetricEffects=3
59-
sys_spec_Shadows=3
60-
sys_spec_Texture=3
61-
sys_spec_Physics=3
62-
sys_spec_PostProcessing=3
63-
sys_spec_Particles=3
64-
sys_spec_Sound=3
65-
sys_spec_Water=3
66-
sys_spec_GameEffects=3
67-
sys_spec_light=3
6819

6920
[4]
70-
sys_spec_ObjectDetail=4
71-
sys_spec_Shading=4
72-
sys_spec_VolumetricEffects=4
73-
sys_spec_Shadows=4
74-
sys_spec_Texture=4
75-
sys_spec_Physics=4
76-
sys_spec_PostProcessing=4
77-
sys_spec_Particles=4
78-
sys_spec_Sound=4
79-
sys_spec_Water=4
80-
sys_spec_GameEffects=4
81-
sys_spec_light=4
8221

8322
[5]
84-
sys_spec_ObjectDetail=5
85-
sys_spec_Shading=5
86-
sys_spec_VolumetricEffects=5
87-
sys_spec_Shadows=5
88-
sys_spec_Texture=5
89-
sys_spec_Physics=5
90-
sys_spec_PostProcessing=5
91-
sys_spec_Particles=5
92-
sys_spec_Sound=5
93-
sys_spec_Water=5
94-
sys_spec_GameEffects=5
95-
sys_spec_light=5
9623

9724
[6]
98-
sys_spec_ObjectDetail=6
99-
sys_spec_Shading=6
100-
sys_spec_VolumetricEffects=6
101-
sys_spec_Shadows=6
102-
sys_spec_Texture=6
103-
sys_spec_Physics=6
104-
sys_spec_PostProcessing=6
105-
sys_spec_Particles=6
106-
sys_spec_Sound=6
107-
sys_spec_Water=6
108-
sys_spec_GameEffects=6
109-
sys_spec_light=6
11025

11126
[8]
112-
sys_spec_ObjectDetail=8
113-
sys_spec_Shading=8
114-
sys_spec_VolumetricEffects=8
115-
sys_spec_Shadows=8
116-
sys_spec_Texture=8
117-
sys_spec_Physics=8
118-
sys_spec_PostProcessing=8
119-
sys_spec_Particles=8
120-
sys_spec_Sound=8
121-
sys_spec_Water=8
122-
sys_spec_GameEffects=8
123-
sys_spec_light=8

Assets/Engine/Config/CVarGroups/sys_spec_GameEffects.cfg

-8
This file was deleted.

Assets/Engine/Config/CVarGroups/sys_spec_ObjectDetail.cfg

-160
This file was deleted.

0 commit comments

Comments
 (0)