Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-12 | (svn r18468) -Codechange: make sure one never makes self-loops using ↵ | rubidium | |
Vehicle::SetNext | |||
2009-12-11 | (svn r18467) -Fix (r17870): Missed positioning for cargo capacity of ↵ | peter1138 | |
non-articulated road vehicles. | |||
2009-12-11 | (svn r18466) -Codechange: use CmdMoveRailWagon to attach a just build wagon ↵ | rubidium | |
to a chain | |||
2009-12-11 | (svn r18465) -Codechange: simplify CheckTrainInDepot and remove some ↵ | rubidium | |
unneeded wrapper functions | |||
2009-12-11 | (svn r18464) -Fix (r17863): Caption of the build vehicle window did not have ↵ | alberth | |
company colours. | |||
2009-12-11 | (svn r18463) -Codechange: some simplifications for finding the end of a vehicle | rubidium | |
2009-12-11 | (svn r18462) -Fix: when moving a wagon and only the last part of a dual ↵ | rubidium | |
headed engine you could split the dual headed engine over two vehicles. | |||
2009-12-11 | (svn r18461) -Fix (r18456): when moving a wagon from the front of a train ↵ | rubidium | |
one could make a train 1 longer than allowed | |||
2009-12-11 | (svn r18460) -Update from WebTranslator v3.0: | translators | |
catalan - 2 changes by arnau traditional_chinese - 4 changes by josesun croatian - 59 changes by UnderwaterHesus french - 2 changes by glx norwegian_bokmal - 34 changes by Zhygometh serbian - 6 changes by etran vietnamese - 3 changes by nglekhoi | |||
2009-12-11 | (svn r18459) -Codechange: move the new train validity checking (attach ↵ | rubidium | |
callbacks) to a separate function | |||
2009-12-11 | (svn r18458) -Codechange: make the 'check train length' code of ↵ | rubidium | |
CmdMoveRailVehicle a separate function | |||
2009-12-11 | (svn r18457) -Fix (r18015): southwest and northeast buttons for freeform ↵ | yexo | |
edges were swapped | |||
2009-12-11 | (svn r18456) -Codechange: make the length checking functionality of ↵ | rubidium | |
CmdMoveRailVehicle a separate function and simplify the logic | |||
2009-12-10 | (svn r18454) -Update from WebTranslator v3.0: | translators | |
dutch - 2 changes by habell hebrew - 49 changes by dnd_man indonesian - 35 changes by fanioz, prof polish - 5 changes by amateja, silver_777 russian - 1 changes by Lone_Wolf serbian - 3 changes by etran | |||
2009-12-10 | (svn r18453) -Fix [FS#3364]: wrong heightmap dimensions, or rather... a ↵ | rubidium | |
nested_array index removed too much | |||
2009-12-10 | (svn r18452) -Document: update the known-bugs a bit; quite a few bugs in ↵ | rubidium | |
there are fixing in trunk already. | |||
2009-12-10 | (svn r18451) -Fix (r18360): LDFLAGS could contain different compiler flags ↵ | smatz | |
than CFLAGS when compiling strgen (Rubidium) | |||
2009-12-09 | (svn r18450) -Fix [FS#3363]: initial size of the vehicle detail windows ↵ | rubidium | |
would occasionally be too small (although it could be resized) | |||
2009-12-09 | (svn r18449) -Fix (r18448): invalid argidx offsets in German | rubidium | |
2009-12-09 | (svn r18448) -Update from WebTranslator v3.0: | translators | |
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 | |||
2009-12-09 | (svn r18447) -Change: make some more windows (e.g. graphs, company view) ↵ | rubidium | |
stickyable | |||
2009-12-09 | (svn r18446) -Fix (r17450): abort() doesn't trigger crashlog on windows | glx | |
2009-12-09 | (svn r18445) -Fix [FS#3335]: for STR_NEWS_INDUSTRY_CLOSURE_GENERAL the ↵ | rubidium | |
gender of the industry wasn't properly selected for Greek. | |||
2009-12-09 | (svn r18444) -Feature: allow G and P to 'select' substrings of STRINGn for ↵ | rubidium | |
getting their gender | |||
2009-12-09 | (svn r18443) -Fix (r18438): MSVC thinks, in it's infinite wisdom, that int ↵ | rubidium | |
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. | |||
2009-12-09 | (svn r18442) -Fix (r18440): warning about SDL_Linked_Version never being ↵ | rubidium | |
NULL on non-Windows systems | |||
2009-12-09 | (svn r18441) -Fix: The vehicle list filler widget didn't fill. | peter1138 | |
2009-12-09 | (svn r18440) -Fix (r17774): don't try to get SDL version when SDL is not loaded | glx | |
2009-12-09 | (svn r18439) -Fix (r15233): forgot to load the symbol from SDL.dll | glx | |
2009-12-09 | (svn r18438) -Codechange [FS#3337]: introduce a template for Clamp ↵ | rubidium | |
(fonsinchen) and reuse template functions in their non-template counterparts. | |||
2009-12-09 | (svn r18437) -Fix (r16557): background of disabled button in AI GUI wasn't ↵ | smatz | |
set back to grey after AI bankrupt | |||
2009-12-08 | (svn r18436) -Fix [FS#3357]: unselect an AI in the AI Settings window when ↵ | rubidium | |
it falls out of the range of active AIs | |||
2009-12-08 | (svn r18435) -Fix (r18136): articulated road vehicles weren't properly drawn ↵ | rubidium | |
in the vehicle list/details windows | |||
2009-12-08 | (svn r18434) -Change [FS#565]: use zł instead of zl for the Polish Zloty. | rubidium | |
2009-12-08 | (svn r18433) -Codechange: Show different texts in town GUI when the town ↵ | frosch | |
does not need food the whole year to grow. | |||
2009-12-08 | (svn r18432) -Update from WebTranslator v3.0: | translators | |
portuguese - 1 changes by JayCity spanish - 2 changes by Terkhen | |||
2009-12-08 | (svn r18431) -Add: some missing latin-ish characters from the OpenGFX set so ↵ | rubidium | |
we get less people complain about the OS chosing an unreadable font | |||
2009-12-08 | (svn r18429) -Fix [FS#3360]: when road vehicles are, because of the 'jam ↵ | rubidium | |
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. | |||
2009-12-08 | (svn r18428) -Fix: if lots of road vehicles are leaving a depot and the ↵ | rubidium | |
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 | |||
2009-12-07 | (svn r18427) -Fix (r18423): ofcourse that broke the GCC build... not ↵ | rubidium | |
determining 'inclusion' using the relative path from the .rc that has the 'include' but from the include directories... how useful/sensible is that? | |||
2009-12-07 | (svn r18426) -Fix: sort the names in source.list according to Microsoft's ↵ | rubidium | |
sorting rules | |||
2009-12-07 | (svn r18425) -Update from WebTranslator v3.0: | translators | |
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 | |||
2009-12-07 | (svn r18424) -Fix [FS#3327]: [Windows] the help window would be too large in ↵ | rubidium | |
some cases | |||
2009-12-07 | (svn r18423) -Fix (r17336): [Windows] incorrect relative path the the icon ↵ | rubidium | |
making the icon not being included in the binary -Fix: [Windows] mention the version of GPL in the metadata | |||
2009-12-07 | (svn r18422) -Fix (r18404): MSVC complaining about struct vs class | rubidium | |
2009-12-07 | (svn r18421) -Fix [FS#3244]: pathfinders wouldn't consider the 'other' ↵ | rubidium | |
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. | |||
2009-12-07 | (svn r18420) -Codechange: split YAPF's track follower from the actual YAPF code | rubidium | |
2009-12-06 | (svn r18418) -Fix [FS#3298]: under some circumstances a pointer could be ↵ | rubidium | |
left untouched and then freed. Make sure this doesn't happen by ensuring it starts out as NULL instead of 'garbage'. | |||
2009-12-06 | (svn r18417) -Update from WebTranslator v3.0: | translators | |
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 | |||
2009-12-06 | (svn r18416) -Fix (r15559): Only consider valid cargos in town GUI. | frosch | |