1
0
Fork 0

Commit Graph

  • 822646b9a9 (svn r7594) -Fix (r7522): GRF config list wasn't cleared when no GRFs should be used. peter1138 2006-12-28 16:11:07 +0000
  • e9e4ba8222 (svn r7592) -Feature: Add support for tractive effort to 'realistic' acceleration. peter1138 2006-12-28 13:18:07 +0000
  • 02c07d2a86 (svn r7590) -Codechange: (r7585) - use existing struct Rect instead of declaring new StationRect - use inline functions instead of macros KUDr 2006-12-28 11:52:12 +0000
  • d657aa97de (svn r7588) -Change: [OSX] removed the flag JAGUAR since it didn't work anyway Also removed all the Makefile code regarding this flag since it's no longer needed Removed documentation about special limitations regarding running the game on OSX 10.2 OpenTTD now officially needs OSX 10.3.9 to work correctly (the trunk needed that for months) bjarni 2006-12-28 01:24:00 +0000
  • 1f836aa995 (svn r7587) -Change: [OSX] updated readme about compiling a universal binary as the flag name changed, but didn't change in the readme bjarni 2006-12-28 01:13:55 +0000
  • 16162ecd06 (svn r7586) -Fix (FS#473): remove the Landscaping toolbar option from the Road Construction toolbar in the scenario editor, as there is another Lanscaping GUI in the scenario editor and launching that one could confuse users. rubidium 2006-12-28 00:57:56 +0000
  • 69a43e5ade (svn r7585) -Codechange: CheckStationSpreadOut() took too much CPU. Station rectangle is now maintained instead of calculating it each time by walking through whole map. Should help with the performance issue related to AIs trying to build road stops too often. (idea by Celestar) KUDr 2006-12-27 23:11:43 +0000
  • eb4a2e45c3 (svn r7583) -Fix (r7573): Merging of bridge branch broke (partially reverted?) automatic railtype conversion when building track on existing rail. peter1138 2006-12-27 18:29:34 +0000
  • 8a812544ec (svn r7582) -Fix (r7490): appending static GRFs to the list of to-be loaded GRF for a game could result in duplicate GRFs in that list, which can cause a segmentation fault while loading the GRFs. rubidium 2006-12-27 18:25:17 +0000
  • 1d6bd64c19 (svn r7581) [Translations] -Change: overhaul of the Polish language file by MeusH to make use of the Unicode characters where needed. rubidium 2006-12-27 16:18:59 +0000
  • 23d20bd5f8 (svn r7580) -Fix (r7182): UTF8-merge changed the string handling a bit, now the str pointer for control characters is at the next character, so take value and THEN increase pointer, not the other way around. This bug could result in incorrect bb's computed for strings. Darkvater 2006-12-27 16:14:21 +0000
  • 3a1d7ccdac (svn r7579) -Fix: upon merging the bridge branch, I accidently reverted 7571. Re-revert it. Sorry. celestar 2006-12-27 14:51:55 +0000
  • fe202bc518 (svn r7578) -Fix r7577: fixed typo bjarni 2006-12-27 14:34:09 +0000
  • 09aa02542b (svn r7577) -Fix (r7565): Missed out some OSX files (Bjarni) Darkvater 2006-12-27 14:27:30 +0000
  • 091cc1cc4b (svn r7575) -Codechange: Allow the AI to build signals under bridges (revert r4911) celestar 2006-12-27 13:48:57 +0000
  • eec3010fcf (svn r7574) WebTranslator2 update to 2006-12-27 14:23:53 bulgarian - 7 fixed, 55 changed by kokobongo (62) catalan - 2 changed by arnaullv (2) estonian - 26 fixed by kristjans (26) lithuanian - 10 fixed by Plyta (10) norwegian - 53 fixed by oletk (53) slovak - 2 fixed by lengyel (2) turkish - 3 fixed by jnmbk (3) ukrainian - 28 fixed by znikoz (28) miham 2006-12-27 13:24:36 +0000
  • d95e2c2dd1 (svn r7573) -Merged the bridge branch. Allows to build bridges of arbitrary rail/road combinations (including signals) celestar 2006-12-27 12:38:02 +0000
  • d92103d6ff (svn r7571) -Fix (r7565): Older GCC versions do not have __VA_ARGS__ support (C99), work around this (tokai) Darkvater 2006-12-27 12:22:25 +0000
  • da4b1a7718 (svn r7569) -Fix (r7565): cocoa files were (somehow) forgotten. -Change: messages about failures is cocoa should be debug level 0 and show what went wrong. " failed with message X" isn't really descriptive. -Change: remove unneeded level 1 debug messages for entering some cocoa functions. rubidium 2006-12-26 22:04:53 +0000
  • 64a67bb63b (svn r7568) -Fix [r7564]: buf+4 is the same as &buf[4], not buf[4] for a char*. Darkvater 2006-12-26 21:48:15 +0000
  • 4229d9e545 (svn r7566) -Fix: only send commands to the new client from the map, that is going to be transfered to the new client, is saved on the server and not while waiting for the 'map download slot' as that will add commands for already passed frames in the command queue of the new client. rubidium 2006-12-26 18:27:40 +0000
  • 073e0eb3c9 (svn r7565) -Codechange: Rework DEBUG functionality. Look for appropiate debugging levels to use in debug.h. grfmsg() is now used as a specific debug-function for grf. Darkvater 2006-12-26 17:36:18 +0000
  • 2e0bbe5403 (svn r7564) -Codechange: Some newgrf changes. FFIR/EVAW endian-swapping, functionalize check_length, don't print copyright message for grfinfo (it is shown in newgrf window), have action 0x0B print out the messages with severity 0. Darkvater 2006-12-26 17:22:47 +0000
  • c140ca6f20 (svn r7563) -Fix (FS#468): removing towns in the scenario editor could leave subsidies with that town as source/destination, resulting in an assertion when displaying the Subsidies Window. rubidium 2006-12-26 15:28:11 +0000
  • b58c90a075 (svn r7562) -Fix (r7060, 5874): It seems windows doesn't have the same functionality for CreateWindow when starting a program from the console or from the GUI. Because of this starting OpenTTD from the desktop wouldn't maximize the window, even if the config file said so. So work around this... Darkvater 2006-12-26 13:30:48 +0000
  • 9560a1d9ec (svn r7561) -Fix (FS#431): core and (patches) GUI were not in-sync with respect to autorenew settings. This is only a temporary fix, as the definite fix needs to move the autorenew settings to a per-company settings window. rubidium 2006-12-26 12:56:48 +0000
  • 80c3be09fc (svn r7560) -Fix (r2300): p2 is not a PlayerID when creating a new company, but the ClientID (index in _network_client_info). Therefore it was not possible to create a new company if 8 or more clients were connected. Thanks to FlashFF for noticing this bug. rubidium 2006-12-26 11:47:31 +0000
  • 28844c088c (svn r7559) -Fix (FS#456): clicking the 'Full Load' button when the 'current' order is selected in the Order GUI and one has instructed the train to go to the depot, via the button in the Train View GUI, changed the depot order by switching from 'service at depot' to 'stop at depot' and vice versa. rubidium 2006-12-26 00:33:07 +0000
  • c81256a268 (svn r7558) -Fix (FS#464): do not wait till a crashed vehicle is removed before starting to load other vehicles. rubidium 2006-12-25 16:14:36 +0000
  • 0cfecfbe3c (svn r7557) -Fix: [OSX] FS#463 libfontconfig not present on OSX by default By adding CUSTOM_FONTCONFIG flag to the Makefile (not Makefile.config) to overwrite default locations of this library This allows static linking bjarni 2006-12-25 09:50:56 +0000
  • 8e20ae2e95 (svn r7556) -Fix(r7153): By handling the KeyEvent sooner in the events loops, the console command "screenshot no_con" did not had time to actually repaint the screen without the console before the screenshot. Forcing a redraw before it ensure that the feature acts as required. (to be ported to 0.5.0) (thanks glx) belugas 2006-12-25 01:40:33 +0000
  • 67f63c8584 (svn r7555) -Fix (r5479): off-by-one error due do truncation on division by 2. Thanks to Ben_Robbins_ for providing the test case. rubidium 2006-12-24 22:10:09 +0000
  • 5cf3b8a1a9 (svn r7554) -Fix (r7496): In Action 0xE, don't deactivate the current GRF (to be ported to 0.5) peter1138 2006-12-24 19:20:28 +0000
  • c820ae2502 (svn r7553) WebTranslator2 update to 2006-12-23 14:07:59 american - 3 fixed by WhiteRabbit (3) hungarian - 4 fixed by miham (4) miham 2006-12-23 13:08:32 +0000
  • 3c96e89a91 (svn r7552) WebTranslator2 update to 2006-12-23 11:41:58 american - 1 fixed by WhiteRabbit (1) bulgarian - 1 changed by kokobongo (1) catalan - 2 fixed, 3 changed by arnaullv (5) dutch - 3 fixed by habell (3) french - 2 fixed by glx (2) german - 2 fixed by Neonox (2) italian - 3 fixed by sidew (3) portuguese - 2 fixed by izhirahider (2) russian - 2 fixed by Smoky555 (2) slovak - 1 fixed by lengyel (1) turkish - 3 fixed by jnmbk (3) miham 2006-12-23 10:42:48 +0000
  • b1cfea6596 (svn r7551) -Fix (r7523): segmentation fault on showing NewGRF settings of a network game. rubidium 2006-12-23 09:06:37 +0000
  • ee51d18f86 (svn r7550) -Fix (r7299): compilation of x64 binaries with MSVC 2005, due to not telling that helpers.cpp should be compiled as C++ for x64. rubidium 2006-12-23 01:24:13 +0000
  • ff50233203 (svn r7549) -Fix (r7357): change the size of the NewGRF GUIs so any description of a GRF that is shown in TTDPatch without overflowing, does not overflow in OpenTTD. rubidium 2006-12-22 23:54:51 +0000
  • 458eb02678 (svn r7548) -Codechange: Some MorphOS changes to get OpenTTD compiled, packaged (tokai) Darkvater 2006-12-22 15:06:27 +0000
  • b07b38d873 (svn r7547) -Fix: The cost of rail station removal was calculated based on the area occupied by the station. This produced unreasonably large removal costs for non-uniform stations. Now it is based on number of station tiles actually removed. KUDr 2006-12-22 13:16:40 +0000
  • 66776c7f06 (svn r7541) -Set svn:eol-style native for some languages that missed it. Darkvater 2006-12-22 01:19:32 +0000
  • 96a53f1b13 (svn r7540) -Codechange: Print a summary of the number of errors/warnings of a language when strgen is run with the -w flag. Darkvater 2006-12-22 01:18:56 +0000
  • 9c5b15eff1 (svn r7539) -Add Esperanto to VS project files and update changelog with added languages information. Darkvater 2006-12-22 01:17:33 +0000
  • b4d5da7d79 (svn r7538) Release 0.5.0-RC1 0.5.0-RC1 Darkvater 2006-12-21 22:18:08 +0000
  • a1108eefc1 (svn r7537) -Forgot added VS80 support from Makefile Darkvater 2006-12-21 21:56:10 +0000
  • 65d6403497 (svn r7536) -Branch: add 0.5 branch Darkvater 2006-12-21 20:56:57 +0000
  • bb9c6c5fc5 (svn r7535) -Fix (r7326): Always unload cargo if the station accepts it, and always load cargo if it's available with full load any (Maedhros) Darkvater 2006-12-21 20:56:27 +0000
  • d88e549d9f (svn r7533) -Codechange [Debian]: Update debian packaging files - Update to latest standards version. - Fix rules to compile only once. matthijs 2006-12-21 14:44:19 +0000
  • 29ed5e55c7 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1 Darkvater 2006-12-21 14:23:47 +0000
  • 701a197ca9 (svn r7525) -Fix (r6631): Invalidate the widget of 'many random industries' when it is raised (Maedhros) Darkvater 2006-12-21 11:34:50 +0000
  • d3abf3da65 (svn r7524) -Fix: remove empty strings that should not have been empty from the Ukrainian language file. rubidium 2006-12-21 10:41:10 +0000
  • 9b9add65c3 (svn r7523) -Feature: Add the possibility to change the newgrf configuration of a running game. This is only possible in SP (or in the intro menu). During game play you will get a confirmation window when applying the changes as some actions can crash OpenTTD and/or make your current game unplayable. Darkvater 2006-12-21 10:29:16 +0000
  • 739e93fd23 (svn r7522) -Codechange: Have CopyGRFConfigList clear the destination list before assigning values to it. This cuts down on memleaks which could exist when the function was not used carefully. Darkvater 2006-12-21 10:09:43 +0000
  • 39eff474d3 (svn r7521) -Codechange: Rename UpdateAllWaypointCustomGraphics to AfterLoadWaypoints to be more conforming with other such functions. Darkvater 2006-12-21 00:13:56 +0000
  • 52cf13bff6 (svn r7520) -Fix(r7348): memleak due to unconditionally overwriting the filename, name and info of a GRFConfig in IsGoodGRFConfigList. rubidium 2006-12-20 23:44:39 +0000
  • 0bf22bdedf (svn r7519) -Fix: [YAPF] Cache was not deleted when waypoint was built or removed (frosch) KUDr 2006-12-20 23:41:24 +0000
  • 28042b65ac (svn r7518) -Codechange: more NULL pointer resets after free. Darkvater 2006-12-20 21:17:33 +0000
  • 1812bcfc8c (svn r7517) -Codechange: Set pointers to NULL when freeing the newgrf config variables and add the proper const to CopyGRFConfigList Darkvater 2006-12-20 20:43:52 +0000
  • 9011371e83 (svn r7516) -Codechange: Number the newgrf-gui widgets and use their symbolic names for access with some const goodness. Darkvater 2006-12-20 19:16:44 +0000
  • 083ceabe16 (svn r7515) -Codechange [newgrf]: Ignore ascii code 0x0A in text. Newline is 0x0D. Darkvater 2006-12-20 17:03:14 +0000
  • 8bf9f5f7fd (svn r7511) -Fix(r7505): Fix network game list selection by enlarging by two pixel and adding a new row to it glx 2006-12-19 14:24:45 +0000
  • a512188386 (svn r7509) WebTranslator2 update to 2006-12-19 07:13:46 bulgarian - 5 fixed by kokobongo (5) catalan - 1 fixed, 4 changed by arnaullv (5) esperanto - 24 fixed by LaPingvino (24) estonian - 5 fixed by vermon (5) french - 1 fixed by glx (1) portuguese - 1 fixed by izhirahider (1) russian - 1 fixed by Smoky555 (1) ukrainian - 16 fixed by znikoz (16) miham 2006-12-19 06:14:29 +0000
  • 8e87d4f9ea (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. rubidium 2006-12-18 17:29:59 +0000
  • 64bf2432bb (svn r7506) -Codechange: [NewGRF] Add action 7/9/D variable 0x81 (current year) glx 2006-12-18 15:34:12 +0000
  • 32db875d97 (svn r7505) -Feature: show NewGRFs used on a game server, show which NewGRFs you do and do not have. -Feature: show NewGRF compatability of network games in the Game List window; a green square if you got the same OpenTTD version and have the needed NewGRF, a red square if the version does not match and a yellow square if the version matches, but the client is missing at least one of the NewGRFs. rubidium 2006-12-18 12:26:55 +0000
  • f010066c1b (svn r7503) -Codechange: [NewGRF] Add bounds checking for spriteset cargo types. (NewCargo support will change this rule a bit...) peter1138 2006-12-18 10:46:06 +0000
  • 37c45e44af (svn r7501) WebTranslator2 update to 2006-12-15 19:51:16 esperanto - 18 fixed by LaPingvino (18) miham 2006-12-15 18:51:47 +0000
  • d85e9fe405 (svn r7500) -Fix (r7460): GetEnvironmentVariable and strncat take the number of characters and not the number of bytes as an argument. Thanks Tron. Darkvater 2006-12-15 15:21:13 +0000
  • 631becf31d (svn r7499) WebTranslator2 update to 2006-12-15 10:49:50 esperanto - 35 fixed, 2 changed by LaPingvino (37) slovak - 1 fixed by lengyel (1) turkish - 5 fixed by jnmbk (5) miham 2006-12-15 09:50:27 +0000
  • b14c526c92 (svn r7496) -Codechange: [NewGRF] Skip processing a GRF if it deactivated itself. peter1138 2006-12-14 19:10:46 +0000
  • 5772da18b2 (svn r7495) -Fix (r7354): [NewGRF] Deactivate the target GRF, not the current GRF. peter1138 2006-12-14 15:14:29 +0000
  • dd42d07d2a (svn r7494) -Fix: Really disable AI's in Multiplayer if you tell it so. In loaded games with AI's the setting didn't take effect, resulting in immediate desyncs. Darkvater 2006-12-13 22:38:45 +0000
  • a10dc3067a (svn r7492) [Translations] Moved esperanto from unfinished, as it is nearly complete miham 2006-12-13 18:47:59 +0000
  • 3582c8164f (svn r7491) WebTranslator2 update to 2006-12-13 19:43:22 esperanto - 238 fixed, 6 changed by LaPingvino (244) russian - 252 changed by Smoky555 (252) miham 2006-12-13 18:45:23 +0000
  • be3e653db3 (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. peter1138 2006-12-12 19:38:41 +0000
  • 208b466181 (svn r7489) WebTranslator2 update to 2006-12-12 19:57:02 esperanto - 69 fixed by LaPingvino (69) miham 2006-12-12 18:57:32 +0000
  • 2270a64c77 (svn r7488) WebTranslator2 update to 2006-12-12 19:19:02 esperanto - 39 fixed by LaPingvino (39) miham 2006-12-12 18:19:33 +0000
  • 90b6ace889 (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 miham 2006-12-12 13:53:30 +0000
  • 258bf3107b (svn r7486) WebTranslator2 update to 2006-12-12 14:47:37 esperanto - 146 fixed by LaPingvino (146) romanian - 1 fixed, 1 changed by kneekoo (2) russian - 8 fixed, 935 changed by Smoky555 (943) miham 2006-12-12 13:49:02 +0000
  • c95ed1959a (svn r7485) -Codechange: [NewGRF] Add debug warning for unsupported running cost bases for rail vehicles. peter1138 2006-12-12 12:00:50 +0000
  • d5cde8e1f3 (svn r7484) WebTranslator2 update to 2006-12-12 08:39:41 esperanto - 72 fixed by LaPingvino (72) polish - 1 changed by meush (1) russian - 299 fixed, 351 changed by Smoky555 (650) miham 2006-12-12 07:40:14 +0000
  • 7e84ddd5c8 (svn r7482) WebTranslator2 update to 2006-12-11 21:26:12 esperanto - 180 fixed by LaPingvino (180) miham 2006-12-11 20:26:44 +0000
  • 593c644234 (svn r7480) WebTranslator2 update to 2006-12-11 19:29:26 croatian - 126 fixed, 45 changed by knovak (171) danish - 9 fixed, 3 changed by ThomasA (12) dutch - 4 fixed by habell (4) esperanto - 246 fixed, 1 changed by LaPingvino (247) miham 2006-12-11 18:29:59 +0000
  • 3f6d5e2323 (svn r7479) -Fix r5946: don't lower non-existent widget glx 2006-12-11 17:11:44 +0000
  • 8d2c82bc2a (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. rubidium 2006-12-11 12:37:57 +0000
  • c3d65805e7 (svn r7476) -Fix (6965): the paper mill belongs in the Sub-Arctic (LT_HILLY) and not the Tropic (LT_DESERT) climate. rubidium 2006-12-11 12:32:23 +0000
  • 4f7dc6b0f2 (svn r7475) -Fix (r7348): sanity check NewGRF action 8 strings for null terminator peter1138 2006-12-10 21:39:38 +0000
  • 8e26cfb157 (svn r7473) -Fix (r7269): Pass a cargo type to determine the freight weight multiplier instead of a vehicle. Fixes incorrect display of total train capacity. peter1138 2006-12-10 19:00:06 +0000
  • ea518f8d96 (svn r7471) -Codechange: Centre the 'quit' button on the main menu. Darkvater 2006-12-10 15:28:11 +0000
  • 75c053453d (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. Darkvater 2006-12-10 15:21:48 +0000
  • df1684b0d9 (svn r7469) -Fix (r7348): NewGRF settings weren't loaded in cases. peter1138 2006-12-10 12:12:26 +0000
  • aea6916e3a (svn r7468) -Codechange: [win32] Add some comments to MB/WIDE_TO_WIDE/MB_[BUFFER] macros and use them some more in win32 code. Also for the clipboard use the convert_from_fs function instead of calling Win32 API directly. Make the static buffers in OTTD2FS and FS2OTTD the same size (character-length wise) Darkvater 2006-12-10 11:46:43 +0000
  • ff5f9349c8 (svn r7467) -Cleanup: [win32] Disable the submit-savegame-on-crash code as we (webserver) doesn't do anything with it and the button has been disabled for ages. Darkvater 2006-12-10 11:40:31 +0000
  • 2158acb1ae (svn r7466) -Cleanup: [win32] Coding style, indentation, variable localization. Darkvater 2006-12-10 11:37:22 +0000
  • db96bd4b1b (svn r7465) -Codechange: Save the default GRF configuration. peter1138 2006-12-10 11:32:54 +0000
  • 0d5e3344fb (svn r7464) -Codechange: move BuildParamList from newgrf_gui to newgrf_config and prefix with GRF. peter1138 2006-12-10 11:29:14 +0000
  • 778f97c786 (svn r7463) -Codechange: Don't load invalid NewGRF files from the configuration file; instead show a warning. peter1138 2006-12-10 10:12:54 +0000
  • 6bc56c61e3 (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 glx 2006-12-10 00:48:50 +0000
  • 14363bfb51 (svn r7461) -Fix: [FS#262] Add support for building with GCC on OS/2 (psmedley) Darkvater 2006-12-10 00:20:26 +0000
  • 74106ce6e9 (svn r7460) -Fix (r7337): [win32] If the underlying OS didn't have support for SHGetFolderPath the application failed to run. Now test if the function exists and if not try a different approach using our own OTTDSHGetFolderPath wrapper. Darkvater 2006-12-09 23:55:56 +0000