Mercurial > hg > openttd
graph
-
(svn r15726) -Codechange: unify coding style for const pointers draftSun, 15 Mar 2009 16:04:39 +0000, by smatz
-
(svn r15725) -Fix: centering on a vehicle didn't respect its z coordinate draftSun, 15 Mar 2009 15:25:18 +0000, by smatz
-
(svn r15724) -Codechange: some widget documentation/fixing of enumified constant names (Alberth) draftSun, 15 Mar 2009 15:22:09 +0000, by rubidium
-
(svn r15723) -Codechange: use a constructor for WindowDescs as that makes expanding them much easier (Alberth) draftSun, 15 Mar 2009 15:12:06 +0000, by rubidium
-
(svn r15722) -Change: add a bit more information to the readme. draftSun, 15 Mar 2009 14:35:12 +0000, by rubidium
-
(svn r15721) -Change: give a more useful (for 'normal' users) error message when there's no AI and they want to play with an AI draftSun, 15 Mar 2009 14:33:40 +0000, by rubidium
-
(svn r15720) -Change: put a bit more information into the crash log draftSun, 15 Mar 2009 14:28:46 +0000, by rubidium
-
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too draftSun, 15 Mar 2009 00:32:18 +0000, by rubidium
-
(svn r15717) -Cleanup: apply some documentation coding style upon the stuff in table/ draftSun, 15 Mar 2009 00:03:27 +0000, by rubidium
-
(svn r15715) -Fix (r15714): Project files. (Thanks michi_cc) draftSat, 14 Mar 2009 20:43:37 +0000, by frosch
-
(svn r15714) -Remove: 'Original vehicle names' - err - language... Use the (static) newgrf on BaNaNaS if you care. draftSat, 14 Mar 2009 19:52:41 +0000, by frosch
-
(svn r15713) -Feature(ette): Allow static newgrfs to set 'GRF ID engine overrides', if the source GRF is static. draftSat, 14 Mar 2009 19:38:19 +0000, by frosch
-
(svn r15712) -Update: WebTranslator2 update to 2009-03-14 18:38:56 draftSat, 14 Mar 2009 18:39:10 +0000, by translators
-
(svn r15711) -Codechange: lots of whitespace cleanup/fixes draftSat, 14 Mar 2009 18:16:29 +0000, by rubidium
-
(svn r15710) -Fix (r15706): for non MSVC io.h needs to be included before defining unlink. Also remove redundant tchar.h includes as it is already in stdafx.h. draftSat, 14 Mar 2009 15:42:53 +0000, by glx
-
(svn r15709) -Change [FS#2729]: be a tad more specific about the fact that you're building incompatible tracks when building incompatible track types on the same tile. draftSat, 14 Mar 2009 15:34:30 +0000, by rubidium
-
(svn r15708) -Feature [FS#2728]: Pop up the AI Debug Window if one of the AIs crashed and show a message that the user should report the crash. draftSat, 14 Mar 2009 01:32:04 +0000, by yexo
-
(svn r15707) -Fix (r15686): The config file was not updated on Windows because rename() can't replace existing files. draftSat, 14 Mar 2009 00:26:03 +0000, by michi_cc
-
(svn r15706) -Fix: Make sure the filename passed to unlink() is always in file system encoding. draftSat, 14 Mar 2009 00:25:59 +0000, by michi_cc
-
(svn r15705) -Fix: Do not show passenger-/mail-capacity if the aircraft carries only cargo. draftFri, 13 Mar 2009 23:49:12 +0000, by frosch
-
(svn r15704) -Cleanup: remove further includes from recently split files draftFri, 13 Mar 2009 23:48:07 +0000, by smatz
-
(svn r15703) -Codechange: split Cmd* from waypoint.cpp to waypoint_cmd.cpp. draftFri, 13 Mar 2009 21:49:24 +0000, by belugas
-
(svn r15702) -Feature(tte): direct content download 'links' in the play scenario/heightmap windows. draftFri, 13 Mar 2009 21:32:38 +0000, by rubidium
-
(svn r15701) -Fix [FS#2595]: Blame NewGRFs returning inconsistent information in purchase-list/after building before users have a chance to blame OpenTTD for incorrectly autorenewing/-replacing. draftFri, 13 Mar 2009 21:28:40 +0000, by frosch
-
(svn r15700) -Codechange: split Cmd* from signs.cpp to signs_cmd.cpp. draftFri, 13 Mar 2009 20:29:35 +0000, by rubidium
-
(svn r15699) -Codechange: split Cmd* from vehicle.cpp to vehicle_cmd.cpp. draftFri, 13 Mar 2009 20:09:35 +0000, by rubidium
-
(svn r15698) -Update: WebTranslator2 update to 2009-03-13 18:45:47 draftFri, 13 Mar 2009 18:45:56 +0000, by translators
-
(svn r15697) -Fix (r15695): warning about comparing signed vs unsigned. draftFri, 13 Mar 2009 00:48:03 +0000, by rubidium
-
(svn r15696) -Codechange: move the NewGRF language ID into the language file instead of maintaining a table in the code. draftFri, 13 Mar 2009 00:30:26 +0000, by rubidium
-
(svn r15695) -Feature [FS#2672]: Allow the number of towns that will be generated in the generate world window to be customized. draftThu, 12 Mar 2009 23:54:20 +0000, by belugas
-
(svn r15694) -Codechange/feature/fix: invert the order in which base graphics sets are queried making it fairly unlikely that downloaded graphics sets override the original graphics. draftThu, 12 Mar 2009 20:43:03 +0000, by rubidium
-
(svn r15693) -Fix (r15691): The msvc project files weren't updated to include luxembourgish. draftThu, 12 Mar 2009 19:57:51 +0000, by yexo
-
(svn r15692) -Fix [FS#2721]: Just sell the old engines after autorenew/replace. Don't bother about trains exceeding the trainlimit, which will be sold anyway. draftThu, 12 Mar 2009 19:40:16 +0000, by frosch
-
(svn r15691) -Update: WebTranslator2 update to 2009-03-12 18:42:18 draftThu, 12 Mar 2009 18:42:25 +0000, by translators
-
(svn r15690) -Feature(tte(tte)): CTRL-"New Game" skips the "World generation" window. draftThu, 12 Mar 2009 16:48:28 +0000, by rubidium
-
(svn r15689) -Fix [FS#2720]: do not crash when the generate map doesn't contain a suitable location for a town. draftThu, 12 Mar 2009 15:14:22 +0000, by rubidium
-
(svn r15688) -Codechange: unifiy cleaning up the map generation (normal and abort) draftThu, 12 Mar 2009 14:28:55 +0000, by rubidium
-
(svn r15687) -Fix [FS#2723]: wrong/misleading error message when autorail builds nothing when trying to build over signals in the wrong way. draftThu, 12 Mar 2009 14:23:23 +0000, by rubidium
-
(svn r15686) -Codechange: make it a bit harder for crashes to trash your config file. draftThu, 12 Mar 2009 14:22:17 +0000, by rubidium
-
(svn r15685) -Fix [FS#2720]: do not crash when someone substitutes the "map generation" sprites with garbage. draftThu, 12 Mar 2009 14:21:18 +0000, by rubidium
-
(svn r15683) -Fix (r15670): Removing town-owned bridges was no longer possible. draftThu, 12 Mar 2009 11:36:18 +0000, by yexo
-
(svn r15681) -Cleanup: remove unneeded forward declaration. draftThu, 12 Mar 2009 11:04:41 +0000, by rubidium
-
(svn r15679) -Cleanup: Little code-style application draftThu, 12 Mar 2009 01:35:27 +0000, by belugas
-
(svn r15678) -Fix (r15676): crash when (re)applying newgrf settings draftWed, 11 Mar 2009 23:35:32 +0000, by rubidium
-
(svn r15677) -Fix [FS#2546]: vehicle images would be determined during the process of moving the vehicle which means that only the (orientation) data for the vehicles in front of it is valid. Now the data for the vehicles behind the vehicle are valid too. draftWed, 11 Mar 2009 23:23:08 +0000, by rubidium
-
(svn r15676) -Codechange: remove the need for BeginVehicleMove and merge VehiclePositionChanged and EndVehicleMove. draftWed, 11 Mar 2009 20:43:14 +0000, by rubidium
-
(svn r15675) -Codechange: don't unnecessarily mark vehicles dirty before deleting them; it already happens in the destructor. draftWed, 11 Mar 2009 19:50:19 +0000, by rubidium
-
(svn r15674) -Update: WebTranslator2 update to 2009-03-11 18:52:10 draftWed, 11 Mar 2009 18:52:19 +0000, by translators
-
(svn r15673) -Fix: it was not possible to compile a win32 dedicated server (even if 'configure --enable-dedicated' passed) draftWed, 11 Mar 2009 17:40:49 +0000, by glx
-
(svn r15672) -Codechange: (left,right,top,bottom)_coord -> coord.(left,right,top,bottom), i.e. use Rect. draftWed, 11 Mar 2009 17:26:58 +0000, by rubidium
-
(svn r15671) -Codechange: bit of coding style/clarification. draftWed, 11 Mar 2009 15:00:40 +0000, by rubidium
-
(svn r15670) -Fix (r15601): The owner of both the road and of the tram tracks was checked, but not the owner of the road itself. draftWed, 11 Mar 2009 10:58:42 +0000, by yexo
-
(svn r15667) -Fix (r15601)[FS#2718]: It was possible to remove rail tunnels/bridges and aqueducts build by rival companies. draftTue, 10 Mar 2009 23:16:45 +0000, by yexo