Commit Graph

10056 Commits (2c58a87f4ce849cdd93c0a008baa60bf37e74463)
 

Author SHA1 Message Date
smatz 2c58a87f4c (svn r14221) -Fix: signs (town name, station name, ...) could be too long for 8bit width in pixels 16 years ago
rubidium f5c8513f75 (svn r14219) -Fix (rthebeginning): 10 days != 6*2.5 days, effectively causing the payment graph to show the wrong data. 16 years ago
peter1138 1537b346c3 (svn r14215) -Cleanup (r13866): Strange line wrapping... 16 years ago
rubidium 242cbd0074 (svn r14214) -Codechange: move another TTD graphics bug into the GRF; height problem of sprite #142. 16 years ago
rubidium 084e5984d9 (svn r14211) -Fix: glitches (alignment issues/inconsistent vehicle graphics) in original graphics (Addi) 16 years ago
smatz 1856a89c0f (svn r14210) -Codechange: remove a useless check when creating new waypoint 16 years ago
smatz 3c5ab035d8 (svn r14209) -Feature(tte): doubleclick to join selected server/company 16 years ago
peter1138 8b926efae3 (svn r14208) -Fix (r14197): Crash if no .obg files are found. 16 years ago
rubidium 9f91aacc07 (svn r14207) -Fix [FS#2262] (r14191): warning about non-virtual destructor in class with virtual functions. 16 years ago
rubidium 7759bfd109 (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? 16 years ago
translators 51a017c3da (svn r14205) -Update: WebTranslator2 update to 2008-08-31 19:47:56
bulgarian  - 12 fixed by thetitan (12)
catalan    - 49 fixed by arnaullv (49)
czech      - 4 fixed, 15 changed by Hadez (19)
dutch      - 2 fixed, 5 changed by habell (7)
french     - 2 fixed, 1 changed by belugas (1), glx (2)
galician   - 75 fixed, 54 changed by Condex (129)
german     - 10 fixed, 1 changed by dih (11)
italian    - 5 fixed, 5 changed by lorenzodv (10)
korean     - 14 fixed by leejaeuk5 (14)
slovenian  - 6 fixed by Necrolyte (6)
turkish    - 18 fixed by jnmbk (18)
ukrainian  - 2 fixed by mad (2)
16 years ago
smatz 6e5cc48c34 (svn r14204) -Fix (r7475): when determining length of a string with limited size, first check if we are not out of bounds already 16 years ago
peter1138 4b53c92be2 (svn r14203) -Codechange: [NewGRF] Disable a GRF if it contains an unknown property, or tries to assign an invalid ID. 16 years ago
peter1138 5dbac1d461 (svn r14202) -Codechange: [NewGRF] Give more meaningful output if a house/industry/industrytile is undefined in action 3, and continue processing remaining IDs. 16 years ago
peter1138 b301bd832e (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.
-Codechange: [NewGRF] *Do* continue processing if the value of a property is invalid, however.
16 years ago
rubidium 05d9c19226 (svn r14200) -Fix (r14199): some OSes failed to compile. Furthermore I hate wrong comments! 16 years ago
rubidium a20b833516 (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. 16 years ago
peter1138 4be6701717 (svn r14198) -Codechange: [NewGRF] Simplify handling of common vehicle properties. 16 years ago
rubidium 915a09e4c6 (svn r14197) -Codechange: rework (original) base graphics determination methods. This yields in the following:
-Feature: make configuring the to-be-used base graphics via openttd.cfg and the command line possible.
-Feature: allow both the German as well as non-German toyland graphics as "correct" and official graphics.
-Feature: allow people to create their own base graphics easily and without requiring code changes.
16 years ago
rubidium d452683aa6 (svn r14196) -Codechange: make the searching for files with a specific extension extendable. 16 years ago
glx 01ce633a93 (svn r14194) -Fix: don't use hardcoded character offsets to get hg revision. This make it similar to svn and git (ie without the ':'). 16 years ago
rubidium 17998f7f98 (svn r14193) -Fix (r14191): don't put an unsigned 0x80 in a signed int8 as that's not what you want. 16 years ago
rubidium 58cb5bbd2b (svn r14192) -Fix [FS#2236]: properly update the current timetable's travel/wait times instead of only doing it for one vehicle in the shared order chain and only when some bit has not been set (PhilSophus) 16 years ago
rubidium 951ea4ae6d (svn r14191) -Codechange: unify the code to skip sprite payload (i.e. not the header).
-Fix: sprite payload skipping wouldn't skip enough bytes in a very small subset of compressed sprites.
16 years ago
rubidium 943031bdaf (svn r14190) -Codechange: use alloc instead of malloc+free when the allocated memory shouldn't be used after the function ended. 16 years ago
peter1138 76895a93f4 (svn r14189) -Fix (r14188): Accidental line removal 16 years ago
peter1138 84d9510928 (svn r14188) -Codechange: [NewGRF] Cargo type of 0xFF is specified to be 'use first refittable cargo', so don't issue a warning for it. 16 years ago
rubidium 639620f5be (svn r14187) -Fix (r14104): silence warning when compiling without networking enabled. 16 years ago
rubidium 7accf0ac97 (svn r14186) -Fix [FS#2255]: small typo (Jafinto) 16 years ago
rubidium 509b77371f (svn r14185) -Fix (r14153): removing NewGRFs from the config file was impossible. 16 years ago
peter1138 50d230a52f (svn r14184) -Codechange: [NewGRF] Since our NewGRF handling is better than it used to be, disable a NewGRF if unexpected sprites are reached. 16 years ago
peter1138 ab46663eed (svn r14183) -Fix: "optimalization" is not a word 16 years ago
peter1138 2e0d735f1f (svn r14182) -Fix: After applying NewGRF settings, all rail and road types were available as the engine availability check was performed too early. 16 years ago
peter1138 4071e36f36 (svn r14181) -Fix (r14175): Rail types are not road types 16 years ago
glx 9788ce3757 (svn r14180) -Fix (r8293): close all related vehicle lists when closing a station window (and not only the train list). 16 years ago
frosch 8c0e108960 (svn r14179) -Fix (r1): RemoveOrderFromAllVehicles() did not mark enough windows dirty. 16 years ago
frosch b4c0a3efe3 (svn r14178) -Fix [FS#2256]: Do not evaluate GetDestination() for go-to-nearest-depot-orders. 16 years ago
smatz eeaeecd255 (svn r14177) -Fix: define INADDR_NONE only when it hasn't been defined yet 16 years ago
smatz 6074de33d0 (svn r14176) -Fix: better 'safe' than ... 'save' 16 years ago
peter1138 c805cd6328 (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. 16 years ago
smatz 1294253d68 (svn r14174) -Fix: since now, we are 'losing' things, not 'loosing' 16 years ago
peter1138 18032db8c1 (svn r14173) -Fix: Don't check for rail type and catenary on aqueducts. 16 years ago
belugas 40b27b50c1 (svn r14172) -Feature[newGRF]: Add support for property 0x13 for Bridges.
In other words, one can now specifies a 16 bits cost multiplier.
16 years ago
belugas 521e8e858b (svn r14171) -Codechange: Make the test for HQ a bit lighter.
The presence of a HQ is only dictated by the 7th bit been set.
The rest of the data is related to the size and the type.
16 years ago
peter1138 7de2096d1f (svn r14170) -Codechange: Missing enum for road type iteration. 16 years ago
belugas de43d17a82 (svn r14169) -Codechange: rename location_of_house for location_of_HQ, which is more exact and less subject to interpretation 16 years ago
peter1138 7b632aa8aa (svn r14168) -Codechange: Make dropdown 'auto_width' a separate parameter, so that a minimum width can be specified. 16 years ago
rubidium 4548c5a26b (svn r14167) -Fix: items in some ini-groups got duplicated on save. 16 years ago
matthijs 53735906f8 (svn r14166) -Doc: Change "forbid 90 degree turn" patch option description to say "not with NTP" instead of "requires NPF" (which has been untrue since the introduction of YAPF). Thanks to FauxFaux for pointing this out. 16 years ago
peter1138 243aba268c (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. 16 years ago