Skip to content

Commit

Permalink
Change survey endpoint to citymania and add citymania settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ldpl committed Feb 21, 2024
1 parent 6b3ba78 commit f70c17b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
7 changes: 7 additions & 0 deletions cm_changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ This is usable for any OpenTTD servers

== CHANGELOG ==

*** 14.0-RC1 (22 Feb 2024) ***
- Added hotkeys to save and load blueprints into slots (no gui yet).
- Added build info overlay for the tools with build preview.
- Removed hotkeys that were added to vanilla, renamed the rest to have cm_ prefix.
- Fixed colours on 32bpp sprites with CC (#14).
- Fixed real town population and house stats in newly created games.

*** 13.4 (6 Aug 2023) ***
- Fix broken building preview in some cases (#21).
- Allow community passwords to have up to 128 letters (#19).
Expand Down
3 changes: 2 additions & 1 deletion src/network/core/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,6 @@ const char *NetworkContentMirrorUriString()
*/
const char *NetworkSurveyUriString()
{
return GetEnv("OTTD_SURVEY_URI", "https://survey-participate.openttd.org/");
// return GetEnv("OTTD_SURVEY_URI", "https://survey-participate.openttd.org/");
return GetEnv("OTTD_SURVEY_URI", "https://citymania.org/survey/participate");
}
2 changes: 2 additions & 0 deletions src/survey.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ static auto &GenericSettingTables()
_pathfinding_settings,
_script_settings,
_world_settings,
citymania::_settings,
citymania::_cmclient_settings,
};
return _generic_setting_tables;
}
Expand Down

0 comments on commit f70c17b

Please sign in to comment.