Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-10 | (svn r19780) -Fix [FS#3807]: make sure that when checking whether a path + ↵ | rubidium | |
filename are valid the whole string can be constructed within an array of length MAX_PATH. If not, the name is too long and is deemed invalid | |||
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 ↵ | rubidium | |
loading a savegame misses with missing NewGRFs. This way the load game crash handler gets better visibility and the user is instructed to find the missing NewGRFs before filing a bug report | |||
2010-01-15 | (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, ↵ | rubidium | |
if a header require a header make it include that header | |||
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 ↵ | michi_cc | |
CrashLog infrastructure. | |||
2009-10-04 | (svn r17705) -Fix: [OSX] Re-enable signal handling on OSX 10.3.9. Trying to ↵ | michi_cc | |
link with an undefined symbols that lives in the system library seems to confuse the loader on 10.3.9. Use a different function to circumvent it. | |||
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 | |
using a broken iconv. | |||
2009-09-07 | (svn r17463) -Change (r17453): Retrigger the abort signal after writing the ↵ | frosch | |
crashlog, so the next one can catch it again (e.g. to write a core dump). | |||
2009-09-07 | (svn r17453) -Add: crash logger for all Unixy OSes; should work for all, but ↵ | rubidium | |
I don't have all exotic machines so it might break compilation on the more exotic configurations | |||
2009-08-31 | (svn r17336) -Codechange: move some os specific files into src/os/ | rubidium | |