Mercurial > hg > openttd
graph
-
(svn r9065) -Fix: possible dereference of NULL pointer. draftThu, 08 Mar 2007 13:54:19 +0000, by rubidium
-
(svn r9064) -Fix [FS#663]: don't keep on scrolling for non-numeric values in settings, but require reclick draftThu, 08 Mar 2007 12:57:08 +0000, by truelight
-
(svn r9063) -Add: allow OPENTTD_ARGS as env-option for 'make run'. 'OPENTTD_ARGS="-snull" make run' now runs ./openttd -snull in correct dir. draftThu, 08 Mar 2007 12:40:45 +0000, by truelight
-
(svn r9062) -Fix (r4822, FS#595): The station list, sorted by cargo rating, now takes stations into account that have no cargo waiting (KeeperOfTheSoul). While at it, doxygen the function draftThu, 08 Mar 2007 12:26:31 +0000, by celestar
-
(svn r9061) -Fix [r9038, FS#668]: passwords are send when the server is in the 'authorizing' state, not 'inactive'. draftThu, 08 Mar 2007 09:46:44 +0000, by rubidium
-
(svn r9055) -Codechange: Change windows unicode handling and allow a pure non-unicode build to function. Win9x binaries will be possible with mingw/nightly system. draftWed, 07 Mar 2007 18:58:28 +0000, by Darkvater
-
(svn r9054) -Update: WebTranslator2 update to 2007-03-07 18:39:14 draftWed, 07 Mar 2007 17:42:09 +0000, by miham
-
(svn r9053) -Change [Config]: removed unneeded stuff for windows draftWed, 07 Mar 2007 16:46:13 +0000, by glx
-
(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; draftWed, 07 Mar 2007 12:11:48 +0000, by rubidium
-
(svn r9049) -Fix [Config]: when running 'bash configure', make sure automated reconfigures run 'bash configure' too. draftTue, 06 Mar 2007 23:42:30 +0000, by truelight
-
(svn r9047) -Fix [FS#651]: request static deps from fontconfig in OSX draftTue, 06 Mar 2007 22:55:18 +0000, by truelight
-
(svn r9046) -Fix r9041: added a comment to make clear why we don't use --prefix here draftTue, 06 Mar 2007 22:45:30 +0000, by truelight
-
(svn r9045) -Fix [Config]: libpng-config --ldflags returns --libs and -L_opts too, no need to call it an extra time (double -lpng12 in LDFLAGS) draftTue, 06 Mar 2007 22:41:50 +0000, by truelight
-
(svn r9044) -Fix [Config]: add fontconfig before freetype, as in static order is important draftTue, 06 Mar 2007 22:40:45 +0000, by truelight
-
(svn r9043) -Fix [FS#652]: the personal (.openttd) directories were hidden in the load/save directory listings (stepancheg). draftTue, 06 Mar 2007 22:37:04 +0000, by rubidium
-
(svn r9041) -Fix [FS#650]: pkg-config doesn't know --prefix, but wants --variable=prefix (nicely spotted and fixed by stepancheg) draftTue, 06 Mar 2007 22:15:57 +0000, by truelight
-
(svn r9040) -Codechange: the build window and CmdBuildAircraft() now shares the code to figure out if an aircraft is buildable in the hangar in question draftTue, 06 Mar 2007 22:11:58 +0000, by bjarni
-
(svn r9039) -Fix r9034: missed the _pause in cocoa_v.mm draftTue, 06 Mar 2007 22:01:59 +0000, by bjarni
-
(svn r9038) -Fix [FS#115]: inactive connections are not automatically kicked, i.e. people who only open a telnet (or similar) connection to a server. draftTue, 06 Mar 2007 22:00:42 +0000, by rubidium
-
(svn r9037) -Feature: [NewGRF] Add support for Action 13, which allows you to translate draftTue, 06 Mar 2007 22:00:13 +0000, by maedhros
-
(svn r9036) -Fix [SunOS]: SunOS/Solaris does not have stdint.h, so use inttypes.h which defines the things we need from stdint.h. draftTue, 06 Mar 2007 21:18:25 +0000, by rubidium
-
(svn r9035) -Fix [SunOS]: Solaris sometimes has pid_t defined as long. Fix warnings in those cases draftTue, 06 Mar 2007 21:14:48 +0000, by truelight
-
(svn r9034) -Codechange: renamed _pause to _pause_game, as some targets already have draftTue, 06 Mar 2007 20:59:52 +0000, by truelight
-
(svn r9033) [Config] -Fix: GNU strip has -s, but Solaris strip doesn't. Detect this when system is SUNOS. draftTue, 06 Mar 2007 20:37:46 +0000, by truelight
-
(svn r9031) -Codechange: Introduce grfconfig->status, and use it for states that are draftTue, 06 Mar 2007 19:33:28 +0000, by maedhros
-
(svn r9030) [Config] -Add: added --enable-unicode, which enables unicode (mostly for windows). Enabled by default on WIN32 (makes win9x fail, so use --disable-unicode if you produce binaries for win9x) draftTue, 06 Mar 2007 19:14:15 +0000, by truelight
-
(svn r9029) -Fix (r7326): Only call the gradual loading amount callback if the bit for it is set in the vehicle's callbackmask. draftTue, 06 Mar 2007 19:12:56 +0000, by maedhros
-
(svn r9027) -Fix [FS#664]: desync caused by buffer overrun. draftTue, 06 Mar 2007 18:03:06 +0000, by rubidium
-
(svn r9022) -Fix [FS#660]: Airport state machine fails if the adjustment in position is less than 4 pixels. The new planespeed movement made this a fatal error on the oilrig. This fix just corrects the oilrig movement orders so that the error does not occur. draftMon, 05 Mar 2007 23:00:43 +0000, by richk
-
(svn r9021) [Translations] -Fix: removed empty strings once again. draftMon, 05 Mar 2007 20:00:43 +0000, by miham
-
(svn r9020) -Update: WebTranslator2 update to 2007-03-05 19:56:28 draftMon, 05 Mar 2007 18:57:19 +0000, by miham
-
(svn r9018) -Change: added SunOS as OS name in the quit dialog draftMon, 05 Mar 2007 17:05:41 +0000, by miham
-
(svn r9017) [Config] -Fix: if 'solaris' is in gcc dumpmachine, we have SunOS draftMon, 05 Mar 2007 15:24:17 +0000, by truelight
-
(svn r9016) [SunOS] -Fix: Don't use a struct-member that doesn't exist. draftMon, 05 Mar 2007 09:35:45 +0000, by celestar
-
(svn r9012) -Fix/Feature (UTF8): When cutting strings into multiple lines also take into consideration whitespace characters of more than 1 byte length (eg IDEOGRAPHIC SPACE, IsWhitespace() function). When trimming such strings, account for multiple-byte long sequences so use *Utf8PrevChar(v) = '\0'. draftMon, 05 Mar 2007 00:45:56 +0000, by Darkvater
-
(svn r9011) -Codechange (r9003): Rework Utf8PrevChar so that it returns a pointer to the previous UTF8 character's first byte instead of a byte-length offset draftMon, 05 Mar 2007 00:34:48 +0000, by Darkvater
-
(svn r9009) -Fix (r1): Determine whether to play a sound or not when entering a tunnel based on engine type (only steam engines) instead of on spritenum which can be invalid for newgrf trains. DBSet(XL) or any other steam trains without newsounds should sound their horn now. draftSun, 04 Mar 2007 22:14:32 +0000, by Darkvater
-
(svn r9005) -Update: WebTranslator2 update to 2007-03-04 09:03:25 draftSun, 04 Mar 2007 08:05:43 +0000, by miham
-
(svn r9002) -Update: remove strings removed in r9001 from languages other than English. draftSat, 03 Mar 2007 22:15:37 +0000, by rubidium
-
(svn r9001) -Codechange: remove duplication of functions and strings with respect to the news of new vehicles. draftSat, 03 Mar 2007 22:03:15 +0000, by rubidium
-
(svn r9000) -Fix [FS#581, r2572]: new locomotive names were not announced in the news, it said "new railway locomotive available - railway locomotive". draftSat, 03 Mar 2007 20:43:52 +0000, by rubidium
-
(svn r8999) -Fix [FS#450]: do not select a disabled platform length/number of track count when going out of drag-drop mode. draftSat, 03 Mar 2007 20:43:50 +0000, by rubidium
-
(svn r8995) -Fix (FS#620, r8464): revert properly (reversion of r4322) internal speeds draftSat, 03 Mar 2007 13:36:25 +0000, by Darkvater
-
(svn r8994) -Fix [FS642, r3320]: [win32] Resolution doubled in cfg file when fullscreen mode used. Use _wnd.double_size which gives back its correct state with respect to double size and fullscreen. draftSat, 03 Mar 2007 13:13:25 +0000, by Darkvater
-
(svn r8990) -Fix: more indenting and variable scoping draftSat, 03 Mar 2007 10:48:25 +0000, by peter1138
-
(svn r8989) -Fix: more indenting and variable scoping draftSat, 03 Mar 2007 09:58:20 +0000, by peter1138
-
(svn r8988) -Fix: Indenting, variable scope, variable type and minor duffage draftSat, 03 Mar 2007 09:40:34 +0000, by peter1138
-
(svn r8987) -Cleanup: doxygen changes. Again. Mostly (still) @files missing tags and (more than just) a few comments style. draftSat, 03 Mar 2007 04:04:22 +0000, by belugas
-
(svn r8980) -Fix (FS#656): the industry list should also be (re)set when the number of industries is 0. draftFri, 02 Mar 2007 19:57:55 +0000, by rubidium
-
(svn r8979) -Fix (r8978): unsigned vs signed comparisons. draftFri, 02 Mar 2007 18:57:54 +0000, by rubidium
-
(svn r8976) -Codechange: Reinitialize all engines after grf files have been reloaded/changed. draftFri, 02 Mar 2007 15:17:48 +0000, by Darkvater
-
(svn r8974) -Fix: [win32] Define a win32 target platform ourselves so that we don't conflict with Vista Platform SDK (boekabart) draftFri, 02 Mar 2007 15:02:12 +0000, by Darkvater
-
(svn r8973) -Feature/Codechange: Changed the internal unit for aircraft velocities to from 8mph to 1km/h (peter1138), also give aircraft realsitic velocities (so that 1km/h is 1km/h independent of vehicle type) (peter1138). Introduce a flag to reduce aircraft speed in holding patterns to some realistic velocity. Use this flag for the city airport for the time being and make use of the different entry points for this airport type. draftFri, 02 Mar 2007 12:01:24 +0000, by celestar
-
(svn r8972) -Codechange: Dynamically add buttons on the cargo payment graph. This lets us remove the gaps and allow more than 12 cargo types later. draftFri, 02 Mar 2007 11:36:34 +0000, by peter1138
-
(svn r8970) -Fix (win32): suppress the warnings coming from the DirectX includes for GCC 4.0+. Also clearify commit r8968 in-code draftFri, 02 Mar 2007 01:18:12 +0000, by truelight
-
(svn r8969) -Codechange: rework of the player face bits. draftFri, 02 Mar 2007 01:17:11 +0000, by rubidium
-
(svn r8968) -Fix (win32): silent g++ 4.0+ warnings about breaking strict-aliasing draftFri, 02 Mar 2007 00:45:08 +0000, by truelight
-
(svn r8967) -Fix (OSX): silent the warnings in cocoa_v.mm about deprecated stuff.. we know that\! draftFri, 02 Mar 2007 00:36:16 +0000, by truelight
-
(svn r8966) -Codechange: replace some if-cascades by switches. draftFri, 02 Mar 2007 00:17:35 +0000, by rubidium
-
(svn r8964) -Codechange: use grf_load_string to read action 8 strings instead of trying to do the same manually. draftThu, 01 Mar 2007 23:37:05 +0000, by rubidium
-
(svn r8957) -Update: WebTranslator2 update to 2007-03-01 21:03:45 draftThu, 01 Mar 2007 20:12:41 +0000, by miham
-
(svn r8956) -Documentation : complete reference of m6 usage is now available. draftThu, 01 Mar 2007 20:10:49 +0000, by belugas
-
(svn r8955) -Fix: crash on loading savegames with GRFs that do not have their GRF info/name set. draftThu, 01 Mar 2007 18:28:55 +0000, by rubidium
-
(svn r8954) -Codechange: remove direct map accesses from non-map-accessor headers. draftThu, 01 Mar 2007 13:35:40 +0000, by rubidium
-
(svn r8953) -Codechange: make the names of enums of WaterTileType consistent with respect to RailTileType and RoadTileType. draftThu, 01 Mar 2007 13:27:51 +0000, by rubidium
-
(svn r8951) -Cleanup: Another bunch of re-formating and re-ordering. draftThu, 01 Mar 2007 04:24:19 +0000, by belugas
-
(svn r8950) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style. draftThu, 01 Mar 2007 01:24:44 +0000, by belugas
-
(svn r8948) -Change: some sed implementations have problems with \n so rewrite r8832 using awk draftWed, 28 Feb 2007 23:52:04 +0000, by glx
-
(svn r8946) -Feature: [NewGRF] Add support for vehicle variables 0xFE and 0xFF bit 10, draftWed, 28 Feb 2007 17:59:05 +0000, by maedhros
-
(svn r8945) -Codechange: Rename v->load_status to v->vehicle_flags so it can be used for more than just the gradual loading status. draftWed, 28 Feb 2007 17:18:36 +0000, by maedhros
-
(svn r8944) -Codechange: Move the enum describing the bitmask of Engine.flags to engine.h and give the enum values better names. draftWed, 28 Feb 2007 17:06:22 +0000, by maedhros
-
(svn r8943) -Fix (r5338): [NewGRF] Fix support for vehicle variable 48, which just returns Engine[id].flags draftWed, 28 Feb 2007 10:40:34 +0000, by maedhros
-
(svn r8935) -Codechange: unification of track type between road and rail tiles, unification of ground type between normal rail tiles and depots/waypoints and removing the need for RailTileSubType. draftTue, 27 Feb 2007 23:36:28 +0000, by rubidium
-
(svn r8933) -Fix [Win64]: rdtsc now uses intrinsic on VC8 (michi_cc) draftTue, 27 Feb 2007 23:12:45 +0000, by KUDr
-
(svn r8929) -Codechange: [win32] Give the installer a slightly more verbose link at the final screen and also copy any heightmaps to the desination directory. draftTue, 27 Feb 2007 22:11:12 +0000, by Darkvater
-
(svn r8927) -Codechange: [win32] Update the installer to use the new paths after the makefilerewrite and add roadstops.grf to the uninstaller. draftTue, 27 Feb 2007 17:04:22 +0000, by Darkvater
-
(svn r8926) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, etc. draftTue, 27 Feb 2007 16:51:49 +0000, by Darkvater
-
(svn r8921) -Fix (FS#654): several issues related to removing all orders from an aircraft and removing the airport it was heading: draftTue, 27 Feb 2007 16:18:31 +0000, by rubidium
-
(svn r8920) -Codechange: Do not require to press 'Apply changes' in the newgrf GUI if the changes in there are not activated (this happens in the title screen) draftTue, 27 Feb 2007 16:07:04 +0000, by Darkvater
-
(svn r8918) -Revert r8914 as the inverted files have been committed not the correct one. draftTue, 27 Feb 2007 16:05:20 +0000, by Darkvater
-
(svn r8914) -Regression (UTF8): Win9x is very picky about trailing slashes in paths, so C:\\* will not work (but C:\Windows\\* does; go figure). Thanks glx for pointing it out and for the initial fix. draftTue, 27 Feb 2007 15:17:06 +0000, by Darkvater
-
(svn r8912) -Codechange: coding style cleanup and moving of two global externs into the functions that use them. draftMon, 26 Feb 2007 22:32:21 +0000, by rubidium
-
(svn r8911) -Cleanup: fixup comments about the RoadVehicleStates and remove two unused enums. draftMon, 26 Feb 2007 22:25:18 +0000, by rubidium
-
(svn r8908) -Codechange: declaration of DrawBridgeMiddle does not belong in a map accessors header. draftMon, 26 Feb 2007 18:25:03 +0000, by rubidium
-
(svn r8907) -Fix (r3281): reading from an unitialized variable. draftMon, 26 Feb 2007 00:41:24 +0000, by rubidium
-
(svn r8906) -Feature: translation dependant formatting of dates. draftMon, 26 Feb 2007 00:36:57 +0000, by rubidium
-
(svn r8903) -Regression (r8891): CT_PURCHASE does apply to aircraft overrides... draftSun, 25 Feb 2007 14:33:43 +0000, by peter1138
-
(svn r8892) -Fix (r8879): swapped the eye colour and eyebrow bits. draftSun, 25 Feb 2007 09:06:13 +0000, by rubidium
-
(svn r8891) -Codechange: Remove remains of global cargo scheme. All cargo mapping is now dealt with only in NewGRF code, on load where possible. draftSat, 24 Feb 2007 23:36:40 +0000, by peter1138
-
(svn r8890) -Codechange: (NewGRF) add cargo translation support to engine var 47 draftSat, 24 Feb 2007 23:20:21 +0000, by peter1138
-
(svn r8889) -Fix (r8880): a CursorID is not a SpriteID. draftSat, 24 Feb 2007 22:35:42 +0000, by rubidium
-
(svn r8888) -Codechange: Replace hardcoded default cargo bitmasks with a list of cargo labels. draftSat, 24 Feb 2007 22:01:18 +0000, by peter1138
-
(svn r8887) -Fix (r8879)[MorphOS]: initialization of mouth_table[] skipped by goto draftSat, 24 Feb 2007 19:43:50 +0000, by KUDr
-
(svn r8886) -Codechange: (NewGRF) Add (partial) cargo translation table support, applied to action 3s only. draftSat, 24 Feb 2007 19:36:47 +0000, by peter1138
-
(svn r8885) -Codechange: (NewGRF) If a default cargo type property is out of range then choose the cargo type from its refit list. draftSat, 24 Feb 2007 19:26:45 +0000, by peter1138
-
(svn r8882) -Cleanup (r8881): Remove obsolete strings. draftSat, 24 Feb 2007 16:37:06 +0000, by maedhros
-
(svn r8881) -Feature: Allow built-in newgrf error messages to be translated, and load custom error messages properly. draftSat, 24 Feb 2007 16:34:37 +0000, by maedhros
-
(svn r8880) -Codechange: make anim cursors an array of structs. draftSat, 24 Feb 2007 15:05:14 +0000, by rubidium
-
(svn r8879) -Codechange: make DrawPlayerFace easier to read. draftSat, 24 Feb 2007 14:53:32 +0000, by rubidium