Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-12 | (svn r15032) -Fix (r15030): Rubidium was too script-happy ;) | truebrain | |
2009-01-12 | (svn r15030) -Update (r15029): and from the other languages too (yay for WT2) | rubidium | |
2009-01-12 | (svn r15029) -Cleanup (r15027): remove strings that aren't needed anymore | rubidium | |
2009-01-12 | (svn r15027) -Merge: tomatos and bananas left to be, here is NoAI for all to ↵ | truebrain | |
see. NoAI is an API (a framework) to build your own AIs in. See: http://wiki.openttd.org/wiki/index.php/AI:Main_Page With many thanks to: - glx and Rubidium for their syncing, feedback and hard work - Yexo for his feedback, patches, and AIs which tested the system very deep - Morloth for his feedback and patches - TJIP for hosting a challenge which kept NoAI on track - All AI authors for testing our AI API, and all other people who helped in one way or another -Remove: all old AIs and their cheats/hacks | |||
2009-01-11 | (svn r14989) -Codechange: remove a lookup table by reordering some items in ↵ | rubidium | |
english.txt (Swallow) | |||
2009-01-10 | (svn r14979) -Fix: Disable a NewGRF from loading if it contains multiple ↵ | peter1138 | |
Action 8s | |||
2009-01-10 | (svn r14974) -Change: reorder/reorganise the entries of the settings window ↵ | rubidium | |
(Alberth) | |||
2009-01-10 | (svn r14971) -Change: the colour of the patch page text so it becomes more ↵ | rubidium | |
visible as it changed background (Alberth) | |||
2009-01-10 | (svn r14959) -Fix [FS#2508]: wrong defaults for service interval when ↵ | rubidium | |
switching between service interval in days and service interval in percentages. | |||
2009-01-10 | (svn r14956) -Fix [FS#1832]: building new station parts didn't allocate a ↵ | rubidium | |
new station spec effectively breaking variable 41. This was due to the limited number of station specs that we can have per station. This fix makes newly build station parts create a new spec until one cannot allocate new station specs anymore and it'll revert to the old behaviour (sharing station specs). | |||
2009-01-10 | (svn r14954) -Fix [FS#1890]: sharing/cloning/inserting of orders that the/a ↵ | rubidium | |
vehicle (in the shared list) can't go to (wrong station type etc) | |||
2009-01-08 | (svn r14919) -Feature: distant joining of stations (Frostregen and PhilSophus) | rubidium | |
2009-01-07 | (svn r14902) -Feature: Advanced setting to keep various building tools ↵ | frosch | |
active, which are usually closed after placing an object. (planetmaker) | |||
2009-01-07 | (svn r14899) -Feature: remove the window limit, but leave a configurable ↵ | rubidium | |
limit on the number of non-sticky non-vital windows. -Fix [FS#2499]: crashes/misbehaviours when (almost) all windows are stickied. | |||
2009-01-04 | (svn r14835) -Change: apply the 'warn if train's income is negative' setting ↵ | smatz | |
to other vehicle types, too | |||
2009-01-04 | (svn r14831) -Codechange: use {VEHICLE} instead of Train/Ship/Road ↵ | smatz | |
veh/Aircraft/{STRING} {COMMA} in lang files (part by Swallow) | |||
2009-01-04 | (svn r14827) -Feature [FS#1984]: few (optional) optimisations to making ↵ | rubidium | |
(initial) orders (sulai) | |||
2009-01-03 | (svn r14802) -Fix [FS#2490]: "(undefined string)" in default ↵ | rubidium | |
savegame/screenshot names when there's no company in the game. | |||
2009-01-03 | (svn r14792) -Feature: make the date format for default savegame/screenshot ↵ | rubidium | |
names configurable | |||
2009-01-03 | (svn r14791) -Add: the ability to make ISO dates with the string system ↵ | rubidium | |
(PhilSophus) | |||
2009-01-02 | (svn r14789) -Feature: allow scrolling with the left mouse button pressed ↵ | rubidium | |
(if enabled). Primarily useful for systems with touch screen (aapo) | |||
2009-01-01 | (svn r14781) -Change: someone changed _cur_year; so update it in a few ↵ | rubidium | |
hardcoded places... happy new year! -Fix (r11790): a few instances were forgotten. | |||
2008-12-29 | (svn r14764) -Codechange: make the '***' chat messages like "Game paused ↵ | rubidium | |
(not enough players)" fully translateable. | |||
2008-12-28 | (svn r14755) -Codechange: remove ending year as it can't be changed anyways. | rubidium | |
2008-12-26 | (svn r14752) -Fix [FS#2438]: revenue when clearing land would show up in red ↵ | rubidium | |
in the land info window as negative cost. | |||
2008-12-03 | (svn r14649) -Change: consistently use can't instead of primarily can't and ↵ | rubidium | |
a bit of cannot in english.txt. | |||
2008-11-26 | (svn r14636) -Add: DOS port of OpenTTD, without network support though. | rubidium | |
2008-11-24 | (svn r14618) -Feature: when the chosen language isn't supported by the ↵ | rubidium | |
current font, try to find a font that does and use that instead. Thanks to glx/michi_cc for the Windows implementation. | |||
2008-11-23 | (svn r14610) -Fix [FS#2415]: possible stack corruption when reading ↵ | rubidium | |
corrupted sprites. -Change: harden the sprite reading routine against corrupt sprites. | |||
2008-11-19 | (svn r14595) -Add: Estonian currency. | rubidium | |
-Change: Slovenia switched to the Euro in 2007. | |||
2008-11-18 | (svn r14592) -Feature [FS#1124]: non-destructive autofill with option to ↵ | rubidium | |
keep waiting times (PhilSophus) | |||
2008-11-16 | (svn r14582) -Fix [FS#2392]: blank box on cost estimation of levelling a ↵ | rubidium | |
flat area. -Fix: make levelling, raising and lowering of an area behave the same. | |||
2008-10-24 | (svn r14524) -Add: stop-in-depot as part of orders (PhilSophus) | rubidium | |
2008-10-07 | (svn r14447) -Change [FS#2333]: Rename YAPP "advanced signals" to "path ↵ | michi_cc | |
signals" and "normal signals" to "block signals". | |||
2008-09-30 | (svn r14423) -Codechange: also do r14221 for the strings. | rubidium | |
2008-09-17 | (svn r14352) -Feature: Allow sorting vehicles by remaining life time. | belugas | |
Patch by yorick | |||
2008-09-15 | (svn r14334) -Feature: ability to reset name to default/automatic value (for ↵ | smatz | |
vehicles, engines, towns, groups, stations, waypoints, managers and companies) | |||
2008-09-12 | (svn r14298) -Fix [FS#2214]: "{CARGO} from unknown destination". | rubidium | |
2008-09-08 | (svn r14276) -Fix: Rename one of the advanced settings, as 'TTDPatch ↵ | frosch | |
compatible nonstop handling' wasn't a correct description anymore. | |||
2008-09-08 | (svn r14275) -Change: Rename 'Configure patches' to 'Advanced settings'. | frosch | |
2008-09-07 | (svn r14263) -Codechange: give a better error message when removing a sign fails | smatz | |
2008-09-03 | (svn r14233) -Feature/Fix [FS#2172]: save the palette of the loaded NewGRFs ↵ | rubidium | |
in the savegame, so joining with a server using Windows palette will make a client with the DOS palette do palette conversion and (thus) not cause a desync due to the different palettes disabling different NewGRFs. | |||
2008-08-31 | (svn r14203) -Codechange: [NewGRF] Disable a GRF if it contains an unknown ↵ | peter1138 | |
property, or tries to assign an invalid ID. | |||
2008-08-29 | (svn r14184) -Codechange: [NewGRF] Since our NewGRF handling is better than ↵ | peter1138 | |
it used to be, disable a NewGRF if unexpected sprites are reached. | |||
2008-08-25 | (svn r14166) -Doc: Change "forbid 90 degree turn" patch option description ↵ | matthijs | |
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. | |||
2008-08-24 | (svn r14150) -Add: Add the count of trains using the current waypoint in the ↵ | belugas | |
vehicle list window's caption | |||
2008-08-20 | (svn r14112) -Fix (r13715)[FS#2232]: Action B custom messages with ↵ | frosch | |
parameteers were broken. | |||
2008-08-20 | (svn r14106) -Fix(r14104): A string too much been commited | belugas | |
2008-08-20 | (svn r14104) -Feature: Add a window for waypoints, allowing to view all the ↵ | belugas | |
trains having the selected waypoint in their orders. Changing its name is also supported from the same new window. Gui based on work done by Satyap, on FS#2025. | |||
2008-08-16 | (svn r14083) -Fix [FS#1264, FS#2037, FS#2038, FS#2110]: Rewrite the ↵ | frosch | |
autoreplace kernel. |