Mon, 30 Jun 2008 10:40:50 +0000 truebrain (svn r13652) [NoAI] -Fix: throw thread-exit-signal with a custom class, not with the value '0', which might be captured by a lot of other layers noai
Mon, 30 Jun 2008 10:26:40 +0000 truebrain (svn r13651) [NoAI] -Fix: SUSPENDED state can be STOPPING state too in some cases, which made debugging slightly harder .. don't 'cheat' like that, and split the ambiguous SUSPENDED into unambiguous SUSPENDED and STOPPING noai
Mon, 30 Jun 2008 09:57:17 +0000 truebrain (svn r13650) [NoAI] -Fix: don't segfault if you type just 'stop_ai' noai
Sat, 28 Jun 2008 15:44:24 +0000 frosch (svn r13649) -Codechange: Split the GfxFillRect() special flags from 'color' into their own parameter.
Fri, 27 Jun 2008 20:59:30 +0000 frosch (svn r13648) -Cleanup (r5303): Amplitudes should be amplitudes and not amplitudes/16.
Fri, 27 Jun 2008 17:46:43 +0000 skidd13 (svn r13647) -Codechange: replace MAX_UVALUE() for std types with the equivalent constant
Fri, 27 Jun 2008 16:16:35 +0000 belugas (svn r13646) -Change: typos and miss-aligned enum values
Fri, 27 Jun 2008 15:01:18 +0000 frosch (svn r13645) -Codechange: Convert a macro into an inlined member function.
Fri, 27 Jun 2008 02:26:51 +0000 belugas (svn r13644) -Fix(r13643): compare an apple with an apple. MSVC seems to not care, but some other compilers do.
Fri, 27 Jun 2008 01:26:13 +0000 belugas (svn r13643) -Codechange: Enumify some loosely related values been used in the toolbar resizing processes
Thu, 26 Jun 2008 17:43:56 +0000 belugas (svn r13642) -Documentation: Add the enum values to the widget arrays, in concordance with code style
Thu, 26 Jun 2008 17:13:39 +0000 belugas (svn r13641) -Fix: Misleading enum name.
Thu, 26 Jun 2008 16:47:29 +0000 smatz (svn r13640) -Codechange: make colours behind not fully solid objects less darker for BM_TRANSPARENT (for 32bpp blitters)
Thu, 26 Jun 2008 15:46:19 +0000 smatz (svn r13639) -Codechange: rewrite 32bpp-anim and 32bpp-optimized drawing and encoding so it uses similiar scheme as 8bpp-optimized
Thu, 26 Jun 2008 00:40:42 +0000 smatz (svn r13638) -Fix: signed/unsigned warning for MSVC9 and gcc2
Wed, 25 Jun 2008 21:37:59 +0000 miham (svn r13637) -Update: WebTranslator2 update to 2008-06-25 23:36:50
Wed, 25 Jun 2008 20:09:47 +0000 truebrain (svn r13636) [NoAI] -Add: added AIGroupList, to list your groups (Yexo) noai
Wed, 25 Jun 2008 20:08:40 +0000 truebrain (svn r13635) [NoAI] -Fix: minor typo (Yexo) noai
Wed, 25 Jun 2008 20:04:27 +0000 frosch (svn r13634) -Codechange: Let house var 0x65 ignore the house, the variable is queried for.
Wed, 25 Jun 2008 19:33:11 +0000 rubidium (svn r13633) -Fix: restoring 'service at depot X' orders from the order backup failed.
Wed, 25 Jun 2008 18:46:05 +0000 frosch (svn r13632) -Codechange: Use 'void *' for user-data of CircularTileSearch().
Wed, 25 Jun 2008 17:45:05 +0000 smatz (svn r13631) -Fix (r13618): forgot #define avoiding multiple inclusions
Wed, 25 Jun 2008 17:37:12 +0000 skidd13 (svn r13630) -Update: apply english.txt changes from r13628 to other languages
Wed, 25 Jun 2008 17:30:53 +0000 frosch (svn r13629) -Fix [FS#2108](r13603): diameter != radius
Wed, 25 Jun 2008 17:30:16 +0000 skidd13 (svn r13628) -Feature: enable building of aqueducts in the scenario editor
Wed, 25 Jun 2008 17:01:19 +0000 truebrain (svn r13627) [NoAI] -Fix: typo in word 'nuclear' (Finaldeath) noai
Tue, 24 Jun 2008 23:38:10 +0000 smatz (svn r13626) -Fix (r11871): signals were not updated when player removed signals from nonexistent track sharing bits with existing track
Tue, 24 Jun 2008 21:46:18 +0000 truebrain (svn r13625) [NoAI] -Fix: re-introduce the About button in the last menu, to make Yexo really really happy again :) noai
Tue, 24 Jun 2008 15:58:01 +0000 rubidium (svn r13624) -Fix [FS#2106]: crash when one tries to raise the nothern corner of MP_VOID tiles (i.e. the southern corner of the tiles on the southern map edge) in the scenario editor.
Tue, 24 Jun 2008 13:49:13 +0000 rubidium (svn r13623) -Codechange: only show the 'load' of articulated RV parts that have a capacity instead of showing 'empty' parts when a vehicle is completely full.
Tue, 24 Jun 2008 13:47:15 +0000 rubidium (svn r13622) -Fix [FS#2109]: only the front of a RV would be considered when determining to what cargos a vehicle can be refitted instead of all cargos.
Tue, 24 Jun 2008 11:42:01 +0000 rubidium (svn r13621) -Fix: building roadbits in the wrong direction on bridges or building roadbits from underneath the bridge to the bridgehead is impossible, so don't silently ignore that error when building over houses and industries is not ignored.
Tue, 24 Jun 2008 11:37:33 +0000 truebrain (svn r13620) [NoAI] -Fix: foreach() on empty lists gave weird error (bug by Yexo) noai
Tue, 24 Jun 2008 09:15:45 +0000 smatz (svn r13619) -Codechange: use 'const char *' instead of std::string for blitter and driver names
Tue, 24 Jun 2008 09:05:24 +0000 smatz (svn r13618) -Codechange: move tar-specific declarations to separate file
Mon, 23 Jun 2008 22:51:21 +0000 skidd13 (svn r13617) -Codechange: calculate the diff in StationWaitingSorter directly
Mon, 23 Jun 2008 16:23:36 +0000 truebrain (svn r13616) [NoAI] -Fix: on AIAbstractList->Clear(), make sure the sorter is invalidated too noai
Mon, 23 Jun 2008 13:52:21 +0000 truebrain (svn r13615) [NoAI] -Fix: fixed most, if not all, problems around AIAbstractList. It is now safe to remove values while looping, among other things. noai
Mon, 23 Jun 2008 12:46:38 +0000 rubidium (svn r13614) [NoAI] -Add: AIGroup which allows an AI to manage its vehicle in the context of groups. noai
Mon, 23 Jun 2008 12:33:38 +0000 truebrain (svn r13613) [NoAI] -Add: added AIStation::GetNearestTown(), which returns the nearest town AT MOMENT OF STATION CREATION (Yexo) noai
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