summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-08-23(svn r14146) -Codechange: allow palette override in both ways and remove ↵rubidium
some unneeded '(x == 0) ? 0 : 1' constructs.
2008-08-23(svn r14145) -Fix (r14135, r14141): When savegame conversion cannot ↵frosch
determine a owner of a greyed waypoint, ensure that the owner is assigned when the waypoint is rebuild.
2008-08-23(svn r14144) -Fix (r8826): Incorrect cargo weightspeter1138
2008-08-23(svn r14143) -Codechange: Recenter viewport of waypoint window when ↵frosch
relocating the waypoint.
2008-08-23(svn r14142) -Codechange: Disallow taking over greyed waypoints of other ↵frosch
companies.
2008-08-23(svn r14141) -Fix (r14135): Savegame conversion could assign a recently ↵frosch
removed waypoint (grey sign) to a wrong owner.
2008-08-23(svn r14140) -Fix (r14135): Enum in saveload-table.frosch
2008-08-23(svn r14139) -Fix (r12044): GetSlopeZ() gets a virtual coordinate, not a tile.frosch
2008-08-23(svn r14138) -Fix (r12863): dark blue wasn't considered as similiar to bluesmatz
2008-08-23(svn r14137) -Codechange: Remove a now unused member of CargoPacketcelestar
2008-08-23(svn r14136) -Fix(r14135): MSVC project was not supposed to be on previous ↵belugas
commit
2008-08-23(svn r14135) -Codechange: Add owner to waypoints. Previously, it was guessed ↵belugas
from rail underneath it.
2008-08-23(svn r14134) -Fix (r12667, r13579) [FS#2245]: Update 'current_order' when ↵frosch
changing 'cur_order_index'.
2008-08-22(svn r14133) -Fix [FS#2249]: close the 'manage vehicles' dropdown once the ↵rubidium
number of vehicles in the list reaches 0.
2008-08-22(svn r14132) -Fix (r14039): Only reserve a path on leaving a station if the ↵frosch
current block really is a PBS block. (michi_cc)
2008-08-22(svn r14131) -Fix (r13952) [FS#2250]: The reservation of adjacent stations ↵frosch
was sometimes not freed correctly. (michi_cc)
2008-08-22(svn r14130) -Fix (r13961) [FS#2248]: Clear the stuck state of a train that ↵frosch
is reversing with the first vehicle inside a depot. (michi_cc)
2008-08-22(svn r14129) -Fix (r13935) [FS#2247]: Signal state for PBS signals was not ↵frosch
updated when cycling the signal side. Patch by michi_cc with a small addition from me.
2008-08-22(svn r14128) -Fix: first run of determineversion.vbs in a fresh clean hg ↵glx
checkout always detected the sources as modified
2008-08-22(svn r14127) -Feature(ette): Give the the player's colour to the waypoint ↵belugas
window been shown
2008-08-21(svn r14126) -Codechange (r14125): Add some tabs.frosch
2008-08-21(svn r14125) -Fix [FS#2237]: Segfault when autoreplace failed very early.frosch
Note: Proper indenting in next commit.
2008-08-21(svn r14123) -Codechange: a few magical number to sprite name conversionsbelugas
2008-08-21(svn r14121) -Fix: bundle_exe didn't make the output directory, so it failed ↵rubidium
if you didn't do bundle_zip first. -Fix: another inconsistency between the "output" of bundle_exe and bundle_[zip|gzip|bzip2|<etc>].
2008-08-21(svn r14120) -Update: WebTranslator2 update to 2008-08-21 10:46:06translators
brazilian_portuguese - 33 fixed by tucalipe (33) czech - 1 fixed, 11 changed by Hadez (12) dutch - 4 fixed by habell (4) estonian - 25 fixed, 111 changed by kristjans (135), vermon (1) french - 3 fixed, 8 changed by glx (9), belugas (2) galician - 78 fixed by Condex (78) german - 13 fixed by dih (13) korean - 20 fixed, 1 changed by leejaeuk5 (21) simplified_chinese - 51 fixed, 1 changed by ww9980 (52) slovenian - 54 fixed by Necrolyte (54) ukrainian - 3 fixed by mad (3)
2008-08-21(svn r14119) -Fix(r14104): Forgot to make the gui disappear when the ↵belugas
waypoint is deleted. Smatz pointing
2008-08-21(svn r14118) -Fix(r14104): typos creeping like bugsbelugas
2008-08-21(svn r14117) -Fix: compile failing because the language files can't be ↵rubidium
copied to the right directory when piping the output because during configure a wrong path would be written in a variable when passing the output into a file under MinGW. You get it? well, I do not.
2008-08-20(svn r14116) -Change [Doxygen]: making man-pages of the exports of the ↵rubidium
source isn't very useful as OpenTTD isn't a library.
2008-08-20(svn r14115) -Codechange: add make bundle_exe which makes a windows ↵rubidium
installer and unify the files that go into the bundles (zip/gz/bz2 etc) and installer.
2008-08-20(svn r14114) -Fix [FS#2242]: Sign list was not properly updated on removal ↵frosch
of signs.
2008-08-20(svn r14113) -Codechange: Language updates for r14112.frosch
2008-08-20(svn r14112) -Fix (r13715)[FS#2232]: Action B custom messages with ↵frosch
parameteers were broken.
2008-08-20(svn r14111) -Fix (r2572): [strgen] Changing order of parameters {X:...} did ↵frosch
not work for strings including some {StringY}.
2008-08-20(svn r14110) -Fix: desyncs due to bubbles in toylandglx
2008-08-20(svn r14109) -Fix (r14107): marking reserved tile dirty is needed for ↵smatz
waypoints and stations even when patch option is disabled
2008-08-20(svn r14108) -Fix(r14104): Give a more consistent naming of the new gui filebelugas
2008-08-20(svn r14107) -Codechange: marking reserved tile dirty twice (and even when ↵smatz
patch option is off) is not needed
2008-08-20(svn r14106) -Fix(r14104): A string too much been commitedbelugas
2008-08-20(svn r14105) -Fix: Some typos that are more grammatical errors, as it seems.belugas
Provided by ln I've added a little fix on currency.cpp too, why not :)
2008-08-20(svn r14104) -Feature: Add a window for waypoints, allowing to view all the ↵belugas
trains having the selected waypoint in their orders. Changing its name is also supported from the same new window. Gui based on work done by Satyap, on FS#2025.
2008-08-19(svn r14103) -Fix [YAPP]: flooded trains didn't free their reservationsmatz
2008-08-19(svn r14102) -Fix [FS#1986]: make NewGRF action 0x06's changes persistent ↵rubidium
over the several loading stages.
2008-08-18(svn r14101) -Cleanup (r14083): leftover friend.rubidium
2008-08-18(svn r14100) -Fix(r14099): Who reads readme.txt files anyway?. Same work as ↵belugas
previous commit.
2008-08-18(svn r14099) -Codechange: Welcome back, Celestar.belugas
While at it, an alphabetic error been fixed
2008-08-18(svn r14098) -Fix: Make the 'Transfer Credit' display aware of the entire ↵celestar
consist, not only the first vehicle
2008-08-17(svn r14097) -Fix [FS#2085]: one couldn't get a list of vehicles sharing an ↵rubidium
order when the number of orders was 0; you could see that the vehicles had a shared order though.
2008-08-17(svn r14096) -Codechange: merge the shared order's vehicle list management ↵rubidium
to a single location.
2008-08-17(svn r14095) -Fix (r14076): Trains shall not stop instantly.frosch