summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-10-28(svn r6991) Remove an unnecessary const_cast<> and incorrect comment (There ↵tron
is a difference between const FOO* and FOO* const)
2006-10-28(svn r6990) Remove stuff forgotten in r6980tron
2006-10-28(svn r6989) Remove the unused GetItemFromPool() functiontron
2006-10-28(svn r6988) Remove a layer of indirection when using the Savegame pooltron
2006-10-28(svn r6987) Use the pool macros for the Waypoint pooltron
2006-10-28(svn r6986) Use the pool macros for the Town pooltron
2006-10-28(svn r6985) Remove stuff forgotten in r6984tron
2006-10-28(svn r6984) Use the pool macros for the RoadStop pooltron
2006-10-28(svn r6983) Use the pool macros for the Station pooltron
2006-10-28(svn r6982) Use the pool macros for the Sign pooltron
2006-10-28(svn r6981) Use the pool macros for the Savegame pooltron
2006-10-28(svn r6980) Use the pool macros for the Order pooltron
2006-10-28(svn r6979) Use the pool macros for the Industry pooltron
2006-10-28(svn r6978) Use the pool macros for the SoundInternal pooltron
2006-10-28(svn r6977) Use the pool macros for the EngineRenew pooltron
2006-10-28(svn r6976) Use the pool macros for the Depot pooltron
2006-10-28(svn r6975) Use the pool macros for the Vehicle pooltron
2006-10-28(svn r6974) use the pool macros for the SpriteGroup pooltron
2006-10-28(svn r6973) Add macros to easily create a pool with less code duplication ↵tron
and more opportunities for constant expression evaluation
2006-10-28(svn r6972) - Codechange: Allow standard ini-file style commentspeter1138
2006-10-27(svn r6971) -Fix r6961: WWT_NODISTXTBTN buttons were normal buttons not push ↵glx
buttons
2006-10-27(svn r6969) WebTranslator2 update to 2006-10-27 19:12:49miham
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)
2006-10-27(svn r6966) -Fix(6965): Little typo while making the comment doxygen friendlybelugas
2006-10-27(svn r6965) -CodeChange : Add a climate bitmask member to IndutrySpec.belugas
Removed a loop that used the array _build_industry_types for that purpose.
2006-10-27(svn r6963) - Fix (r6960): signed/unsigned complaints from MSVCpeter1138
2006-10-27(svn r6962) -Fix r6961: spacing...Darkvater
2006-10-27(svn r6961) -Codechange: Remove relic from r212 WWT_NODISTXTBTN which was ↵Darkvater
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.
2006-10-27(svn r6960) - Feature: NewGRF: Implement some support for GRF Resource ↵peter1138
Management (GRM)
2006-10-27(svn r6959) -Codechange: Move GfxFillRect() out of the chat-message drawing ↵Darkvater
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.
2006-10-27(svn r6958) -Fix (r6956): GCC warning (thx Tron) and a coding style ↵Darkvater
forgotten in r6957
2006-10-27(svn r6957) -Cleanup: comments, coding styleDarkvater
2006-10-27(svn r6956) -Feature: Increase the chatbuffer of chat messages. Messages ↵Darkvater
longer than the allocated graphical box will be wrapped to a new line.
2006-10-27(svn r6955) -Codechange: Change some variable names for _textmessage_box, ↵Darkvater
and replace 5 different global variables with a single struct.
2006-10-27(svn r6954) -Feature: Constrain the drawing of a string inside an editbox to ↵Darkvater
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.
2006-10-27(svn r6953) -Codechange: Change FormatStringLinebreaks in such a way that if ↵Darkvater
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.
2006-10-26(svn r6948) - Codechange: Clear out all NewGRF file data before loading ↵peter1138
files again
2006-10-26(svn r6946) - Fix (r6654): This applies to all vehicle types, not just rail ↵peter1138
vehicles... (mart3p)
2006-10-25(svn r6942) WebTranslator2 update to 2006-10-25 21:34:26miham
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)
2006-10-25(svn r6939) WebTranslator2 update to 2006-10-25 07:48:50miham
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)
2006-10-24(svn r6938) -Codechange: Comments, typo, variable naming, whitespace, ↵Darkvater
strecpy and simplification of order_gui (only disable a single widget if not local player, all others aren't visible anyways).
2006-10-24(svn r6937) -Codechange: Add an InitializeTextBuffer() function that handles ↵Darkvater
setting up the textbuffer instead of typing it out each and every time.
2006-10-24(svn r6935) -Fix up the languages changed in r6931Darkvater
2006-10-24(svn r6934) -Cleanup: Some minor cleanup for network_client and removing ↵Darkvater
'stupid' comment
2006-10-24(svn r6933) -Feature: Allow spectators to speak to eachother (team)Darkvater
2006-10-24(svn r6932) -Codechange: Send server messages with format ↵Darkvater
NETWORK_ACTION_SERVER_MESSAGE so it is general colour like the rest of the server messages. Spectators speak in grey.
2006-10-24(svn r6931) -Codechange: Change textmessage format a bit. Only the sender's ↵Darkvater
name and target are in the sender's colour, the actual message is in white. Should improve readability.
2006-10-24(svn r6930) -Codechange: Move industry name into IndustrySpecbelugas
-Codechange: member color_map is more related to random color, rename it as such
2006-10-24(svn r6928) WebTranslator2 update to 2006-10-24 18:38:04miham
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(svn r6927) -Codechange: No need to explicitly cast a boolean to a boolean ↵Darkvater
and move draw_default goto outside of switch statement.
2006-10-24(svn r6926) -Codechange: Rename WWT_4 to WWT_TEXTBTN_2 and WWT_6 to ↵Darkvater
WWT_INSET (credits to peter1138 for the aptly found name) -Codechange: Remove the explicit numbering from WindowWidgetTypes