smatz
|
9fc910fbc2
|
(svn r18855) -Codechange: record compiler name and version in the crash log
|
2010-01-18 10:11:27 +00:00 |
|
rubidium
|
251ffaa000
|
(svn r18831) -Change [FS#3537]: do not go into the crashlog handler in case 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-16 19:08:33 +00:00 |
|
rubidium
|
82fc28f77f
|
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header
|
2010-01-15 16:41:15 +00:00 |
|
smatz
|
9ecfcdff78
|
(svn r18350) -Codechange: catch SIGILL under unix-like systems as well
|
2009-11-29 22:18:04 +00:00 |
|
rubidium
|
860b9b1cea
|
(svn r18028) -Codechange: unglobalise some functions
|
2009-11-09 10:40:33 +00:00 |
|
michi_cc
|
049d62b35c
|
(svn r17708) -Feature [FS#2053]: [OSX] Implement clipboard support for OS X.
|
2009-10-04 21:08:38 +00:00 |
|
michi_cc
|
5f67762a7f
|
(svn r17706) -Codechange: [OSX] Rework the crash handling to use the common CrashLog infrastructure.
|
2009-10-04 21:08:30 +00:00 |
|
michi_cc
|
4f98178fcd
|
(svn r17705) -Fix: [OSX] Re-enable signal handling on OSX 10.3.9. Trying to 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 21:08:25 +00:00 |
|
rubidium
|
d6cded5380
|
(svn r17693) -Cleanup: remove some unneeded includes
|
2009-10-04 17:16:41 +00:00 |
|
rubidium
|
99af06dd30
|
(svn r17479) -Fix: silence compile warning that's only triggered when you're using a broken iconv.
|
2009-09-08 21:43:47 +00:00 |
|
frosch
|
fe7032a7a6
|
(svn r17463) -Change (r17453): Retrigger the abort signal after writing the crashlog, so the next one can catch it again (e.g. to write a core dump).
|
2009-09-07 20:30:45 +00:00 |
|
rubidium
|
d916400521
|
(svn r17453) -Add: crash logger for all Unixy OSes; should work for all, but I don't have all exotic machines so it might break compilation on the more exotic configurations
|
2009-09-07 12:14:45 +00:00 |
|
rubidium
|
bc8e66c202
|
(svn r17336) -Codechange: move some os specific files into src/os/
|
2009-08-31 22:38:37 +00:00 |
|