Skip to content

Commit

Permalink
Changed default zdoom ini, updated cs translation, verify taco's chan…
Browse files Browse the repository at this point in the history
…ges do build, update version number for new release
  • Loading branch information
mkrupczak3 committed Jun 6, 2019
1 parent e2a56ff commit 619e0d8
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 22 deletions.
4 changes: 2 additions & 2 deletions doom/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 26
versionCode 16
versionName "0.3.37"
versionCode 17
versionName "0.4.0"
}

sourceSets.main {
Expand Down
46 changes: 28 additions & 18 deletions doom/src/main/assets/zdoom.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was generated by GZDoom 2.1pre on Sun Jan 14 16:11:53 2018
# This file was generated by GZDoom 2.1pre on Thu Jun 6 15:34:59 2019

# These are the directories to automatically search for IWADs.
# Each directory should be on a separate line, preceded by Path=
Expand Down Expand Up @@ -131,21 +131,21 @@ mod_volramp=0
mod_samplerate=0
mod_dumb=true
snd_sfxvolume=1
snd_output=default
snd_output=Default
snd_samplerate=48000
snd_buffercount=8
snd_buffersize=1024
snd_musicvolume=0.5
snd_waterlp=250
snd_midipatchset=
snd_output_format=PCM-16
snd_speakermode=Auto
snd_output_format=PCM-24
snd_speakermode=Stereo
snd_resampler=Linear
snd_waterreverb=true
snd_hrtf=false
snd_driver=0
vid_contrast=1
vid_brightness=0
vid_brightness=0.4
gl_render_precise=false
gl_plane_reflection=true
r_mirror_recursions=4
Expand All @@ -160,12 +160,12 @@ gl_warp_shader=false
gl_lights_additive=false
gl_light_particles=true
gl_light_sprites=true
gl_lights_size=1
gl_lights_size=1.9
gl_lights_intensity=1
gl_lights_checkside=true
gl_attachedlights=true
gl_attachedlights=false
gl_dynlight_shader=false
gl_lights=true
gl_lights=false
gl_usefb=false
gl_mask_sprite_threshold=0.5
gl_mask_threshold=0.5
Expand All @@ -184,7 +184,7 @@ gl_texture_hqresize_maxinputsize=512
gl_texture_hqresize=0
gl_clamp_per_texture=false
gl_texture_format=0
gl_texture_filter=4
gl_texture_filter=1
gl_texture_filter_anisotropic=8
gl_distfog=70
gl_light_ambient=20
Expand All @@ -203,7 +203,7 @@ vid_vsync=false
vid_defbits=8
vid_defheight=480
vid_defwidth=640
Gamma=1
Gamma=1.4
statfile=zdoomstat.txt
savestatistics=0
snd_flipstereo=false
Expand All @@ -226,7 +226,7 @@ screenshot_quiet=false
use_joystick=false
autosavecount=4
disableautosave=0
autosavenum=1
autosavenum=0
smooth_mouse=false
m_side=2
m_forward=1
Expand Down Expand Up @@ -295,7 +295,7 @@ gl_precache=false
gl_texture_usehires=true
gl_lightmode=4
gl_fogmode=1
gl_brightfog=false
gl_brightfog=true
gl_enhanced_nightvision=true
gl_weaponlight=8
menu_screenratios=-1
Expand Down Expand Up @@ -330,12 +330,12 @@ hud_timecolor=5
hud_showtime=0
hud_showweapons=true
hud_showscore=false
hud_showstats=false
hud_showitems=false
hud_showstats=true
hud_showitems=true
hud_showmonsters=true
hud_showsecrets=true
hud_althud=false
hud_althudscale=2
hud_althud=true
hud_althudscale=1
st_oldouch=false
cl_maxdecals=1024
cl_spreaddecals=true
Expand All @@ -344,11 +344,11 @@ wi_showtotaltime=true
wi_percents=true
dimcolor=ff d7 00
dimamount=-1
hud_scale=false
hud_scale=true
allcheats=false
r_stretchsky=true
r_shadercolormaps=true
screenblocks=10
screenblocks=11
r_deathcamera=false
cl_bloodtype=0
cl_pufftype=0
Expand Down Expand Up @@ -571,3 +571,13 @@ downarrow=+am_pandown
mwheelup=am_zoom 1.2
mwheeldown=am_zoom -1.2

[Doom.NetServerInfo]
maxviewpitch=90
sv_corpsequeuesize=64
forcewater=false
sv_smartaim=0
sv_disableautohealth=false
sv_dropstyle=0
compatflags2=0
compatflags=0

2 changes: 1 addition & 1 deletion doom/src/main/jni/jpeg8d
1 change: 1 addition & 0 deletions doom/src/main/res/values-cs/strings.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Thanks Vojtěch Frank -->
<resources>

<string name="dummy_string">REMOVEME ADDED TO KICK TRANSIFEX INTO PULLING ON COMMIT</string>
Expand Down
2 changes: 1 addition & 1 deletion doom/src/main/res/values-ru/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<!-- options fragment -->
<string name="folder_name_prompt">Папка Freedoom</string>
<string name="wad_dir_prompt">содержание (WAD) папка</string>
<string name="divide_resolution_by_prompt">Разделить экран на:</string>
<string name="divide_resolution_by_prompt">Разделить экран на (уменьшить отставание):</string>
<string name="reset_button_text">сброс</string>
<string name="choose_button_text">выбирать</string>

Expand Down

0 comments on commit 619e0d8

Please sign in to comment.