log

age author description
Tue, 10 Mar 2009 18:54:33 +0000 peter1138 (svn r15665) -Fix (r8973): Handling of aircraft crash counter did not take account of the reduced number of calls (from 6 down to 2) to the aircraft event handler, resulting in crashed aircraft taking three times longer than they should to clear. Compensate by increasing the counter by 3 on every call instead of 1. draft
Tue, 10 Mar 2009 14:54:46 +0000 glx (svn r15664) -Fix [FS#2716]: as always windows needs special handling when strings are involved draft
Tue, 10 Mar 2009 11:12:03 +0000 rubidium (svn r15663) -Fix: growing of vsize as (some) threads weren't properly released. draft
Tue, 10 Mar 2009 06:53:00 +0000 peter1138 (svn r15662) -Fix (r11795): Don't mark a company as having ratings in a town when querying the cost of a command. draft
Mon, 09 Mar 2009 23:27:38 +0000 rubidium (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse) draft
Mon, 09 Mar 2009 23:08:23 +0000 yexo (svn r15659) -Fix [Squirrel]: The garbage collection would sometimes loop (2^32 - small_value) times instead of only small_value times. draft
Mon, 09 Mar 2009 22:14:47 +0000 yexo (svn r15658) -Fix [NoAI]: Rewrite AIAbstractList::Valuate to make it more readable and fix a crash if no parameters are given to that function. draft
Mon, 09 Mar 2009 21:55:17 +0000 rubidium (svn r15657) -Fix [FS#2716]: undeterministic file sorting when the date is equal for all files draft
Mon, 09 Mar 2009 21:33:05 +0000 frosch (svn r15656) -Fix: Changing dynamic_engines also requires reloading newgrfs as well as resetting the OverrideManager. draft
Mon, 09 Mar 2009 19:14:36 +0000 michi_cc (svn r15655) -Codechange: Initialise vehicle vars only after a placement new so possible default constructors don't overwrite the values. draft
Mon, 09 Mar 2009 18:56:50 +0000 frosch (svn r15654) -Fix: Only ever call any vehicle callbacks after the whole articulated engine has been built. (except 0x16) draft
Mon, 09 Mar 2009 18:43:05 +0000 translators (svn r15653) -Update: WebTranslator2 update to 2009-03-09 18:42:57 draft
Mon, 09 Mar 2009 18:41:54 +0000 michi_cc (svn r15652) -Fix [FS#2706]: new (this) is seldom a good idea as destructors of member variables aren't run causing memory leaks. draft
Mon, 09 Mar 2009 13:38:00 +0000 peter1138 (svn r15651) -Codechange: Codestyle and comments. draft
Mon, 09 Mar 2009 13:06:49 +0000 peter1138 (svn r15650) -Codechange: Use a ReusableBuffer for loading NewGRF pseudo-sprites into instead of using malloc()/free() for every single one. draft
Mon, 09 Mar 2009 09:38:00 +0000 rubidium (svn r15649) -Fix (r15556): don't unnecessarily reallocate draft
Sun, 08 Mar 2009 23:06:41 +0000 rubidium (svn r15648) -Fix (r14773): hack around an OSX stupidity in < 10.4 w.r.t. signals by not having any signal handling support for OSX < 10.4. Thanks to PearPC and TrueBrain's OSX compiler. draft
Sun, 08 Mar 2009 18:33:05 +0000 translators (svn r15647) -Update: WebTranslator2 update to 2009-03-08 18:32:50 draft
Sun, 08 Mar 2009 18:08:30 +0000 frosch (svn r15646) -Fix: Be lenient on users who do stupid things like loading newgrfs statically, which modify engine names, while dynamic_engines is enabled or the to be modified engine is not (yet) present. draft
Sun, 08 Mar 2009 16:51:08 +0000 frosch (svn r15645) -Fix (r12924)[FS#2612]: Add an EngineOverrideManager to give the term 'compatible newgrf' again some sense and to not crash because of trivial changes. draft
Sun, 08 Mar 2009 16:14:14 +0000 rubidium (svn r15644) -Fix [FS#2710]: closing a network connection twice in the case that sending packets starts failing while disconnecting draft
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