Mercurial > hg > openttd
graph
-
(svn r7020) -Fix r6047: AI tries to delete stations that are 'in use' because FOR_ALL_STATIONS skips invalid stations draftTue, 31 Oct 2006 17:13:12 +0000, by glx
-
(svn r7016) Revert the revert, since I didn't request that, Tron must've misunderstood me :-( draftTue, 31 Oct 2006 14:23:53 +0000, by miham
-
(svn r7014) Make use of the interpunct in the catalan translation: Change l.l to l·l draftTue, 31 Oct 2006 13:56:47 +0000, by tron
-
(svn r7013) Add glyphs for the interpunct. This is mainly useful for the catalan translation draftTue, 31 Oct 2006 13:55:38 +0000, by tron
-
(svn r7009) - Fix (r1323, r1326): In the replace vehicle window, the left vehicle list was not drawn when an engine was not selected. draftTue, 31 Oct 2006 08:13:15 +0000, by peter1138
-
(svn r7008) -Fix [FS#369]: Crash at game end when server company is bankrupt draftTue, 31 Oct 2006 01:45:41 +0000, by Darkvater
-
(svn r7005) WebTranslator2 update to 2006-10-29 19:53:34 draftSun, 29 Oct 2006 18:54:05 +0000, by miham
-
(svn r7003) -Fix: only the appropriate train owner can now see the "Train is lost" message (peter1138) draftSun, 29 Oct 2006 13:50:39 +0000, by KUDr
-
(svn r7001) -Codechange: _build_industry_trypes is now only used by industry_gui.c. Move it there. draftSun, 29 Oct 2006 00:39:41 +0000, by belugas
-
(svn r7000) -Fix: Incorrect use of e->we.click when the event is a 'place'. This didn't cause any draftSat, 28 Oct 2006 23:47:00 +0000, by Darkvater
-
(svn r6996) - Codechange: Pretend to be the current version of TTDPatch. This value doesn't anything to us as we don't follow TTDPatch's development timeline... draftSat, 28 Oct 2006 18:49:28 +0000, by peter1138
-
(svn r6995) - Codechange: NewGRF; strip bit 7 of the language ID earlier and handle handle a language ID of 0x7F as the preferred default language. draftSat, 28 Oct 2006 18:42:57 +0000, by peter1138
-
(svn r6994) -Regression (r6291): When sending an aircrafts to a hangar the wrong bit gets tested to determine if a aircraft should stop there or just get serviced draftSat, 28 Oct 2006 14:37:33 +0000, by tron
-
(svn r6993) -Regression (r5833): Rails/roads on steep slopes incorrectly show a foundation edge if the NE/NW adjacent tile is a steep tile draftSat, 28 Oct 2006 14:06:40 +0000, by tron
-
(svn r6992) Make a const_cast<> obsolete by properly propagating the type draftSat, 28 Oct 2006 12:43:15 +0000, by tron
-
(svn r6991) Remove an unnecessary const_cast<> and incorrect comment (There is a difference between const FOO* and FOO* const) draftSat, 28 Oct 2006 12:32:55 +0000, by tron
-
(svn r6989) Remove the unused GetItemFromPool() function draftSat, 28 Oct 2006 12:10:11 +0000, by tron
-
(svn r6988) Remove a layer of indirection when using the Savegame pool draftSat, 28 Oct 2006 12:07:32 +0000, by tron
-
(svn r6987) Use the pool macros for the Waypoint pool draftSat, 28 Oct 2006 11:59:10 +0000, by tron
-
(svn r6984) Use the pool macros for the RoadStop pool draftSat, 28 Oct 2006 11:51:38 +0000, by tron
-
(svn r6981) Use the pool macros for the Savegame pool draftSat, 28 Oct 2006 11:40:47 +0000, by tron
-
(svn r6979) Use the pool macros for the Industry pool draftSat, 28 Oct 2006 11:32:45 +0000, by tron
-
(svn r6978) Use the pool macros for the SoundInternal pool draftSat, 28 Oct 2006 11:32:12 +0000, by tron
-
(svn r6977) Use the pool macros for the EngineRenew pool draftSat, 28 Oct 2006 11:08:52 +0000, by tron
-
(svn r6974) use the pool macros for the SpriteGroup pool draftSat, 28 Oct 2006 10:55:26 +0000, by tron
-
(svn r6973) Add macros to easily create a pool with less code duplication and more opportunities for constant expression evaluation draftSat, 28 Oct 2006 10:54:20 +0000, by tron
-
(svn r6972) - Codechange: Allow standard ini-file style comments draftSat, 28 Oct 2006 08:48:31 +0000, by peter1138
-
(svn r6971) -Fix r6961: WWT_NODISTXTBTN buttons were normal buttons not push buttons draftFri, 27 Oct 2006 20:39:58 +0000, by glx
-
(svn r6969) WebTranslator2 update to 2006-10-27 19:12:49 draftFri, 27 Oct 2006 17:13:22 +0000, by miham
-
(svn r6966) -Fix(6965): Little typo while making the comment doxygen friendly draftFri, 27 Oct 2006 16:18:47 +0000, by belugas
-
(svn r6965) -CodeChange : Add a climate bitmask member to IndutrySpec. draftFri, 27 Oct 2006 15:54:24 +0000, by belugas
-
(svn r6963) - Fix (r6960): signed/unsigned complaints from MSVC draftFri, 27 Oct 2006 14:05:42 +0000, by peter1138
-
(svn r6961) -Codechange: Remove relic from r212 WWT_NODISTXTBTN which was originally used to not draftFri, 27 Oct 2006 13:48:56 +0000, by Darkvater
-
(svn r6960) - Feature: NewGRF: Implement some support for GRF Resource Management (GRM) draftFri, 27 Oct 2006 13:15:21 +0000, by peter1138
-
(svn r6959) -Codechange: Move GfxFillRect() out of the chat-message drawing loop since we already draftFri, 27 Oct 2006 11:49:51 +0000, by Darkvater
-
(svn r6958) -Fix (r6956): GCC warning (thx Tron) and a coding style forgotten in r6957 draftFri, 27 Oct 2006 11:17:38 +0000, by Darkvater
-
(svn r6956) -Feature: Increase the chatbuffer of chat messages. Messages longer than the allocated draftFri, 27 Oct 2006 11:08:17 +0000, by Darkvater
-
(svn r6955) -Codechange: Change some variable names for _textmessage_box, and replace 5 different draftFri, 27 Oct 2006 10:27:38 +0000, by Darkvater
-
(svn r6954) -Feature: Constrain the drawing of a string inside an editbox to the dimensions of draftFri, 27 Oct 2006 10:12:57 +0000, by Darkvater
-
(svn r6953) -Codechange: Change FormatStringLinebreaks in such a way that if no whitespace was seen draftFri, 27 Oct 2006 09:55:38 +0000, by Darkvater
-
(svn r6948) - Codechange: Clear out all NewGRF file data before loading files again draftThu, 26 Oct 2006 19:16:10 +0000, by peter1138
-
(svn r6946) - Fix (r6654): This applies to all vehicle types, not just rail vehicles... (mart3p) draftThu, 26 Oct 2006 13:18:12 +0000, by peter1138
-
(svn r6942) WebTranslator2 update to 2006-10-25 21:34:26 draftWed, 25 Oct 2006 19:35:09 +0000, by miham
-
(svn r6939) WebTranslator2 update to 2006-10-25 07:48:50 draftWed, 25 Oct 2006 05:49:41 +0000, by miham
-
(svn r6938) -Codechange: Comments, typo, variable naming, whitespace, strecpy and simplification draftTue, 24 Oct 2006 23:11:40 +0000, by Darkvater
-
(svn r6937) -Codechange: Add an InitializeTextBuffer() function that handles setting up the draftTue, 24 Oct 2006 22:57:44 +0000, by Darkvater
-
(svn r6935) -Fix up the languages changed in r6931 draftTue, 24 Oct 2006 22:40:27 +0000, by Darkvater
-
(svn r6934) -Cleanup: Some minor cleanup for network_client and removing 'stupid' comment draftTue, 24 Oct 2006 22:27:10 +0000, by Darkvater
-
(svn r6933) -Feature: Allow spectators to speak to eachother (team) draftTue, 24 Oct 2006 22:26:20 +0000, by Darkvater
-
(svn r6932) -Codechange: Send server messages with format NETWORK_ACTION_SERVER_MESSAGE so it is draftTue, 24 Oct 2006 22:23:08 +0000, by Darkvater
-
(svn r6931) -Codechange: Change textmessage format a bit. Only the sender's name and target are draftTue, 24 Oct 2006 22:19:12 +0000, by Darkvater
-
(svn r6930) -Codechange: Move industry name into IndustrySpec draftTue, 24 Oct 2006 19:19:25 +0000, by belugas
-
(svn r6928) WebTranslator2 update to 2006-10-24 18:38:04 draftTue, 24 Oct 2006 16:39:48 +0000, by miham
-
(svn r6927) -Codechange: No need to explicitly cast a boolean to a boolean and move draw_default draftTue, 24 Oct 2006 16:28:34 +0000, by Darkvater
-
(svn r6926) -Codechange: Rename WWT_4 to WWT_TEXTBTN_2 and WWT_6 to WWT_INSET (credits to peter1138 draftTue, 24 Oct 2006 16:27:18 +0000, by Darkvater
-
(svn r6925) -Codechange: Be more strict with widget distinctions. WWT_PANEL is only plain panel, draftTue, 24 Oct 2006 14:15:17 +0000, by Darkvater
-
(svn r6924) -Codechange: Give the last (in the widget arrays at least) sprites meaningful names. draftTue, 24 Oct 2006 13:20:54 +0000, by Darkvater
-
(svn r6923) -Codechange: Load nsignalsw.grf in the same way as other mandatory additional grfs draftTue, 24 Oct 2006 13:08:52 +0000, by Darkvater
-
(svn r6922) -Feature: Add proper cloning sprites and cursors, different for each vehicle. Big thanks draftTue, 24 Oct 2006 12:56:14 +0000, by Darkvater
-
(svn r6921) - PEBKAC: Add an MD5 sum check of our own data files, and warn if they don't match. draftTue, 24 Oct 2006 10:15:56 +0000, by peter1138
-
(svn r6920) - Codechange: Ignore refit options of an engine if it has no capacity. draftTue, 24 Oct 2006 07:10:37 +0000, by peter1138
-
(svn r6912) - Feature: Show a list of cargo types that a vehicle is refittable to in the purchase information window. (mart3p) draftMon, 23 Oct 2006 21:39:15 +0000, by peter1138
-
(svn r6911) - Codechange: Add extra space to all purchase windows (and the replace window) to allow room for more text. (mart3p) draftMon, 23 Oct 2006 21:25:30 +0000, by peter1138
-
(svn r6910) - Codechange: Supply width of area when drawing purchase info instead of using hardcoded values. (mart3p) draftMon, 23 Oct 2006 18:45:43 +0000, by peter1138
-
(svn r6909) - Codechange: Base the decision to draw rail engine or wagon purchase information on the rail vehicle type, not an arbitrary value. draftMon, 23 Oct 2006 18:28:46 +0000, by peter1138
-
(svn r6908) - Codechange: Modify DrawStringMultiLine() to return the number of pixel lines used, and use it for drawing NewGRF additional text (mart3p) draftMon, 23 Oct 2006 18:13:24 +0000, by peter1138
-
(svn r6907) WebTranslator2 update to 2006-10-23 19:56:02 draftMon, 23 Oct 2006 17:56:32 +0000, by miham
-
(svn r6906) - Fix [FS#370]: Clear 'large plane' flag if 'helicopter' flag is set. (mart3p) draftMon, 23 Oct 2006 17:01:02 +0000, by peter1138
-
(svn r6905) - Codechange: Copy cargo subtype when cloning vehicles. draftMon, 23 Oct 2006 16:47:20 +0000, by peter1138
-
(svn r6904) -CodeChange : Cleanup of industry_cmd (Step-5). draftMon, 23 Oct 2006 16:35:27 +0000, by belugas
-
(svn r6901) WebTranslator2 update to 2006-10-23 10:28:46 draftMon, 23 Oct 2006 08:29:16 +0000, by miham
-
(svn r6898) -Fix: lowercase Error/Warning/Fatal for strgen and remove static on error() so strgen draftSun, 22 Oct 2006 20:46:18 +0000, by Darkvater
-
(svn r6897) - Fix (r6884): Another wrong last parametr :) draftSun, 22 Oct 2006 19:56:26 +0000, by peter1138
-
(svn r6896) - Fix (r6895): Supply last position of the correct buffer *again* draftSun, 22 Oct 2006 15:13:48 +0000, by peter1138
-
(svn r6895) - Fix (r6884): Add 'last' parameter to the town name generators. draftSun, 22 Oct 2006 10:08:49 +0000, by peter1138
-
(svn r6894) - Codechange: Lower the verbosity level of some NewGRF warnings draftSun, 22 Oct 2006 10:07:40 +0000, by peter1138
-
(svn r6893) WebTranslator2 update to 2006-10-22 07:37:19 draftSun, 22 Oct 2006 05:37:51 +0000, by miham
-
(svn r6890) - Fix (r6884): Supply last position of the correct buffer... draftSun, 22 Oct 2006 00:05:19 +0000, by peter1138
-
(svn r6888) - Fix (r6884): Missed a couple of strecpy()s in newgrf text handling draftSat, 21 Oct 2006 23:51:02 +0000, by peter1138
-
(svn r6886) -Be anal for the time being about string-wannabe-buffer-overflows draftSat, 21 Oct 2006 23:36:43 +0000, by Darkvater
-
(svn r6885) - Fix (r1379): List of actions panel in the town authority window went underneath its scrollbar draftSat, 21 Oct 2006 23:36:06 +0000, by peter1138
-
(svn r6884) -Codechange: Add strict bounds checking in string formatting system. draftSat, 21 Oct 2006 23:31:34 +0000, by Darkvater
-
(svn r6882) -Fix r6777: Off by one drawing error for cargo buttons draftSat, 21 Oct 2006 23:08:17 +0000, by Darkvater
-
(svn r6881) -Fix r6874: uint > int to remove signedness warning MSVC (peter1138) draftSat, 21 Oct 2006 23:00:27 +0000, by Darkvater
-
(svn r6879) -Codechange: Remove the superflouos argument CharsetFilter parameter from HandleEditBoxKey draftSat, 21 Oct 2006 22:50:57 +0000, by Darkvater
-
(svn r6878) -Fix r6876 +add network.c, network_client.c draftSat, 21 Oct 2006 22:38:50 +0000, by Darkvater
-
(svn r6876) -Codechange: Change the naming of _PLAYER in DESTTYPE_PLAYER/NETWORK_ACTION_CHAT_PLAYER draftSat, 21 Oct 2006 22:29:14 +0000, by Darkvater
-
(svn r6875) -Feature: Allow for " to be in console tokens. Escape them with \. eg \". draftSat, 21 Oct 2006 22:24:28 +0000, by Darkvater
-
(svn r6874) - [NewStations] Mark all tiles of a railway station dirty when adding or removing tiles. draftSat, 21 Oct 2006 19:32:46 +0000, by peter1138
-
(svn r6873) WebTranslator2 update to 2006-10-21 19:57:49 draftSat, 21 Oct 2006 17:58:14 +0000, by miham
-
(svn r6872) WebTranslator2 update to 2006-10-21 19:36:04 draftSat, 21 Oct 2006 17:36:29 +0000, by miham
-
(svn r6870) - Codechange: (re-)unify the code to retrieve the sprite group for a vehicle. draftSat, 21 Oct 2006 14:53:57 +0000, by peter1138
-
(svn r6867) WebTranslator2 update to 2006-10-21 15:42:20 draftSat, 21 Oct 2006 13:42:47 +0000, by miham
-
(svn r6865) WebTranslator2 update to 2006-10-21 09:47:34 draftSat, 21 Oct 2006 07:49:22 +0000, by miham
-
(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... draftFri, 20 Oct 2006 19:48:25 +0000, by peter1138
-
(svn r6857) - Fix (r6855): Update all languages with {STRING} -> {CARGO} change draftFri, 20 Oct 2006 14:31:35 +0000, by peter1138
-
(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. draftFri, 20 Oct 2006 11:53:29 +0000, by peter1138
-
(svn r6854) -Codechange: Use DrawSringCentered instead of DrawStringMultiCenter for simple draftFri, 20 Oct 2006 10:48:46 +0000, by Darkvater
-
(svn r6838) - Fix (r6836): MS VC complains beecause it doesn't understand consts... (or I don't...) draftThu, 19 Oct 2006 12:21:35 +0000, by peter1138
-
(svn r6837) - Codechange: More const SpriteGroups missed in r6836 draftThu, 19 Oct 2006 10:40:21 +0000, by peter1138
-
(svn r6836) - Codechange: constify SpriteGroup references. These used to be non-const when we kept a reference count, which we don't do anymore. draftThu, 19 Oct 2006 10:20:36 +0000, by peter1138
-
(svn r6835) - Fix: Pressing ^D (EOF) at a dedicated console caused it to repeat the last command, instead of doing nothing. draftThu, 19 Oct 2006 09:39:29 +0000, by peter1138
-
(svn r6825) -Codechange: Remove two globals from chat-window draftWed, 18 Oct 2006 21:19:04 +0000, by Darkvater
-
(svn r6824) -Feature: Change the functionality of the chat window. SHIFT+ENTER (SHIFT+T) draftWed, 18 Oct 2006 21:07:36 +0000, by Darkvater
-
(svn r6823) - Codechange: Ignore bit 0 of a NewStation custom tile callback result. This fixes cosmetic problems with some add on stations. draftWed, 18 Oct 2006 17:44:46 +0000, by peter1138
-
(svn r6822) -Fix r6821: add type for measure_strings_length[] draftWed, 18 Oct 2006 14:42:19 +0000, by glx