Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-04-28 | (svn r9734) -Feature: Add an option to automatically pause when starting a ↵ | maedhros | |
new game. | |||
2007-04-28 | (svn r9731) -Fix [FS#677]: in news history, newlines weren't replaced with ↵ | truelight | |
spaces, making it look ugly from time to time | |||
2007-04-27 | (svn r9730) -Feature: [NewGRF] Add support for miscellaneous grf feature bit ↵ | maedhros | |
1 - paved roads on desert tiles. | |||
2007-04-27 | (svn r9729) -Documentation: add some documentation in various places | rubidium | |
2007-04-27 | (svn r9728) -Fix r9086: [win32] For some keyboard layout the 'console' key ↵ | glx | |
is a dead-key. It needs to be pressed twice to have an effect but the console is then opened and closed on the 'same' keypress (2 WM_CHAR events). So skip the first WM_CHAR generated to restore the 'console' key functionality. | |||
2007-04-27 | (svn r9727) -Fix (r8546): Company password field in network player info was ↵ | peter1138 | |
inverted. | |||
2007-04-27 | (svn r9726) -Fix [FS#738]: crash when destroying bridge with train partially ↵ | rubidium | |
one it. | |||
2007-04-27 | (svn r9725) -Fix [FS#743]: plane made a 270 degree turn instead of a 90 ↵ | rubidium | |
degree turn on take off from the southern runway. | |||
2007-04-27 | (svn r9724) -Update: WebTranslator2 update to 2007-04-27 20:28:02 | miham | |
american - 2 fixed by WhiteRabbit (2) brazilian_portuguese - 2 fixed by fukumori (2) russian - 10 changed by HMage (10) ukrainian - 1 changed by mad (1) | |||
2007-04-27 | (svn r9722) -Documentation: Document some functions of town_cmd.cpp. ↵ | belugas | |
Loosely based on work from TheJosh More to come. | |||
2007-04-26 | (svn r9721) -Codechange: -Codechange: Cleanup of industry_cmd (Step-12). ↵ | belugas | |
Dynamically build the legends (name and color) for industries in the smallmap_gui. All the tiny fonts industry names should be removed from language files soon. | |||
2007-04-26 | (svn r9720) -Codechange: Remove global var and gotos from window autoplacement | peter1138 | |
2007-04-26 | (svn r9719) -Fix: in-game private messages did not work for clients with a ↵ | rubidium | |
Client ID > 255. | |||
2007-04-26 | (svn r9718) -Fix: Don't allow building of rail vehicles whose railtype isn't ↵ | peter1138 | |
available yet. This also affects the rail purchase window. | |||
2007-04-26 | (svn r9717) -Codechange: (NewGRF) Skip Action 5 & A sprites in all loading ↵ | peter1138 | |
stages except activation. | |||
2007-04-25 | (svn r9716) -Add: server_lang in [network] section of openttd.cfg, so ↵ | glx | |
dedicated servers can have the little lang flag. | |||
2007-04-24 | (svn r9715) -Update: WebTranslator2 update to 2007-04-24 21:45:15 | miham | |
italian - 2 changed by lorenzodv (2) portuguese - 9 fixed by izhirahider (9) russian - 3 fixed, 328 changed by HMage (331) simplified_chinese - 7 fixed by Fishingsnow (7) traditional_chinese - 1 changed by xbddc (1) | |||
2007-04-24 | (svn r9714) -Fix (r8110): Remove invalid assertion triggered by overly long ↵ | peter1138 | |
trains being reversed while loading. | |||
2007-04-21 | (svn r9712) -Codechange: Implement accepted cargo types and cargo acceptance ↵ | peter1138 | |
(there is a difference) callbacks for newhouses. | |||
2007-04-21 | (svn r9711) -Fix: don't include one system-header-file on MorphOS as it ↵ | truelight | |
gives silly warnings and is unneeded for OpenTTD | |||
2007-04-21 | (svn r9710) -Add: added support for GCC 2.95. This makes MorphOS target ↵ | truelight | |
alive again. With a big thanks to tokai and Rubidium!! | |||
2007-04-21 | (svn r9709) -Fix (r9706): Larger towns use t->larger_towns, not the town index. | maedhros | |
2007-04-21 | (svn r9707) -Codechange: Add some support for NewGRF var 7D, temporary ↵ | peter1138 | |
storage array. | |||
2007-04-21 | (svn r9706) -Codechange: Support NewGRF town var 40 'largertowns' variable ↵ | peter1138 | |
properly. | |||
2007-04-21 | (svn r9705) -Codechange: Merge some data arrays together, making a bit more ↵ | belugas | |
logical units. Calculate with a macro (for _industry_anim_offs_toys) the value of x, instead of doing it at run time. And give some more descriptive names too... | |||
2007-04-21 | (svn r9704) -Documentation: Add comments on industry data macro | belugas | |
2007-04-20 | (svn r9703) -Codechange: support callback 36 in vehicle purchase lists | peter1138 | |
2007-04-20 | (svn r9702) -Codechange: Add livery support to newgrf vehicle var 43 | peter1138 | |
2007-04-20 | (svn r9701) -Codechange: Add support for returning 'ttdpatch variables' - ↵ | peter1138 | |
http://wiki.ttdpatch.net/tiki-index.php?page=ActionDSpecialVariables | |||
2007-04-20 | (svn r9700) -Merge: Release changes from 0.5 branch back to trunk. | rubidium | |
2007-04-20 | (svn r9697) -Fix [YAPF](r9694): 'unused variable' warning (glx) | KUDr | |
2007-04-20 | (svn r9696) -Fix: --without-application-bundle did not disable the custom ↵ | rubidium | |
language/second data directory stuff that is used for application bundles. | |||
2007-04-20 | (svn r9694) -Fix [YAPF][FS#736]: the guessed path (when PF stopped on max. # ↵ | KUDr | |
of nodes passed) was ignored for ships (desolator) | |||
2007-04-20 | (svn r9693) -Codechange [YAPF]: GetBestNode() now returns pointer to node ↵ | KUDr | |
instead of reference | |||
2007-04-20 | (svn r9692) -Fix (r9683): don't try to remove vehicles from the queue of a ↵ | rubidium | |
non-existing station. | |||
2007-04-20 | (svn r9691) -Fix (r9683): Forgotten savegame bump... | peter1138 | |
2007-04-20 | (svn r9690) -Codechange: Update another couple of NewGRF TTDPatch flags | peter1138 | |
2007-04-20 | (svn r9689) -Fix: Clone vehicles will no longer refit for free | bjarni | |
2007-04-20 | (svn r9688) -Codechange: Created a function to get default cargo type for a ↵ | bjarni | |
cargo type | |||
2007-04-20 | (svn r9687) -Update: WebTranslator2 update to 2007-04-20 17:51:25 | miham | |
romanian - 2 fixed by kneekoo (2) simplified_chinese - 9 fixed by Fishingsnow (9) slovak - 2 fixed by lengyel (2) slovenian - 2 fixed by Necrolyte (2) traditional_chinese - 2 changed by xbddc (2) | |||
2007-04-20 | (svn r9686) -Codechange: Update a couple of NewGRF TTDPatch flags | peter1138 | |
2007-04-20 | (svn r9685) -Fix (r9683): Call v->LeaveStation() when a vehicle in a station ↵ | maedhros | |
is sent to a depot. | |||
2007-04-20 | (svn r9684) -Fix (r9683): Remove vehicles from the station loading list ↵ | maedhros | |
instead of adding them again when they leave, and add a v->LeaveStation() call for aircraft. | |||
2007-04-20 | (svn r9683) -Fix [FS#423]: improved loading does not use a huge amount of ↵ | rubidium | |
processing power anymore when having a lot of trains. | |||
2007-04-20 | (svn r9682) -Codechange: Add support for saving/loading std::lists ↵ | peter1138 | |
containing object references (REF_*) | |||
2007-04-19 | (svn r9681) [Translations] -Fix: removed two unnecessary colons from the ↵ | miham | |
finnish translations (spotted by ln-) | |||
2007-04-19 | (svn r9680) -Update: WebTranslator2 update to 2007-04-19 21:10:21 | miham | |
bulgarian - 2 fixed by thetitan (1), kokobongo (1) czech - 2 fixed by joeprusa (2) danish - 2 fixed by ThomasA (2) dutch - 2 fixed, 1 changed by habell (3) esperanto - 2 fixed by LaPingvino (2) estonian - 2 fixed by vermon (2) finnish - 2 fixed by habazi (2) german - 3 fixed by Neonox (3) italian - 18 fixed, 2 changed by lorenzodv (20) japanese - 10 fixed by ickoonite (10) norwegian_bokmal - 27 fixed by oletk (27) polish - 10 fixed by meush (10) russian - 2 fixed by HMage (2) spanish - 2 fixed by jfrank (2) traditional_chinese - 2 fixed by xbddc (2) turkish - 11 fixed by jnmbk (11) ukrainian - 2 fixed, 5 changed by fevral13 (7) | |||
2007-04-19 | (svn r9679) -Codechange: use enums to identify transparency widgets and add ↵ | belugas | |
a bit of documentation (patch by Wolf01) | |||
2007-04-19 | (svn r9678) -Codechange: Support changing of aircraft running cost via ↵ | peter1138 | |
callback 36. | |||
2007-04-19 | (svn r9677) -Codechange: Make the 'transparent buildings' menu item toggle ↵ | peter1138 | |
all transparency, to keep its old behaviour. |