Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-24 | (svn r16941) -Document: some map accessors | rubidium | |
2009-07-24 | (svn r16940) -Codechange: make the pathfinders behave the same when finding ↵ | rubidium | |
waypoints or stations, i.e. don't force exactly one destination tile for a waypoint | |||
2009-07-24 | (svn r16939) -Codechange: s/RailwayStation/RailStation/ to unify the way ↵ | rubidium | |
it's written. | |||
2009-07-24 | (svn r16938) -Codechange: introduce helper function to tell whether a tile ↵ | rubidium | |
is either a rail station or rail waypoint tile | |||
2009-07-24 | (svn r16937) -Codechange: Make the station build window look good when resized. | alberth | |
2009-07-24 | (svn r16936) -Fix [FS#3053]: Rail station build window with NewGRFs could ↵ | alberth | |
crash due to uninitialized string parameter. | |||
2009-07-24 | (svn r16935) -Codechange: Improve wording of .lng file error message (found ↵ | alberth | |
by cmoiromain). | |||
2009-07-24 | (svn r16934) -Codechange: introduce a simple helper function to check ↵ | rubidium | |
whether a station is pending deletion or not | |||
2009-07-24 | (svn r16933) -Fix [FS#3054] (r16694): vehicles would wait "very long" when ↵ | rubidium | |
they had nothing to unload and gradual loading was disabled. | |||
2009-07-23 | (svn r16932) -Update from WebTranslator v3.0: | translators | |
all languages - update for latest commits which moved around lots of strings dutch - 5 changes by Yexo norwegian_bokmal - 1 changes by CyberKenny romanian - 1 changes by kkmic spanish - 1 changes by Terkhen | |||
2009-07-23 | (svn r16931) -Cleanup (r16922): one semicolon too much | smatz | |
2009-07-23 | (svn r16930) -Codechange: more StringID name unification and grouping | rubidium | |
2009-07-23 | (svn r16929) -Change: There is no point in not randomising engine ↵ | frosch | |
introduction-date before 1922. Instead disable the randomisation for the first two years after game-start, so you do not have to wait for the first engine. | |||
2009-07-23 | (svn r16928) -Update from WebTranslator v3.0: | translators | |
czech - 1 changes by SmatZ dutch - 1 changes by Yexo english_US - 6 changes by agenthh french - 5 changes by glx german - 1 changes by planetmaker hungarian - 12 changes by IPG, alyr indonesian - 5 changes by prof italian - 4 changes by lorenzodv norwegian_bokmal - 66 changes by CyberKenny persian - 1 changes by 100ra romanian - 4 changes by kkmic russian - 3 changes by Lone_Wolf, Smoky555 spanish - 21 changes by Terkhen swedish - 3 changes by Kindling turkish - 19 changes by niw3 | |||
2009-07-23 | (svn r16927) -Change: make the 'there is no AI' error message translatable | rubidium | |
2009-07-23 | (svn r16926) -Fix (r16925): if checking whether a station can be adjoined, ↵ | rubidium | |
don't check whether 'the other station you have already found' to be valid but the station that you just found. Especially because you won't have found as station until you have found one. | |||
2009-07-23 | (svn r16925) -Fix (r16909): guard commands more against using waypoints as ↵ | rubidium | |
stations and/or accidentally reusing waypoints for stations or vice versa. | |||
2009-07-23 | (svn r16924) -Fix (r16922): selling or sending to depot, what's the ↵ | rubidium | |
difference? :) | |||
2009-07-23 | (svn r16923) -Codechange: move Cmd*Buoy* to waypoint_cmd.cpp and make them ↵ | rubidium | |
behave more like waypoints, e.g. reuse station signs of recently deleted buoys | |||
2009-07-22 | (svn r16922) -Codechange: unduplicate some vehicle CMD_*s and move the ↵ | rubidium | |
setting of the error message to a single place | |||
2009-07-22 | (svn r16921) -Codechange: make it more clear what strings are related to ↵ | rubidium | |
road vehicles; only ROAD isn't always enough. Also unify the way of writing it. | |||
2009-07-22 | (svn r16920) -Codechange: shuffle some strings around to simplify looking up ↵ | rubidium | |
vehicle type specific strings for a specific message | |||
2009-07-22 | (svn r16919) -Codechange: unify some more StringID w.r.t. their naming | rubidium | |
2009-07-22 | (svn r16918) -Update from WebTranslator v3.0: | translators | |
catalan - 1 changes by arnaullv czech - 71 changes by SmatZ dutch - 8 changes by Yexo english_US - 5 changes by agenthh esperanto - 3 changes by LaPingvino finnish - 4 changes by jpx_ german - 4 changes by planetmaker norwegian_bokmal - 136 changes by CyberKenny persian - 127 changes by 100ra romanian - 1 changes by kkmic russian - 9 changes by Lone_Wolf, MajestiC spanish - 5 changes by Terkhen ukrainian - 1 changes by Madvin | |||
2009-07-22 | (svn r16917) -Codechange: fix some GCC 4.5 'case X is not in enum Y' warnings | rubidium | |
2009-07-22 | (svn r16916) -Fix (r16909): station acceptance was reset after game load | smatz | |
2009-07-22 | (svn r16915) -Fix (r16909): signal updates didn't propagate through waypoints | rubidium | |
2009-07-22 | (svn r16914) -Codechange: split Station and BaseStation into different files | rubidium | |
2009-07-22 | (svn r16913) -Codechange: Signal, train depot, and waypoint windows switched ↵ | alberth | |
to using nested widget tree. | |||
2009-07-22 | (svn r16912) -Codechange: split waypoint.h in waypoint_base.h and ↵ | rubidium | |
waypoint_func.h | |||
2009-07-22 | (svn r16910) -Update: remove removed strings from the other language files | rubidium | |
2009-07-22 | (svn r16909) -Fix [FS#2996]: NewGRF stations would be triggering assertions ↵ | rubidium | |
all over the place when using the more advanced station types. -Change: make (rail) waypoints sub classes of 'base stations', make buoys waypoints and unify code between them where possible. | |||
2009-07-22 | (svn r16908) -Codechange: s/DepotWaypointReservation/DepotReservation/ | rubidium | |
2009-07-21 | (svn r16907) -Codechange: make a more clear distinction between reservation ↵ | rubidium | |
functions that return a bool and that return TrackBits; GetRailStationReservation vs GetRailwayStationReservation, which one returns the bool and which one the TrackBits? | |||
2009-07-21 | (svn r16906) -Fix (r12939): Child windows of build toolbars were placed ↵ | alberth | |
inconsistently. | |||
2009-07-21 | (svn r16903) -Update from WebTranslator v3.0: | translators | |
simplified_chinese - 2 changes by Gavin danish - 5 changes by Bjarni dutch - 1 changes by habell finnish - 17 changes by jpx_ hungarian - 1 changes by alyr italian - 1 changes by lorenzodv korean - 1 changes by darkttd russian - 15 changes by Lone_Wolf serbian - 90 changes by BlueEyedFiend welsh - 24 changes by welshdragon | |||
2009-07-21 | (svn r16901) -Fix [FS#3046] (rpbs): when marking trains stuck don't reset ↵ | rubidium | |
the unload counter/stuck when the vehicle is unloading. It'll be automatically reset once the vehicle wants to leave the station | |||
2009-07-21 | (svn r16900) -Codechange: prepare the waypoint window for buoys | rubidium | |
2009-07-21 | (svn r16899) -Fix (r16896): Missing 'return'. | frosch | |
2009-07-21 | (svn r16898) -Codechange: Station build window uses nested widget tree. | alberth | |
2009-07-21 | (svn r16897) -Codechange: use the 'generic' station spec to station ↵ | rubidium | |
allocation for waypoints too | |||
2009-07-21 | (svn r16896) -Codechange: make station spec allocation and station animation ↵ | rubidium | |
functions work for both stations and waypoints | |||
2009-07-21 | (svn r16895) -Codechange: Build dock window uses nested widget tree. | alberth | |
2009-07-20 | (svn r16894) -Codechange: Add [Specialised]Vehicle::Last(). | frosch | |
2009-07-20 | (svn r16893) -Codechange: Ship depot build window uses nested widget tree. | alberth | |
2009-07-20 | (svn r16892) -Codechange: Add support for nested widget tree windows to ↵ | alberth | |
PickerWindowBase. | |||
2009-07-20 | (svn r16891) -Codechange: Docks toolbar uses nested widget tree. | alberth | |
2009-07-20 | (svn r16890) -Codechange: Allow raising and enabling/disabling of widgets ↵ | alberth | |
even if they are not used. | |||
2009-07-20 | (svn r16889) -Update from WebTranslator v3.0: | translators | |
danish - 40 changes by silentStatic french - 1 changes by glx galician - 37 changes by Condex german - 1 changes by planetmaker russian - 17 changes by Lone_Wolf serbian - 2 changes by BlueEyedFiend | |||
2009-07-20 | (svn r16888) -Fix (r16864): crash when trying to build (some?) NewGRF waypoints | rubidium | |