This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
OpenTTD
Watch
1
Star
0
Fork
0
You've already forked OpenTTD
mirror of
https://github.com/OpenTTD/OpenTTD
synced
2026-01-20 02:42:42 +01:00
Code
Issues
Releases
Wiki
Activity
Files
f2b48bad79811949d4c8dd15cb708b4d5624e893
OpenTTD
/
src
/
os
/
macosx
History
Rubidium
f8aceb6c37
Codechange: use value initialisation over memset
2025-05-09 17:20:41 +02:00
..
CMakeLists.txt
…
crashlog_osx.cpp
Codechange: use value initialisation over memset
2025-05-09 17:20:41 +02:00
font_osx.cpp
Codechange: Turn ZoomLevel into enum class.
2025-05-03 23:21:09 +02:00
font_osx.h
Cleanup: Fix various spelling errors
2025-02-12 22:44:51 +01:00
macos.h
Codefix: StartNewThread uses char* after returning
2025-05-04 14:05:15 +02:00
macos.mm
Codechange: Make GetCurrentLocale return a std::string instead of a reference to a static buffer.
2025-05-06 18:29:41 +02:00
osx_main.cpp
Codechange: replace char* in GetOptData with std::string_view
2025-04-30 23:49:06 +02:00
osx_stdafx.h
…
string_osx.cpp
Codechange: Add 'const' to static variables, which are only initialised once.
2025-05-06 18:29:41 +02:00
string_osx.h
Codechange: use const for std::string_view where appropriate
2025-04-29 10:15:18 +02:00
survey_osx.cpp
…