Commit Graph

6 Commits

Author SHA1 Message Date
Peter Gaal 90075022b1
Titlecasev files openloco (#604)
* renamed Company.h and Company.cpp

* renamed CompanyManager.h and CompanyManager.cpp

* renamed Config.h and Config.cpp

* renamed Console.h and Console.cpp

* renamed ConfigConvert.hpp

* renamed Date.h and Date.cpp

* renamed Environment.h and Environment.cpp

* renamed GameCommands.h

* renamed Gui.h and Gui.cpp

* renamed Industry.h and Industry.cpp

* renamed IndustryManager.h and IndustryManager.cpp

* renamed Input.h and Input.cpp

* renamed Intro.h and Intro.cpp

* renamed Message.h

* renamed MessageManager.h and MessageManager.cpp

* renamed MultiPlayer.h and MultiPlayer.cpp

* renamed OpenLoco.h and OpenLoco.cpp

* renamed ProgressBar.h and ProgressBar.cpp

* renamed Resource.h

* renamed Scenario.h and Scenario.cpp

* renamed ScenarioManager.h and ScenarioManager.cpp

* renamed Station.h and Station.cpp

* renamed StationManager.h and StationManager.cpp

* renamed Town.h and Town.cpp

* renamed TownManager.h and TownManager.cpp

* renamed Tutorial.h and Tutorial.cpp

* renamed Types.hpp

* Removed Types.hpp from headers

Removed Types.hpp from include section in CompanyManager.cpp which is already included in CompanyManager.h

* renamed Ui.h and Ui.cpp

* renamed Version.cpp

* renamed Viewport.hpp and Viewport.cpp

* renamed ViewportManager.h and ViewportManager.cpp

* renamed Widget.h and Widget.cpp

* renamed Win32.h

* renamed Window.h and Window.cpp

* Fix formatting

* Fix formatting 2

* Fix formatting 3

* rename types.hpp to Types.hpp in TrackData.h
2020-09-07 06:42:02 +01:00
Peter Gaal 2f4e0141d8
Rename openloco (#603)
* rename in company.h

* rename in companymgr.h and companymgr.cpp

* rename in config.convert.hpp

* rename in config.h

* rename in console.h

* rename in date.h and date.cpp

* rename in environment.h and environment.cpp

* rename in game_commands.h

* rename in industry.cpp

* rename in industrymgr.h

* rename in input.h

* rename in intro.h

* rename in multiplayer.h

* rename in openloco.h and openloco.cpp

* rename in progressbar.h

* rename in scenariomgr.h

* rename in station.h and station.cpp

* rename in stationmgr.h

* rename in town.h

* rename in townmgr.h

* rename in ui.h and ui.cpp

* rename in viewport.hpp

* rename in viewportmgr.cpp

* rename in window.h

* rename in window.cpp

* Fix compilation error

* Fix formatting

* Fix formatting 2

* Fix formatting 3

* Partial rename in widget.h

* renamed cancelTool to toolCancel
2020-09-05 13:56:51 +01:00
Aaron van Geffen 821c26495e Adjust sources to use new filesystem namespace. 2020-03-19 00:52:42 +01:00
Aaron van Geffen fd764a1b62 Generate and build macOS app bundles through CMake.
This uses the OpenLoco logo by Zcooger as the app icon.

Co-authored-by: Marijn van der Werf <marijn.vanderwerf@gmail.com>
Co-authored-by: Tom Lankhorst <hello@tomlankhorst.nl>
2019-02-26 09:38:44 +01:00
Aaron van Geffen 9c38621955 Enumerate languages based on header in YAML files.
Previously, languages were hardcoded in languages.cpp.
Note that strings will now be loaded from a 'strings' map in the language files.
2018-09-18 19:45:38 +02:00
Aaron van Geffen 87f42275cc Allow switching between languages from the options window.
This is a bit crude at the moment. The option lacks a label, and Unicode strings aren't handled properly yet.
2018-09-18 19:45:38 +02:00