Tue, 08 Jan 2013 22:46:42 +0000 |
planetmaker |
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow)
draft
|
Wed, 24 Aug 2011 13:53:34 +0000 |
rubidium |
(svn r22827) -Codechange: pass the/a more proper sub directory when opening (some) files instead of the default one
draft
|
Sat, 22 Jan 2011 14:52:20 +0000 |
rubidium |
(svn r21890) -Cleanup: remove some unneeded includes
draft
|
Fri, 30 Jul 2010 22:57:46 +0000 |
rubidium |
(svn r20247) -Fix: when it is known the loading an old savegame is going to fail, bail out immediately (using an exception) instead of going on until e.g. the expected number of byte is read
draft
|
Thu, 13 May 2010 09:44:44 +0000 |
rubidium |
(svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int
draft
|
Sun, 04 Oct 2009 17:16:41 +0000 |
rubidium |
(svn r17693) -Cleanup: remove some unneeded includes
draft
|
Sat, 19 Sep 2009 09:51:14 +0000 |
rubidium |
(svn r17570) -Fix: a number of Doxygen warnings about missing parameters, which were sometimes missing and sometimes just typos
draft
|
Fri, 21 Aug 2009 20:21:05 +0000 |
rubidium |
(svn r17248) -Fix: add GPL license notice where appropriate
draft
|
Wed, 01 Jul 2009 21:29:03 +0000 |
smatz |
(svn r16715) -Codechange: add attribute to assert_compile(), so it doesn't warn when used inside function
draft
|
Mon, 01 Jun 2009 11:43:36 +0000 |
alberth |
(svn r16491) -Codechange: Added parentheses around bitwise operators for code style.
draft
|
Fri, 22 May 2009 15:13:50 +0000 |
smatz |
(svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time, binary size and run time (with asserts disabled) should be improved
draft
|
Wed, 06 May 2009 15:06:57 +0000 |
rubidium |
(svn r16242) -Codechange: rework pausing
draft
|
Fri, 06 Mar 2009 01:23:25 +0000 |
rubidium |
(svn r15626) -Fix [FS#2698]: UTF8 string handling could cause buffer overruns.
draft
|
Wed, 04 Mar 2009 09:53:31 +0000 |
rubidium |
(svn r15610) -Change: allow loading of heightmaps and savegames (any form) that are in .tar files
draft
|
Sat, 31 Jan 2009 20:16:06 +0000 |
smatz |
(svn r15299) -Cleanup: remove many redundant includes
draft
|
Sun, 25 Jan 2009 22:50:00 +0000 |
smatz |
(svn r15274) -Fix (r8705): oldloader wasn't updated to use 64bit airport_flags
draft
|
Fri, 23 Jan 2009 09:47:46 +0000 |
rubidium |
(svn r15220) -Fix (r15216): signedness warning
draft
|
Fri, 23 Jan 2009 02:35:17 +0000 |
smatz |
(svn r15216) -Feature: native support for Transport Tycoon (Original) savegames. Based on SVXConverter's source code and documentation by Roman Vetter
draft
|
Thu, 22 Jan 2009 22:02:05 +0000 |
smatz |
(svn r15211) -Fix (r15190): loading of TTD savegames was broken
draft
|
Wed, 21 Jan 2009 02:07:56 +0000 |
smatz |
(svn r15189) -Cleanup: remove unused includes
draft
|
Tue, 20 Jan 2009 16:47:42 +0000 |
smatz |
(svn r15174) -Codechange: split oldloader.cpp
draft
|
Tue, 20 Jan 2009 16:40:19 +0000 |
smatz |
(svn r15173) -Codechange: shuffle a few lines of code in oldloader.cpp
draft
|
Tue, 20 Jan 2009 15:43:17 +0000 |
smatz |
(svn r15170) -Fix: vehicle value is 64bit now, oldloader was reading it as 32bit
draft
|
Tue, 20 Jan 2009 15:23:58 +0000 |
smatz |
(svn r15169) -Revert (r11271): it was broken by r12924, and the issue is fixed again in r12948 in a cleaner way
draft
|
Tue, 20 Jan 2009 14:47:17 +0000 |
smatz |
(svn r15168) -Codechange: use only really basic map accessors in oldloader.cpp, shuffle the code a bit
draft
|
Mon, 19 Jan 2009 01:16:50 +0000 |
Yexo |
(svn r15148) -Cleanup: Remove the options "competitor start time" and "competitor intelligence" from the difficulty options because they already were unused.
draft
|
Mon, 19 Jan 2009 00:53:31 +0000 |
glx |
(svn r15147) -Fix (r15146): compile before commit
draft
|
Sun, 18 Jan 2009 23:33:57 +0000 |
smatz |
(svn r15146) -Fix: show savegame name even when opening it failed
draft
|
Sun, 18 Jan 2009 23:26:38 +0000 |
smatz |
(svn r15145) -Fix: crash when one tried to load a TTO savegame
draft
|
Sun, 18 Jan 2009 22:44:53 +0000 |
smatz |
(svn r15144) -Codechange: make sure we don't run out of bounds while determining old savegame name
draft
|
Sun, 18 Jan 2009 16:20:04 +0000 |
smatz |
(svn r15137) -Fix (r11822)(r14340): signs with sign 'Sign' were lost when converting from TTD savegames
draft
|
Fri, 16 Jan 2009 21:50:55 +0000 |
smatz |
(svn r15116) -Fix (r1): company money weren't correctly converted from TTD(P) savegames
draft
|
Tue, 13 Jan 2009 22:58:03 +0000 |
smatz |
(svn r15077) -Codechange: enumify DAYS_IN_YEAR and DAYS_IN_LEAP_YEAR
draft
|
Mon, 12 Jan 2009 17:11:45 +0000 |
truebrain |
(svn r15027) -Merge: tomatos and bananas left to be, here is NoAI for all to see.
draft
|
Sat, 10 Jan 2009 00:31:47 +0000 |
rubidium |
(svn r14949) -Cleanup: pointer coding style
draft
|
Sun, 04 Jan 2009 15:32:25 +0000 |
smatz |
(svn r14828) -Codechange: move most of save/load-specific code to separate files
draft
|