log

age author description
Mon, 18 Dec 2006 17:29:59 +0000 rubidium (svn r7507) -Fix (7505): the name of a GRF could be "", which causes a segmentation fault. So take the filename, which cannot be "", when the of the GRF name is "". Also check for "" length when receiving GRF names. draft
Mon, 18 Dec 2006 15:34:12 +0000 glx (svn r7506) -Codechange: [NewGRF] Add action 7/9/D variable 0x81 (current year) draft
Mon, 18 Dec 2006 12:26:55 +0000 rubidium (svn r7505) -Feature: show NewGRFs used on a game server, show which NewGRFs you do and do not have. draft
Mon, 18 Dec 2006 10:46:06 +0000 peter1138 (svn r7503) -Codechange: [NewGRF] Add bounds checking for spriteset cargo types. (NewCargo support will change this rule a bit...) draft
Fri, 15 Dec 2006 18:51:47 +0000 miham (svn r7501) WebTranslator2 update to 2006-12-15 19:51:16 draft
Fri, 15 Dec 2006 15:21:13 +0000 Darkvater (svn r7500) -Fix (r7460): GetEnvironmentVariable and strncat take the number of characters and draft
Fri, 15 Dec 2006 09:50:27 +0000 miham (svn r7499) WebTranslator2 update to 2006-12-15 10:49:50 draft
Thu, 14 Dec 2006 19:10:46 +0000 peter1138 (svn r7496) -Codechange: [NewGRF] Skip processing a GRF if it deactivated itself. draft
Thu, 14 Dec 2006 15:14:29 +0000 peter1138 (svn r7495) -Fix (r7354): [NewGRF] Deactivate the target GRF, not the current GRF. draft
Wed, 13 Dec 2006 22:38:45 +0000 Darkvater (svn r7494) -Fix: Really disable AI's in Multiplayer if you tell it so. In loaded games with draft
Wed, 13 Dec 2006 18:47:59 +0000 miham (svn r7492) [Translations] Moved esperanto from unfinished, as it is nearly complete draft
Wed, 13 Dec 2006 18:45:23 +0000 miham (svn r7491) WebTranslator2 update to 2006-12-13 19:43:22 draft
Tue, 12 Dec 2006 19:38:41 +0000 peter1138 (svn r7490) -Feature: Load a list of NewGRFs from the config (in the [newgrf-static] section) that should always be loaded. These will also be active during the intro screen, and in multiplayer games. Only "network-safe" NewGRFs are permitted, such as fonts and sprite replacement sets. draft
Tue, 12 Dec 2006 18:57:32 +0000 miham (svn r7489) WebTranslator2 update to 2006-12-12 19:57:02 draft
Tue, 12 Dec 2006 18:19:33 +0000 miham (svn r7488) WebTranslator2 update to 2006-12-12 19:19:02 draft
Tue, 12 Dec 2006 13:53:30 +0000 miham (svn r7487) [Translations] Readded language name as it disappeared because of several, clear reasons. For more information, please write mail to miham-devnull@xenon.bibl.u-szeged.hu draft
Tue, 12 Dec 2006 13:49:02 +0000 miham (svn r7486) WebTranslator2 update to 2006-12-12 14:47:37 draft
Tue, 12 Dec 2006 12:00:50 +0000 peter1138 (svn r7485) -Codechange: [NewGRF] Add debug warning for unsupported running cost bases for rail vehicles. draft
Tue, 12 Dec 2006 07:40:14 +0000 miham (svn r7484) WebTranslator2 update to 2006-12-12 08:39:41 draft
Mon, 11 Dec 2006 20:26:44 +0000 miham (svn r7482) WebTranslator2 update to 2006-12-11 21:26:12 draft
Mon, 11 Dec 2006 18:29:59 +0000 miham (svn r7480) WebTranslator2 update to 2006-12-11 19:29:26 draft
Mon, 11 Dec 2006 17:11:44 +0000 glx (svn r7479) -Fix r5946: don't lower non-existent widget draft
Mon, 11 Dec 2006 12:37:57 +0000 rubidium (svn r7477) -Fix (7451): Allocate(Industry|Town) get called twice when trying to build an industry/town via a command, thus incrementing the number of towns/industries twice when created via a command. draft
Mon, 11 Dec 2006 12:32:23 +0000 rubidium (svn r7476) -Fix (6965): the paper mill belongs in the Sub-Arctic (LT_HILLY) and not the Tropic (LT_DESERT) climate. draft
Sun, 10 Dec 2006 21:39:38 +0000 peter1138 (svn r7475) -Fix (r7348): sanity check NewGRF action 8 strings for null terminator draft
Sun, 10 Dec 2006 19:00:06 +0000 peter1138 (svn r7473) -Fix (r7269): Pass a cargo type to determine the freight weight draft
Sun, 10 Dec 2006 15:28:11 +0000 Darkvater (svn r7471) -Codechange: Centre the 'quit' button on the main menu. draft
Sun, 10 Dec 2006 15:21:48 +0000 Darkvater (svn r7470) -Codechange: Leave elrails enabled after loading old (pre-optional) and very old (pre-elrails) games. Let the user manually disable if if undesired. draft
Sun, 10 Dec 2006 12:12:26 +0000 peter1138 (svn r7469) -Fix (r7348): NewGRF settings weren't loaded in cases. draft
Sun, 10 Dec 2006 11:46:43 +0000 Darkvater (svn r7468) -Codechange: [win32] Add some comments to MB/WIDE_TO_WIDE/MB_[BUFFER] macros and draft
Sun, 10 Dec 2006 11:40:31 +0000 Darkvater (svn r7467) -Cleanup: [win32] Disable the submit-savegame-on-crash code as we (webserver) draft
Sun, 10 Dec 2006 11:37:22 +0000 Darkvater (svn r7466) -Cleanup: [win32] Coding style, indentation, variable localization. draft
Sun, 10 Dec 2006 11:32:54 +0000 peter1138 (svn r7465) -Codechange: Save the default GRF configuration. draft
Sun, 10 Dec 2006 11:29:14 +0000 peter1138 (svn r7464) -Codechange: move BuildParamList from newgrf_gui to newgrf_config and draft
Sun, 10 Dec 2006 10:12:54 +0000 peter1138 (svn r7463) -Codechange: Don't load invalid NewGRF files from the configuration file; instead show a warning. draft
Sun, 10 Dec 2006 00:48:50 +0000 glx (svn r7462) -Fix: when doing comparison in action 7/9, mask the param value so it has the 'same' size as the value it is compared to draft
Sun, 10 Dec 2006 00:20:26 +0000 Darkvater (svn r7461) -Fix: [FS#262] Add support for building with GCC on OS/2 (psmedley) draft
Sat, 09 Dec 2006 23:55:56 +0000 Darkvater (svn r7460) -Fix (r7337): [win32] If the underlying OS didn't have support for SHGetFolderPath the draft
Sat, 09 Dec 2006 20:14:26 +0000 glx (svn r7459) -Fix: make sure TrainConsistChanged() is called for the first vehicle of a chain after reffiting draft
Sat, 09 Dec 2006 19:53:56 +0000 miham (svn r7458) WebTranslator2 update to 2006-12-09 20:53:05 draft
Sat, 09 Dec 2006 18:37:26 +0000 miham (svn r7457) WebTranslator2 update to 2006-12-09 19:35:23 draft
Sat, 09 Dec 2006 17:43:04 +0000 miham (svn r7456) [Namegen] Fixed hungarian characters in namegen as well draft
Sat, 09 Dec 2006 14:18:08 +0000 rubidium (svn r7452) -Fix: GetRandom(Industry|Town) must return a valid industry/town and should not need to loop over the pool for a second time. draft
Sat, 09 Dec 2006 14:14:51 +0000 rubidium (svn r7451) -Fix (7372): GetNum(Towns|Industries) should return the actual number of towns and industries. draft
Sat, 09 Dec 2006 10:57:05 +0000 Darkvater (svn r7450) -Codechange: Remove dead code, caption is set in the next switch block of vehicle list for all cases (Tron) draft
Sat, 09 Dec 2006 10:56:12 +0000 Darkvater (svn r7449) -Codechange: Rename _path to _paths as it is technically more correct, but mainly because draft
Sat, 09 Dec 2006 08:37:15 +0000 rubidium (svn r7448) -Fix (r5794): use the height of the edge of the map for effect vehicles that are outside the map. draft
Sat, 09 Dec 2006 06:57:22 +0000 miham (svn r7447) WebTranslator2 update to 2006-12-09 07:56:50 draft
Sat, 09 Dec 2006 00:46:02 +0000 Darkvater (svn r7446) -Feature: Double the length of the cargo and rating indicators in the station list window, draft
Sat, 09 Dec 2006 00:41:25 +0000 Darkvater (svn r7445) -Codechange (r4822): Properly draw the cargo colours in the station list and centre the draft
Sat, 09 Dec 2006 00:37:02 +0000 Darkvater (svn r7444) -Codechange: Use one (global) cargo-colours array for drawing cargo-colours. Change Food draft
Fri, 08 Dec 2006 20:00:13 +0000 miham (svn r7439) WebTranslator2 update to 2006-12-08 20:59:37 draft
Fri, 08 Dec 2006 19:57:38 +0000 miham (svn r7438) [Translations] Manually transformed previously supressed hungarian chars to proper ones (they were previously suppressed because they did not fit into iso8859-15) draft
Fri, 08 Dec 2006 19:35:13 +0000 peter1138 (svn r7437) -Fix (r4583): incorrect minimum size check in some cases for VarAction2 draft
Fri, 08 Dec 2006 19:12:43 +0000 peter1138 (svn r7436) -Codechange: Add action7/9/D variable 0x9A (-1) draft
Fri, 08 Dec 2006 18:56:39 +0000 Darkvater (svn r7435) -Fix (r7418): Add proper tooltips to the manage list button instead of the sort tip draft
Fri, 08 Dec 2006 17:40:42 +0000 miham (svn r7434) WebTranslator2 update to 2006-12-08 18:40:00 draft
Fri, 08 Dec 2006 12:31:34 +0000 peter1138 (svn r7433) -Fix (r2301): Town ratings were not reset when a company went bankrupt. draft
Fri, 08 Dec 2006 02:25:04 +0000 belugas (svn r7432) -Fix(r7413) : The NO(cargo waiting) button of the StationList Window is now part of the cargo selection scheme. Again. draft
Thu, 07 Dec 2006 22:31:20 +0000 peter1138 (svn r7431) -Fix (r7418): GUI glitch when viewing other player's vehicle lists: bottom panel continued behind resize button. draft
Thu, 07 Dec 2006 21:30:18 +0000 KUDr (svn r7429) -Remove: [YAPF] yapf.txt no longer valid/needed draft
Thu, 07 Dec 2006 21:21:02 +0000 belugas (svn r7428) -Codechange: Give a more explicit name to the enum STATIONLIST_WIDGET_CARGONONE. draft
Thu, 07 Dec 2006 18:58:20 +0000 peter1138 (svn r7425) -Fix (r1681): With realistic acceleration, guarantee a minimum braking draft
Thu, 07 Dec 2006 18:37:05 +0000 miham (svn r7424) WebTranslator2 update to 2006-12-07 19:36:25 draft
Thu, 07 Dec 2006 14:44:26 +0000 peter1138 (svn r7421) -Fix (r2475): Changed "kick off" acceleration resulted in only a small amount of power being applied whilst moving off and then double the power at 1 mph. This resulted in a perceived delay before trains moved. Fix this by applying the full power of the engine (or the kick off, whichever is greater). Essay over. draft
Thu, 07 Dec 2006 14:37:54 +0000 Darkvater (svn r7420) -[lang] Dammit, there are too many language files, missed some from the list. draft
Thu, 07 Dec 2006 14:35:16 +0000 Darkvater (svn r7419) -[lang] Fix up the language files after r7418 draft
Thu, 07 Dec 2006 14:03:55 +0000 Darkvater (svn r7418) -Codechange/Feature: Put back the 'New Vehicles' button in the vehicle list window. As draft
Thu, 07 Dec 2006 13:00:41 +0000 Darkvater (svn r7415) -Codechange: Don't use typedef enum for simple widget enumerators when we will never use draft
Thu, 07 Dec 2006 12:57:53 +0000 Darkvater (svn r7414) -Fix: Immediately invalidate the resize widget when clicked, instead of when started to drag draft
Thu, 07 Dec 2006 04:12:29 +0000 belugas (svn r7413) -Fix[FS#386,#412]: Station list window NONE button now behaves correctly. draft
Thu, 07 Dec 2006 00:54:18 +0000 Darkvater (svn r7411) -Cleanup: Add 'Freetype' to dbg message output, just like all others draft
Thu, 07 Dec 2006 00:51:20 +0000 Darkvater (svn r7410) -Codechange/Fix: Remove useless and unfollowable programmatic-resize, and implement it draft
Thu, 07 Dec 2006 00:47:35 +0000 Darkvater (svn r7409) -Codechange: Make the ResizeWindow function also available outside of window.c. This makes draft
Wed, 06 Dec 2006 19:28:25 +0000 Darkvater (svn r7406) -Fix (r7377): [win32] Fontcache now also compiles in UNICODE mode; sorry, should've tested. draft
Wed, 06 Dec 2006 19:04:27 +0000 miham (svn r7405) WebTranslator2 update to 2006-12-06 20:03:46 draft
Wed, 06 Dec 2006 17:31:16 +0000 Darkvater (svn r7403) -Codechange (r7386, r7385): Use available functions to find a window instead of doing draft
Wed, 06 Dec 2006 17:28:14 +0000 Darkvater (svn r7402) -Fix: [FS#255] Long Delay for Message Windows to Appear. Immediately show a new message draft
Wed, 06 Dec 2006 11:16:02 +0000 miham (svn r7393) WebTranslator2 update to 2006-12-06 12:15:25 draft
Wed, 06 Dec 2006 07:57:02 +0000 miham (svn r7392) [Translations] Added Esperanto language draft
Wed, 06 Dec 2006 02:03:55 +0000 glx (svn r7391) -Fix r6814: when sending money in multiplayer, the corresponding chat message was for the wrong player (off by one) draft
Wed, 06 Dec 2006 00:03:24 +0000 bjarni (svn r7390) -Codechange r7386: only loop though the windows to find a depot window to unhighlight a vehicle in if there is a vehicle on the mouse pointer draft
Tue, 05 Dec 2006 23:57:04 +0000 bjarni (svn r7389) -Fix: when forcing a vehicle to go to a depot, clear refit orders from current orders (caused refit error popup when not having no orders) draft
Tue, 05 Dec 2006 23:37:04 +0000 Darkvater (svn r7388) -Fix (r7384 / r7368 / r3757): When adding a new news item for the first time (_latest_news draft
Tue, 05 Dec 2006 23:32:15 +0000 KUDr (svn r7387) -Fix: czech lang file compilation error draft
Tue, 05 Dec 2006 22:59:42 +0000 bjarni (svn r7386) -Codechange r7385: moved deletion of the vehicle highlight from DeleteVehicle to the sell commands as they are not called as often draft
Tue, 05 Dec 2006 22:40:42 +0000 bjarni (svn r7385) -Fix: FS#418 Deleting Train in depot with autoreplace failes draft
Tue, 05 Dec 2006 22:35:25 +0000 Darkvater (svn r7384) -Fix: No vehicle was removed in DeleteVehicleNews when the fifo-array was full. Update the draft
Tue, 05 Dec 2006 22:31:10 +0000 Darkvater (svn r7383) -Codechange: fix up typo in news-gui s/MoveToNexItem/MoveToNextItem/. draft
Tue, 05 Dec 2006 20:22:14 +0000 peter1138 (svn r7378) -Fix (r2428): Don't update vehicle images when turning a train around. draft
Tue, 05 Dec 2006 17:53:33 +0000 peter1138 (svn r7377) -Fix (r7326): With gradual loading, make sure cargo is only paid for once, and always notify the station the vehicle was present. (Maedhros) draft
Tue, 05 Dec 2006 17:09:57 +0000 miham (svn r7375) WebTranslator2 update to 2006-12-05 18:07:02 draft
Tue, 05 Dec 2006 16:41:13 +0000 matthijs (svn r7374) - CodeChange: Replace call to GetVehiclePoolSize() by GetMaxVehicleIndex(). draft
Tue, 05 Dec 2006 14:18:58 +0000 peter1138 (svn r7373) -Codechange: when removing a GRF from the list, make the next one selected, or the previous file if the last item is being removed. This makes clearing the list easier. draft
Tue, 05 Dec 2006 13:58:20 +0000 matthijs (svn r7372) - CodeChange: Rename all GetXXXArraySize() functions to GetNumXXX() and add GetMaxXXXIndex() functions. This prepares for the new pool interface. draft
Tue, 05 Dec 2006 12:17:31 +0000 Darkvater (svn r7370) -Cleanup: Use NewsID instead of byte for news identifiers, and some minor other things draft
Tue, 05 Dec 2006 11:59:28 +0000 Darkvater (svn r7369) -Cleanup: Some coding style, usage of increaseIndex and decreaseIndex to loop through the draft
Tue, 05 Dec 2006 11:51:23 +0000 Darkvater (svn r7368) -Fix: [FS#332] Vehicle Deletion Crash [News Window Related?] (r3757). draft
Tue, 05 Dec 2006 11:13:22 +0000 peter1138 (svn r7367) -Codechange: prevent adding files where the GRF ID is already in the list draft
Tue, 05 Dec 2006 09:19:14 +0000 Darkvater (svn r7366) -Fix: Out of bounds widget access when accessing orders window of other players. draft
Mon, 04 Dec 2006 20:27:53 +0000 peter1138 (svn r7363) -Fix (r7357): Update count of NewGRFs when adding an file draft
Mon, 04 Dec 2006 18:57:09 +0000 Darkvater (svn r7362) -Fix (r7337): Free the freetype face after any possible error. For win32 do not use the draft
Mon, 04 Dec 2006 16:14:10 +0000 glx (svn r7360) -Cleanup r7357: Update STR_NEWGRF_FILENAME and STR_NEWGRF_GRF_ID in all languages draft
Mon, 04 Dec 2006 14:30:18 +0000 peter1138 (svn r7358) -Codechange: add newgrf_gui.c to MS project files draft
Mon, 04 Dec 2006 14:27:54 +0000 peter1138 (svn r7357) -Codechange: new NewGRF set up window which allows modification of NewGRF settings. draft
Mon, 04 Dec 2006 13:57:04 +0000 rubidium (svn r7356) -Codechange: replace 'for (i = 0, wi = w->widget; wi->type != WWT_LAST; i++, wi++)' type for loops with 'for (i = 0; i < w->window_count; i++) { wi = &w->widget[i];'-type for loops for better readability. draft
Mon, 04 Dec 2006 13:46:03 +0000 rubidium (svn r7355) -Codechange: replace 'for (i = 0; w->widget[i].type != WWT_TYPE; i++)'-type for loops with 'for (i = 0; i < w->widget_count; i++)'-type for loops draft
Mon, 04 Dec 2006 13:45:20 +0000 peter1138 (svn r7354) -Codechange: Remove grffile->flags and use grfconfig->flags exclusively. Update action 7/9 now that we know if GRFs are disabled. draft
Mon, 04 Dec 2006 13:38:45 +0000 rubidium (svn r7353) -Codechange: constify Window* in IsWindowWidget(Lowered|Hidden|Disabled) draft
Mon, 04 Dec 2006 13:36:27 +0000 rubidium (svn r7352) -Codechange: add widget_count parameter to the window. draft
Mon, 04 Dec 2006 13:20:14 +0000 peter1138 (svn r7351) -Fix (r6619): Disabled platform length and numbers were not reset for the default station. draft
Mon, 04 Dec 2006 10:55:53 +0000 rubidium (svn r7350) -Fix: do not handle the save game/scenario filename edit box when loading a game/scenario/heightmap. draft
Mon, 04 Dec 2006 10:44:17 +0000 peter1138 (svn r7349) -Fix (r7348): Stripping data path didn't work for absolute paths. draft
Mon, 04 Dec 2006 08:30:04 +0000 peter1138 (svn r7348) -Feature: Initial support for saving NewGRF settings with savegames. Back up your savegames... draft
Mon, 04 Dec 2006 08:11:53 +0000 peter1138 (svn r7347) -Translations: Use correct plural type for Russian draft
Mon, 04 Dec 2006 04:22:53 +0000 miham (svn r7346) WebTranslator2 update to 2006-12-04 05:22:02 draft
Sun, 03 Dec 2006 23:46:54 +0000 peter1138 (svn r7345) -Codechange: enumification of NewGRF loading stage, and move enum definition to header for future use. draft
Sun, 03 Dec 2006 20:03:40 +0000 matthijs (svn r7341) - Codechange: Also rename the POOL_H define to OLDPOOL_H (forgotten in r7331). draft
Sun, 03 Dec 2006 19:07:20 +0000 Darkvater (svn r7338) -Fix (r7336): [win32] libfreetype is libfreetype2 in linker options (thanks Rubidium) draft
Sun, 03 Dec 2006 19:03:38 +0000 Darkvater (svn r7337) -Feature: [win32] Add font selection by specifying a font-name, ala Fontconfig. Pretty draft
Sun, 03 Dec 2006 18:36:11 +0000 Darkvater (svn r7336) -Codechange: [win32] Add freetype support for Windows project files. draft
Sun, 03 Dec 2006 18:28:42 +0000 peter1138 (svn r7335) -Codechange: redraw station tiles when cargo is moved, for newstations draft
Sun, 03 Dec 2006 17:54:28 +0000 Darkvater (svn r7334) -Revert accidentally committed file in r7333 draft
Sun, 03 Dec 2006 17:47:53 +0000 Darkvater (svn r7333) -Codechange: [win32] Extend the OTTD2FS and FS2OTTD functions to also accept conversions draft
Sun, 03 Dec 2006 17:42:56 +0000 rubidium (svn r7332) -Fix: segmentation fault, discovered by ln-, in the SDL video driver when one goes to fullscreen and there are no suitable resolutions. draft
Sun, 03 Dec 2006 17:27:43 +0000 matthijs (svn r7331) - Codechange: Rename all memory pool macro's and types to "old pool", so the new pool implementation can be committed alongside it. draft
Sun, 03 Dec 2006 15:48:21 +0000 peter1138 (svn r7330) -Fix (r7304): Data invalidation doesn't always happen as the local draft
Sun, 03 Dec 2006 13:40:16 +0000 KUDr (svn r7329) -Fix (r7157): Invalid viewport position on quick zoom draft
Sun, 03 Dec 2006 13:06:49 +0000 rubidium (svn r7328) -Fix: memory corruption. The 'Load Heightmap' window does not have TerraGenesis configuration buttons and it does have only 29 widgets, not at least 33. Thanks to Tefad for finding this bug. draft
Sun, 03 Dec 2006 12:17:35 +0000 KUDr (svn r7327) -Fix: [YAPF] missing YAPF cache notification when building road on rail (new crossing) or removing road from crossing draft
Sat, 02 Dec 2006 16:56:32 +0000 peter1138 (svn r7326) -Feature: Add support for gradual (un)loading of vehicles (Maedhros) draft
Sat, 02 Dec 2006 09:54:49 +0000 peter1138 (svn r7325) -Feature: Add support for action 5 type 0x0D, coast sprites. draft
Sat, 02 Dec 2006 09:52:34 +0000 peter1138 (svn r7324) -Codechange: reset newgrf signal location data draft
Sat, 02 Dec 2006 09:34:18 +0000 peter1138 (svn r7323) -Fix (r7182): When translating NewGRF strings, look at the first draft
Fri, 01 Dec 2006 19:25:50 +0000 Darkvater (svn r7322) -Update win32 project files for ukrainian and bulgarian language files. Also add draft
Fri, 01 Dec 2006 13:59:51 +0000 peter1138 (svn r7321) -Translations: Move bulgarian and ukrainian out of unfinished as they are, respectively, 99% and 97% complete. draft
Fri, 01 Dec 2006 13:18:18 +0000 peter1138 (svn r7320) -Translations: add russian to MS VC project files draft
Fri, 01 Dec 2006 12:57:31 +0000 peter1138 (svn r7319) -Fix (r7182): (NewGRF) Add space for terminator when translating TTDPatch strings (thanks eddi) draft
Fri, 01 Dec 2006 11:23:29 +0000 rubidium (svn r7318) -Fix: change some unfinished strings: STRING->{CARGO,POWER,WEIGHT,WEIGHT_S} and remove strings that are no longer in english.txt. draft
Fri, 01 Dec 2006 08:23:15 +0000 KUDr (svn r7317) -Fix: (r7299) warning: unused variable num_engines (peter1138) draft
Fri, 01 Dec 2006 00:28:15 +0000 Darkvater (svn r7316) -Codechange: Make train-build-gui and aircraft-build-gui (unified) look more alike. draft
Fri, 01 Dec 2006 00:26:42 +0000 Darkvater (svn r7315) -Fix: Have the first engine in the list be selected once again when the window is opened draft
Fri, 01 Dec 2006 00:14:10 +0000 Darkvater (svn r7314) -Cleanup: const, whitespace, coding style and variable usage. draft
Fri, 01 Dec 2006 00:09:13 +0000 Darkvater (svn r7313) -Codechange: Calling invalidate data on a window will surely warrant a redraw, so call draft
Thu, 30 Nov 2006 22:23:11 +0000 Darkvater (svn r7312) -Fix: When loading a game from a dedicated server the local player global variable was draft
Thu, 30 Nov 2006 21:46:47 +0000 peter1138 (svn r7310) -Codechange: Change scrolling dropdown box to use 1 scroll unit = 1 line draft
Thu, 30 Nov 2006 21:37:06 +0000 KUDr (svn r7309) -Codechange: sort train engines/wagons by number first and then by custom rule draft
Thu, 30 Nov 2006 21:33:09 +0000 KUDr (svn r7308) -Codechange: call GenerateBuildList() only when needed instead of on each redraw (peter1138) draft
Thu, 30 Nov 2006 19:37:16 +0000 KUDr (svn r7306) -Codechange: constness (Darkvater) draft
Thu, 30 Nov 2006 18:47:57 +0000 peter1138 (svn r7305) -Codestyle: Indentation fixes draft
Thu, 30 Nov 2006 18:23:25 +0000 peter1138 (svn r7304) -Codechange: Reinstate caching of sorted purchase list. Dropping from 9m to 1.5m cycles for a redraw of a full list is not frivolous. draft
Thu, 30 Nov 2006 18:16:08 +0000 peter1138 (svn r7303) -Codechange: Sort wagon list as well as engine list. draft
Thu, 30 Nov 2006 17:12:10 +0000 KUDr (svn r7301) -Fix: (r7299) Forgotten $Id$ and eol-style (peter1138) draft
Thu, 30 Nov 2006 16:03:57 +0000 KUDr (svn r7300) -Fix: (r7299) removed unused strings from lang files draft
Thu, 30 Nov 2006 16:03:12 +0000 KUDr (svn r7299) -CodeChange: Train and Aircraft Build window GUI code simplified a bit: draft
Thu, 30 Nov 2006 13:52:31 +0000 KUDr (svn r7296) -Fix: [YAPF] setting yapf.rail_look_ahead_max_signals to zero causes YAPF to behave incorrectly. Set its min value to 1. (Danny) draft
Thu, 30 Nov 2006 08:27:24 +0000 miham (svn r7295) [Translations] Reverted last commit draft
Thu, 30 Nov 2006 08:06:34 +0000 miham (svn r7294) WebTranslator2 update to 2006-11-30 09:06:04 draft
Thu, 30 Nov 2006 07:57:27 +0000 miham (svn r7293) WebTranslator2 update to 2006-11-30 08:56:49 draft
Wed, 29 Nov 2006 21:38:19 +0000 Darkvater (svn r7292) -Codechange: Also validate an strip of colours the console string passed to the dedicated draft
Wed, 29 Nov 2006 20:56:30 +0000 peter1138 (svn r7291) -Translation: use SMALL[LEFT|RIGHT]ARROW for two strings draft
Wed, 29 Nov 2006 20:53:14 +0000 peter1138 (svn r7290) -Translation: update Russian for changes since 0.4.8: new commands and string removed or modified in English draft
Wed, 29 Nov 2006 20:26:45 +0000 peter1138 (svn r7289) -Translation: use only {STRING}, not {STRINGx} in non-English draft
Wed, 29 Nov 2006 20:21:21 +0000 peter1138 (svn r7288) -Translation: Fix currency symbols in Russian draft
Wed, 29 Nov 2006 17:57:14 +0000 peter1138 (svn r7287) -Translation: Add Russian translation based on ttdrussia 0.4.8 release, thanks to Davydov M.A. draft
Wed, 29 Nov 2006 17:37:28 +0000 peter1138 (svn r7286) -Translation: Remove unfinished latin transliterated Russian translation. draft
Wed, 29 Nov 2006 11:48:47 +0000 peter1138 (svn r7285) -Fix (r7282): Our vehstatus is a byte, not a word. draft
Tue, 28 Nov 2006 23:44:12 +0000 peter1138 (svn r7284) -Fix (r2361): off by one when calculating vehicle newgrf variable 41 result, partly blamed by vague documentation... (thanks lakie) draft
Tue, 28 Nov 2006 21:13:45 +0000 Darkvater (svn r7283) -Revert (r1932): Remove scancode 41 for linux console because it is 49. If some linux draft
Tue, 28 Nov 2006 21:03:28 +0000 peter1138 (svn r7282) -Fix (r625): ttdpatch vars are little endian draft
Tue, 28 Nov 2006 20:55:42 +0000 Darkvater (svn r7281) -Codechange: [win32] Add win32.h to project file draft
Tue, 28 Nov 2006 20:55:16 +0000 Darkvater (svn r7280) -Codechange: Replace some sprintf() functions with the safer snprintf() functions draft
Tue, 28 Nov 2006 20:01:46 +0000 Darkvater (svn r7279) -Codechange: [win32] Add Windows95/98 support by using MSLU. Only workaround is that the draft
Tue, 28 Nov 2006 19:58:13 +0000 Darkvater (svn r7278) -Codechange: [win32] Add UNICODE support so it should compile on OS's using UNICODE draft
Tue, 28 Nov 2006 14:42:31 +0000 Darkvater (svn r7274) -Codechange [utf8]: Add input/output unicode support. This actually only changes win32 draft
Tue, 28 Nov 2006 14:32:24 +0000 peter1138 (svn r7273) -Fix (r7250): Initialise game palette before driver initialisation. This fixes a 'black screen' problem with fullscreen with the win32 video driver. draft
Tue, 28 Nov 2006 14:19:18 +0000 Darkvater (svn r7272) -Ok, let's hope this one's correct...stupid msvc draft
Tue, 28 Nov 2006 14:12:09 +0000 Darkvater (svn r7271) -Codechange: Revert the strtolower part of r7199 as it can actually become broken due to draft
Mon, 27 Nov 2006 23:11:56 +0000 peter1138 (svn r7269) -Feature: Add freight trains patch option. This option is a multiplier for the weight of cargo on freight trains, to simulate longer heavier trains. The default value of 1 behaves as before. draft
Mon, 27 Nov 2006 21:14:19 +0000 peter1138 (svn r7268) -Codechange: change rail vehicle cached weight from 16 to 32 bit values to avoid possible overflows. draft
Mon, 27 Nov 2006 14:09:13 +0000 peter1138 (svn r7266) -Codechange: Make the NewGRF loading stage look like ttdpatch to NewGRFs draft
Sun, 26 Nov 2006 15:38:48 +0000 miham (svn r7260) WebTranslator2 update to 2006-11-26 16:36:43 draft
Sat, 25 Nov 2006 11:16:27 +0000 peter1138 (svn r7257) -Fix (r7216): Fix doubly-utf8-encoded strings that crept in draft
Sat, 25 Nov 2006 08:27:44 +0000 KUDr (svn r7256) -Translation: [FS#408] Turkish lang file massive update (jnmbk) draft
Fri, 24 Nov 2006 21:37:08 +0000 KUDr (svn r7255) -Comments added for CBlobBaseSimple, CBlobT classes draft
Fri, 24 Nov 2006 20:47:29 +0000 peter1138 (svn r7254) -Fix (r7250): move unicode glyph map initialisation to just before newgrf files are loaded, else newgrf glyphs will be cleared out too. (thanks Hadez) draft
Fri, 24 Nov 2006 18:39:22 +0000 peter1138 (svn r7250) -Codechange: Shuffle sprite loading and character width caching around a bit. This reduces the number of times the sprites are loaded from 5 to 2, just for the intro game. draft
Fri, 24 Nov 2006 18:37:40 +0000 peter1138 (svn r7249) -Fix (r7248): Missed a free()... draft
Fri, 24 Nov 2006 18:35:59 +0000 peter1138 (svn r7248) -Codechange: Support reinitializing the unicode glyph map. draft
Fri, 24 Nov 2006 13:18:14 +0000 KUDr (svn r7247) -Translation: czech lang file massive update - use proper diacritics (Hadez) draft
Fri, 24 Nov 2006 12:39:13 +0000 peter1138 (svn r7246) -Codechange: Always reload sprite and NewGRF data when loading or starting a game, instead of only when the climate type is different. draft
Thu, 23 Nov 2006 21:19:43 +0000 peter1138 (svn r7242) -Fix: Don't load 1-byte pseudo sprites, as used in some NewGRF sets. If the sprite is ever drawn this will result in a "missing sprite" error instead of undefined misbehaviour leading to segmentation faults... draft
Wed, 22 Nov 2006 23:25:31 +0000 KUDr (svn r7241) -Fix: czech town name generator now uses proper diacritics (Hadez) draft
Wed, 22 Nov 2006 18:16:50 +0000 tron (svn r7240) -Fix: Always display the excavation of roadworks even when fully zoomed out (they are quite noticable) or "full details" are off (they are part of the game mechanics) draft
Wed, 22 Nov 2006 16:08:01 +0000 tron (svn r7239) Enumerate the widgets in the airport, dock, rail and road toolbars draft
Wed, 22 Nov 2006 14:21:01 +0000 tron (svn r7238) Remove two unused strings draft
Wed, 22 Nov 2006 14:14:02 +0000 rubidium (svn r7237) -Fix: TGP landscape generation could leak memory if aborted during the generation of the heightmap. draft
Wed, 22 Nov 2006 08:49:40 +0000 peter1138 (svn r7236) -Codechange: remove unused global array _newgrf_files draft
Tue, 21 Nov 2006 22:10:52 +0000 Darkvater (svn r7233) -Codechange: get rid of three console.c globals draft
Tue, 21 Nov 2006 20:23:57 +0000 Darkvater (svn r7232) -Codechange: Also allow for the save/load of non pre-allocated strings inside structs. draft
Tue, 21 Nov 2006 20:20:30 +0000 Darkvater (svn r7231) -Codechange: rename ini_get_variable to GetVariableAddress for use both in settings.c draft
Tue, 21 Nov 2006 16:54:16 +0000 Darkvater (svn r7228) -Codechange: [internal] Add the possibility to save/load string-pointers which do not draft
Tue, 21 Nov 2006 16:24:13 +0000 KUDr (svn r7227) -Fix: [YAPF] Bridge YAPF Penalty Incorrect. The penalty for upward slope was incorrectly applied on bridge exit. (Danny) draft
Tue, 21 Nov 2006 13:03:06 +0000 Darkvater (svn r7226) -Fix (r7200): [win32] Don't ask my why but I told the linker to ignore the multithreaded draft
Sun, 19 Nov 2006 22:24:18 +0000 Darkvater (svn r7219) -Fix: Several warnings by gcc introduced in r7206 which MSVC found not of a problem. Thanks Tron draft
Sun, 19 Nov 2006 22:11:04 +0000 miham (svn r7218) WebTranslator2 update to 2006-11-19 23:09:22 draft
Sun, 19 Nov 2006 21:32:38 +0000 miham (svn r7216) WebTranslator2 update to 2006-11-19 22:30:04 draft
Sun, 19 Nov 2006 20:42:55 +0000 miham (svn r7215) revoked last commit, have to modify the language config prior to the commit draft
Sun, 19 Nov 2006 20:33:17 +0000 miham (svn r7214) WebTranslator2 update to 2006-11-19 21:32:01 draft
Sun, 19 Nov 2006 01:39:47 +0000 glx (svn r7213) -Cleanup r7195: removed STR_CHEAT_ALLOW_CONVRAIL from unfinished lang files draft
Sat, 18 Nov 2006 22:15:46 +0000 peter1138 (svn r7212) -Codechange (FS#409): Update Turkish town name generator with Turkish characters (jnmbk) draft
Sat, 18 Nov 2006 21:39:03 +0000 peter1138 (svn r7211) -Codechange: Update all languages to use SMALLLEFTARROW/SMALLRIGHTARROW, as per english.txt, for GUI elements draft
Sat, 18 Nov 2006 19:20:47 +0000 KUDr (svn r7210) -CodeChange: [YAPF] the global cache object is now not destroyed/recreated whenever the cache is invalidated. It now supports Flush() method that is used instead. It should also fix mem-leak warning produced by valgrind (Tron) draft
Sat, 18 Nov 2006 17:34:20 +0000 peter1138 (svn r7209) -Codechange: Alter position of scroll bar in the station list; the filter line isn't scrollable... draft
Sat, 18 Nov 2006 17:12:39 +0000 Darkvater (svn r7208) -Revert [r6040]: Remove double-click action in minimap and reintroduce lmb-scrolling (Rubidium) draft
Sat, 18 Nov 2006 17:07:05 +0000 Darkvater (svn r7207) -Codechange: Pass the (unchanged) windowpointer to the console window and do it only once. draft
Sat, 18 Nov 2006 17:04:44 +0000 Darkvater (svn r7206) -Codechange: Remove (some of) the magic needed for windows that could be invalid after draft
Sat, 18 Nov 2006 16:47:02 +0000 Darkvater (svn r7205) -Fix [FS#350, SF#1560913]: Window allocation and deletion messed with the actual window draft
Sat, 18 Nov 2006 13:55:44 +0000 Darkvater (svn r7203) -Cleanup: Donnu what Miham was smoking there, but removed it (assert_compile + 3) draft
Sat, 18 Nov 2006 13:54:33 +0000 Darkvater (svn r7202) -Codechange: Move _viewports and _active_viewports local to viewport.c and have them draft
Sat, 18 Nov 2006 00:44:09 +0000 Darkvater (svn r7201) -Codechange: Use goto's to loop _windows when there is a change you need to start over draft
Sat, 18 Nov 2006 00:14:43 +0000 Darkvater (svn r7200) -Codechange: remove unneeded redraw (console.c), coding style, use FindWindowById draft
Fri, 17 Nov 2006 23:29:22 +0000 Darkvater (svn r7199) -Codechange: [utf8] Make strtolower and str_strip_colours UTF8 aware. draft
Fri, 17 Nov 2006 23:01:58 +0000 belugas (svn r7198) -Codechange: Implement a circular tile search function. draft
Fri, 17 Nov 2006 22:15:55 +0000 rubidium (svn r7196) -Feature: use fontconfig so one can set the font family name in openttd.cfg instead of the full path to the font. draft
Fri, 17 Nov 2006 19:31:44 +0000 KUDr (svn r7195) -Feature: [FS#297, optional elrails] New patches/vehicles option 'disable electrified railways'. draft
Fri, 17 Nov 2006 18:06:40 +0000 rubidium (svn r7194) -Fix (FS#237): the electric rail type was not set correctly for NewGRFs where the engine traction type was set before the track type of the trains. draft
Fri, 17 Nov 2006 11:03:38 +0000 peter1138 (svn r7191) -Feature: Add NewGRF support for 32 bit dates, allowing vehicles and bridges to be available before 1920. draft
Fri, 17 Nov 2006 10:42:20 +0000 KUDr (svn r7190) -Fix: If the non-player-based _patches setting was changed on the server during MP game, the callback function was: draft
Fri, 17 Nov 2006 10:06:11 +0000 Darkvater (svn r7187) -CodeChange: [win32] Limit success of ToUnicode/ToAscii to only one translated character as we only support one and remove TranslateMessage() call since we do not use it anyways (glx) draft
Fri, 17 Nov 2006 07:46:02 +0000 peter1138 (svn r7185) -Codechange: Make strgen validate strings for UTF-8 well-formed-ness-ness draft
Fri, 17 Nov 2006 07:35:12 +0000 peter1138 (svn r7184) -Codechange: Convert Catalan name generator to UTF-8 draft
Thu, 16 Nov 2006 22:19:12 +0000 peter1138 (svn r7183) -Feature (cont): Convert all language from ISO8859-15 to UTF-8 draft
Thu, 16 Nov 2006 22:05:33 +0000 peter1138 (svn r7182) -Feature: Merge utf8 branch. This brings us support for Unicode/UTF-8 and the option for fonts rendered by FreeType. Language changes to come. draft
Thu, 16 Nov 2006 20:57:23 +0000 Darkvater (svn r7179) -Codechange (r7173): Actually "prefer" team chat through the patch setting instead of draft
Thu, 16 Nov 2006 20:52:39 +0000 KUDr (svn r7178) -Fix: forgotten pointer dereferences (Bjarni, Bjarni, Bjarni, ...) draft
Thu, 16 Nov 2006 18:41:57 +0000 glx (svn r7176) -Fix: remove button was not always disabled when it should have been (rail/road build toolbar) draft
Thu, 16 Nov 2006 18:33:55 +0000 rubidium (svn r7175) -Fix: remove English (i.e. untranslated) strings from the Ukrainian language file. draft
Thu, 16 Nov 2006 17:59:02 +0000 KUDr (svn r7174) -CodeChange: CheckStationSpreadOut() now uses MergePoint() for bounding rectangle calculation. draft
Thu, 16 Nov 2006 17:44:04 +0000 Darkvater (svn r7173) -Codechange (r6824): Allow the user to change the chat-destination when chatting with <ENTER> or 'T' instead of the game choosing one for you automatically. draft