log

age author description
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