index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
os
/
unix
Age
Commit message (
Expand
)
Author
2021-04-07
Fix #8713: Change OTTD2FS and FS2OTTD to return string objects instead of sta...
Niels Martin Hansen
2021-03-13
Fix #8860: [Win32] Crashlog window wasn't reliably shown for crashes not on t...
Michael Lutz
2021-02-13
Codechange: Move Fontconfig-specific code to a seperate file.
Michael Lutz
2021-02-08
Fix: [Emscripten] open links in browser (#8655)
embeddedt
2021-01-03
Codechange: [OSX] Re-arrange the OSX video driver code by combining all drawi...
Michael Lutz
2020-07-03
Fix: Globally apply preprocessor directive coding style
TechGeekNZ
2020-06-05
Add: introduce CMake for project management
Patric Stout
2020-02-15
Fix: [SDL2] support pasting from clipboard on Linux
LCD 47
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-04-06
Codechange: C++11 STL has a function for getting the number of CPU cores.
Michael Lutz
2019-04-06
Codechange: Use platform independent C++11 function for sleeping on a thread.
Michael Lutz
2019-04-06
Codechange: Replace custom thread code with C++11 thread objects.
Michael Lutz
2019-03-24
Codechange: Use override specifer for overriding member declarations
Henry Wilson
2019-03-05
Remove: BeOS support (deprecated by Haiku)
Patric Stout
2019-03-05
Remove: MorphOS / AmigaOS support
Patric Stout
2018-04-29
Remove: PSP support
Patric Stout
2016-09-04
(svn r27643) -Codechange: FiosGetDrives function also takes a destination fil...
alberth
2015-05-20
(svn r27290) -Fix: sanitize the command line arguments before doing anything ...
rubidium
2014-08-09
(svn r26724) -Fix[FS#6077] Use the normal search path to look for xdg-open at...
alberth
2014-04-27
(svn r26523) -Fix [FS#5992]: OpenBSD compilation (MagisterQuis)
frosch
2014-04-23
(svn r26486) -Codechange: replace a number of snprintfs with seprintf
rubidium
2014-04-23
(svn r26485) -Codechange: Replace ttd_strlcpy and ttd_strlcat with strecpy an...
frosch
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2013-06-28
(svn r25506) -Document: a function, and name it slightly better
rubidium
2011-12-11
(svn r23490) -Add [FS#2750]: OpenBrowser function to open a browser on major ...
yexo
2011-12-10
(svn r23481) -Add: Function to get the CPU core count.
michi_cc
2011-02-07
(svn r22021) -Fix (r22019): ofcourse make doesn't notice files are gone, so i...
rubidium
2010-12-25
(svn r21634) -Codechange: apparantly the "broken" iconv interface is the new ...
rubidium
2010-08-01
(svn r20286) -Codechange: Unify end of doxygen comments.
frosch
2010-08-01
(svn r20283) -Codechange: Unify start of doygen comments.
frosch
2010-07-31
(svn r20266) -Doc: Mostly typo fixes, a few doxygen-related improvements.
alberth
2010-05-18
(svn r19853) -Fix [FS#3840]: revert r19781 and apply a more sensible version ...
rubidium
2010-05-10
(svn r19780) -Fix [FS#3807]: make sure that when checking whether a path + fi...
rubidium
2010-01-18
(svn r18855) -Codechange: record compiler name and version in the crash log
smatz
2010-01-16
(svn r18831) -Change [FS#3537]: do not go into the crashlog handler in case l...
rubidium
2010-01-15
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...
rubidium
2009-11-29
(svn r18350) -Codechange: catch SIGILL under unix-like systems as well
smatz
2009-11-09
(svn r18028) -Codechange: unglobalise some functions
rubidium
2009-10-04
(svn r17708) -Feature [FS#2053]: [OSX] Implement clipboard support for OS X.
michi_cc
2009-10-04
(svn r17706) -Codechange: [OSX] Rework the crash handling to use the common C...
michi_cc
2009-10-04
(svn r17705) -Fix: [OSX] Re-enable signal handling on OSX 10.3.9. Trying to l...
michi_cc
2009-10-04
(svn r17693) -Cleanup: remove some unneeded includes
rubidium
2009-09-08
(svn r17479) -Fix: silence compile warning that's only triggered when you're ...
rubidium
2009-09-07
(svn r17463) -Change (r17453): Retrigger the abort signal after writing the c...
frosch
2009-09-07
(svn r17453) -Add: crash logger for all Unixy OSes; should work for all, but ...
rubidium
2009-08-31
(svn r17336) -Codechange: move some os specific files into src/os/
rubidium