Commit Graph

4947 Commits

Author SHA1 Message Date
Darkvater
e8fad6334e (svn r6934) -Cleanup: Some minor cleanup for network_client and removing 'stupid' comment 2006-10-24 22:27:10 +00:00
Darkvater
a7c484f1ea (svn r6933) -Feature: Allow spectators to speak to eachother (team) 2006-10-24 22:26:20 +00:00
Darkvater
883d84a93e (svn r6932) -Codechange: Send server messages with format NETWORK_ACTION_SERVER_MESSAGE so it is
general colour like the rest of the server messages. Spectators speak in grey.
2006-10-24 22:23:08 +00:00
Darkvater
a28048a4ea (svn r6931) -Codechange: Change textmessage format a bit. Only the sender's name and target are
in the sender's colour, the actual message is in white. Should improve readability.
2006-10-24 22:19:12 +00:00
belugas
c4ac95efa8 (svn r6930) -Codechange: Move industry name into IndustrySpec
-Codechange: member color_map is more related to random color, rename it as such
2006-10-24 19:19:25 +00:00
miham
d58e43a95e (svn r6928) WebTranslator2 update to 2006-10-24 18:38:04
bulgarian  - 523 fixed, 13 changed by groupsky (536)
catalan    - 3 fixed by arnaullv (3)
polish     - 3 fixed by meush (3)
turkish    - 7 fixed by jnmbk (7)
2006-10-24 16:39:48 +00:00
Darkvater
cee082d1f8 (svn r6927) -Codechange: No need to explicitly cast a boolean to a boolean and move draw_default
goto outside of switch statement.
2006-10-24 16:28:34 +00:00
Darkvater
02a6df391d (svn r6926) -Codechange: Rename WWT_4 to WWT_TEXTBTN_2 and WWT_6 to WWT_INSET (credits to peter1138
for the aptly found name)
-Codechange: Remove the explicit numbering from WindowWidgetTypes
2006-10-24 16:27:18 +00:00
Darkvater
c7c65ce6d5 (svn r6925) -Codechange: Be more strict with widget distinctions. WWT_PANEL is only plain panel,
WWT_IMGBTN must contain an image for drawing. Renamed WWT_PANEL_2 to WWT_IMGBTN_2
 because that is what it is. Added WWT_PUSHBTN that is either just a pushable button,
 or a textbutton, which text's drawn dynamically independent of widget.
2006-10-24 14:15:17 +00:00
Darkvater
13df23c586 (svn r6924) -Codechange: Give the last (in the widget arrays at least) sprites meaningful names. 2006-10-24 13:20:54 +00:00
Darkvater
2d9fa602d1 (svn r6923) -Codechange: Load nsignalsw.grf in the same way as other mandatory additional grfs 2006-10-24 13:08:52 +00:00
Darkvater
bf4c0b6f51 (svn r6922) -Feature: Add proper cloning sprites and cursors, different for each vehicle. Big thanks
to MB for the initial design and skidd13 for the iconified version(s).
-Codechange: Change the autorenew sprites from recycle to upgrade (skidd13)
-Codechange: Change the shared orders icon (MeusH)
-Add missing table/files.h file to VS project file.
2006-10-24 12:56:14 +00:00
peter1138
158bbdb440 (svn r6921) - PEBKAC: Add an MD5 sum check of our own data files, and warn if they don't match. 2006-10-24 10:15:56 +00:00
peter1138
e965ac67b3 (svn r6920) - Codechange: Ignore refit options of an engine if it has no capacity. 2006-10-24 07:10:37 +00:00
peter1138
6b3abe6508 (svn r6912) - Feature: Show a list of cargo types that a vehicle is refittable to in the purchase information window. (mart3p) 2006-10-23 21:39:15 +00:00
peter1138
259cad1985 (svn r6911) - Codechange: Add extra space to all purchase windows (and the replace window) to allow room for more text. (mart3p) 2006-10-23 21:25:30 +00:00
peter1138
4c11b5aef5 (svn r6910) - Codechange: Supply width of area when drawing purchase info instead of using hardcoded values. (mart3p) 2006-10-23 18:45:43 +00:00
peter1138
f1b57ead1b (svn r6909) - Codechange: Base the decision to draw rail engine or wagon purchase information on the rail vehicle type, not an arbitrary value. 2006-10-23 18:28:46 +00:00
peter1138
9693ec3afb (svn r6908) - Codechange: Modify DrawStringMultiLine() to return the number of pixel lines used, and use it for drawing NewGRF additional text (mart3p) 2006-10-23 18:13:24 +00:00
miham
c7f320d707 (svn r6907) WebTranslator2 update to 2006-10-23 19:56:02
danish     - 19 changed by ThomasA (19)
hungarian  - 5 changed by miham (5)
2006-10-23 17:56:32 +00:00
peter1138
42f2da1f35 (svn r6906) - Fix [FS#370]: Clear 'large plane' flag if 'helicopter' flag is set. (mart3p) 2006-10-23 17:01:02 +00:00
peter1138
7797301012 (svn r6905) - Codechange: Copy cargo subtype when cloning vehicles. 2006-10-23 16:47:20 +00:00
belugas
a3f0d65a99 (svn r6904) -CodeChange : Cleanup of industry_cmd (Step-5).
Add member life_type to IndustrySpec and remove the now useless _industry_close_mode array
2006-10-23 16:35:27 +00:00
miham
b7f017c606 (svn r6901) WebTranslator2 update to 2006-10-23 10:28:46
bulgarian  - 6 fixed by kokobongo (6)
estonian   - 46 deleted, 3 changed by kristjans (49)
2006-10-23 08:29:16 +00:00
Darkvater
c2b326180e (svn r6898) -Fix: lowercase Error/Warning/Fatal for strgen and remove static on error() so strgen
can compile with anal strecpy() :)
2006-10-22 20:46:18 +00:00
peter1138
0c8d63d9c2 (svn r6897) - Fix (r6884): Another wrong last parametr :) 2006-10-22 19:56:26 +00:00
peter1138
751ebde7b4 (svn r6896) - Fix (r6895): Supply last position of the correct buffer *again* 2006-10-22 15:13:48 +00:00
peter1138
961eda2a64 (svn r6895) - Fix (r6884): Add 'last' parameter to the town name generators. 2006-10-22 10:08:49 +00:00
peter1138
114337a1f5 (svn r6894) - Codechange: Lower the verbosity level of some NewGRF warnings 2006-10-22 10:07:40 +00:00
miham
d0eb5c074e (svn r6893) WebTranslator2 update to 2006-10-22 07:37:19
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 05:37:51 +00:00
peter1138
5f361a5813 (svn r6890) - Fix (r6884): Supply last position of the correct buffer... 2006-10-22 00:05:19 +00:00
peter1138
0558d2465e (svn r6888) - Fix (r6884): Missed a couple of strecpy()s in newgrf text handling 2006-10-21 23:51:02 +00:00
Darkvater
286cfdc067 (svn r6886) -Be anal for the time being about string-wannabe-buffer-overflows 2006-10-21 23:36:43 +00:00
peter1138
6d95049f75 (svn r6885) - Fix (r1379): List of actions panel in the town authority window went underneath its scrollbar 2006-10-21 23:36:06 +00:00
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.
2006-10-21 23:31:34 +00:00
Darkvater
c15e699479 (svn r6882) -Fix r6777: Off by one drawing error for cargo buttons 2006-10-21 23:08:17 +00:00
Darkvater
5e140bd7bc (svn r6881) -Fix r6874: uint > int to remove signedness warning MSVC (peter1138) 2006-10-21 23:00:27 +00:00
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
2006-10-21 22:50:57 +00:00
Darkvater
f71ca30040 (svn r6878) -Fix r6876 +add network.c, network_client.c 2006-10-21 22:38:50 +00:00
Darkvater
df2ed91241 (svn r6877) -Fix r6876 +add main_gui.c 2006-10-21 22:33:45 +00:00
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.
2006-10-21 22:29:14 +00:00
Darkvater
5f9fcc5b21 (svn r6875) -Feature: Allow for " to be in console tokens. Escape them with \. eg \". 2006-10-21 22:24:28 +00:00
peter1138
d45bd66836 (svn r6874) - [NewStations] Mark all tiles of a railway station dirty when adding or removing tiles. 2006-10-21 19:32:46 +00:00
miham
12b34e67f3 (svn r6873) WebTranslator2 update to 2006-10-21 19:57:49
estonian   - 50 fixed, 6 changed by kristjans (56)
2006-10-21 17:58:14 +00:00
miham
7b91da6ad6 (svn r6872) WebTranslator2 update to 2006-10-21 19:36:04
estonian   - 18 changed by kristjans (18)
2006-10-21 17:36:29 +00:00
peter1138
0503ba3aa3 (svn r6870) - Codechange: (re-)unify the code to retrieve the sprite group for a vehicle. 2006-10-21 14:53:57 +00:00
miham
8e070f73c0 (svn r6867) WebTranslator2 update to 2006-10-21 15:42:20
estonian   - 15 fixed, 263 changed by kristjans (278)
2006-10-21 13:42:47 +00:00
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)
2006-10-21 07:49:22 +00:00
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... 2006-10-20 19:48:25 +00:00
peter1138
af89d9333b (svn r6857) - Fix (r6855): Update all languages with {STRING} -> {CARGO} change 2006-10-20 14:31:35 +00:00