Commit Graph

13913 Commits (bba6c14930f65ea1c8aa02f97e7d49fb6a32c053)
 

Author SHA1 Message Date
rubidium bba6c14930 (svn r18453) -Fix [FS#3364]: wrong heightmap dimensions, or rather... a nested_array index removed too much 15 years ago
rubidium 3878827b83 (svn r18452) -Document: update the known-bugs a bit; quite a few bugs in there are fixing in trunk already. 15 years ago
smatz 73e88e6494 (svn r18451) -Fix (r18360): LDFLAGS could contain different compiler flags than CFLAGS when compiling strgen (Rubidium) 15 years ago
rubidium 0287a009f8 (svn r18450) -Fix [FS#3363]: initial size of the vehicle detail windows would occasionally be too small (although it could be resized) 15 years ago
rubidium 07ab36bd37 (svn r18449) -Fix (r18448): invalid argidx offsets in German 15 years ago
translators 5d90b34b42 (svn r18448) -Update from WebTranslator v3.0:
finnish - 1 changes by jpx_
german - 7 changes by Roujin, planetmaker
hungarian - 1 changes by alyr
italian - 4 changes by lorenzodv
norwegian_bokmal - 33 changes by CyberKenny
portuguese - 2 changes by JayCity
russian - 2 changes by Lone_Wolf
spanish - 1 changes by Terkhen
vietnamese - 29 changes by nglekhoi
15 years ago
rubidium 32b86b23b5 (svn r18447) -Change: make some more windows (e.g. graphs, company view) stickyable 15 years ago
glx ff801662a5 (svn r18446) -Fix (r17450): abort() doesn't trigger crashlog on windows 15 years ago
rubidium 2b1453f1b5 (svn r18445) -Fix [FS#3335]: for STR_NEWS_INDUSTRY_CLOSURE_GENERAL the gender of the industry wasn't properly selected for Greek. 15 years ago
rubidium 64b727b03c (svn r18444) -Feature: allow G and P to 'select' substrings of STRINGn for getting their gender 15 years ago
rubidium 7ec7cf2435 (svn r18443) -Fix (r18438): MSVC thinks, in it's infinite wisdom, that int min(int, int) is a better match for min(uint64, uint) than uint64 min(uint64, uint64). As such we need to cast the UINT16_MAX to prevent MSVC from displaying it's infinite wisdom with loads of warnings. 15 years ago
rubidium 067a99eab7 (svn r18442) -Fix (r18440): warning about SDL_Linked_Version never being NULL on non-Windows systems 15 years ago
peter1138 f846386e2f (svn r18441) -Fix: The vehicle list filler widget didn't fill. 15 years ago
glx 570d2d11f1 (svn r18440) -Fix (r17774): don't try to get SDL version when SDL is not loaded 15 years ago
glx 07eeea7844 (svn r18439) -Fix (r15233): forgot to load the symbol from SDL.dll 15 years ago
rubidium ba92913b19 (svn r18438) -Codechange [FS#3337]: introduce a template for Clamp (fonsinchen) and reuse template functions in their non-template counterparts. 15 years ago
smatz 6181ed8eed (svn r18437) -Fix (r16557): background of disabled button in AI GUI wasn't set back to grey after AI bankrupt 15 years ago
rubidium 027b389466 (svn r18436) -Fix [FS#3357]: unselect an AI in the AI Settings window when it falls out of the range of active AIs 15 years ago
rubidium 457fb31d43 (svn r18435) -Fix (r18136): articulated road vehicles weren't properly drawn in the vehicle list/details windows 15 years ago
rubidium 46f48163b5 (svn r18434) -Change [FS#565]: use zł instead of zl for the Polish Zloty. 15 years ago
frosch 7c727d4c4c (svn r18433) -Codechange: Show different texts in town GUI when the town does not need food the whole year to grow. 15 years ago
translators 02ebfa32d8 (svn r18432) -Update from WebTranslator v3.0:
portuguese - 1 changes by JayCity
spanish - 2 changes by Terkhen
15 years ago
rubidium 54bf43d75d (svn r18431) -Add: some missing latin-ish characters from the OpenGFX set so we get less people complain about the OS chosing an unreadable font 15 years ago
rubidium 83d74846f7 (svn r18429) -Fix [FS#3360]: when road vehicles are, because of the 'jam protection' running through eachother more vehicles could be in a road stop than there could be under normal circumstances. As such an assert when the road stop's limits are reached isn't good. 15 years ago
rubidium 7da9158f6b (svn r18428) -Fix: if lots of road vehicles are leaving a depot and the first in the hash linked list is basically the last of the vehicles to leave the depot then due to the 'jam prevention' code all vehicles would fairly quickly increase the blocked counter and drive off all simultaniously 15 years ago
rubidium f3acd91a26 (svn r18427) -Fix (r18423): ofcourse that broke the GCC build... not determining 'inclusion' using the relative path from the .rc that has the 'include' but from the include directories... how useful/sensible is that? 15 years ago
rubidium bce27d8c11 (svn r18426) -Fix: sort the names in source.list according to Microsoft's sorting rules 15 years ago
translators f1c194f656 (svn r18425) -Update from WebTranslator v3.0:
traditional_chinese - 1 changes by josesun
greek - 1 changes by fumantsu
norwegian_bokmal - 13 changes by 2rB
norwegian_nynorsk - 48 changes by 2rB
spanish - 3 changes by Terkhen
15 years ago
rubidium b71fad33f2 (svn r18424) -Fix [FS#3327]: [Windows] the help window would be too large in some cases 15 years ago
rubidium e473b88318 (svn r18423) -Fix (r17336): [Windows] incorrect relative path the the icon making the icon not being included in the binary
-Fix: [Windows] mention the version of GPL in the metadata
15 years ago
rubidium 22b3cb1fc7 (svn r18422) -Fix (r18404): MSVC complaining about struct vs class 15 years ago
rubidium c616b8cc0c (svn r18421) -Fix [FS#3244]: pathfinders wouldn't consider the 'other' reachable waypoint tile if the closest one is free but there is no safe waiting point directly after it. Now check for a free safe waiting point beyond the waypoint unless there are junctions before the first safe waiting point. 15 years ago
rubidium 5e2a1a46ed (svn r18420) -Codechange: split YAPF's track follower from the actual YAPF code 15 years ago
rubidium a0a530a997 (svn r18418) -Fix [FS#3298]: under some circumstances a pointer could be left untouched and then freed. Make sure this doesn't happen by ensuring it starts out as NULL instead of 'garbage'. 15 years ago
translators c6b2a96682 (svn r18417) -Update from WebTranslator v3.0:
traditional_chinese - 31 changes by josesun
czech - 46 changes by Hadez
greek - 1 changes by fumantsu
hungarian - 2 changes by IPG
indonesian - 1 changes by prof
norwegian_nynorsk - 111 changes by 2rB
russian - 11 changes by Lone_Wolf
slovak - 14 changes by JamesSVK
15 years ago
frosch 96e72d3fa1 (svn r18416) -Fix (r15559): Only consider valid cargos in town GUI. 15 years ago
rubidium d66fe90ad0 (svn r18415) -Fix [FS#3332]: on slopes the original and better road layouts did not check their minimum distance requirements 15 years ago
peter1138 bbf3805523 (svn r18414) -Fix: In the depot window, 'free' wagons were not drawn resize.step_height apart 15 years ago
alberth 651f5410e9 (svn r18413) -Doc: Added doxygen strings for cargo-type related enums, structs, and functions. 15 years ago
smatz 472e6404cb (svn r18412) -Fix [FS#3350]: don't allow sending ships to rail waypoints and trains to buyos (Hirundo) 15 years ago
translators e12eae005c (svn r18411) -Update from WebTranslator v3.0:
greek - 3 changes by fumantsu
norwegian_nynorsk - 107 changes by 2rB
portuguese - 3 changes by JayCity
15 years ago
alberth 466a0841a9 (svn r18410) -Codechange: Move GetCargoSprite() to CargoSpec::GetCargoIcon(). 15 years ago
frosch 9bbf2ca405 (svn r18409) -Change [FS#3349]: Recolour the bubble generator just like any other industry. (planetmaker) 15 years ago
frosch a23b215b5a (svn r18408) -Fix (r17954): After computing the needed width for the client list, also use it. 15 years ago
rubidium 0406d7176a (svn r18407) -Fix [FS#3338]: aqueducts were not influenced by the "long bridges" setting 15 years ago
rubidium dcb317b3a8 (svn r18406) -Cleanup: remove some unneeded constants and code 15 years ago
rubidium 556061ef6b (svn r18405) -Fix (r18405): RVs didn't like to stop when the 'next' drive through station tile didn't have a compatible road type 15 years ago
rubidium 0fed86a779 (svn r18404) -Codechange: link drive through stops better together
-Feature: make penalty for road stop occupancy user configurable
-Fix [FS#1944]: road vehicles would not pick an empty drive through stop. Now they will *if* the penalty for driving around is less than the occupancy penalty
-Fix [FS#1495]: long (articulated) road vehicles could block loading of others when the following road vehicle already got 'permission' to go to the next bay even when it could not reach it
-Change: improve the throughput of the drive through road stops by letting them stop closer together
15 years ago
belugas 53416773ee (svn r18403) -Codechange: Re-arrange header of table _original_house_specs 15 years ago
rubidium 6600610e47 (svn r18402) -Codechange: unify/centralise the code for crashing vehicles 15 years ago