Commit Graph

4974 Commits (ed9d744e4105828b1a47743ca4dec5c8cce16e34)
 

Author SHA1 Message Date
tron ed9d744e41 (svn r6976) Use the pool macros for the Depot pool 18 years ago
tron fd9e71999b (svn r6975) Use the pool macros for the Vehicle pool 18 years ago
tron bb6818aa5c (svn r6974) use the pool macros for the SpriteGroup pool 18 years ago
tron a770b49cf9 (svn r6973) Add macros to easily create a pool with less code duplication and more opportunities for constant expression evaluation 18 years ago
peter1138 d01335bac1 (svn r6972) - Codechange: Allow standard ini-file style comments 18 years ago
glx 0ca0d8cc5c (svn r6971) -Fix r6961: WWT_NODISTXTBTN buttons were normal buttons not push buttons 18 years ago
miham e9e06ee636 (svn r6969) WebTranslator2 update to 2006-10-27 19:12:49
american   - 1 fixed by WhiteRabbit (1)
italian    - 4 changed by sidew (4)
polish     - 1 fixed, 1 changed by meush (2)
slovak     - 4 fixed by lengyel (4)
18 years ago
belugas aa11448c4b (svn r6966) -Fix(6965): Little typo while making the comment doxygen friendly 18 years ago
belugas 2cdb58d906 (svn r6965) -CodeChange : Add a climate bitmask member to IndutrySpec.
Removed a loop that used the array _build_industry_types for that purpose.
18 years ago
peter1138 250b9b0436 (svn r6963) - Fix (r6960): signed/unsigned complaints from MSVC 18 years ago
Darkvater 5aab661a7d (svn r6962) -Fix r6961: spacing... 18 years ago
Darkvater cfb361ad08 (svn r6961) -Codechange: Remove relic from r212 WWT_NODISTXTBTN which was originally used to not
to allow clicking if a button was disabled. This has been superseded in r212 with
 general code that doesn't allow any click events for disabled buttons.
18 years ago
peter1138 334313e483 (svn r6960) - Feature: NewGRF: Implement some support for GRF Resource Management (GRM) 18 years ago
Darkvater 33873e3579 (svn r6959) -Codechange: Move GfxFillRect() out of the chat-message drawing loop since we already
know how many lines we are going to draw. On certain architectures this results in a
 minor penalty of local function performance if only 1 line is drawn. But starting from
 2 and more you'll get a net gain.
18 years ago
Darkvater 52a7e2135d (svn r6958) -Fix (r6956): GCC warning (thx Tron) and a coding style forgotten in r6957 18 years ago
Darkvater 6db3e0bf4a (svn r6957) -Cleanup: comments, coding style 18 years ago
Darkvater fce635719a (svn r6956) -Feature: Increase the chatbuffer of chat messages. Messages longer than the allocated
graphical box will be wrapped to a new line.
18 years ago
Darkvater 7a3fb176db (svn r6955) -Codechange: Change some variable names for _textmessage_box, and replace 5 different
global variables with a single struct.
18 years ago
Darkvater f49372feaa (svn r6954) -Feature: Constrain the drawing of a string inside an editbox to the dimensions of
the widget it is in. This allows for typing longer text into an editbox (if maxwidth
 allows of course) and scroll around properly.
18 years ago
Darkvater e8f8bf829b (svn r6953) -Codechange: Change FormatStringLinebreaks in such a way that if no whitespace was seen
for the 'current line' of a certain maximum width, the string will be truncated instead
 of the old behaviour which just left it alone.
18 years ago
peter1138 2ba985d6e5 (svn r6948) - Codechange: Clear out all NewGRF file data before loading files again 18 years ago
peter1138 5490f29f81 (svn r6946) - Fix (r6654): This applies to all vehicle types, not just rail vehicles... (mart3p) 18 years ago
miham 23d70c925f (svn r6942) WebTranslator2 update to 2006-10-25 21:34:26
bulgarian  - 11 fixed, 5 changed by groupsky (16)
czech      - 4 fixed, 3 changed by Hadez (7)
dutch      - 1 fixed by habell (1)
galician   - 22 fixed by Condex (22)
italian    - 2 changed by sidew (2)
swedish    - 4 fixed, 2 changed by daishan (6)
18 years ago
miham e894a28f29 (svn r6939) WebTranslator2 update to 2006-10-25 07:48:50
american   - 3 fixed by WhiteRabbit (3)
brazilian_portuguese - 3 fixed by tucalipe (3)
bulgarian  - 7 fixed, 2 changed by groupsky (9)
catalan    - 1 fixed by arnaullv (1)
dutch      - 3 fixed by webfreakz (3)
estonian   - 3 fixed by vermon (3)
french     - 4 fixed by glx (4)
galician   - 46 fixed, 4 changed by Condex (50)
german     - 5 fixed, 2 changed by Neonox (5), chu (2)
italian    - 4 fixed, 3 changed by sidew (7)
18 years ago
Darkvater 8c5650b22f (svn r6938) -Codechange: Comments, typo, variable naming, whitespace, strecpy and simplification
of order_gui (only disable a single widget if not local player, all others aren't
 visible anyways).
18 years ago
Darkvater c8a176b73f (svn r6937) -Codechange: Add an InitializeTextBuffer() function that handles setting up the
textbuffer instead of typing it out each and every time.
18 years ago
Darkvater 906ca1a217 (svn r6935) -Fix up the languages changed in r6931 18 years ago
Darkvater e8fad6334e (svn r6934) -Cleanup: Some minor cleanup for network_client and removing 'stupid' comment 18 years ago
Darkvater a7c484f1ea (svn r6933) -Feature: Allow spectators to speak to eachother (team) 18 years ago
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.
18 years ago
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.
18 years ago
belugas c4ac95efa8 (svn r6930) -Codechange: Move industry name into IndustrySpec
-Codechange: member color_map is more related to random color, rename it as such
18 years ago
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)
18 years ago
Darkvater cee082d1f8 (svn r6927) -Codechange: No need to explicitly cast a boolean to a boolean and move draw_default
goto outside of switch statement.
18 years ago
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
18 years ago
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.
18 years ago
Darkvater 13df23c586 (svn r6924) -Codechange: Give the last (in the widget arrays at least) sprites meaningful names. 18 years ago
Darkvater 2d9fa602d1 (svn r6923) -Codechange: Load nsignalsw.grf in the same way as other mandatory additional grfs 18 years ago
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.
18 years ago
peter1138 158bbdb440 (svn r6921) - PEBKAC: Add an MD5 sum check of our own data files, and warn if they don't match. 18 years ago
peter1138 e965ac67b3 (svn r6920) - Codechange: Ignore refit options of an engine if it has no capacity. 18 years ago
peter1138 6b3abe6508 (svn r6912) - Feature: Show a list of cargo types that a vehicle is refittable to in the purchase information window. (mart3p) 18 years ago
peter1138 259cad1985 (svn r6911) - Codechange: Add extra space to all purchase windows (and the replace window) to allow room for more text. (mart3p) 18 years ago
peter1138 4c11b5aef5 (svn r6910) - Codechange: Supply width of area when drawing purchase info instead of using hardcoded values. (mart3p) 18 years ago
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. 18 years ago
peter1138 9693ec3afb (svn r6908) - Codechange: Modify DrawStringMultiLine() to return the number of pixel lines used, and use it for drawing NewGRF additional text (mart3p) 18 years ago
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)
18 years ago
peter1138 42f2da1f35 (svn r6906) - Fix [FS#370]: Clear 'large plane' flag if 'helicopter' flag is set. (mart3p) 18 years ago
peter1138 7797301012 (svn r6905) - Codechange: Copy cargo subtype when cloning vehicles. 18 years ago
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
18 years ago