Sun, 05 Jun 2005 20:45:04 +0000 hackykid (svn r2412) - Fix: [ 1214948 ] building vehicles without depot crashes game. (Chris Huebsch)
Sun, 05 Jun 2005 15:37:00 +0000 hackykid (svn r2411) - Codechange: Have trains cache stuff like consist power/weight/max speed instead of recalculating it each time.
Sun, 05 Jun 2005 05:35:12 +0000 hackykid (svn r2410) - Fix: [newgrf] When resolving callbacks, dont ignore wagon overrides.
Sat, 04 Jun 2005 12:14:51 +0000 tron (svn r2409) Missed one _map_owner -> IsTileOwner()
Sat, 04 Jun 2005 12:13:24 +0000 tron (svn r2408) Introduce SetTileOwner() and use it
Sat, 04 Jun 2005 11:56:32 +0000 tron (svn r2407) Use {Get,Is}TileOwner to get/check the owner of a tile and fix some bogus reads of _map_owner
Sat, 04 Jun 2005 07:36:28 +0000 miham (svn r2406) [Translations] Updated to 2005-06-04 (42 strs / 11 langs)
Sat, 04 Jun 2005 07:35:12 +0000 tron (svn r2405) Simplify a few '? true : false' and '? false : true', especially the latter is confusing
Fri, 03 Jun 2005 22:43:59 +0000 tron (svn r2404) assert that GetTileOwner() isn't called for tiles, which don't store owner information
Fri, 03 Jun 2005 22:25:06 +0000 tron (svn r2403) if cascade -> switch
Fri, 03 Jun 2005 12:09:55 +0000 miham (svn r2402) [Translations] Updated to 2005-06-03 (10 strs / 5 langs)
Fri, 03 Jun 2005 10:39:30 +0000 hackykid (svn r2401) - Fix: [newgrf] Finish up callback mechanism, implement 'refit capacity' callback slightly more correct.
Thu, 02 Jun 2005 21:38:50 +0000 hackykid (svn r2400) - Fix: [newgrf] Load power for dual-headed engines correctly
Thu, 02 Jun 2005 19:55:37 +0000 orudge (svn r2399) - Fix: Update OS/2 project file with filename changes
Thu, 02 Jun 2005 19:39:29 +0000 Darkvater (svn r2398) - CodeChange: forgot to update unix and os2 specific files as well.
Thu, 02 Jun 2005 19:30:21 +0000 Darkvater (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Thu, 02 Jun 2005 17:17:24 +0000 orudge (svn r2396) - Fix: Put strcasecmp back into os2.c, sorry Tron!
Thu, 02 Jun 2005 15:48:28 +0000 Darkvater (svn r2395) - Fix: oops, forgot a break in a console switch.
Thu, 02 Jun 2005 10:39:46 +0000 orudge (svn r2394) - Completed clipboard functions for OS/2 port
Thu, 02 Jun 2005 09:51:01 +0000 orudge (svn r2393) - Implemented threaded saving for OS/2
Wed, 01 Jun 2005 23:12:29 +0000 Darkvater (svn r2392) - Fix some typos (Tron)
Wed, 01 Jun 2005 23:08:33 +0000 Darkvater (svn r2391) - Feature: saving games happen in a seperate thread so you no longer will have to wait such a long time (especially handy on bigger maps and multiplayer games). The mouse also changes into the 'ZZZ' state :P. The thread on windows is currently given a little-bit-less-than-normal priority so it should not interfere that much with the gameplay; it will take a bit longer though. Upon the exit of the game any pending saves are waited upon.
Wed, 01 Jun 2005 11:52:44 +0000 hackykid (svn r2390) - Codechange: Fix some warnings on GCC 4.0.0
Wed, 01 Jun 2005 11:34:37 +0000 hackykid (svn r2389) - Feature: [newgrf] Implement the mechanism for handling newgrf callbacks.
Wed, 01 Jun 2005 10:30:45 +0000 hackykid (svn r2388) - Fix: [realistic accel] Very slow trains no longer get an increase in maximum speed when part of them is in a depot.
Mon, 30 May 2005 22:16:05 +0000 Darkvater (svn r2387) - CodeChange: made the saveload code more readable and also removed the 'byte' saveload arrays which means you can save an array of more than 255 elements, or bigger structs than 255 bytes. This doesn't yet solve the problem that a chunk can be a maximum of 16384 big.
Mon, 30 May 2005 21:46:10 +0000 matthijs (svn r2386) * Blaat
Mon, 30 May 2005 16:03:21 +0000 Darkvater (svn r2385) - Feature: shortcut CTRL + U that clears the commandline of the current input-box. As requested by Tron.
Mon, 30 May 2005 15:50:20 +0000 Darkvater (svn r2384) - Fix: Check selling land and setting player colour. Also an extra map-bounds check for terraforming; inspired by the monkey (and Tron :) )
Mon, 30 May 2005 14:45:36 +0000 Darkvater (svn r2383) - Fix: Monkey-testing turned up some command crashes.
Mon, 30 May 2005 13:35:39 +0000 Darkvater (svn r2382) - Fix: Check the airport type when building an airport
Mon, 30 May 2005 13:06:15 +0000 Darkvater (svn r2381) - Fix: [ 1210610 ] Endgame window on easy difficulty results in infinite loop. Oops. Seperated the window classes of endgame and highscreen.
Mon, 30 May 2005 10:18:18 +0000 orudge (svn r2380) - Fix: Build year for mail compartment of planes was not set correctly, affected station ratings (Asterix_)
Sun, 29 May 2005 20:42:01 +0000 orudge (svn r2379) - Fix: [newgrf] Note to self, check thoroughly before committing!
Sun, 29 May 2005 20:36:11 +0000 orudge (svn r2378) - Fix: [newgrf] Further property stubs, help prevents subsequent incorrect reading of newgrf data
Sun, 29 May 2005 20:05:04 +0000 orudge (svn r2377) - Fix: [newgrf] Ignore action 0 prop 0x20 (air drag)
Sun, 29 May 2005 16:06:21 +0000 miham (svn r2376) [Translations] Updated to 2005-04-29 (28 strs / 3 langs)
Sat, 28 May 2005 19:05:24 +0000 Darkvater (svn r2375) - CodeChange: add the newly added 'all' of server_ip to it's helptext.
Sat, 28 May 2005 18:47:05 +0000 Darkvater (svn r2374) - CodeChange: giving server_ip a value of 'all' will make the server listen on any interface (0.0.0.0); also fix a typo in one of the script example files: s/ports/interfaces
Sat, 28 May 2005 17:01:26 +0000 Darkvater (svn r2373) - CodeChange: don't redraw the window upon a user-based dirty request if the requested widget is invisible or otherwise not visible (type WWT_EMPTY)
Sat, 28 May 2005 16:59:51 +0000 Darkvater (svn r2372) - Fix (console): update the example scripts in the scripts/ directory to reflect the new console functionality
Sat, 28 May 2005 10:32:09 +0000 matthijs (svn r2371) - Fix: [ 1144510 ] make install tries to install scenarios in the (non-existing) personal dir when USE_HOMEDIR is specified.
Sat, 28 May 2005 09:29:36 +0000 tron (svn r2370) Replace some magic numbers with symbolic names
Fri, 27 May 2005 15:05:54 +0000 tron (svn r2369) Remove _thd_ptr: It always holds the address of _thd
Fri, 27 May 2005 13:41:03 +0000 Darkvater (svn r2368) - Fix: Add 'multihead' TTDPatch option to OpenTTD newgrf flags-emulation (DBSETXLW doesn't complain about it anymore)
Thu, 26 May 2005 19:43:56 +0000 tron (svn r2367) Remove some unused functions, probably was some debug stuff
Thu, 26 May 2005 19:41:58 +0000 tron (svn r2366) Use SetRedErrorSquare() instead of home brewed version
Thu, 26 May 2005 16:31:32 +0000 hackykid (svn r2365) - Change: [refitting] Make refitting capacities for trains newgrf compatible. Train vehicles can now carry twice as much mail/goods as other cargo, and four times as much passengers.
Tue, 24 May 2005 16:13:37 +0000 Darkvater (svn r2364) - Fix (regression): [ 1206850 ] Cannot change difficulty in main menu, always the value it was before you changed it. A too rigid check forgot to check the parameter value -1 which set the difficulty level itself.
Mon, 23 May 2005 19:00:16 +0000 matthijs (svn r2363) - Codechange: [NPF] Removed caching the endnode check. The code for this was buggy, fundamentally flawed and barely useful. (Hackykid)
Mon, 23 May 2005 16:41:51 +0000 miham (svn r2362) [Translations] Updated to 2005-04-23 (207 strs / 6 langs)
Sun, 22 May 2005 14:10:20 +0000 hackykid (svn r2361) - Feature: [newgrf] Implement varaction2 property 0x41 and 0xDA. These are the position in and length of chain of consecutive vehicles with the same type, and index of the next wagon in the chain (INVALID_VEHICLE if last), resp. Improves displaying of some engines in the dbsetxl.
Sun, 22 May 2005 08:09:40 +0000 tron (svn r2360) Use GB and SB in [GS]etMapExtraBits
Sun, 22 May 2005 07:43:18 +0000 tron (svn r2359) Use strecpy instead of str_cat (which was rather a cpy than a cat, btw), remove the latter and simplify some constructs
Sun, 22 May 2005 07:12:09 +0000 tron (svn r2358) Add macros for getting (GB) and setting (SB) a range of bits
Sat, 21 May 2005 21:30:13 +0000 orudge (svn r2357) Small OS/2 update
Sat, 21 May 2005 19:42:34 +0000 tron (svn r2356) Make check if statvfs() is availible a bit more sensible
Sat, 21 May 2005 19:41:35 +0000 orudge (svn r2354) Update OpenTTD for 0.4.0.1 release 0.4.0.1
Sat, 21 May 2005 15:18:20 +0000 Darkvater (svn r2353) - Prepare windows installer for 0.4.0.1
Fri, 20 May 2005 17:59:24 +0000 Darkvater (svn r2352) - Feature: add the possibility to print out the current debug-level