Mercurial > hg > openttd
graph
-
(svn r14114) -Fix [FS#2242]: Sign list was not properly updated on removal of signs. draftWed, 20 Aug 2008 19:53:42 +0000, by frosch
-
(svn r14113) -Codechange: Language updates for r14112. draftWed, 20 Aug 2008 19:33:06 +0000, by frosch
-
(svn r14112) -Fix (r13715)[FS#2232]: Action B custom messages with parameteers were broken. draftWed, 20 Aug 2008 19:31:35 +0000, by frosch
-
(svn r14111) -Fix (r2572): [strgen] Changing order of parameters {X:...} did not work for strings including some {StringY}. draftWed, 20 Aug 2008 19:10:42 +0000, by frosch
-
(svn r14109) -Fix (r14107): marking reserved tile dirty is needed for waypoints and stations even when patch option is disabled draftWed, 20 Aug 2008 16:06:27 +0000, by smatz
-
(svn r14108) -Fix(r14104): Give a more consistent naming of the new gui file draftWed, 20 Aug 2008 15:27:22 +0000, by belugas
-
(svn r14107) -Codechange: marking reserved tile dirty twice (and even when patch option is off) is not needed draftWed, 20 Aug 2008 15:21:03 +0000, by smatz
-
(svn r14106) -Fix(r14104): A string too much been commited draftWed, 20 Aug 2008 13:32:57 +0000, by belugas
-
(svn r14105) -Fix: Some typos that are more grammatical errors, as it seems. draftWed, 20 Aug 2008 01:38:12 +0000, by belugas
-
(svn r14104) -Feature: Add a window for waypoints, allowing to view all the trains having the selected waypoint in their orders. draftWed, 20 Aug 2008 01:29:05 +0000, by belugas
-
(svn r14103) -Fix [YAPP]: flooded trains didn't free their reservation draftTue, 19 Aug 2008 10:55:33 +0000, by smatz
-
(svn r14102) -Fix [FS#1986]: make NewGRF action 0x06's changes persistent over the several loading stages. draftTue, 19 Aug 2008 09:08:45 +0000, by rubidium
-
(svn r14100) -Fix(r14099): Who reads readme.txt files anyway?. Same work as previous commit. draftMon, 18 Aug 2008 17:11:13 +0000, by belugas
-
(svn r14098) -Fix: Make the 'Transfer Credit' display aware of the entire consist, not only the first vehicle draftMon, 18 Aug 2008 16:52:40 +0000, by celestar
-
(svn r14097) -Fix [FS#2085]: one couldn't get a list of vehicles sharing an order when the number of orders was 0; you could see that the vehicles had a shared order though. draftSun, 17 Aug 2008 21:07:09 +0000, by rubidium
-
(svn r14096) -Codechange: merge the shared order's vehicle list management to a single location. draftSun, 17 Aug 2008 19:56:17 +0000, by rubidium
-
(svn r14095) -Fix (r14076): Trains shall not stop instantly. draftSun, 17 Aug 2008 18:48:18 +0000, by frosch
-
(svn r14094) -Revert (r14071): caused more problems than it solved draftSun, 17 Aug 2008 15:03:54 +0000, by glx
-
(svn r14093) -Fix [FS#2230]: don't flood a NewGRF industry when it implicitly tells that it wants to be build on water (land shape flags bit 5). draftSun, 17 Aug 2008 13:56:11 +0000, by rubidium
-
(svn r14092) -Cleanup (r14083): dead code, i.e. unused function. draftSun, 17 Aug 2008 11:52:06 +0000, by rubidium
-
(svn r14091) -Cleanup (r14083): Remove superfluous '#include's. draftSun, 17 Aug 2008 11:49:35 +0000, by frosch
-
(svn r14090) -Fix: the vehicle window of articulated road vehicles would show the clone/refit button when the vehicle was not completely stopped in the depot. draftSun, 17 Aug 2008 11:12:56 +0000, by rubidium
-
(svn r14089) -Fix [FS#2219]: trains not being able to find a route to a depot when the front is already in the depot. draftSun, 17 Aug 2008 11:04:37 +0000, by rubidium
-
(svn r14088) -Fix (r5994): librt isn't needed to be linked against explicitly as we don't use any functionality of it. draftSun, 17 Aug 2008 09:47:02 +0000, by rubidium
-
(svn r14087) -Fix [FS#2228]: flawed parsing of words (as in 2 bytes) in GRF strings due to sign extension (minime) draftSat, 16 Aug 2008 21:48:28 +0000, by rubidium
-
(svn r14086) -Fix (r13067): rail/road removing by CTRL didn't sometimes work when a depot window was opened draftSat, 16 Aug 2008 18:01:23 +0000, by smatz
-
(svn r14085) -Cleanup (r14083): Remove no longer used functions. draftSat, 16 Aug 2008 14:15:32 +0000, by frosch
-
(svn r14084) -Codechange: Language updates for r14083. draftSat, 16 Aug 2008 14:04:29 +0000, by frosch
-
(svn r14083) -Fix [FS#1264, FS#2037, FS#2038, FS#2110]: Rewrite the autoreplace kernel. draftSat, 16 Aug 2008 14:02:20 +0000, by frosch
-
(svn r14082) -Codechange: Make 'GetNextUnit()' more fool-proof wrt. real dualheads. draftSat, 16 Aug 2008 13:52:44 +0000, by frosch
-
(svn r14081) -Fix (r14075): WoW64 spoiled the 64 bits Windows detection and the installer for the 64 bits binary installed in the wrong directory. Thanks to michi_cc and glx for testing. draftFri, 15 Aug 2008 23:00:56 +0000, by rubidium
-
(svn r14080) -Fix (r14052): assert triggered when drawing chat window with 32bpp-anim blitter (backup buffer was too small) draftFri, 15 Aug 2008 22:06:58 +0000, by glx
-
(svn r14078) -Codechange: Rename *VehicleInfo::base_cost to cost_factor, indicating what it actually is. draftFri, 15 Aug 2008 17:54:43 +0000, by peter1138
-
(svn r14076) -Codechange: Merge the four start/stop commands into a single CMD_START_STOP_VEHICLE. draftFri, 15 Aug 2008 13:57:43 +0000, by frosch
-
(svn r14075) -Codechange: make the windows installer more platform aware and warn when the to-be-installed binary isn't the recommended one (or won't work at all). draftFri, 15 Aug 2008 12:47:20 +0000, by rubidium
-
(svn r14074) -Codechange: split the bundle generation out of the main makefile so it can be reused for making bundles from MSVC compiles. draftFri, 15 Aug 2008 11:58:15 +0000, by rubidium
-
(svn r14072) -Fix (r14053): branch detection failed with mawk (peter1138) draftThu, 14 Aug 2008 15:37:52 +0000, by glx
-
(svn r14071) -Fix [FS#2057]: the screen wouldn't be centered on Windows multimonitor systems if the first monitor is right of the second one. draftWed, 13 Aug 2008 19:09:27 +0000, by rubidium
-
(svn r14069) -Fix: silence MSVC 64-bits compile warnings. draftWed, 13 Aug 2008 14:52:54 +0000, by rubidium
-
(svn r14068) -Fix (r14056): MSVC doesn't support typeof. draftWed, 13 Aug 2008 14:26:20 +0000, by rubidium
-
(svn r14064) -Fix [FS#1752]: check for the length of strings (in bytes) in the command. Checking for the length in pixels is impossible because that differs per client. draftWed, 13 Aug 2008 06:22:04 +0000, by rubidium
-
(svn r14063) -Codechange: replace some "magic" constants with enumified constants. draftWed, 13 Aug 2008 06:05:01 +0000, by rubidium
-
(svn r14062) -Fix [FS#2226]: division by 0 in newai. draftWed, 13 Aug 2008 05:12:36 +0000, by rubidium
-
(svn r14061) -Codechange: constification and move a declaration more logically draftWed, 13 Aug 2008 02:48:50 +0000, by belugas
-
(svn r14060) -Codechange: Replace numbers with Colours enum on Gen world gui. draftWed, 13 Aug 2008 02:43:42 +0000, by belugas
-
(svn r14059) -Fix(r13872): Wrong comments in enum. Dear old copy/paste... draftWed, 13 Aug 2008 01:48:58 +0000, by belugas
-
(svn r14058) -Fix [FS#2224]: NewGRF callback 23 didn't use the NewGRF compatible text stack (minime) draftTue, 12 Aug 2008 22:14:57 +0000, by rubidium
-
(svn r14057) -Fix: NewGRF text stack's "push word" didn't move the data around properly (minime) draftTue, 12 Aug 2008 22:12:14 +0000, by rubidium
-
(svn r14055) -Codechange: increase buffers for (dedicated) consoles as they couldn't use the full "extent" of the new chat message limit. draftTue, 12 Aug 2008 20:31:49 +0000, by rubidium
-
(svn r14054) -Fix (rthebeginning): long strings in the edit box would cause OpenTTD to stop drawing the string. This is especially noticable with low resolutions and the chat input box. draftTue, 12 Aug 2008 19:29:10 +0000, by rubidium
-
(svn r14053) -Fix: branch detection failed for svn+ssh repos draftTue, 12 Aug 2008 18:03:32 +0000, by glx
-
(svn r14052) -Codechange: make the size of the chat message "box" configurable and increase the default size slightly so it can hold the longest chat messages. draftTue, 12 Aug 2008 12:23:05 +0000, by rubidium
-
(svn r14051) -Codechange: enumify the DrawString buffer length. draftTue, 12 Aug 2008 11:21:37 +0000, by rubidium
-
(svn r14049) -Codechange: rename a variable to a somewhat more descriptive one. And constify it too. draftTue, 12 Aug 2008 02:20:39 +0000, by belugas