OpenRCT2/src/openrct2-ui/windows
Hielke Morsink 3e2f8148c5
Fix #7911: Unable to save new scenarios (#7914)
The problem was that the filters have changed so they included the '*' character. This got appended to the path, which caused the check for valid filenames to fail.

This commit reverts the offending strings and code lines to how it was before.
2018-08-19 19:49:49 +02:00
..
About.cpp clang-format UI windows 2018-07-23 16:00:14 +02:00
Banner.cpp Binpack function arguments together 2018-07-23 16:00:22 +02:00
Changelog.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
Cheats.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
ClearScenery.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
CustomCurrency.cpp Binpack function arguments together 2018-07-23 16:00:22 +02:00
DebugPaint.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
DemolishRidePrompt.cpp Add trailing commas to some window source files 2018-07-23 16:00:23 +02:00
Dropdown.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
EditorBottomToolbar.cpp Binpack function arguments together 2018-07-23 16:00:22 +02:00
EditorInventionsList.cpp Remove more strings, fix error 2018-08-12 15:56:47 +02:00
EditorMain.cpp Binpack function arguments together 2018-07-23 16:00:22 +02:00
EditorObjectSelection.cpp Remove more strings, fix error 2018-08-12 15:56:47 +02:00
EditorObjectiveOptions.cpp Binpack function arguments together 2018-07-23 16:00:22 +02:00
EditorScenarioOptions.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
Error.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
Finances.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
Footpath.cpp Implement FootpathRemoveAction as a GameAction (#7867) 2018-08-12 10:31:00 +02:00
GameBottomToolbar.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
Guest.cpp Remove more strings, fix error 2018-08-12 15:56:47 +02:00
GuestList.cpp Remove more strings, fix error 2018-08-12 15:56:47 +02:00
InstallTrack.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
Land.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
LandRights.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
LoadSave.cpp Fix #7911: Unable to save new scenarios (#7914) 2018-08-19 19:49:49 +02:00
Main.cpp Binpack function arguments together 2018-07-23 16:00:22 +02:00
Map.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
MapGen.cpp Rename heightmap load/save type; add heightmap dir. 2018-08-18 13:28:27 +02:00
MapTooltip.cpp Binpack function arguments together 2018-07-23 16:00:22 +02:00
MazeConstruction.cpp Properly fix maze building when paused (#7852) 2018-08-04 14:30:13 +02:00
Multiplayer.cpp Binpack function arguments together 2018-07-23 16:00:22 +02:00
MusicCredits.cpp clang-format UI windows 2018-07-23 16:00:14 +02:00
NetworkStatus.cpp clang-format UI windows 2018-07-23 16:00:14 +02:00
NewCampaign.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
NewRide.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
News.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
NewsOptions.cpp clang-format UI windows 2018-07-23 16:00:14 +02:00
ObjectLoadError.cpp Fix formatting 2018-07-31 22:27:00 +02:00
Options.cpp Implement #7658: Add option to always use system file browsing window. 2018-08-18 13:28:27 +02:00
Park.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
Player.cpp Binpack function arguments together 2018-07-23 16:00:22 +02:00
Research.cpp Binpack function arguments together 2018-07-23 16:00:22 +02:00
Ride.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
RideConstruction.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
RideList.cpp Remove more strings, fix error 2018-08-12 15:56:47 +02:00
SavePrompt.cpp Enforce not breaking before assignments and function names 2018-07-23 16:00:19 +02:00
Scenery.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
ServerList.cpp Binpack function arguments together 2018-07-23 16:00:22 +02:00
ServerStart.cpp clang-format UI windows 2018-07-23 16:00:14 +02:00
ShortcutKeyChange.cpp clang-format UI windows 2018-07-23 16:00:14 +02:00
ShortcutKeys.cpp Remove more strings, fix error 2018-08-12 15:56:47 +02:00
Sign.cpp Binpack function arguments together 2018-07-23 16:00:22 +02:00
Staff.cpp Binpack function arguments together 2018-07-23 16:00:22 +02:00
StaffFirePrompt.cpp clang-format UI windows 2018-07-23 16:00:14 +02:00
StaffList.cpp Tweak staff list name columns a little (#7890) 2018-08-13 14:05:52 +02:00
TextInput.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
Themes.cpp Remove more strings, fix error 2018-08-12 15:56:47 +02:00
TileInspector.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
TitleCommandEditor.cpp Binpack function arguments together 2018-07-23 16:00:22 +02:00
TitleEditor.cpp Remove more strings, fix error 2018-08-12 15:56:47 +02:00
TitleExit.cpp Binpack function arguments together 2018-07-23 16:00:22 +02:00
TitleLogo.cpp Enforce not breaking before assignments and function names 2018-07-23 16:00:19 +02:00
TitleMenu.cpp Binpack function arguments together 2018-07-23 16:00:22 +02:00
TitleOptions.cpp clang-format UI windows 2018-07-23 16:00:14 +02:00
TitleScenarioSelect.cpp Binpack function arguments together 2018-07-23 16:00:22 +02:00
Tooltip.cpp Fix #7872: CJK tooltips are often cut off 2018-08-13 21:41:10 +02:00
TopToolbar.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
TrackDesignManage.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
TrackDesignPlace.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
TrackList.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
ViewClipping.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
Viewport.cpp Binpack function arguments together 2018-07-23 16:00:22 +02:00
Water.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
Window.h Implement #7658: Add option to always use system file browsing window. 2018-08-18 13:28:27 +02:00