smatz
|
114d48e492
|
(svn r17596) -Codechange: constify some tables
|
2009-09-20 23:11:01 +00:00 |
|
rubidium
|
e8ddf001c8
|
(svn r17570) -Fix: a number of Doxygen warnings about missing parameters, which were sometimes missing and sometimes just typos
|
2009-09-19 09:51:14 +00:00 |
|
smatz
|
d6f4cda74e
|
(svn r17537) -Fix: don't crash while printing gamelog in crash handler if we crashed before while gamelog action was active
|
2009-09-14 19:30:13 +00:00 |
|
rubidium
|
7fbc33dae1
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
smatz
|
c03ce4b1c7
|
(svn r16492) -Remove: support for gcc2. It hasn't been able to compile OTTD for months. All attempts to do another workaround failed.
|
2009-06-01 11:49:46 +00:00 |
|
smatz
|
f5316c5cbd
|
(svn r16269) -Codechange: use gcc's ability to check parameters sent to printf-like functions
-Fix: wrong number of parameters or wrong parameter types sent to printf-like functions at several places
|
2009-05-10 17:27:25 +00:00 |
|
glx
|
75c99d8b9b
|
(svn r15893) -Add: watermark crash.sav and don't generate crash information if a loaded crash.sav causes a crash
|
2009-03-30 00:21:43 +00:00 |
|
rubidium
|
377ce6c5bf
|
(svn r15410) -Cleanup: get rid of most of the references to the 'patches' except where it's used for backward compatability.
|
2009-02-08 12:25:13 +00:00 |
|
smatz
|
0d3f5e6e74
|
(svn r15299) -Cleanup: remove many redundant includes
|
2009-01-31 20:16:06 +00:00 |
|
rubidium
|
e836f18ff1
|
(svn r15285) -Fix: valgrind complaining about reading uninitialised memory when saving
|
2009-01-27 14:31:33 +00:00 |
|
rubidium
|
aaad553233
|
(svn r15225) -Fix (r15126): searching for 'missing' NewGRFs gave the 'compatability loaded' NewGRF instead of the one that we're actually looking for
|
2009-01-23 15:06:56 +00:00 |
|
smatz
|
6dffd8ae82
|
(svn r15216) -Feature: native support for Transport Tycoon (Original) savegames. Based on SVXConverter's source code and documentation by Roman Vetter
|
2009-01-23 02:35:17 +00:00 |
|
smatz
|
7368c740a6
|
(svn r14828) -Codechange: move most of save/load-specific code to separate files
|
2009-01-04 15:32:25 +00:00 |
|
rubidium
|
e7829c1a57
|
(svn r14414) -Fix: replace instances of strncpy with strecpy as strncpy doesn't guarantee the resulting string is '\0'-terminated.
|
2008-09-29 16:27:02 +00:00 |
|
smatz
|
aae2aa64c4
|
(svn r13816) -Fix [FS#2150]: check for vehicle length changes outside a depot (callback 0x11) and give a warning about that
|
2008-07-24 15:19:26 +00:00 |
|
smatz
|
927507818f
|
(svn r13727) -Fix (r13375): compilation with NO_DEBUG_MESSAGES was broken
|
2008-07-18 12:11:46 +00:00 |
|
smatz
|
704c9be0b8
|
(svn r13520) -Fix (r13375): pointer has to be valid before it can be loaded to (SLE_STR)
|
2008-06-15 13:52:51 +00:00 |
|
glx
|
a43c7af33b
|
(svn r13396) -Fix (r13375): assertion failing when changing grfs in game (compatible grfs)
|
2008-06-06 19:27:09 +00:00 |
|
smatz
|
c7a9637834
|
(svn r13375) -Add: logging of actions that could possibly cause desyncs and crashes to simplify debugging. See readme.txt for details
|
2008-06-03 18:35:58 +00:00 |
|