Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-12 | Cleanup: [OSX] Mop up some remaining stuff catering to compiling with very ↵ | Michael Lutz | |
old SDK versions. | |||
2020-01-12 | Fix: [OSX] Don't show a crash/assertion message box for a GUI-less video driver. | glx | |
2019-11-10 | Cleanup: Removed SVN headers | S. D. Cloudt | |
2019-05-04 | Fix #7570: Show Github URL in the crashlog window | Transportman | |
2019-04-10 | Codechange: Use null pointer literal instead of the NULL macro | Henry Wilson | |
2019-03-24 | Codechange: Use override specifer for overriding member declarations | Henry Wilson | |
This is a C++11 feature that allows the compiler to check that a virtual member declaration overrides a base-class member with the same signature. Also src/blitter/32bpp_anim_sse4.hpp +38 is no longer erroneously marked as virtual despite being a template. | |||
2014-07-30 | (svn r26709) -Fix (r15892 and others) [FS#6069]: [OSX] Compilation fails ↵ | planetmaker | |
with some lzo2 versions if we define __LP64__ as 0 instead of checking whether it is defined (kernigh2) | |||
2014-04-23 | (svn r26482) -Codechange: add an include that allows us to undefine/redefine ↵ | rubidium | |
"unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values | |||
2010-07-31 | (svn r20266) -Doc: Mostly typo fixes, a few doxygen-related improvements. | alberth | |
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 | |||
2009-11-18 | (svn r18158) -Codechange: add crash screenshot for OSX | smatz | |
2009-10-17 | (svn r17792) -Fix [FS#3261]: [OSX] Fix (bogus) compiler warnings related to ↵ | michi_cc | |
printf argument checking. | |||
2009-10-04 | (svn r17706) -Codechange: [OSX] Rework the crash handling to use the common ↵ | michi_cc | |
CrashLog infrastructure. |