rubidium
|
95a1bbdd7d
|
(svn r16622) -Fix: {CARGO} only consumes 1 argument
|
2009-06-22 19:09:48 +00:00 |
|
yexo
|
c7bd6c8d34
|
(svn r16614) -Codechange: Make the airport min/max available year a property of the Airport class.
-Change: rename station.always_small_airport to station.never_expire_airports to make it more future-proof
|
2009-06-21 13:26:30 +00:00 |
|
smatz
|
4419366f94
|
(svn r16603) -Codechange: enumify map size limits (based on a patch by Bilbo)
|
2009-06-20 11:25:39 +00:00 |
|
yexo
|
1e9ddd18b3
|
(svn r16568) -Codechange: rename all arrays with airport-tile sprites
|
2009-06-12 18:32:10 +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 |
|
yexo
|
0d56cfabfa
|
(svn r16439) -Change: Make the default vehicle servicing settings company-based settings, so in a multiplayer game everyone can change them.
|
2009-05-26 21:59:49 +00:00 |
|
yexo
|
2a5a8f395c
|
(svn r16433) -Codechange: Remove most of CmdSetAutoreplace and replace it with calls to CmdChangeCompanySetting
|
2009-05-26 13:29:01 +00:00 |
|
yexo
|
a10e5f707a
|
(svn r16429) -Change: Make the company settings behave like all others settings: the default set in the main menu / config file is now really the default for a new company, and changing the value in game will no longer change the default for new companies.
|
2009-05-26 11:40:14 +00:00 |
|
rubidium
|
9c24e2bb8f
|
(svn r16340) -Codechange: introduce SoundID (uint16) and use that instead of SoundFX, which was used as a byte and uint16 at different places, when the uint16 sound ID is meant.
|
2009-05-17 17:17:48 +00:00 |
|
yexo
|
31eff1d4c3
|
(svn r16315) -Codechange: move the autorenew settings to a new CompanySettings struct
|
2009-05-15 23:55:06 +00:00 |
|
rubidium
|
d23f616e9f
|
(svn r16296) -Codechange: silence some ICC warnings
|
2009-05-13 16:52:51 +00:00 |
|
rubidium
|
a36ab04d5d
|
(svn r16145) -Add: '-export-pragmas' to strgen so external tools can (hopefully) automatically be updated to support new pragmas
|
2009-04-25 21:09:42 +00:00 |
|
rubidium
|
81dccf32c1
|
(svn r16131) -Fix (r16129): some compile warnings on some compilers
|
2009-04-23 23:30:54 +00:00 |
|
rubidium
|
ff05dc8446
|
(svn r16129) -Feature-ish: configurable digit group separator per language with user override.
|
2009-04-23 21:05:00 +00:00 |
|
rubidium
|
1f25d9126f
|
(svn r16123) -Fix: forgot to add table/strgen.h to the project files + a typo
|
2009-04-23 14:06:57 +00:00 |
|
rubidium
|
59d45a04d6
|
(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible.
|
2009-04-21 23:40:56 +00:00 |
|
rubidium
|
6dc4fed75c
|
(svn r16116) -Fix (r16115): note to self: copy the right subversion config file from 'the other' computer otherwise it won't do what you expect it to do, like automatically setting svn:eol-style and svn:keywords.
|
2009-04-21 21:41:20 +00:00 |
|
rubidium
|
d56d462eca
|
(svn r16115) -Change: make strgen able to 'export' the important command and plural information so external tools can easily get that information instead of needing manual updating
|
2009-04-21 21:34:26 +00:00 |
|
frosch
|
713da56d9b
|
(svn r16090) -Fix: s/Slovakish/Slovak/ (unimatrix)
|
2009-04-19 14:11:17 +00:00 |
|
rubidium
|
13d6412c22
|
(svn r16041) -Fix [FS#774]: the currency abbreviation for the Romanian Leu is now RON.
|
2009-04-12 17:27:44 +00:00 |
|
rubidium
|
5790293af6
|
(svn r16037) -Feature: allow (per order) to let a train stop at the near end, middle or far end of a platform from the point of view of the driver of the train that enters the station.
|
2009-04-12 14:11:14 +00:00 |
|
rubidium
|
ec0635e59b
|
(svn r16028) -Fix [FS#2826]: storing/loading some currencies failed due to inconsistent "tables".
-Codechange: unduplicate settings "tables" that might be made inconsistent in the future (to prevent other cases like FS#2826).
|
2009-04-11 15:23:54 +00:00 |
|
rubidium
|
7d3db3ee91
|
(svn r16014) -Feature(-ish): allow binding to several IPs; [network]:server_bind_ip doesn't exist anymore. Add the IPs/hostnames to [server_bind_addresses]
|
2009-04-10 12:56:55 +00:00 |
|
rubidium
|
c0f9af5607
|
(svn r16000) -Feature: IPv6 support
|
2009-04-09 01:22:45 +00:00 |
|
peter1138
|
28d3123dfd
|
(svn r15848) -Feature: Add autoclean_novehicles setting which will, when autoclean_companies is true, remove any company with no vehicles and no active client after autoclean_novehciles-months.
|
2009-03-25 16:30:33 +00:00 |
|
yexo
|
d1fd756755
|
(svn r15798) -Fix (r15795): gcc doesn't like static functions that are not declared static.
|
2009-03-21 23:45:46 +00:00 |
|
yexo
|
0f7b9af9fa
|
(svn r15795) -Codechange: Move the settings table from settings.cpp to table/settings.h. Patch breaking time :)
|
2009-03-21 23:16:09 +00:00 |
|
glx
|
ea2c50281e
|
(svn r15762) -Codechange: inlined utf8 chars are not handled properly on eastern version of windows so escape them
|
2009-03-18 17:55:47 +00:00 |
|
rubidium
|
35e4dc0f4b
|
(svn r15760) -Codechange [FS#2704]: support that the resize box is at the left side of the window too (based on work by Alberth)
|
2009-03-18 01:06:48 +00:00 |
|
smatz
|
36dfa1f21e
|
(svn r15727) -Codechange: apply coding style to namegen arrays
-Fix (r1307): missing comma in _name_original_english_4
|
2009-03-15 16:31:16 +00:00 |
|
smatz
|
8585aa71ed
|
(svn r15726) -Codechange: unify coding style for const pointers
|
2009-03-15 16:04:39 +00:00 |
|
rubidium
|
b25a4f8231
|
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too
|
2009-03-15 00:32:18 +00:00 |
|
rubidium
|
d72273d1f3
|
(svn r15717) -Cleanup: apply some documentation coding style upon the stuff in table/
|
2009-03-15 00:03:27 +00:00 |
|
rubidium
|
9d018723b7
|
(svn r15711) -Codechange: lots of whitespace cleanup/fixes
|
2009-03-14 18:16:29 +00:00 |
|
rubidium
|
cfc233e2ab
|
(svn r15560) -Fix: typos in Spanish town names (Erregerre)
|
2009-02-23 20:42:20 +00:00 |
|
frosch
|
15789a76c1
|
(svn r15534) -Codechange: Rename some variables.
|
2009-02-20 23:21:04 +00:00 |
|
rubidium
|
c0a8d09ca7
|
(svn r15428) -Codechange: consistently use colour instead of having both color and colour.
|
2009-02-09 02:57:15 +00:00 |
|
rubidium
|
8dae160d0f
|
(svn r15425) -Codechange: some color->colour changes and type safety.
|
2009-02-09 02:09:47 +00:00 |
|
peter1138
|
a68e0ee42f
|
(svn r15417) -Codechange: Add default rail type labels and support for per-GRF translation table.
|
2009-02-08 18:11:06 +00:00 |
|
rubidium
|
9d94c8f369
|
(svn r15351) -Fix (r15350): gcc compile failure
|
2009-02-05 08:10:59 +00:00 |
|
belugas
|
bf82545b4a
|
(svn r15350) -Codechange: Create a spec array to hold the data definitions of unmovables objects.
Note that this is the very basic spec, it will be populated a bit more, later.
|
2009-02-05 03:41:42 +00:00 |
|
peter1138
|
5e6e4417a5
|
(svn r15321) -Codechange: Load road vehicle 'realistic' acceleration properties from NewGRF, and supply defaults as used by TTDPatch. These values are not yet used.
|
2009-02-02 21:52:34 +00:00 |
|
peter1138
|
c4ccf1a28d
|
(svn r15271) -Codechange: Use offsets for drawing elrail wires & pylons instead of absolute sprite IDs.
|
2009-01-25 19:27:13 +00:00 |
|
smatz
|
042d7800d0
|
(svn r15223) -Codechange: move GetOldTownName to oldloader_sl.cpp as it is specific to loading of TTO/TTD savegames
|
2009-01-23 13:36:12 +00:00 |
|
rubidium
|
b1a33a494f
|
(svn r15104) -Codechange: unify the resolving of the xyz kbytes/megabytes strings.
|
2009-01-16 12:59:47 +00:00 |
|
smatz
|
4a5044e61a
|
(svn r15037) -Cleanup: remove unused file src/table/ai_rail.h
|
2009-01-12 19:26:21 +00:00 |
|
rubidium
|
8ad56c4229
|
(svn r14969) -Codechange: make drawing trees possible (Alberth)
|
2009-01-10 17:13:41 +00:00 |
|
rubidium
|
11da45ee55
|
(svn r14949) -Cleanup: pointer coding style
|
2009-01-10 00:31:47 +00:00 |
|
rubidium
|
c08f520acf
|
(svn r14943) -Cleanup: remove some rogue spaces/replace some rogue tabs with spaces
|
2009-01-09 22:48:57 +00:00 |
|
rubidium
|
aff7feb767
|
(svn r14791) -Add: the ability to make ISO dates with the string system (PhilSophus)
|
2009-01-03 00:56:16 +00:00 |
|