This website requires JavaScript.
Explore
Help
Sign In
dave
/
openttd
Watch
1
Star
0
Fork
0
You've already forked openttd
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
4a5e413a6c9eec57a05cdfc7e05c5cd21453e9b2
openttd
/
src
/
os
/
windows
History
Peter Nelson
00bf42353a
Codechange: Place gamelog into its own class, along with internal data.
...
Data is now stored in vectors to avoid manual memory management and passing lengths around.
2023-05-02 19:47:55 +01:00
..
CMakeLists.txt
Codechange: split building into a library and executable
2023-04-16 18:58:21 +02:00
crashlog_win.cpp
Codechange: Place gamelog into its own class, along with internal data.
2023-05-02 19:47:55 +01:00
font_win32.cpp
Codechange: replace strncasecmp with case ignoring variant of StrStarts/EndsWith
2023-04-29 10:25:25 +02:00
font_win32.h
Codechange: [windows] cache the actually loaded font name
2022-12-23 23:23:03 +01:00
ottdres.rc.in
Change: rebrand 1.12.0 to 12.0
2021-08-15 12:28:51 +02:00
string_uniscribe.cpp
Fix: [Win32] Wrong multi-line text layout due to incorrect whitespace handling.
2023-05-01 16:31:59 +02:00
string_uniscribe.h
Codechange: remove #ifdef from .cpp files to exclude features
2020-06-05 19:36:05 +02:00
win32_main.cpp
Codechange: move main function(s) to separate files
2023-04-16 18:58:21 +02:00
win32.cpp
Codechange: Make FiosItem's name and title std::string
2023-04-29 13:23:34 +02:00
win32.h
Codechange: replace strnatcmp with C++ string capable version
2023-04-29 12:07:45 +02:00