Commit Graph

4914 Commits (6d95049f75fcecd324330c5a4be4caee324e11a6)
 

Author SHA1 Message Date
peter1138 6d95049f75 (svn r6885) - Fix (r1379): List of actions panel in the town authority window went underneath its scrollbar 18 years ago
Darkvater 494c56475f (svn r6884) -Codechange: Add strict bounds checking in string formatting system.
The last parameter should point to the end of the buffer (eg lastof(buf))
 Courtesy of Tron.
18 years ago
Darkvater c15e699479 (svn r6882) -Fix r6777: Off by one drawing error for cargo buttons 18 years ago
Darkvater 5e140bd7bc (svn r6881) -Fix r6874: uint > int to remove signedness warning MSVC (peter1138) 18 years ago
Darkvater fcd2af4643 (svn r6879) -Codechange: Remove the superflouos argument CharsetFilter 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
18 years ago
Darkvater f71ca30040 (svn r6878) -Fix r6876 +add network.c, network_client.c 18 years ago
Darkvater df2ed91241 (svn r6877) -Fix r6876 +add main_gui.c 18 years ago
Darkvater 5459f53c95 (svn r6876) -Codechange: Change the naming of _PLAYER in 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.
18 years ago
Darkvater 5f9fcc5b21 (svn r6875) -Feature: Allow for " to be in console tokens. Escape them with \. eg \". 18 years ago
peter1138 d45bd66836 (svn r6874) - [NewStations] Mark all tiles of a railway station dirty when adding or removing tiles. 18 years ago
miham 12b34e67f3 (svn r6873) WebTranslator2 update to 2006-10-21 19:57:49
estonian   - 50 fixed, 6 changed by kristjans (56)
18 years ago
miham 7b91da6ad6 (svn r6872) WebTranslator2 update to 2006-10-21 19:36:04
estonian   - 18 changed by kristjans (18)
18 years ago
peter1138 0503ba3aa3 (svn r6870) - Codechange: (re-)unify the code to retrieve the sprite group for a vehicle. 18 years ago
miham 8e070f73c0 (svn r6867) WebTranslator2 update to 2006-10-21 15:42:20
estonian   - 15 fixed, 263 changed by kristjans (278)
18 years ago
miham 644470a19d (svn r6865) WebTranslator2 update to 2006-10-21 09:47:34
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)
18 years ago
peter1138 53f8e99169 (svn r6858) - Fix (r6855): Handle rail vehicles with no capacity (N/A) by setting cargo type to CT_INVALID and handling it later. STR_8838_N_A is not a valid cargo type... 18 years ago
peter1138 af89d9333b (svn r6857) - Fix (r6855): Update all languages with {STRING} -> {CARGO} change 18 years ago
peter1138 68dda86c5b (svn r6855) - Codechange: When displaying a "quantity of cargo" string, use the {CARGO} command and supply the cargo type and quantity, instead of manually looking up the cargo type's string. 18 years ago
Darkvater 4b674976d5 (svn r6854) -Codechange: Use DrawSringCentered instead of DrawStringMultiCenter for simple
strings if maximum width is set to zero anywyas.
18 years ago
peter1138 381e93225a (svn r6838) - Fix (r6836): MS VC complains beecause it doesn't understand consts... (or I don't...) 18 years ago
peter1138 3aa20f8209 (svn r6837) - Codechange: More const SpriteGroups missed in r6836 18 years ago
peter1138 e1ac248689 (svn r6836) - Codechange: constify SpriteGroup references. These used to be non-const when we kept a reference count, which we don't do anymore. 18 years ago
peter1138 925c61202c (svn r6835) - Fix: Pressing ^D (EOF) at a dedicated console caused it to repeat the last command, instead of doing nothing. 18 years ago
Darkvater e6004ad4a6 (svn r6828) -Fix: Properly fix r6842 18 years ago
glx ae4316f4ff (svn r6827) -Fix r6824: removed warning 18 years ago
Darkvater c8ffe7bd0e (svn r6825) -Codechange: Remove two globals from chat-window 18 years ago
Darkvater c1bc092c76 (svn r6824) -Feature: Change the functionality of the chat window. 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)
18 years ago
peter1138 95d9e4f4f1 (svn r6823) - Codechange: Ignore bit 0 of a NewStation custom tile callback result. This fixes cosmetic problems with some add on stations. 18 years ago
glx e1fec27445 (svn r6822) -Fix r6821: add type for measure_strings_length[] 18 years ago
Darkvater 5e248781a8 (svn r6821) -Codechange: For the measurement tool do not show the tooltip when the selection
is only a single tile. Seems this was a bit annoying to some ;)
18 years ago
Darkvater 83bed39106 (svn r6820) -Codechange: Some more const correctness, coding style.
-Codechange: Add FOR_ALL_ACTIVE_CLIENT_INFOS macro that will loop all clients
 skipping inactive ones.
18 years ago
miham 8e121eea70 (svn r6819) WebTranslator2 update to 2006-10-18 12:54:18
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)
18 years ago
glx 4b7bc3f567 (svn r6817) -Fix: set svn:eol-style for vs80 files 18 years ago
Darkvater 33bdf3c701 (svn r6816) -Codechange: Some coding style, variable localization, const correctness.
-Codechange: 'quited' is not a word, use has_quit instead for NetworkClientState
18 years ago
miham 1fedb05cca (svn r6815) WebTranslator2 update to 2006-10-18 00:20:47
czech      - 3 changed by KUDr (3)
18 years ago
Darkvater b70e4cefb3 (svn r6814) -Codechange: For network games ci->client_playas was always 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.
18 years ago
miham 04e55aeacd (svn r6811) WebTranslator2 update to 2006-10-17 22:35:27
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)
18 years ago
miham 0f0d3dcbd1 (svn r6807) WebTranslator2 update to 2006-10-17 21:11:51
bulgarian  - 20 fixed, 1 deleted by kokobongo (21)
dutch      - 1 fixed by webfreakz (1)
hungarian  - 2 fixed by miham (2)
polish     - 1 fixed by meush (1)
spanish    - 1 fixed by eusebio (1)
swedish    - 2 fixed, 5 changed by cjw (7)
18 years ago
miham 6a5152698c (svn r6806) WebTranslator2 update to 2006-10-17 20:36:04
catalan    - 1 fixed, 9 changed by arnaullv (10)
danish     - 13 changed by ThomasA (13)
finnish    - 5 fixed, 8 changed by hapo (13)
french     - 1 fixed, 6 changed by belugas (6), glx (1)
swedish    - 5 fixed by daishan (5)
18 years ago
Darkvater 57dbb50e13 (svn r6804) -Codechange: Remove the unused NF_NOEXPIRE flag. 18 years ago
Darkvater d4b990a01d (svn r6803) -Codechange: Substitute magic numbers by an enum for the news windows 18 years ago
peter1138 a5123372d6 (svn r6802) - Fix (r6800): Remove now unused 'lost train' strings from all language files. 18 years ago
peter1138 813b67312a (svn r6801) - Fix (r6619): Always disable the train refit button. It will be enabled later if refitting is possible. 18 years ago
KUDr 13f8fa8ba9 (svn r6800) -Feature change: [train is lost] message is now generated immediately when pathfinder can't find the path. (thanks MeusH, peter1138 and Brianetta for ideas and help). 18 years ago
peter1138 3625d6f06b (svn r6795) - NewGRF: Add support for cargo-specific wagon overrides. 18 years ago
peter1138 26a91c55c7 (svn r6794) - Fix: In the train detail window, split up articulated parts if they can contain cargo. This allows us to show the full cargo contents. 18 years ago
belugas 6ad7878fb2 (svn r6793) -Fix(5464): When checking items on an array, make sure to respect boundaries(jez).
Made some comments code style compliant
18 years ago
bjarni 6b5c105e28 (svn r6792) -Cleanup: improved the English used in STR_VEH_WITH_SHARED_ORDERS_LIST_TIP (jez)
The meaning should remain the same and there is no need to retranslate this string
18 years ago
KUDr fc49ca0d6e (svn r6791) -Fix: [YAPF] YapfFindNearestRailDepotTwoWay() did not work for train inside tunnel. 18 years ago
miham ee6c32c05c (svn r6790) WebTranslator2 update to 2006-10-16 13:46:16
catalan    - 3 changed by arnaullv (3)
danish     - 6 fixed, 61 changed by ThomasA (67)
italian    - 5 fixed by sidew (5)
18 years ago