Skip to content

Commit

Permalink
Add newline at the end of files
Browse files Browse the repository at this point in the history
  • Loading branch information
adem4ik committed May 16, 2017
1 parent 3fb3310 commit b56f413
Show file tree
Hide file tree
Showing 51 changed files with 69 additions and 74 deletions.
2 changes: 1 addition & 1 deletion inc/adem/ammo_warning.hud
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ if %WEAPON_ITEM != #WEAP_GUNBLADE
endif
endif
endif
endif
endif
2 changes: 1 addition & 1 deletion inc/adem/chasing.hud
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ if %CHASING != #NOTSET

setColor 1 1 1 1
drawPlayerName %CHASING
endif
endif
2 changes: 1 addition & 1 deletion inc/adem/chat.hud
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ if %CHAT_MODE == 0
endif

drawChat 4 * 1.333 * %VIDHEIGHT / %VIDWIDTH, 8, *whiteImage
setColor 1 1 1 1 // here cause bugs; don't remove
setColor 1 1 1 1 // here cause bugs; don't remove
2 changes: 1 addition & 1 deletion inc/adem/item_timers.hud
Original file line number Diff line number Diff line change
Expand Up @@ -211,4 +211,4 @@ if %ITEM_TIMER7
endif

endif
endif //if %SCOREBOARD == 0
endif //if %SCOREBOARD == 0
2 changes: 1 addition & 1 deletion inc/adem/obituaries.hud
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ setCursor #WIDTH - 5, 15
setSize 300 * 1.333 * %VIDHEIGHT / %VIDWIDTH, 340
setFontFamily Virtue
setFontSize %VIDHEIGHT / 50
drawObituaries 3 16 // aligned to right, iconsize 15
drawObituaries 3 16 // aligned to right, iconsize 15
2 changes: 1 addition & 1 deletion inc/adem/powerups.hud
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ if %POWERUP_REGEN_TIME != 0
setSize 18 * 1.333 * %VIDHEIGHT / %VIDWIDTH, 18
drawNum %POWERUP_REGEN_TIME
endif
endif
endif
2 changes: 1 addition & 1 deletion inc/adem/scores.hud
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ setSize 18 * 1.333 * %VIDHEIGHT / %VIDWIDTH, 18 //for numbers
drawNum %TEAM_BETA_SCORE
endif
endif
endif
endif
2 changes: 1 addition & 1 deletion inc/adem/speed.hud
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ endif

endif //if %RACE
endif //if %SPEED != #NOTSET
endif //if %SHOW_SPEED > 0
endif //if %SHOW_SPEED > 0
2 changes: 1 addition & 1 deletion inc/adem/stunned.hud
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ if %STUNNED

setColor 1 0 0 1
drawString ">.<"
endif
endif
2 changes: 1 addition & 1 deletion inc/adem/team_image.hud
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ if %IMAGE_BETA
moveCursor 0, 53
setSize 48 * 1.333 * %VIDHEIGHT / %VIDWIDTH, 48
drawPicByIndex %IMAGE_BETA
endif
endif
2 changes: 1 addition & 1 deletion inc/adem/team_info.hud
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ setCursor 2 * 1.333 * %VIDHEIGHT / %VIDWIDTH, #HEIGHT - 20
setAlign 1 3
drawTeamInfo

setFontStyle Normal
setFontStyle "Normal"
2 changes: 1 addition & 1 deletion inc/adem/team_message.hud
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ if %MESSAGE_BETA
setColorToTeamColor #TEAM_BETA
drawStatString %MESSAGE_BETA
endif
endif
endif
2 changes: 1 addition & 1 deletion inc/adem/team_progress.hud
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ if %PROGRESS_OTHER
endif
setSize 16 * 1.333 * %VIDHEIGHT / %VIDWIDTH, 16
drawNum %PROGRESS_OTHER
endif
endif
2 changes: 1 addition & 1 deletion inc/ammo_warning.hud
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ endif

endif
endif
endif
endif
6 changes: 3 additions & 3 deletions inc/awards.hud
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ setColor 1, 1, 1, 1
setCursor 400 110

if %SCOREBOARD == 0
setAlign #CENTER, #TOP
setAlign #CENTER, #TOP
endif
if %SCOREBOARD != 0
setAlign #CENTER, #BOTTOM
setAlign #CENTER, #BOTTOM
endif

drawAwards
drawAwards
2 changes: 1 addition & 1 deletion inc/chat.hud
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ if %CHAT_MODE > 0
setSize 32 * 1.333 * %VIDHEIGHT / %VIDWIDTH, 32
moveCursor #WIDTH - 60 * 1.333 * %VIDHEIGHT / %VIDWIDTH, 90
drawPicByName "gfx/2d/bubblechat"
endif
endif
2 changes: 1 addition & 1 deletion inc/chat_touch.hud
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ if %CHAT_MODE > 0
setSize 32 * 1.333 * %VIDHEIGHT / %VIDWIDTH, 32
moveCursor #WIDTH - 410 * 1.333 * %VIDHEIGHT / %VIDWIDTH, 90
drawPicByName "gfx/2d/bubblechat"
endif
endif
2 changes: 1 addition & 1 deletion inc/crosshair.hud
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ if %SCOREBOARD == 0
setCursor #WIDTH / 2, #HEIGHT / 2
drawCrosshair
endif
endif //if %SCOREBOARD == 0
endif //if %SCOREBOARD == 0
2 changes: 1 addition & 1 deletion inc/default/ammo.hud
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ if %INSTAGIB == 0
drawNum %AMMO
endif
endif
endif
endif
2 changes: 1 addition & 1 deletion inc/default/ammo_warning.hud
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ if %WEAPON_ITEM != #WEAP_GUNBLADE
endif
endif
endif
endif
endif
2 changes: 1 addition & 1 deletion inc/default/clock.hud
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ if %MATCH_STATE == #MATCH_STATE_WARMUP
endif
if %OVERTIME
drawString "Overtime"
endif
endif
2 changes: 1 addition & 1 deletion inc/default/health_armor.hud
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ if %TEAM != #TEAM_SPECTATOR
setSize 24 * 1.333 * %VIDHEIGHT / %VIDWIDTH, 24
drawNum %ARMOR
endif
endif
endif
2 changes: 1 addition & 1 deletion inc/default/health_armor_touch.hud
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,4 @@ if %TEAM != #TEAM_SPECTATOR
setSize 24 * 1.333 * %VIDHEIGHT / %VIDWIDTH, 24
drawNum %ARMOR
endif
endif
endif
2 changes: 1 addition & 1 deletion inc/default/instagun_icon_touch.hud
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ if %INSTAGIB && %WEAPON_ITEM
setAlign #CENTER, #BOTTOM
setSize 64 * 1.333 * %VIDHEIGHT / %VIDWIDTH, 64
drawWeaponIcon
endif
endif
2 changes: 1 addition & 1 deletion inc/default/obituaries.hud
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ setCursor #WIDTH - 5 * 1.333 * %VIDHEIGHT / %VIDWIDTH, 14
setSize 300 * 1.333 * %VIDHEIGHT / %VIDWIDTH, 120
setFontFamily "Virtue"
setFontSize %VIDHEIGHT / 50
drawObituaries #RIGHT 16 //last number is the space between the strings
drawObituaries #RIGHT 16 //last number is the space between the strings
2 changes: 1 addition & 1 deletion inc/default/pointing.hud
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
setFontFamily con_fontSystem
setFontSize %VIDHEIGHT / 50
setColor 1 1 1 1
drawPointing
drawPointing
2 changes: 1 addition & 1 deletion inc/default/speed.hud
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ if %SHOW_SPEED == 1
setAlign 2 3
setCursor #WIDTH / 2, #HEIGHT - 2
drawNum %SPEED
endif
endif
2 changes: 1 addition & 1 deletion inc/default/team_image.hud
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ if %TEAM == #TEAM_SPECTATOR
setColorToTeamColor #TEAM_BETA
drawPicByIndex %IMAGE_BETA
endif
endif
endif
2 changes: 1 addition & 1 deletion inc/default/team_info.hud
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ setAlign 3 3
setColor 1 1 1 0.9
setCursor #WIDTH, #HEIGHT
moveCursor -5 * 1.333 * %VIDHEIGHT / %VIDWIDTH, -80
drawTeamInfo
drawTeamInfo
2 changes: 1 addition & 1 deletion inc/default/team_message.hud
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,4 @@ if %MESSAGE_BETA
moveCursor -24 * 1.333 * %VIDHEIGHT / %VIDWIDTH, 0
endif
endif
endif
endif
2 changes: 1 addition & 1 deletion inc/default/team_progress.hud
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,4 @@ if %PROGRESS_BETA
setSize 12 * 1.333 * %VIDHEIGHT / %VIDWIDTH, 12
moveCursor 3 * 1.333 * %VIDHEIGHT / %VIDWIDTH, 0
drawNum %PROGRESS_BETA
endif
endif
2 changes: 1 addition & 1 deletion inc/download.hud
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ if %DOWNLOAD_IN_PROGRESS
setAlign #RIGHT, #MIDDLE
moveCursor -1 * 1.333 * %VIDHEIGHT / %VIDWIDTH, 0
drawStringNum %DOWNLOAD_PERCENT
endif
endif
2 changes: 1 addition & 1 deletion inc/help_message.hud
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ setSize #WIDTH, 32
drawHelpString
setColorAlpha 1

endif // !(%CHAT_MODE && %SOFTKEYBOARD)
endif // !(%CHAT_MODE && %SOFTKEYBOARD)
2 changes: 1 addition & 1 deletion inc/keystate.hud
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ drawKeyState left
moveCursor 32 * 1.333 * %VIDHEIGHT / %VIDWIDTH, 33
drawKeyState crouch

endif
endif
12 changes: 6 additions & 6 deletions inc/minimap.hud
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
if %SCOREBOARD == 0
setAlign 1 1
setCursor 1 1
setSize 220 * 1.333 * %VIDHEIGHT / %VIDWIDTH, 220
setColor 0.8 0.8 0.8 1
drawMiniMap 1 0
endif
setAlign 1 1
setCursor 1 1
setSize 220 * 1.333 * %VIDHEIGHT / %VIDWIDTH, 220
setColor 0.8 0.8 0.8 1
drawMiniMap 1 0
endif
2 changes: 1 addition & 1 deletion inc/obituaries.hud
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ setCursor #WIDTH - 6 * 1.333 * %VIDHEIGHT / %VIDWIDTH, 18
setSize 300 * 1.333 * %VIDHEIGHT / %VIDWIDTH, 140
setFontFamily "Virtue"
setFontSize %VIDHEIGHT / 50
drawObituaries #RIGHT 16 //last number is the space between the strings
drawObituaries #RIGHT 16 //last number is the space between the strings
19 changes: 9 additions & 10 deletions inc/spec/chasing.hud
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
if %CHASING != #NOTSET

setAlign #MIDDLE #MIDDLE
setCursor #WIDTH - 110, #HEIGHT - 21
setColor 1 1 1 1
setFontFamily con_fontSystem
setFontStyle Bold
setFontSize %VIDWIDTH / 56 //text would be smaller on 4:3 rez
drawCleanPlayerName %CHASING
setFontStyle "normal"
endif
setAlign #MIDDLE #MIDDLE
setCursor #WIDTH - 110, #HEIGHT - 21
setColor 1 1 1 1
setFontFamily con_fontSystem
setFontStyle Bold
setFontSize %VIDWIDTH / 56 //text would be smaller on 4:3 rez
drawCleanPlayerName %CHASING
setFontStyle "normal"
endif
2 changes: 1 addition & 1 deletion inc/spec/chat.hud
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ if %CHAT_MODE > 0
setSize 32 * 1.333 * %VIDHEIGHT / %VIDWIDTH, 32
moveCursor #WIDTH - 60 * 1.333 * %VIDHEIGHT / %VIDWIDTH, 90
drawPicByName "gfx/2d/bubblechat"
endif
endif
2 changes: 1 addition & 1 deletion inc/spec/health_armor.hud
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,4 @@ if %TEAM != #TEAM_SPECTATOR
drawNum %ARMOR
setAlign 1 3
endif
endif
endif
2 changes: 1 addition & 1 deletion inc/spec/keystate.hud
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ drawKeyState left
moveCursor 32 * 1.333 * %VIDHEIGHT / %VIDWIDTH, 33
drawKeyState crouch

endif
endif
12 changes: 6 additions & 6 deletions inc/spec/minimap.hud
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
if %SCOREBOARD == 0
setAlign 1 1
setCursor 1 1
setSize 200 * 1.333 * %VIDHEIGHT / %VIDWIDTH, 200
setColor 0.7 0.7 0.7 0.9
drawMiniMap 1 0
endif
setAlign 1 1
setCursor 1 1
setSize 200 * 1.333 * %VIDHEIGHT / %VIDWIDTH, 200
setColor 0.7 0.7 0.7 0.9
drawMiniMap 1 0
endif
1 change: 0 additions & 1 deletion inc/spec/obituaries.hud
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ if %RACE == 0
drawObituaries #LEFT 18
setFontStyle "Normal" //resets font style to default
endif

2 changes: 1 addition & 1 deletion inc/spec/scores.hud
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ if %TEAM_BETA_SCORE != #NOTSET
endif
endif

setFontStyle "Normal" //resets font style to default
setFontStyle "Normal" //resets font style to default
2 changes: 1 addition & 1 deletion inc/spec/speed.hud
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ if %SHOW_SPEED
setColor 1 1 1 1
setSize 12 * 1.333 * %VIDHEIGHT / %VIDWIDTH, 12
drawNum %SPEED
endif
endif
2 changes: 1 addition & 1 deletion inc/spec/team_image.hud
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ if %TEAM == #TEAM_SPECTATOR
setColorToTeamColor #TEAM_BETA
drawPicByIndex %IMAGE_BETA
endif
endif
endif
2 changes: 1 addition & 1 deletion inc/spec/team_info.hud
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ setAlign 3 3
setColor 1 1 1 0.9
setCursor #WIDTH, #HEIGHT
moveCursor 0, -50
drawTeamInfo
drawTeamInfo
2 changes: 1 addition & 1 deletion inc/spec/team_message.hud
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ if %MESSAGE_BETA
moveCursor -1, -1
setColorToTeamColor #TEAM_BETA
drawStatString %MESSAGE_BETA
endif
endif
2 changes: 1 addition & 1 deletion inc/spec/team_progress.hud
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ if %PROGRESS_OTHER
moveCursor -1 * 1.333 * %VIDHEIGHT / %VIDWIDTH, -1
setSize 14 * 1.333 * %VIDHEIGHT / %VIDWIDTH, 14
drawNum %PROGRESS_OTHER
endif
endif
3 changes: 2 additions & 1 deletion inc/spec/weaponlist.hud
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
setCursor 0, 0
if %TEAM != #TEAM_SPECTATOR
precache gfx/hud/adem/weapbox
if %WEAPON_ITEM
if %INSTAGIB == 0
setCustomWeaponSelect gfx/hud/adem/weapbox
Expand All @@ -10,4 +11,4 @@ if %TEAM != #TEAM_SPECTATOR
drawWeaponStrongAmmo 0, 30, 16
endif
endif
endif
endif
3 changes: 0 additions & 3 deletions inc/strafe.hud
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,3 @@ endif //if %SPEED != #NOTSET
endif
endif
endif



1 change: 0 additions & 1 deletion inc/weaponcross.hud
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ if %INSTAGIB == 0
setSize 52 * 1.333 * %VIDHEIGHT / %VIDWIDTH, 50
drawWeaponCross 12, 15
endif

0 comments on commit b56f413

Please sign in to comment.