Mon, 23 Jun 2008 08:49:09 +0000 rubidium (svn r13612) -Fix [FS#2104]: wrong comment of CmdSetAutoReplace. Patch by Yexo.
Mon, 23 Jun 2008 08:38:07 +0000 rubidium (svn r13611) -Fix [FS#2100]: if the first bridge can't be build for a given length, then none of the other bridges can. Effectively meaning that if someone replaces the first bridge with a bridge that can be only 3 tiles longs then only other bridges that can be 3 tiles long will be buildable, but only if they are 3 tiles long.
Sun, 22 Jun 2008 21:41:03 +0000 rubidium (svn r13610) [NoAI] -Add: AIDepotList giving you a list of the locations of your depots (including hangars). noai
Sun, 22 Jun 2008 18:44:28 +0000 smatz (svn r13609) -Codechange: silence warnings about unused variables for gcc2 builds without asserts
Sun, 22 Jun 2008 16:01:48 +0000 truebrain (svn r13608) [NoAI] -Change [API CHANGE]: renamed AI_ET_CRASHED_VEHICLE to AI_ET_VEHICLE_CRASHED to be more uniform with other events (Yexo) noai
Sun, 22 Jun 2008 15:41:38 +0000 skidd13 (svn r13607) -Fix (r13606): some coding style issues got fixed but some got/stayed broken
Sun, 22 Jun 2008 15:21:51 +0000 skidd13 (svn r13606) -Codechange: use "static FORCEINLINE" where possible as default for core functions (big functions use just inline instead)
Sun, 22 Jun 2008 12:12:04 +0000 truebrain (svn r13604) [NoAI] -Fix: rail/road crossings are not buildable either (and worse: caused asserts) noai
Sat, 21 Jun 2008 23:59:38 +0000 belugas (svn r13603) -Feature{newGRF]: Add var 65 in Variational Action 2 Variables for Houses.
Sat, 21 Jun 2008 20:58:34 +0000 smatz (svn r13602) -Codechange: little speedup for 8bpp-optimized blitter
Sat, 21 Jun 2008 18:59:15 +0000 smatz (svn r13601) -Codechange: resize the Tile Info window when it is needed, make it better readable
Sat, 21 Jun 2008 13:40:17 +0000 rubidium (svn r13600) [NoAI] -Sync: with trunk r13508:13599. noai
Sat, 21 Jun 2008 13:35:29 +0000 truebrain (svn r13599) [NoAI] -Fix: AIController::Sleep() should always have a value > 0. Warn people if the value is 0 or lower. noai
Sat, 21 Jun 2008 13:30:37 +0000 glx (svn r13598) [NoAI] -Fix (r13596): regression failed noai
Sat, 21 Jun 2008 01:40:56 +0000 belugas (svn r13597) -Codechange: Enumification of the Map menu items.
Sat, 21 Jun 2008 01:16:33 +0000 truebrain (svn r13596) [NoAI] -Fix: speed-up pathfinder.road a lot (Yexo) noai
Fri, 20 Jun 2008 23:12:21 +0000 truebrain (svn r13595) [NoAI] -Add [Library CHANGE]: introducing graph.aystar v4 and pathfinder.road v3, allowing directional searches, tweaking those few bad routes into perfect routes (Yexo) noai
Fri, 20 Jun 2008 21:14:10 +0000 frosch (svn r13594) -Feature(ette)[FS#2093]: Supply newgrfs with 'day of month', 'leap year' and 'day of year'.
Fri, 20 Jun 2008 20:40:47 +0000 smatz (svn r13593) -Fix [FS#2095](r13524): sorting by cargo capacity was broken
Fri, 20 Jun 2008 14:54:47 +0000 skidd13 (svn r13592) -Fix: window size remembering was broken
Fri, 20 Jun 2008 07:23:00 +0000 peter1138 (svn r13591) -Codechange: Support CB36 in the vehicle offer window.
Fri, 20 Jun 2008 01:55:00 +0000 belugas (svn r13590) -Codechange: Enumification of the Save/Load menu items
Thu, 19 Jun 2008 20:06:55 +0000 smatz (svn r13589) -Fix (r11802): signals could be propagated through waypoints built in orthogonal axis
Thu, 19 Jun 2008 20:04:24 +0000 belugas (svn r13588) -Documentation: Document the function PopupMainPlayerToolbMenu. Makes it a bit clearer, don't you think?
Thu, 19 Jun 2008 19:58:30 +0000 skidd13 (svn r13587) -Codechange: make some globals members of VehicleListBase since they are used as such
Thu, 19 Jun 2008 19:58:26 +0000 belugas (svn r13586) -Codechange: Using default parameter, for cases where there are few exceptions.
Thu, 19 Jun 2008 18:09:29 +0000 rubidium (svn r13585) [NoAI] -Add: possibility to get information/perform order changes based on the current order of a vehicle. noai
Thu, 19 Jun 2008 17:54:23 +0000 bjarni (svn r13584) -Fix: [OSX] Fixed issue where 10.5 failed to switch to fullscreen
Thu, 19 Jun 2008 16:33:24 +0000 glx (svn r13583) [NoAI] -Fix: in MultiPlayer, prevent AIDebug window opening for clients. noai
Thu, 19 Jun 2008 16:26:56 +0000 truebrain (svn r13582) [NoAI] -Add: added 'stop_ai', which stops a company controlled by an AI (Yexo) noai
Thu, 19 Jun 2008 13:04:41 +0000 rubidium (svn r13581) -Fix [FS#2040]: RVs continueing onto next DT station when they are build adjacent to them.
Thu, 19 Jun 2008 11:55:14 +0000 truebrain (svn r13580) [NoAI] -Add: allow multiple version of a single library to exist. If you name your directory, say, pathfinder/road.1, and put Road Pathfinder version 1 in it, you can load version 1 and version 2. The system ignores everything after the '.' (dot), and accepts it if the versions differ. noai
Thu, 19 Jun 2008 11:45:52 +0000 rubidium (svn r13579) -Fix [FS#2088]: process the order coming after a conditional order, otherwise the vehicle would already leaving the station before it knows where the next destination is, making it leave in the wrong way. However, after processing as many conditional orders as there are in the order list it will stop processing them in order to not create an infinite loop.
Thu, 19 Jun 2008 11:45:44 +0000 rubidium (svn r13578) -Merge: documentation updates from the 0.6 branch.
Thu, 19 Jun 2008 10:40:19 +0000 skidd13 (svn r13577) -Change: group core files in source.list together
Thu, 19 Jun 2008 10:20:45 +0000 rubidium (svn r13576) -Codechange: disable static NewGRFs when non-static NewGRFs query them in the context of network games. This makes it impossible for static NewGRFs to disable non-static NewGRFs and 'bad' things happening because the non-static NewGRF doesn't know about the static NewGRF.
Thu, 19 Jun 2008 10:19:02 +0000 skidd13 (svn r13575) -Codechange: Move small vector to core since it fits better in there
Thu, 19 Jun 2008 09:33:50 +0000 skidd13 (svn r13574) -Doc: Document the small vector template class
Thu, 19 Jun 2008 09:32:25 +0000 skidd13 (svn r13573) -Codechange: Use smallvec class functions instead of class members
Thu, 19 Jun 2008 09:15:52 +0000 rubidium (svn r13572) -Fix: MSVC x64 complains.
Wed, 18 Jun 2008 21:19:04 +0000 smatz (svn r13571) -Codechange: define channels in struct Colour in different order on LE and BE machines
Wed, 18 Jun 2008 20:58:42 +0000 truebrain (svn r13570) [NoAI] -Add [Library CHANGE]: extended pathfinder.road to support tunnels and bridges. noai
Wed, 18 Jun 2008 20:20:12 +0000 smatz (svn r13568) -Fix (r13564): Windows build asserts where I wouldn't expect it to
Wed, 18 Jun 2008 20:20:44 +0000 truebrain (svn r13569) [NoAI] -Fix: for some silly reason STATION_ANY was 0x00, instead of 0x1F, greatly increasing the complexity of bitmask-checks, for no clear reason noai
Wed, 18 Jun 2008 20:14:48 +0000 truebrain (svn r13567) [NoAI] -Fix: it turns out AIStation::StationType didn't match ::StationType, as it matches (nameless) FACIL_ enum.. which has not the same order as ::StationTYpe.. things can be confusing from time to time :) noai
Wed, 18 Jun 2008 19:58:44 +0000 truebrain (svn r13566) [NoAI] -Fix: make AITileList_StationType a bit more friendly, and allow STATION_ANY noai
Wed, 18 Jun 2008 16:48:58 +0000 smatz (svn r13565) -Change [FS#2077]: when invisibility is set, sprite sequences are now drawn until first non-opaque sprite is found (bit 14 not set)
Wed, 18 Jun 2008 13:11:02 +0000 smatz (svn r13564) -Codechange: do not use SetPixel in PaletteAnimate, access destination directly instead. Makes palette animation ~40% faster.
Wed, 18 Jun 2008 10:58:16 +0000 truebrain (svn r13563) [NoAI] -Fix: added some asserts to ensure sanity of AI*Modes. noai
Wed, 18 Jun 2008 03:19:31 +0000 belugas (svn r13562) -Codechange: Yet another enumification, which required a bit of explanation/documentation of a trickery some would call a hack
Wed, 18 Jun 2008 02:38:28 +0000 belugas (svn r13561) -Codechange: two more enumifications of widgets
Wed, 18 Jun 2008 02:04:01 +0000 belugas (svn r13560) -Fix(r13550): This section widget_count did not required to be lowered. So small revert
Tue, 17 Jun 2008 23:51:17 +0000 belugas (svn r13559) -Codechange: Enumification of the Options menu items
Tue, 17 Jun 2008 23:16:33 +0000 rubidium (svn r13558) [NoAI] -Codechange: generate an error when you pass a wrong typed value via an array meant for integers to the (C++) API. noai
Tue, 17 Jun 2008 22:37:09 +0000 rubidium (svn r13557) [NoAI] -Add: function to determine whether two adjacent tiles can be travelled by a ship. noai
Tue, 17 Jun 2008 21:44:41 +0000 rubidium (svn r13554) [NoAI] -Fix (r13553): do compile the right directory before commiting... otherwise you'll end up with committing compile errors :( noai
Tue, 17 Jun 2008 21:35:32 +0000 rubidium (svn r13553) [NoAI] -Add: function to determine the state of a vehicle (running, manually stopped, broken down, crashed etc.). noai
Tue, 17 Jun 2008 19:38:00 +0000 smatz (svn r13552) -Codechange: use TTD_ENDIAN comparations instead of tests if TTD_[BIG/LITTLE]_ENDIAN is defined
Tue, 17 Jun 2008 17:25:22 +0000 smatz (svn r13551) -Codechange: store offsets to different zoom levels in a distinguished struct instead in the data stream for 8bpp-optimized
Tue, 17 Jun 2008 16:33:55 +0000 belugas (svn r13550) -Fix(r13540, r13542): widget_count did not had the same value as 27. So, it has to be lowered by one, so it can be used as a widget "pointer"