Commit Graph

10181 Commits (6a931d67cdcc98557efeabab4e0337150fab3541)
 

Author SHA1 Message Date
celestar 7e8c7dfcbf (svn r14137) -Codechange: Remove a now unused member of CargoPacket 16 years ago
belugas e89e6b1361 (svn r14136) -Fix(r14135): MSVC project was not supposed to be on previous commit 16 years ago
belugas 7dc212edeb (svn r14135) -Codechange: Add owner to waypoints. Previously, it was guessed from rail underneath it. 16 years ago
frosch f625ecbeba (svn r14134) -Fix (r12667, r13579) [FS#2245]: Update 'current_order' when changing 'cur_order_index'. 16 years ago
rubidium ca27155a52 (svn r14133) -Fix [FS#2249]: close the 'manage vehicles' dropdown once the number of vehicles in the list reaches 0. 16 years ago
frosch 12f38e56df (svn r14132) -Fix (r14039): Only reserve a path on leaving a station if the current block really is a PBS block. (michi_cc) 16 years ago
frosch 9fe035f8e8 (svn r14131) -Fix (r13952) [FS#2250]: The reservation of adjacent stations was sometimes not freed correctly. (michi_cc) 16 years ago
frosch f2623e7c09 (svn r14130) -Fix (r13961) [FS#2248]: Clear the stuck state of a train that is reversing with the first vehicle inside a depot. (michi_cc) 16 years ago
frosch b03fcdf323 (svn r14129) -Fix (r13935) [FS#2247]: Signal state for PBS signals was not updated when cycling the signal side. Patch by michi_cc with a small addition from me. 16 years ago
glx c428ce6277 (svn r14128) -Fix: first run of determineversion.vbs in a fresh clean hg checkout always detected the sources as modified 16 years ago
belugas bb3c205e05 (svn r14127) -Feature(ette): Give the the player's colour to the waypoint window been shown 16 years ago
frosch 0e2736399e (svn r14126) -Codechange (r14125): Add some tabs. 16 years ago
frosch 447d0930f7 (svn r14125) -Fix [FS#2237]: Segfault when autoreplace failed very early.
Note: Proper indenting in next commit.
16 years ago
belugas f520a702e0 (svn r14123) -Codechange: a few magical number to sprite name conversions 16 years ago
rubidium e30651a807 (svn r14121) -Fix: bundle_exe didn't make the output directory, so it failed if you didn't do bundle_zip first.
-Fix: another inconsistency between the "output" of bundle_exe and bundle_[zip|gzip|bzip2|<etc>].
16 years ago
translators 90176a547a (svn r14120) -Update: WebTranslator2 update to 2008-08-21 10:46:06
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)
16 years ago
belugas 8385653118 (svn r14119) -Fix(r14104): Forgot to make the gui disappear when the waypoint is deleted. Smatz pointing 16 years ago
belugas d3dd9c6566 (svn r14118) -Fix(r14104): typos creeping like bugs 16 years ago
rubidium c4f5d419c0 (svn r14117) -Fix: compile failing because the language files can't be 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. 16 years ago
rubidium 71c44cf7f5 (svn r14116) -Change [Doxygen]: making man-pages of the exports of the source isn't very useful as OpenTTD isn't a library. 16 years ago
rubidium 2c09760378 (svn r14115) -Codechange: add make bundle_exe which makes a windows installer and unify the files that go into the bundles (zip/gz/bz2 etc) and installer. 16 years ago
frosch ff749ab09d (svn r14114) -Fix [FS#2242]: Sign list was not properly updated on removal of signs. 16 years ago
frosch f42fab0dec (svn r14113) -Codechange: Language updates for r14112. 16 years ago
frosch 7c5d237447 (svn r14112) -Fix (r13715)[FS#2232]: Action B custom messages with parameteers were broken. 16 years ago
frosch d43a475650 (svn r14111) -Fix (r2572): [strgen] Changing order of parameters {X:...} did not work for strings including some {StringY}. 16 years ago
glx ef0458c739 (svn r14110) -Fix: desyncs due to bubbles in toyland 16 years ago
smatz 5d5cb04297 (svn r14109) -Fix (r14107): marking reserved tile dirty is needed for waypoints and stations even when patch option is disabled 16 years ago
belugas 80ca96d469 (svn r14108) -Fix(r14104): Give a more consistent naming of the new gui file 16 years ago
smatz 999994bcf3 (svn r14107) -Codechange: marking reserved tile dirty twice (and even when patch option is off) is not needed 16 years ago
belugas 578833ef01 (svn r14106) -Fix(r14104): A string too much been commited 16 years ago
belugas f2f2bcf23c (svn r14105) -Fix: Some typos that are more grammatical errors, as it seems.
Provided by ln
I've added a little fix on currency.cpp too, why not :)
16 years ago
belugas 77ee099212 (svn r14104) -Feature: Add a window for waypoints, allowing to view all the 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.
16 years ago
smatz bd6ef958e7 (svn r14103) -Fix [YAPP]: flooded trains didn't free their reservation 16 years ago
rubidium aa80c3a96c (svn r14102) -Fix [FS#1986]: make NewGRF action 0x06's changes persistent over the several loading stages. 16 years ago
rubidium c98c3122b5 (svn r14101) -Cleanup (r14083): leftover friend. 16 years ago
belugas 70edc700b1 (svn r14100) -Fix(r14099): Who reads readme.txt files anyway?. Same work as previous commit. 16 years ago
belugas 1500ed3665 (svn r14099) -Codechange: Welcome back, Celestar.
While at it, an alphabetic error been fixed
16 years ago
celestar 23a48b2815 (svn r14098) -Fix: Make the 'Transfer Credit' display aware of the entire consist, not only the first vehicle 16 years ago
rubidium 99efe9aaae (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. 16 years ago
rubidium abd9f74871 (svn r14096) -Codechange: merge the shared order's vehicle list management to a single location. 16 years ago
frosch ca3f1f6406 (svn r14095) -Fix (r14076): Trains shall not stop instantly. 16 years ago
glx fbd2db34e6 (svn r14094) -Revert (r14071): caused more problems than it solved 16 years ago
rubidium 2f5caa63f8 (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). 16 years ago
rubidium 2f7c20eccd (svn r14092) -Cleanup (r14083): dead code, i.e. unused function. 16 years ago
frosch 11a20379f3 (svn r14091) -Cleanup (r14083): Remove superfluous '#include's. 16 years ago
rubidium 3663965f3e (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. 16 years ago
rubidium b6b9cd9d51 (svn r14089) -Fix [FS#2219]: trains not being able to find a route to a depot when the front is already in the depot. 16 years ago
rubidium f7ce9339ba (svn r14088) -Fix (r5994): librt isn't needed to be linked against explicitly as we don't use any functionality of it. 16 years ago
rubidium 9648bf3019 (svn r14087) -Fix [FS#2228]: flawed parsing of words (as in 2 bytes) in GRF strings due to sign extension (minime) 16 years ago
smatz 25a1c59abb (svn r14086) -Fix (r13067): rail/road removing by CTRL didn't sometimes work when a depot window was opened 16 years ago