Mercurial > hg > openttd
graph
-
(svn r14209) -Feature(tte): doubleclick to join selected server/company draftSun, 31 Aug 2008 20:54:01 +0000, by smatz
-
(svn r14208) -Fix (r14197): Crash if no .obg files are found. draftSun, 31 Aug 2008 20:08:24 +0000, by peter1138
-
(svn r14207) -Fix [FS#2262] (r14191): warning about non-virtual destructor in class with virtual functions. draftSun, 31 Aug 2008 19:56:52 +0000, by rubidium
-
(svn r14206) -Fix (r14197): why don't people just compile a trunk checkout and do we have to think about adding everything to those pesky precompiled binaries? draftSun, 31 Aug 2008 19:46:04 +0000, by rubidium
-
(svn r14205) -Update: WebTranslator2 update to 2008-08-31 19:47:56 draftSun, 31 Aug 2008 17:48:17 +0000, by translators
-
(svn r14204) -Fix (r7475): when determining length of a string with limited size, first check if we are not out of bounds already draftSun, 31 Aug 2008 17:34:03 +0000, by smatz
-
(svn r14203) -Codechange: [NewGRF] Disable a GRF if it contains an unknown property, or tries to assign an invalid ID. draftSun, 31 Aug 2008 16:41:27 +0000, by peter1138
-
(svn r14202) -Codechange: [NewGRF] Give more meaningful output if a house/industry/industrytile is undefined in action 3, and continue processing remaining IDs. draftSun, 31 Aug 2008 15:46:14 +0000, by peter1138
-
(svn r14201) -Codechange: [NewGRF] Don't continue processing an Action 0 if we didn't read the data for a property -- the data will be wrong for subsequent reads. draftSun, 31 Aug 2008 15:26:46 +0000, by peter1138
-
(svn r14200) -Fix (r14199): some OSes failed to compile. Furthermore I hate wrong comments! draftSun, 31 Aug 2008 11:51:09 +0000, by rubidium
-
(svn r14199) -Codechange: split fileio.h into fileio_type.h and fileio_func.h so not everything that includes saveload.h needs to include everything else too. draftSun, 31 Aug 2008 10:50:05 +0000, by rubidium
-
(svn r14198) -Codechange: [NewGRF] Simplify handling of common vehicle properties. draftSun, 31 Aug 2008 09:52:47 +0000, by peter1138
-
(svn r14197) -Codechange: rework (original) base graphics determination methods. This yields in the following: draftSun, 31 Aug 2008 08:46:43 +0000, by rubidium
-
(svn r14196) -Codechange: make the searching for files with a specific extension extendable. draftSun, 31 Aug 2008 08:38:30 +0000, by rubidium
-
(svn r14194) -Fix: don't use hardcoded character offsets to get hg revision. This make it similar to svn and git (ie without the ':'). draftSat, 30 Aug 2008 13:15:36 +0000, by glx
-
(svn r14193) -Fix (r14191): don't put an unsigned 0x80 in a signed int8 as that's not what you want. draftSat, 30 Aug 2008 12:14:56 +0000, by rubidium
-
(svn r14191) -Codechange: unify the code to skip sprite payload (i.e. not the header). draftSat, 30 Aug 2008 09:46:52 +0000, by rubidium
-
(svn r14190) -Codechange: use alloc instead of malloc+free when the allocated memory shouldn't be used after the function ended. draftSat, 30 Aug 2008 09:43:07 +0000, by rubidium
-
(svn r14189) -Fix (r14188): Accidental line removal draftSat, 30 Aug 2008 09:01:05 +0000, by peter1138
-
(svn r14188) -Codechange: [NewGRF] Cargo type of 0xFF is specified to be 'use first refittable cargo', so don't issue a warning for it. draftSat, 30 Aug 2008 08:59:55 +0000, by peter1138
-
(svn r14187) -Fix (r14104): silence warning when compiling without networking enabled. draftFri, 29 Aug 2008 21:11:28 +0000, by rubidium
-
(svn r14186) -Fix [FS#2255]: small typo (Jafinto) draftFri, 29 Aug 2008 21:07:26 +0000, by rubidium
-
(svn r14185) -Fix (r14153): removing NewGRFs from the config file was impossible. draftFri, 29 Aug 2008 21:06:49 +0000, by rubidium
-
(svn r14184) -Codechange: [NewGRF] Since our NewGRF handling is better than it used to be, disable a NewGRF if unexpected sprites are reached. draftFri, 29 Aug 2008 20:03:51 +0000, by peter1138
-
(svn r14183) -Fix: "optimalization" is not a word draftFri, 29 Aug 2008 09:46:29 +0000, by peter1138
-
(svn r14182) -Fix: After applying NewGRF settings, all rail and road types were available as the engine availability check was performed too early. draftThu, 28 Aug 2008 19:53:25 +0000, by peter1138
-
(svn r14181) -Fix (r14175): Rail types are not road types draftThu, 28 Aug 2008 19:22:03 +0000, by peter1138
-
(svn r14180) -Fix (r8293): close all related vehicle lists when closing a station window (and not only the train list). draftWed, 27 Aug 2008 21:30:20 +0000, by glx
-
(svn r14179) -Fix (r1): RemoveOrderFromAllVehicles() did not mark enough windows dirty. draftWed, 27 Aug 2008 19:54:41 +0000, by frosch
-
(svn r14178) -Fix [FS#2256]: Do not evaluate GetDestination() for go-to-nearest-depot-orders. draftWed, 27 Aug 2008 19:21:01 +0000, by frosch
-
(svn r14177) -Fix: define INADDR_NONE only when it hasn't been defined yet draftMon, 25 Aug 2008 22:10:47 +0000, by smatz
-
(svn r14175) -Codechange: Rewrite the main toolbars to use the standard dropdown menu system, allowing flexible menus instead of fixed string lists, and removing code duplication. draftMon, 25 Aug 2008 20:42:54 +0000, by peter1138
-
(svn r14174) -Fix: since now, we are 'losing' things, not 'loosing' draftMon, 25 Aug 2008 20:10:45 +0000, by smatz
-
(svn r14173) -Fix: Don't check for rail type and catenary on aqueducts. draftMon, 25 Aug 2008 18:14:19 +0000, by peter1138
-
(svn r14172) -Feature[newGRF]: Add support for property 0x13 for Bridges. draftMon, 25 Aug 2008 17:16:27 +0000, by belugas
-
(svn r14171) -Codechange: Make the test for HQ a bit lighter. draftMon, 25 Aug 2008 16:41:00 +0000, by belugas
-
(svn r14170) -Codechange: Missing enum for road type iteration. draftMon, 25 Aug 2008 16:20:26 +0000, by peter1138
-
(svn r14169) -Codechange: rename location_of_house for location_of_HQ, which is more exact and less subject to interpretation draftMon, 25 Aug 2008 16:10:34 +0000, by belugas
-
(svn r14168) -Codechange: Make dropdown 'auto_width' a separate parameter, so that a minimum width can be specified. draftMon, 25 Aug 2008 16:07:10 +0000, by peter1138
-
(svn r14167) -Fix: items in some ini-groups got duplicated on save. draftMon, 25 Aug 2008 15:15:41 +0000, by rubidium
-
(svn r14165) -Codechange: When over-building rail with a different type, don't convert the rail if the engines of the new type are powered on the existing type. draftMon, 25 Aug 2008 10:58:24 +0000, by peter1138
-
(svn r14164) -Codechange: simplify and unify the addition of ini items with value when not loading an ini file. draftMon, 25 Aug 2008 06:35:28 +0000, by rubidium
-
(svn r14162) -Fix: Allow rail type conversion if the rail type cost multipliers are the same. draftSun, 24 Aug 2008 23:29:58 +0000, by peter1138
-
(svn r14161) -Codechange: allow inis to be loaded from tars. draftSun, 24 Aug 2008 23:12:10 +0000, by rubidium
-
(svn r14160) -Codechange: Move _railtype_cost_multipliers into the rail type information struct. draftSun, 24 Aug 2008 23:10:23 +0000, by peter1138
-
(svn r14158) -Codechange: Initialization of rail type data from static source, so data can be changed. draftSun, 24 Aug 2008 23:00:11 +0000, by peter1138
-
(svn r14157) -Codechange: Add and use string properties for rail types instead of relying on consecutive string IDs. draftSun, 24 Aug 2008 21:31:24 +0000, by peter1138
-
(svn r14154) -Fix (r14153): strndup is a GNU extension, so it doesn't exist on all platforms draftSun, 24 Aug 2008 17:02:21 +0000, by glx
-
(svn r14153) -Codechange: split ini file reading/saving from settings.cpp. draftSun, 24 Aug 2008 13:50:31 +0000, by rubidium
-
(svn r14152) -Fix (r14146): Apple decided to use a name I wanted to use... thus making compilation fail on OSX (planetmaker) draftSun, 24 Aug 2008 09:48:21 +0000, by rubidium
-
(svn r14151) -Codechange: make it possible to choose between the DOS and Windows graphics packs while retaining the possibility to override the palette. draftSun, 24 Aug 2008 08:41:38 +0000, by rubidium
-
(svn r14150) -Add: Add the count of trains using the current waypoint in the vehicle list window's caption draftSun, 24 Aug 2008 01:39:56 +0000, by belugas
-
(svn r14149) -Fix: When selling the front engine of a train consist with another engine at the second position, not all 'important' data was copied to the new head. draftSat, 23 Aug 2008 23:31:27 +0000, by frosch
-
(svn r14148) -Fix (r14096) [FS#2239]: Orders were freed while they were still shared by other vehicles. draftSat, 23 Aug 2008 23:15:04 +0000, by frosch
-
(svn r14147) -Codechange: Allow passing 'const Vehicle *' to GetNextUnit() and GetPrevUnit(). draftSat, 23 Aug 2008 22:31:36 +0000, by frosch
-
(svn r14146) -Codechange: allow palette override in both ways and remove some unneeded '(x == 0) ? 0 : 1' constructs. draftSat, 23 Aug 2008 20:16:54 +0000, by rubidium
-
(svn r14145) -Fix (r14135, r14141): When savegame conversion cannot determine a owner of a greyed waypoint, ensure that the owner is assigned when the waypoint is rebuild. draftSat, 23 Aug 2008 19:14:27 +0000, by frosch
-
(svn r14144) -Fix (r8826): Incorrect cargo weights draftSat, 23 Aug 2008 18:05:52 +0000, by peter1138
-
(svn r14143) -Codechange: Recenter viewport of waypoint window when relocating the waypoint. draftSat, 23 Aug 2008 16:34:05 +0000, by frosch
-
(svn r14142) -Codechange: Disallow taking over greyed waypoints of other companies. draftSat, 23 Aug 2008 16:26:01 +0000, by frosch
-
(svn r14141) -Fix (r14135): Savegame conversion could assign a recently removed waypoint (grey sign) to a wrong owner. draftSat, 23 Aug 2008 16:16:37 +0000, by frosch
-
(svn r14140) -Fix (r14135): Enum in saveload-table. draftSat, 23 Aug 2008 16:13:31 +0000, by frosch
-
(svn r14139) -Fix (r12044): GetSlopeZ() gets a virtual coordinate, not a tile. draftSat, 23 Aug 2008 16:09:06 +0000, by frosch
-
(svn r14138) -Fix (r12863): dark blue wasn't considered as similiar to blue draftSat, 23 Aug 2008 12:29:41 +0000, by smatz
-
(svn r14137) -Codechange: Remove a now unused member of CargoPacket draftSat, 23 Aug 2008 09:31:53 +0000, by celestar
-
(svn r14136) -Fix(r14135): MSVC project was not supposed to be on previous commit draftSat, 23 Aug 2008 02:24:14 +0000, by belugas
-
(svn r14135) -Codechange: Add owner to waypoints. Previously, it was guessed from rail underneath it. draftSat, 23 Aug 2008 02:15:46 +0000, by belugas
-
(svn r14134) -Fix (r12667, r13579) [FS#2245]: Update 'current_order' when changing 'cur_order_index'. draftSat, 23 Aug 2008 00:32:01 +0000, by frosch
-
(svn r14133) -Fix [FS#2249]: close the 'manage vehicles' dropdown once the number of vehicles in the list reaches 0. draftFri, 22 Aug 2008 22:54:38 +0000, by rubidium
-
(svn r14132) -Fix (r14039): Only reserve a path on leaving a station if the current block really is a PBS block. (michi_cc) draftFri, 22 Aug 2008 22:48:12 +0000, by frosch
-
(svn r14131) -Fix (r13952) [FS#2250]: The reservation of adjacent stations was sometimes not freed correctly. (michi_cc) draftFri, 22 Aug 2008 22:42:21 +0000, by frosch
-
(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) draftFri, 22 Aug 2008 22:28:26 +0000, by frosch
-
(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. draftFri, 22 Aug 2008 22:19:23 +0000, by frosch
-
(svn r14128) -Fix: first run of determineversion.vbs in a fresh clean hg checkout always detected the sources as modified draftFri, 22 Aug 2008 15:15:11 +0000, by glx
-
(svn r14127) -Feature(ette): Give the the player's colour to the waypoint window been shown draftFri, 22 Aug 2008 01:14:25 +0000, by belugas
-
(svn r14125) -Fix [FS#2237]: Segfault when autoreplace failed very early. draftThu, 21 Aug 2008 20:42:45 +0000, by frosch
-
(svn r14123) -Codechange: a few magical number to sprite name conversions draftThu, 21 Aug 2008 19:12:24 +0000, by belugas
-
(svn r14121) -Fix: bundle_exe didn't make the output directory, so it failed if you didn't do bundle_zip first. draftThu, 21 Aug 2008 09:51:03 +0000, by rubidium
-
(svn r14120) -Update: WebTranslator2 update to 2008-08-21 10:46:06 draftThu, 21 Aug 2008 08:46:25 +0000, by translators
-
(svn r14119) -Fix(r14104): Forgot to make the gui disappear when the waypoint is deleted. Smatz pointing draftThu, 21 Aug 2008 02:19:31 +0000, by belugas
-
(svn r14118) -Fix(r14104): typos creeping like bugs draftThu, 21 Aug 2008 01:42:21 +0000, by belugas
-
(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. draftThu, 21 Aug 2008 00:02:45 +0000, by rubidium
-
(svn r14116) -Change [Doxygen]: making man-pages of the exports of the source isn't very useful as OpenTTD isn't a library. draftWed, 20 Aug 2008 22:43:19 +0000, by rubidium
-
(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. draftWed, 20 Aug 2008 21:36:46 +0000, by rubidium
-
(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