log

age author description
Wed, 23 Jun 2010 17:45:08 +0000 translators (svn r20015) -Update from WebTranslator v3.0: draft
Wed, 23 Jun 2010 14:56:17 +0000 rubidium (svn r20014) -Fix [FS#3881]: don't close the sort dropdown in the (original) vehicle list when there are no vehicles. That code is meant for the "actions" dropdown draft
Wed, 23 Jun 2010 14:38:17 +0000 rubidium (svn r20013) -Fix [FS#3890]: silence some warnings / take the advice of the warnings into account draft
Wed, 23 Jun 2010 00:11:11 +0000 yexo (svn r20012) -Fix: when joining a company with a password you could only enter 20 characters of the password draft
Tue, 22 Jun 2010 17:45:09 +0000 translators (svn r20011) -Update from WebTranslator v3.0: draft
Tue, 22 Jun 2010 16:21:34 +0000 rubidium (svn r20010) -Add: Chuvash language stub draft
Tue, 22 Jun 2010 08:01:38 +0000 rubidium (svn r20009) -Fix [FS#3893]: sign sorting was unstable draft
Mon, 21 Jun 2010 19:33:39 +0000 rubidium (svn r20008) -Add: Tamil language stub draft
Mon, 21 Jun 2010 17:45:13 +0000 translators (svn r20007) -Update from WebTranslator v3.0: draft
Mon, 21 Jun 2010 17:36:46 +0000 frosch (svn r20006) -Fix: Trains should also have running cost while slowing down for stop. draft
Mon, 21 Jun 2010 17:35:27 +0000 frosch (svn r20005) -Codechange: Enumify force_proceed. draft
Mon, 21 Jun 2010 16:49:54 +0000 yexo (svn r20004) -Fix: [NewGRF] stringcodes 82, 83 and 84 weren't properly converted to openttd codes so they didn't work draft
Sun, 20 Jun 2010 19:13:02 +0000 yexo (svn r20003) -Feature [FS#3886]: [NewGRF] var 43 depot build date for railtypes draft
Sun, 20 Jun 2010 17:45:12 +0000 translators (svn r20002) -Update from WebTranslator v3.0: draft
Sat, 19 Jun 2010 17:45:19 +0000 translators (svn r20001) -Update from WebTranslator v3.0: draft
Sat, 19 Jun 2010 16:43:40 +0000 rubidium (svn r19999) -Fix: then vs than mistakes (ln) draft
Sat, 19 Jun 2010 16:42:02 +0000 rubidium (svn r19998) -Codechange: Unify the order of ship and plane icon in network-lobby with the rest of the game (frosch) draft
Sat, 19 Jun 2010 16:40:31 +0000 rubidium (svn r19997) -Codechange: Unify order of ship and plane icon in stationlist and stationsigns with the rest of the game (frosch) draft
Sat, 19 Jun 2010 16:37:56 +0000 rubidium (svn r19996) -Codechange: Add NetworkVehicleType enum. draft
Fri, 18 Jun 2010 17:45:10 +0000 translators (svn r19994) -Update from WebTranslator v3.0: draft
Thu, 17 Jun 2010 17:45:12 +0000 translators (svn r19993) -Update from WebTranslator v3.0: draft
Wed, 16 Jun 2010 20:27:59 +0000 frosch (svn r19992) -Fix [FS#3878]: Clear force_proceed when entering depots and when loading. draft
Wed, 16 Jun 2010 17:45:17 +0000 translators (svn r19991) -Update from WebTranslator v3.0: draft
Tue, 15 Jun 2010 22:48:50 +0000 smatz (svn r19990) -Fix: owner of the Waypoint View window wasn't properly set draft
Tue, 15 Jun 2010 17:45:12 +0000 translators (svn r19989) -Update from WebTranslator v3.0: draft
Mon, 14 Jun 2010 17:45:34 +0000 translators (svn r19988) -Update from WebTranslator v3.0: draft
Sun, 13 Jun 2010 17:45:30 +0000 translators (svn r19987) -Update from WebTranslator v3.0: draft
Sun, 13 Jun 2010 14:58:14 +0000 frosch (svn r19986) -Fix (r19841): One could add and remove Grfs from the list via doubleclicking even if editing the list is not allowed. draft
Sun, 13 Jun 2010 14:52:42 +0000 frosch (svn r19985) -Fix (r19980): Loading preview data from old savegames failed indeterministically due to non-zeroed memory allocation. Thanks smatz. draft
Sun, 13 Jun 2010 14:17:26 +0000 frosch (svn r19984) -Feature: Show some savegame details when selecting items in saveload GUIs. draft
Sun, 13 Jun 2010 14:17:02 +0000 frosch (svn r19983) -Add: Separate nested widget array for load heightmap GUI. draft
Sun, 13 Jun 2010 14:16:27 +0000 frosch (svn r19982) -Codechange: Shuffle some widget positions in saveload GUIs. draft
Sun, 13 Jun 2010 14:15:58 +0000 frosch (svn r19981) -Add: Read NewGRF configuration during SL_LOAD_CHECK. draft
Sun, 13 Jun 2010 14:15:36 +0000 frosch (svn r19980) -Add: Load some general data from savegames on SL_LOAD_CHECK. draft
Sun, 13 Jun 2010 14:15:11 +0000 frosch (svn r19979) -Codechange: Separate static loadable fields from Company into separate struct. draft
Sun, 13 Jun 2010 14:14:37 +0000 frosch (svn r19978) -Add: Read settings during SL_LOAD_CHECK. draft
Sun, 13 Jun 2010 14:14:20 +0000 frosch (svn r19977) -Add: Read current date during SL_LOAD_CHECK. draft
Sun, 13 Jun 2010 14:13:49 +0000 frosch (svn r19976) -Add: Read mapsize during SL_LOAD_CHECK. draft
Sun, 13 Jun 2010 14:13:23 +0000 frosch (svn r19975) -Add: SL_LOAD_CHECK mode for partial reading of savegames. draft
Sun, 13 Jun 2010 14:12:21 +0000 frosch (svn r19974) -Add: SlSkipArray() to skip arrays and sparse arrays in savegames. draft
Sun, 13 Jun 2010 14:11:59 +0000 frosch (svn r19973) -Codechange: Add another procedure to chunk handlers for checking savegames (empty for now). draft
Sun, 13 Jun 2010 14:11:32 +0000 frosch (svn r19972) -Change: Use the md5sum from the previous save of the game for BaNaNaS instead of the initial (when the grf was added) md5sum from the gamelog. Neither method is 'better', but this way it is independent from the gamelog. draft
Sun, 13 Jun 2010 14:07:49 +0000 frosch (svn r19971) -Codechange: Make IsGoodGRFConfigList() operate on any given GRFConfig and move the GameLog operations directly to AfterLoad(). draft
Sun, 13 Jun 2010 09:41:48 +0000 frosch (svn r19970) -Fix (r14742): SmallMap::Insert() did not compile. Construct new items like operator[]. draft
Sat, 12 Jun 2010 21:23:20 +0000 smatz (svn r19969) -Change: swap 'list of ships' and 'list of aircraft' buttons in the Station View window draft
Sat, 12 Jun 2010 21:21:44 +0000 smatz (svn r19968) -Fix [FS#3876](r19955): the 'list of ships' button opened list of aircraft and vice versa draft
Sat, 12 Jun 2010 17:45:43 +0000 translators (svn r19967) -Update from WebTranslator v3.0: draft
Sat, 12 Jun 2010 14:52:42 +0000 frosch (svn r19966) -Codechange: Use InvalidateData() in saveload GUI when appropiate. draft
Sat, 12 Jun 2010 10:55:13 +0000 peter1138 (svn r19965) -Cleanup: Use size of buffer, not magic number. draft
Fri, 11 Jun 2010 20:33:33 +0000 terkhen (svn r19964) -Add: Show an error message when trying to start a crashed or destroyed vehicle. draft
Fri, 11 Jun 2010 20:30:12 +0000 terkhen (svn r19963) -Add: Stop a vehicle after it crashes or is destroyed. draft
Fri, 11 Jun 2010 20:26:41 +0000 terkhen (svn r19962) -Cleanup: Remove unused "destroyed vehicle" strings. draft
Fri, 11 Jun 2010 20:20:45 +0000 terkhen (svn r19961) -Codechange: Unify "vehicle is destroyed" errors. draft
Fri, 11 Jun 2010 17:45:11 +0000 translators (svn r19960) -Update from WebTranslator v3.0: draft
Fri, 11 Jun 2010 15:37:00 +0000 alberth (svn r19959) -Fix (r19889): Disable drag destination highlighting when aborting a drag. draft
Fri, 11 Jun 2010 00:20:24 +0000 smatz (svn r19958) -Codechange: move common code from Waypoint and Station destructors to BaseStation destructor draft
Fri, 11 Jun 2010 00:18:28 +0000 smatz (svn r19957) -Codechange: remove VLW_WAYPOINT_LIST draft
Thu, 10 Jun 2010 23:52:09 +0000 smatz (svn r19956) -Fix: close list of vehicles with given oil rig in orders when the oil rig is deleted draft
Thu, 10 Jun 2010 23:27:37 +0000 smatz (svn r19955) -Fix: close list of vehicles with given buoy/oil rig in orders when switching company draft
Thu, 10 Jun 2010 17:45:22 +0000 translators (svn r19954) -Update from WebTranslator v3.0: draft