summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-10-23(svn r6906) - Fix [FS#370]: Clear 'large plane' flag if 'helicopter' flag is ↵peter1138
set. (mart3p)
2006-10-23(svn r6905) - Codechange: Copy cargo subtype when cloning vehicles.peter1138
2006-10-23(svn r6904) -CodeChange : Cleanup of industry_cmd (Step-5).belugas
Add member life_type to IndustrySpec and remove the now useless _industry_close_mode array
2006-10-23(svn r6901) WebTranslator2 update to 2006-10-23 10:28:46miham
bulgarian - 6 fixed by kokobongo (6) estonian - 46 deleted, 3 changed by kristjans (49)
2006-10-22(svn r6898) -Fix: lowercase Error/Warning/Fatal for strgen and remove static ↵Darkvater
on error() so strgen can compile with anal strecpy() :)
2006-10-22(svn r6897) - Fix (r6884): Another wrong last parametr :)peter1138
2006-10-22(svn r6896) - Fix (r6895): Supply last position of the correct buffer *again*peter1138
2006-10-22(svn r6895) - Fix (r6884): Add 'last' parameter to the town name generators.peter1138
2006-10-22(svn r6894) - Codechange: Lower the verbosity level of some NewGRF warningspeter1138
2006-10-22(svn r6893) WebTranslator2 update to 2006-10-22 07:37:19miham
estonian - 13 fixed, 8 changed by t2t2 (2), kristjans (19) portuguese - 7 fixed by izhirahider (7) turkish - 7 fixed by jnmbk (7)
2006-10-22(svn r6890) - Fix (r6884): Supply last position of the correct buffer...peter1138
2006-10-21(svn r6888) - Fix (r6884): Missed a couple of strecpy()s in newgrf text handlingpeter1138
2006-10-21(svn r6886) -Be anal for the time being about string-wannabe-buffer-overflowsDarkvater
2006-10-21(svn r6885) - Fix (r1379): List of actions panel in the town authority ↵peter1138
window went underneath its scrollbar
2006-10-21(svn r6884) -Codechange: Add strict bounds checking in string formatting system.Darkvater
The last parameter should point to the end of the buffer (eg lastof(buf)) Courtesy of Tron.
2006-10-21(svn r6882) -Fix r6777: Off by one drawing error for cargo buttonsDarkvater
2006-10-21(svn r6881) -Fix r6874: uint > int to remove signedness warning MSVC (peter1138)Darkvater
2006-10-21(svn r6879) -Codechange: Remove the superflouos argument CharsetFilter ↵Darkvater
parameter from HandleEditBoxKey as the same information is present in querystr_d->afilter -Also (&((querystr_d *)&WP(w, querystr_d))->text is the same as &WP(w, querystr_d).text
2006-10-21(svn r6878) -Fix r6876 +add network.c, network_client.cDarkvater
2006-10-21(svn r6877) -Fix r6876 +add main_gui.cDarkvater
2006-10-21(svn r6876) -Codechange: Change the naming of _PLAYER in ↵Darkvater
DESTTYPE_PLAYER/NETWORK_ACTION_CHAT_PLAYER to _COMPANY as that is whom you are really addressing to. Also change some variable names, 'desttype' is confusing if there is also a parameter 'dest', so rename it to just type.
2006-10-21(svn r6875) -Feature: Allow for " to be in console tokens. Escape them with ↵Darkvater
\. eg \".
2006-10-21(svn r6874) - [NewStations] Mark all tiles of a railway station dirty when ↵peter1138
adding or removing tiles.
2006-10-21(svn r6873) WebTranslator2 update to 2006-10-21 19:57:49miham
estonian - 50 fixed, 6 changed by kristjans (56)
2006-10-21(svn r6872) WebTranslator2 update to 2006-10-21 19:36:04miham
estonian - 18 changed by kristjans (18)
2006-10-21(svn r6870) - Codechange: (re-)unify the code to retrieve the sprite group ↵peter1138
for a vehicle.
2006-10-21(svn r6867) WebTranslator2 update to 2006-10-21 15:42:20miham
estonian - 15 fixed, 263 changed by kristjans (278)
2006-10-21(svn r6865) WebTranslator2 update to 2006-10-21 09:47:34miham
brazilian_portuguese - 1 fixed by tucalipe (1) bulgarian - 49 fixed by kokobongo (49) catalan - 2 changed by arnaullv (2) czech - 12 changed by Hadez (12) estonian - 6 fixed, 323 changed by t2t2 (2), kristjans (327) french - 1 changed by glx (1) galician - 11 fixed by Condex (11) german - 1 fixed by Neonox (1) turkish - 12 fixed by jnmbk (12)
2006-10-20(svn r6858) - Fix (r6855): Handle rail vehicles with no capacity (N/A) by ↵peter1138
setting cargo type to CT_INVALID and handling it later. STR_8838_N_A is not a valid cargo type...
2006-10-20(svn r6857) - Fix (r6855): Update all languages with {STRING} -> {CARGO} changepeter1138
2006-10-20(svn r6855) - Codechange: When displaying a "quantity of cargo" string, use ↵peter1138
the {CARGO} command and supply the cargo type and quantity, instead of manually looking up the cargo type's string.
2006-10-20(svn r6854) -Codechange: Use DrawSringCentered instead of ↵Darkvater
DrawStringMultiCenter for simple strings if maximum width is set to zero anywyas.
2006-10-19(svn r6838) - Fix (r6836): MS VC complains beecause it doesn't understand ↵peter1138
consts... (or I don't...)
2006-10-19(svn r6837) - Codechange: More const SpriteGroups missed in r6836peter1138
2006-10-19(svn r6836) - Codechange: constify SpriteGroup references. These used to be ↵peter1138
non-const when we kept a reference count, which we don't do anymore.
2006-10-19(svn r6835) - Fix: Pressing ^D (EOF) at a dedicated console caused it to ↵peter1138
repeat the last command, instead of doing nothing.
2006-10-18(svn r6828) -Fix: Properly fix r6842Darkvater
2006-10-18(svn r6827) -Fix r6824: removed warningglx
2006-10-18(svn r6825) -Codechange: Remove two globals from chat-windowDarkvater
2006-10-18(svn r6824) -Feature: Change the functionality of the chat window. ↵Darkvater
SHIFT+ENTER (SHIFT+T) sends a message to all players, CTRL+ENTER (CTRL+T) sends a message to all team mates and ENTER (T) sends a message to teammates if you have any, otherwise to all players. The chat-window now also shows what kind of message is being sent. Shortcut functionality has not been changed (ENTER sends message, ESC closes window)
2006-10-18(svn r6823) - Codechange: Ignore bit 0 of a NewStation custom tile callback ↵peter1138
result. This fixes cosmetic problems with some add on stations.
2006-10-18(svn r6822) -Fix r6821: add type for measure_strings_length[]glx
2006-10-18(svn r6821) -Codechange: For the measurement tool do not show the tooltip ↵Darkvater
when the selection is only a single tile. Seems this was a bit annoying to some ;)
2006-10-18(svn r6820) -Codechange: Some more const correctness, coding style.Darkvater
-Codechange: Add FOR_ALL_ACTIVE_CLIENT_INFOS macro that will loop all clients skipping inactive ones.
2006-10-18(svn r6819) WebTranslator2 update to 2006-10-18 12:54:18miham
bulgarian - 47 fixed, 1 changed by groupsky (48) danish - 1 fixed by ThomasA (1) italian - 1 fixed by sidew (1) slovak - 1 fixed by lengyel (1)
2006-10-18(svn r6817) -Fix: set svn:eol-style for vs80 filesglx
2006-10-17(svn r6816) -Codechange: Some coding style, variable localization, const ↵Darkvater
correctness. -Codechange: 'quited' is not a word, use has_quit instead for NetworkClientState
2006-10-17(svn r6815) WebTranslator2 update to 2006-10-18 00:20:47miham
czech - 3 changed by KUDr (3)
2006-10-17(svn r6814) -Codechange: For network games ci->client_playas was always ↵Darkvater
p->index + 1. To correctly handle this ci->client_playas - 1 was used all over the code making it pretty confusing at times. Use proper one-on-one values now. Special handling is only needed for user-output to not to confuse users.
2006-10-17(svn r6811) WebTranslator2 update to 2006-10-17 22:35:27miham
american - 1 fixed by WhiteRabbit (1) bulgarian - 50 fixed, 1 changed by kokobongo (51) czech - 30 fixed by KUDr (30) estonian - 5 fixed by vermon (5) finnish - 1 fixed by kerba (1)