Skip to content

Commit

Permalink
0.6.0 -> 0.6.1
Browse files Browse the repository at this point in the history
See changelog for more info.
  • Loading branch information
Gocnak authored Oct 27, 2016
2 parents 4f6f5ee + e78a5fa commit 2c47f1c
Show file tree
Hide file tree
Showing 103 changed files with 663 additions and 614 deletions.
49 changes: 17 additions & 32 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
0.6.1
Slight Annoyance Alleviated
Added "Do not show again" checkboxes to version/zone warning MessageBoxes
Suggestions
Changed settings panel to disable child checkboxes (suggestion by Enjoy.)
Changed sv_noclipspeed to scale to maxvel (suggestion by lody)
Fixes
Fixed checkpoints being corrupted upon map load
Fixed (most) crashes with changing resolution and exiting the game
Fixed ReplayUI to better scale for 1080p
Prevent playback of replays with different tickrate than current (will revist)
Fixed maps that crashed when using a fade-in trigger
Fixed spawn searching to prioritize info_player_start over info_player_(counter)terrorist
Fixed bug with cursor disappearing when net_graph was turned on
Fixed maps that use detail objects (for real this time)

0.6.0
New Replay UI
Like DemoUI, a window to control playback of Replay files
Expand Down Expand Up @@ -44,35 +60,4 @@ Fixes, Baby
Fixed player_speedmod not setting player speed
Fixed offset bug with spectating a replay in chase mode
Fixed the mapfinished panel to not prematurely close if player goes out of end trigger
Fixed mom_restart not resetting player progress (stored in target name)

0.5.0
New Main Menu UI
Thanks to NicolasDe from Project-9 for GameUI2
New background (from tutorial levels) to accomodate the shininess
Play Replays from Leaderboards
Right-clicking when the leaderboards are open will allow you to right click a run and "Watch Replay"
More functionality in future updates!
Contact/Feedback Panel
Introduced a panel for in-game feedback, available in the menu.
Overhauled Settings Panel
Changed to tabular settings, includes four new Tabs:
"Controls" for momentum-specific controls settings
"HUD Settings" for HUD-related momentum settings
"Run Comparisons" for settings regarding the comparisons panel
"Replays" for replay-related settings (just translucence for Alpha)
Accurate Timer Fix
Fixed offset calculations by using a new method to calculate them
Bug/Other fixes
Fixed potential bug with saving times to file
Fixed empty node graphs building
Changed practice mode to enable when no inputs are pressed
Fixed RichText highlighting to properly display highlighted text
Fixed replays recording paused frames
Fixed animations for player jumping and zone enter speed on the HUD speedometer
Fixed the zone buffer for the comparisons panel
Fixed the Changelog panel to properly scroll to top upon load
Removed ability to save/load (use the checkpoint menu instead!)
Fixed Biohazard90's Source Shader Editor (faulty config)
Fixed Version Update panel showing when you have a higher version than master
Fixed a bug in the blockfix system with incorporating the mom_bhop_playblocksound cvar
Fixed mom_restart not resetting player progress (stored in target name)
Binary file modified mp/game/momentum/resource/momentum_english.txt
Binary file not shown.
34 changes: 20 additions & 14 deletions mp/game/momentum/resource/ui/ReplayUI.res
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"enabled" "1"
"tabPosition" "0"
"labelText" "#MOM_ReplayStatusPlaying"
"textAlignment" "west"
"font" "DefaultSmall"
"textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"wrap" "0"
Expand All @@ -52,7 +53,7 @@
"enabled" "1"
"tabPosition" "0"
"labelText" "|<"
"textAlignment" "west"
"textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"wrap" "0"
Expand All @@ -74,7 +75,7 @@
"enabled" "1"
"tabPosition" "0"
"labelText" ">|"
"textAlignment" "west"
"textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"wrap" "0"
Expand All @@ -96,7 +97,7 @@
"enabled" "1"
"tabPosition" "0"
"labelText" "<"
"textAlignment" "west"
"textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"wrap" "0"
Expand All @@ -118,7 +119,7 @@
"enabled" "1"
"tabPosition" "0"
"labelText" ">"
"textAlignment" "west"
"textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"wrap" "0"
Expand Down Expand Up @@ -151,14 +152,15 @@
"fieldName" "ReplayProgressLabelFrame"
"xpos" "12"
"ypos" "113"
"wide" "116"
"wide" "130"
"tall" "24"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"textAlignment" "west"
"font" "DefaultSmall"
"dulltext" "0"
"brighttext" "1"
"wrap" "0"
Expand All @@ -169,14 +171,15 @@
"fieldName" "ReplayProgressLabelTime"
"xpos" "13"
"ypos" "29"
"wide" "160"
"wide" "250"
"tall" "24"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"textAlignment" "west"
"font" "DefaultSmall"
"dulltext" "0"
"brighttext" "1"
"wrap" "0"
Expand All @@ -195,6 +198,7 @@
"enabled" "1"
"tabPosition" "0"
"labelText" "#MOM_ReplayTimescale"
"font" "DefaultSmall"
"textAlignment" "west"
"dulltext" "0"
"brighttext" "0"
Expand All @@ -205,7 +209,7 @@
{
"ControlName" "CCvarSlider"
"fieldName" "TimescaleSlider"
"xpos" "80"
"xpos" "95"
"ypos" "148"
"wide" "110"
"tall" "40"
Expand All @@ -219,6 +223,7 @@
"tabPosition" "0"
"leftText" "#GameUI_Low"
"rightText" "#GameUI_High"
"font" "DefaultSmall"
"minvalue" "0.1"
"maxvalue" "10.0"
"cvar_name" "mom_replay_timescale"
Expand All @@ -231,7 +236,7 @@
{
"ControlName" "TextEntry"
"fieldName" "TimescaleEntry"
"xpos" "196"
"xpos" "220"
"ypos" "148"
"wide" "60"
"tall" "24"
Expand All @@ -252,7 +257,7 @@
{
"ControlName" "Button"
"fieldName" "ReplayGo"
"xpos" "133"
"xpos" "150"
"ypos" "113"
"wide" "48"
"tall" "24"
Expand All @@ -262,8 +267,9 @@
"enabled" "1"
"tabPosition" "0"
"labelText" "#MOM_ReplayGoto"
"textAlignment" "west"
"textAlignment" "center"
"dulltext" "0"
"font" "DefaultSmall"
"brighttext" "0"
"wrap" "0"
"Command" "gototick"
Expand All @@ -274,7 +280,7 @@
{
"ControlName" "TextEntry"
"fieldName" "ReplayGoToTick"
"xpos" "196"
"xpos" "205"
"ypos" "113"
"wide" "60"
"tall" "24"
Expand Down Expand Up @@ -306,7 +312,7 @@
"enabled" "1"
"tabPosition" "0"
"labelText" ">>"
"textAlignment" "west"
"textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"wrap" "0"
Expand All @@ -327,7 +333,7 @@
"enabled" "1"
"tabPosition" "0"
"labelText" "<<"
"textAlignment" "west"
"textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"wrap" "0"
Expand Down
16 changes: 16 additions & 0 deletions mp/game/momentum/resource/ui/SettingsPanel_ComparisonsSettings.res
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"Default" "0"
"cvar_name" "mom_comparisons"
"cvar_value" "1"
"actionsignallevel" "1"
}

"CompareFormat"
Expand Down Expand Up @@ -73,6 +74,7 @@
"Default" "0"
"cvar_name" "mom_comparisons_format_output"
"cvar_value" "1"
"actionsignallevel" "1"
}

"ZonesLabel"
Expand Down Expand Up @@ -126,6 +128,7 @@
"maxchars" "-1"
"NumericInputOnly" "1"
"unicode" "0"
"actionsignallevel" "1"
}

"TimeTypeLabel"
Expand Down Expand Up @@ -180,6 +183,7 @@
"NumericInputOnly" "0"
"unicode" "0"
"font" "DefaultVerySmall"
"actionsignallevel" "1"
}

"TimeShowOverall"
Expand Down Expand Up @@ -212,6 +216,7 @@
"Default" "0"
"cvar_name" "mom_comparisons_time_show_overall"
"cvar_value" "1"
"actionsignallevel" "1"
}

"TimeShowZone"
Expand Down Expand Up @@ -244,6 +249,7 @@
"Default" "0"
"cvar_name" "mom_comparisons_time_show_perzone"
"cvar_value" "1"
"actionsignallevel" "1"
}

"VelShow"
Expand Down Expand Up @@ -275,6 +281,7 @@
"Default" "0"
"cvar_name" "mom_comparisons_vel_show"
"cvar_value" "1"
"actionsignallevel" "1"
}

"VelShowAvg"
Expand Down Expand Up @@ -306,6 +313,7 @@
"Default" "0"
"cvar_name" "mom_comparisons_vel_show_avg"
"cvar_value" "1"
"actionsignallevel" "1"
}

"VelShowMax"
Expand Down Expand Up @@ -337,6 +345,7 @@
"Default" "0"
"cvar_name" "mom_comparisons_vel_show_max"
"cvar_value" "1"
"actionsignallevel" "1"
}

"VelShowEnter"
Expand Down Expand Up @@ -369,6 +378,7 @@
"Default" "0"
"cvar_name" "mom_comparisons_vel_show_enter"
"cvar_value" "1"
"actionsignallevel" "1"
}

"VelShowExit"
Expand Down Expand Up @@ -401,6 +411,7 @@
"Default" "0"
"cvar_name" "mom_comparisons_vel_show_exit"
"cvar_value" "1"
"actionsignallevel" "1"
}

"SyncShow"
Expand Down Expand Up @@ -432,6 +443,7 @@
"Default" "0"
"cvar_name" "mom_comparisons_sync_show"
"cvar_value" "0"
"actionsignallevel" "1"
}

"SyncShowS1"
Expand Down Expand Up @@ -464,6 +476,7 @@
"Default" "0"
"cvar_name" "mom_comparisons_sync_show_sync1"
"cvar_value" "0"
"actionsignallevel" "1"
}

"SyncShowS2"
Expand Down Expand Up @@ -496,6 +509,7 @@
"Default" "0"
"cvar_name" "mom_comparisons_sync_show_sync2"
"cvar_value" "0"
"actionsignallevel" "1"
}

"ShowJumps"
Expand Down Expand Up @@ -527,6 +541,7 @@
"Default" "0"
"cvar_name" "mom_comparisons_jumps_show"
"cvar_value" "1"
"actionsignallevel" "1"
}

"ShowStrafes"
Expand Down Expand Up @@ -558,5 +573,6 @@
"Default" "0"
"cvar_name" "mom_comparisons_strafe_show"
"cvar_value" "1"
"actionsignallevel" "1"
}
}
Loading

0 comments on commit 2c47f1c

Please sign in to comment.