Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-31 | (svn r7009) - Fix (r1323, r1326): In the replace vehicle window, the left ↵ | peter1138 | |
vehicle list was not drawn when an engine was not selected. | |||
2006-10-31 | (svn r7008) -Fix [FS#369]: Crash at game end when server company is bankrupt | Darkvater | |
2006-10-29 | (svn r7005) WebTranslator2 update to 2006-10-29 19:53:34 | miham | |
brazilian_portuguese - 1 fixed by tucalipe (1) | |||
2006-10-29 | (svn r7003) -Fix: only the appropriate train owner can now see the "Train is ↵ | KUDr | |
lost" message (peter1138) | |||
2006-10-29 | (svn r7001) -Codechange: _build_industry_trypes is now only used by ↵ | belugas | |
industry_gui.c. Move it there. -Codechange: _industry_type_cost is not defined, remove its declaration | |||
2006-10-28 | (svn r7000) -Fix: Incorrect use of e->we.click when the event is a 'place'. ↵ | Darkvater | |
This didn't cause any bugs so far because the 'click' element was at the same position in the union for both events. | |||
2006-10-28 | (svn r6996) - Codechange: Pretend to be the current version of TTDPatch. ↵ | peter1138 | |
This value doesn't anything to us as we don't follow TTDPatch's development timeline... | |||
2006-10-28 | (svn r6995) - Codechange: NewGRF; strip bit 7 of the language ID earlier and ↵ | peter1138 | |
handle handle a language ID of 0x7F as the preferred default language. | |||
2006-10-28 | (svn r6994) -Regression (r6291): When sending an aircrafts to a hangar the ↵ | tron | |
wrong bit gets tested to determine if a aircraft should stop there or just get serviced Also remove a stale comment Both spotted and fixed by Mart3p | |||
2006-10-28 | (svn r6993) -Regression (r5833): Rails/roads on steep slopes incorrectly ↵ | tron | |
show a foundation edge if the NE/NW adjacent tile is a steep tile | |||
2006-10-28 | (svn r6992) Make a const_cast<> obsolete by properly propagating the type | tron | |
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 r6980 | tron | |
2006-10-28 | (svn r6989) Remove the unused GetItemFromPool() function | tron | |
2006-10-28 | (svn r6988) Remove a layer of indirection when using the Savegame pool | tron | |
2006-10-28 | (svn r6987) Use the pool macros for the Waypoint pool | tron | |
2006-10-28 | (svn r6986) Use the pool macros for the Town pool | tron | |
2006-10-28 | (svn r6985) Remove stuff forgotten in r6984 | tron | |
2006-10-28 | (svn r6984) Use the pool macros for the RoadStop pool | tron | |
2006-10-28 | (svn r6983) Use the pool macros for the Station pool | tron | |
2006-10-28 | (svn r6982) Use the pool macros for the Sign pool | tron | |
2006-10-28 | (svn r6981) Use the pool macros for the Savegame pool | tron | |
2006-10-28 | (svn r6980) Use the pool macros for the Order pool | tron | |
2006-10-28 | (svn r6979) Use the pool macros for the Industry pool | tron | |
2006-10-28 | (svn r6978) Use the pool macros for the SoundInternal pool | tron | |
2006-10-28 | (svn r6977) Use the pool macros for the EngineRenew pool | tron | |
2006-10-28 | (svn r6976) Use the pool macros for the Depot pool | tron | |
2006-10-28 | (svn r6975) Use the pool macros for the Vehicle pool | tron | |
2006-10-28 | (svn r6974) use the pool macros for the SpriteGroup pool | tron | |
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 comments | peter1138 | |
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:49 | miham | |
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 friendly | belugas | |
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 MSVC | peter1138 | |
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 style | Darkvater | |
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:26 | miham | |
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:50 | miham | |
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) |