Sun, 08 Mar 2009 16:10:39 +0000 |
smatz |
(svn r15643) -Fix [FS#2711]: be more strict with zeroing unused map array bits
draft
|
Sun, 08 Mar 2009 01:20:11 +0000 |
smatz |
(svn r15642) -Codechange: use a default parameter value in CalcClosestTownFromTile
draft
|
Sat, 07 Mar 2009 23:02:28 +0000 |
rubidium |
(svn r15641) -Fix: some gcc compilers seem to be chosing the C++ standard for strrchr, others the C standard...
draft
|
Sat, 07 Mar 2009 22:40:47 +0000 |
smatz |
(svn r15640) -Fix [FS#2712]: game crashes when network pools are empty, so always allocate at least one pool block
draft
|
Sat, 07 Mar 2009 21:36:13 +0000 |
yexo |
(svn r15639) -Change: When you disable "Towns are allowed to build roads", pressing "Expand" in the town window in the scenario editor will no longer build roads.
draft
|
Sat, 07 Mar 2009 20:55:24 +0000 |
truebrain |
(svn r15638) -Fix: there is a time in your life you should stop coding for a project. You know that time is there when you make two huge mistakes in just 10 lines of code. I wish you all the best of luck :) (ps: HUGE mistakes!)
draft
|
Sat, 07 Mar 2009 20:53:32 +0000 |
truebrain |
(svn r15637) -Fix: when you try to protect something from doing something it shouldn't be doing, make sure that the actions happening after that, doesn't start doing what it shouldn't be doing. This of course would only happen in rare corner cases.
draft
|
Sat, 07 Mar 2009 18:58:35 +0000 |
translators |
(svn r15636) -Update: WebTranslator2 update to 2009-03-07 18:58:32
draft
|
Sat, 07 Mar 2009 18:19:53 +0000 |
rubidium |
(svn r15635) -Fix [FS#2707]: don't allow more than 64 road vehicles to reserve a slot at a single road stop. 255 + 1 gives trouble, but 64 is even more than the roadstop would be able to handle within the slot timeout time.
draft
|
Sat, 07 Mar 2009 17:57:54 +0000 |
rubidium |
(svn r15634) -Fix (r15632): some compilers seem to warn about the return value of fscanf.
draft
|
Fri, 06 Mar 2009 21:07:01 +0000 |
yexo |
(svn r15633) -Fix (r15632): apparently there are several conflicting definitions of the arguments / return values of strrchr.
draft
|
Fri, 06 Mar 2009 19:33:45 +0000 |
rubidium |
(svn r15632) -Feature: allow downloading scenarios and heightmaps via bananas.
draft
|
Fri, 06 Mar 2009 18:48:10 +0000 |
translators |
(svn r15631) -Update: WebTranslator2 update to 2009-03-06 18:47:57
draft
|
Fri, 06 Mar 2009 15:20:18 +0000 |
yexo |
(svn r15630) -Fix (r15027): Make sure OpenTTD loads the dummy AI script when no other AI is available instead of a non-existing file.
draft
|
Fri, 06 Mar 2009 14:21:26 +0000 |
yexo |
(svn r15629) -Fix (r15027): Validate strings that are passed from squirrel to the API, not strings passed from the API to squirrel.
draft
|
Fri, 06 Mar 2009 12:42:01 +0000 |
smatz |
(svn r15628) -Fix [FS#2705]: kicking/banning a client from the Client list window crashed the server
draft
|
Fri, 06 Mar 2009 03:01:35 +0000 |
belugas |
(svn r15627) -Documentation: Add two Doxygen strings (Alberth).
draft
|
Fri, 06 Mar 2009 01:23:25 +0000 |
rubidium |
(svn r15626) -Fix [FS#2698]: UTF8 string handling could cause buffer overruns.
draft
|
Fri, 06 Mar 2009 00:41:58 +0000 |
smatz |
(svn r15625) -Codechange: remove unneeded assert
draft
|
Thu, 05 Mar 2009 22:55:47 +0000 |
smatz |
(svn r15624) -Fix (r15621): warning about comparing signed and unsigned integer types
draft
|
Thu, 05 Mar 2009 22:14:27 +0000 |
rubidium |
(svn r15623) -Fix (r15615): close the files you've opened
draft
|
Thu, 05 Mar 2009 17:52:35 +0000 |
peter1138 |
(svn r15622) -Codechange: Duplication.
draft
|
Thu, 05 Mar 2009 17:37:56 +0000 |
peter1138 |
(svn r15621) -Feature: When cloning a vehicle with a custom name, add and/or increment a number at the end of name and assign it to the new vehicle (for emma)
draft
|
Thu, 05 Mar 2009 17:21:42 +0000 |
belugas |
(svn r15620) -Fix[FS#2699]: Error in documentation (Conditional Zenith).
draft
|
Thu, 05 Mar 2009 16:14:56 +0000 |
michi_cc |
(svn r15619) -Fix [FS#2701]: When trying to reserve a self-crossing path the failed reservation was sometimes not cleared completely.
draft
|
Wed, 04 Mar 2009 23:46:47 +0000 |
rubidium |
(svn r15618) -Cleanup: remove unneeded (empty) scenario directory.
draft
|
Wed, 04 Mar 2009 23:32:23 +0000 |
rubidium |
(svn r15617) -Change [FS#2694]: vehicle variables 40-43 weren't cached (though spec stated they are). Caching these variables can yield a 10+% speed increase when those vehicle variables are queried often.
draft
|
Wed, 04 Mar 2009 23:12:48 +0000 |
yexo |
(svn r15616) -Change [API CHANGE]: Rename AIOrder::ChangeOrder() to AIOrder::SetOrderFlags().
draft
|
Wed, 04 Mar 2009 23:12:15 +0000 |
rubidium |
(svn r15615) -Feature: show scenarios/heightmaps from both your home directory and installation directory.
draft
|
Wed, 04 Mar 2009 22:37:25 +0000 |
yexo |
(svn r15614) -Add [NoAI]: AIVehicleList_Group(group_id) and AIVehicleList_DefaultGroup(vehicle_type).
draft
|
Wed, 04 Mar 2009 18:38:12 +0000 |
translators |
(svn r15613) -Update: WebTranslator2 update to 2009-03-04 18:38:03
draft
|
Wed, 04 Mar 2009 14:25:53 +0000 |
rubidium |
(svn r15612) -Codechange: unduplicate directory creation
draft
|
Wed, 04 Mar 2009 10:02:00 +0000 |
rubidium |
(svn r15611) -Change: when sorting files on modification date and the modification date is equal sort on the title so reversing the sorting direction actually reverses the order the listed files
draft
|
Wed, 04 Mar 2009 09:53:31 +0000 |
rubidium |
(svn r15610) -Change: allow loading of heightmaps and savegames (any form) that are in .tar files
draft
|
Wed, 04 Mar 2009 08:02:16 +0000 |
peter1138 |
(svn r15609) -Fix: Code style...
draft
|
Wed, 04 Mar 2009 01:09:48 +0000 |
rubidium |
(svn r15608) -Codechange: use the file scanner to find the files for the saveload window.
draft
|
Wed, 04 Mar 2009 00:19:42 +0000 |
rubidium |
(svn r15607) -Codechange: support searching files without filtering on extension.
draft
|
Wed, 04 Mar 2009 00:17:51 +0000 |
rubidium |
(svn r15606) -Codechange: make it possible to not recursively search with the file scanner (i.e. only search a single directory).
draft
|
Wed, 04 Mar 2009 00:13:52 +0000 |
rubidium |
(svn r15605) -Codechange: constify a function
draft
|
Tue, 03 Mar 2009 22:46:08 +0000 |
rubidium |
(svn r15604) -Fix [FS#2661]: towns would only build houses where the grid would not be, even when they aren't allowed to build roads and the user 'implements' another layout.
draft
|
Tue, 03 Mar 2009 20:33:57 +0000 |
rubidium |
(svn r15603) -Fix [FS#2696]: crash when using an extraordinarily large sprite as cursor.
draft
|
Tue, 03 Mar 2009 18:40:23 +0000 |
translators |
(svn r15602) -Update: WebTranslator2 update to 2009-03-03 18:40:15
draft
|
Mon, 02 Mar 2009 22:57:47 +0000 |
rubidium |
(svn r15601) -Fix [FS#2615]: bridges/tunnels don't store tram owner making it possible to remove someone's tram tracks.
draft
|
Mon, 02 Mar 2009 21:01:19 +0000 |
yexo |
(svn r15600) -Fix (r0): Replace a newline in a news message by four spaces before drawing it in the statusbar.
draft
|
Mon, 02 Mar 2009 18:39:42 +0000 |
translators |
(svn r15599) -Update: WebTranslator2 update to 2009-03-02 18:39:38
draft
|
Mon, 02 Mar 2009 18:01:33 +0000 |
rubidium |
(svn r15598) -Fix [FS#2695]: crash when opening viewport while scrolling the map and the mouse 'lands' on the window decoration of the viewport.
draft
|
Sun, 01 Mar 2009 23:22:17 +0000 |
rubidium |
(svn r15597) -Fix (r15563): regression wasn't updated after the removal of AIIndustry::GetMaxIndustryID().
draft
|
Sun, 01 Mar 2009 21:48:03 +0000 |
rubidium |
(svn r15596) -Change: road vehicles can stop at stops when they own the stop, not when they own the road/tram track.
draft
|
Sun, 01 Mar 2009 18:36:05 +0000 |
translators |
(svn r15595) -Update: WebTranslator2 update to 2009-03-01 18:35:59
draft
|
Wed, 04 Feb 2009 18:08:00 +0100 |
Michael Lutz |
WIP
draft advance_nostop
|
Thu, 05 Feb 2009 16:29:12 +0100 |
Michael Lutz |
-Feature: Extend the path of a train to the next safe position on encountering an advance/combination path signal.
draft advance
|
Sun, 01 Feb 2009 21:18:51 +0100 |
Michael Lutz |
-Add: Introduce advance and combination path signals.
draft
|
Sun, 01 Feb 2009 14:26:05 +0100 |
Michael Lutz |
-Codechange: Extend the signal states for PBS signals to allow for two more states.
draft
|
Wed, 03 Sep 2008 15:29:45 +0200 |
Michael Lutz |
-Codechange: Use builtins with MSVC for bitmath functions.
draft bitmath
|
Sat, 28 Feb 2009 18:51:26 +0000 |
translators |
(svn r15594) -Update: WebTranslator2 update to 2009-02-28 18:51:15
draft
|
Fri, 27 Feb 2009 22:26:06 +0000 |
yexo |
(svn r15593) -Change: the background of the the waypoint sign is now in the company color.
draft
|
Fri, 27 Feb 2009 20:40:39 +0000 |
frosch |
(svn r15592) -Fix: Refit-info in purchase list did only check the first articulated part.
draft
|
Fri, 27 Feb 2009 18:16:21 +0000 |
translators |
(svn r15591) -Update: WebTranslator2 update to 2009-02-27 18:16:01
draft
|
Thu, 26 Feb 2009 20:30:41 +0000 |
yexo |
(svn r15590) -Fix (r15584): _screenshot_name is an array, not a char * pointer.
draft
|
Thu, 26 Feb 2009 14:10:57 +0000 |
smatz |
(svn r15589) -Fix: drawing of waypoints with invalid owner was broken
draft
|