Commit Graph

11254 Commits

Author SHA1 Message Date
belugas
23e0650886 (svn r15393) -Fix: little typo 2009-02-07 03:06:38 +00:00
belugas
82cbfb7dfa (svn r15392) -Codechange: move the spec getter to a place where it's only required, without the use of extern 2009-02-07 02:38:32 +00:00
rubidium
73d7438610 (svn r15391) -Fix (r14997): loading font sprites should not trigger a palette conversion. 2009-02-07 02:29:08 +00:00
Yexo
c4391379d2 (svn r15390) -Cleanup: Remove old hack that wasn't used anymore. 2009-02-07 01:17:15 +00:00
peter1138
43a8400647 (svn r15389) -Feature: Add ability to select which base graphics set is used from the Game Options window. The change takes effect when the window is closed. This option can only be used from the intro menu, as reloading graphics during a game may cause issues. 2009-02-07 01:01:02 +00:00
rubidium
1a14688926 (svn r15388) -Change: unify the way Ctrl+Click is written. 2009-02-07 00:45:24 +00:00
peter1138
5304330f92 (svn r15387) -Codechange: Add a drop down list item type for char* strings. 2009-02-07 00:37:35 +00:00
peter1138
68eb306381 (svn r15386) -Codechange: During start up, store driver/blitter/graphicsset selection in local variable instead of in the global _ini_* variables. This means that specifying a driver/blitter/graphicsset on the command line does not clobber the configuration value, which can now be saved like other values. 2009-02-07 00:33:35 +00:00
peter1138
645e8c4b69 (svn r15385) -Fix: Saving of char* to configuration file did not work due to incorrect parameter order and no handling of NULL. 2009-02-07 00:29:35 +00:00
rubidium
b02cbf8844 (svn r15384) -Change: tweak some settings to make OpenTTD easier to use for first-time users (or upgraders) 2009-02-07 00:22:21 +00:00
Yexo
caf540d284 (svn r15383) -Cleanup: Don't call MakeNewgameSettingsLive more often than necessary. 2009-02-06 23:58:16 +00:00
rubidium
0caa32816f (svn r15382) -Fix [FS#2466]: multiple vehicles could be filling the timetable and only the data from one vehicle would be taken. Now only allow one to be filling at a time. 2009-02-06 21:30:18 +00:00
frosch
6f9d6ffe80 (svn r15381) -Fix (r11091): When testing for parallel road two tiles away, do not move more than one tile along the road. 2009-02-06 20:51:24 +00:00
frosch
78fc8aa93c (svn r15380) -Fix (r15190)[FS#2603]: Do not use TileY() on negative TileIndexDiffs. But the test was not needed anyway, as those tiles were already tested in previous iterations. 2009-02-06 20:24:44 +00:00
translators
6f8c1d56ad (svn r15379) -Update: WebTranslator2 update to 2009-02-06 18:45:59
arabic_egypt - 11 fixed by khaloofah (11)
catalan    - 11 fixed by arnaullv (11)
dutch      - 10 fixed, 2 changed by Yexo (10), Excel20 (2)
finnish    - 14 fixed by jpx_ (12), UltimateSephiroth (2)
french     - 11 fixed by glx (11)
german     - 11 fixed by ralph (5), hellow (6)
hebrew     - 5 fixed by 19izhar73 (5)
hungarian  - 11 fixed, 3 changed by alyr (3), IPG (4), oklmernok (7)
korean     - 11 fixed, 2 changed by darkttd (13)
latvian    - 25 fixed by waste (25)
portuguese - 16 fixed by supra90 (10), SnowFlake (6)
romanian   - 11 fixed by kkmic (11)
serbian    - 5 fixed, 271 changed by syndrome (276)
simplified_chinese - 2 fixed by ww9980 (2)
spanish    - 11 fixed by Dominus (11)
traditional_chinese - 3 fixed, 5 changed by ww9980 (8)
ukrainian  - 14 fixed by mad (14)
2009-02-06 18:46:21 +00:00
frosch
9bd5420450 (svn r15378) -Fix: The subcargo returned by vehicle variable 0x42 should be the most-common-subcargo of the most-common-cargo. If nothing is transported 0x..FFFF00 should be returned. 2009-02-06 18:06:05 +00:00
rubidium
9f1a20a2be (svn r15377) -Fix [FS#2607]: filter did resort when unneeded and didn't deselect properly in some cases (Roujin) 2009-02-06 18:00:05 +00:00
rubidium
e856287029 (svn r15376) -Fix [FS#2608] (r15371): OSX/BSD also seems to define strcasecmp under some circumstances. 2009-02-06 15:53:48 +00:00
rubidium
d45d8d23d3 (svn r15375) -Fix [FS#2605]: a tram circling around in a depot did never actually 'enter' the depot. 2009-02-06 15:52:22 +00:00
rubidium
7215e28774 (svn r15374) -Codechange: remove a magic constant. 2009-02-06 15:39:34 +00:00
rubidium
cd0edc9201 (svn r15373) -Fix [FS#2606]: Kenobi denied the server's client name to the tab-completed. 2009-02-06 15:11:17 +00:00
rubidium
a3da2d5145 (svn r15372) -Feature: filter the 'content' based on the tag/name. Based on a patch by Roujin. 2009-02-06 12:00:14 +00:00
rubidium
0ffb019103 (svn r15371) -Codechange: add an implementation of strcasestr for when _GNU_SOURCE isn't defined. 2009-02-06 11:58:52 +00:00
rubidium
3758ba890a (svn r15370) -Codechange: add a callback to tell the parent of an OSK that the string has changed instead of only marking the text box dirty. 2009-02-06 11:57:25 +00:00
rubidium
1a5a673ec9 (svn r15369) -Codechange: generalise the GUIList a bit so peter can write filters for cargo type, speed and mass ;) 2009-02-06 10:38:57 +00:00
rubidium
5b74baa9be (svn r15368) -Fix: some typos in comments 2009-02-06 10:31:05 +00:00
rubidium
7ab6682b7b (svn r15367) -Add: framework for filtering GUILists (Roujin) 2009-02-06 00:51:11 +00:00
Yexo
72643f2090 (svn r15366) -Add [NoAI]: Add AddLabels() where you can define labels for the values of the settings in info.nut 2009-02-06 00:25:37 +00:00
smatz
87f34012ba (svn r15365) -Fix (r15324): svn properties were lost in 'svn move' 2009-02-05 22:59:05 +00:00
rubidium
54c393d43e (svn r15364) -Update: the man page 2009-02-05 22:36:57 +00:00
rubidium
a96bffe5f6 (svn r15363) -Fix [FS#2600]: inconsistency w.r.t. On/Off text for settings. 2009-02-05 22:05:58 +00:00
rubidium
af44ded566 (svn r15362) -Change: make a string name more consistent. 2009-02-05 21:50:56 +00:00
smatz
6a2b9a81fb (svn r15361) -Cleanup: minor comment style fixes (planetmaker) 2009-02-05 17:59:59 +00:00
frosch
d526d1f70d (svn r15360) -Fix: Flooding vehicles did not trigger an AI event. 2009-02-05 17:48:08 +00:00
frosch
d5a6fcce54 (svn r15359) -Add [NoAI]: AIEventVehicleCrashed::CRASH_RV_UFO, AIEventDisasterZeppelinerCrashed and AIEventDisasterZeppelinerCleared as aliens accepted NoAIs as competing life-form. 2009-02-05 17:38:47 +00:00
frosch
f6fa77d5f9 (svn r15358) -Add [NoAI]: AIEventVehicleCrashed::GetCrashReason() 2009-02-05 17:28:37 +00:00
smatz
801ff9c9ca (svn r15357) -Codechange: unify the way buttons are updated in the 'found town' window 2009-02-05 16:51:23 +00:00
smatz
2806d7b0a0 (svn r15356) -Codechange: make PlaceProc_Town and some global variables a static function/variables of the scenedit window 2009-02-05 15:59:40 +00:00
rubidium
580f6fcbab (svn r15355) -Codechange: simplify some stuff now ->FirstShared returns non-NULL again. 2009-02-05 15:59:23 +00:00
rubidium
20cb3a581c (svn r15354) -Fix (r14803): first shared of a vehicle could be NULL making it impossible to (share-)clone the vehicle. 2009-02-05 15:58:42 +00:00
smatz
b42f87d245 (svn r15353) -Feature(tte): make it possible to have cities of various sizes 2009-02-05 15:28:01 +00:00
smatz
f561fa2891 (svn r15352) -Codechange: make the arguments passed around while founding a town a bit more readable 2009-02-05 13:33:37 +00:00
rubidium
f30961b5ab (svn r15351) -Fix (r15350): gcc compile failure 2009-02-05 08:10:59 +00:00
belugas
b53add9025 (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
belugas
ccaff36931 (svn r15349) -Codechange: no need to call a function when we know there is not going to be any change to the returned result 2009-02-05 03:17:30 +00:00
michi_cc
215bcb7d27 (svn r15348) -Fix (r15347): Preferred pylon position is dependant on the masked wires as well. 2009-02-05 02:07:13 +00:00
michi_cc
26035c6f3d (svn r15347) -Feature [FS#1761]: Don't draw superfluous catenary wires (based on a patch by Eddi). 2009-02-05 01:33:59 +00:00
Yexo
96f279608b (svn r15346) -Add [NoAI]: Add AIAirport::GetNearestTown() so AIs can known in which town the noise level will increase. 2009-02-05 01:15:54 +00:00
Yexo
8f51ee50c1 (svn r15345) -Add [NoAI]: Add AIVehicle::HasSharedOrders() and AIVehicleList_SharedOrders. 2009-02-05 01:12:49 +00:00
rubidium
85594561e0 (svn r15344) -Change [Makefile]: don't recompile everything when english.txt changes, but only whatever includes table/strings.h. 2009-02-04 23:40:01 +00:00