------------------------------------------------------------------------ r13631 | smatz | 2008-06-25 17:45:05 +0000 (Wed, 25 Jun 2008) | 1 line -Fix (r13618): forgot #define avoiding multiple inclusions ------------------------------------------------------------------------ r13630 | skidd13 | 2008-06-25 17:37:12 +0000 (Wed, 25 Jun 2008) | 2 lines -Update: apply english.txt changes from r13628 to other languages ------------------------------------------------------------------------ r13629 | frosch | 2008-06-25 17:30:53 +0000 (Wed, 25 Jun 2008) | 1 line -Fix [FS#2108](r13603): diameter != radius ------------------------------------------------------------------------ r13628 | skidd13 | 2008-06-25 17:30:16 +0000 (Wed, 25 Jun 2008) | 3 lines -Feature: enable building of aqueducts in the scenario editor -Codechange: related to this split the waterway based buttons from the landscape generation window ------------------------------------------------------------------------ r13626 | smatz | 2008-06-24 23:38:10 +0000 (Tue, 24 Jun 2008) | 2 lines -Fix (r11871): signals were not updated when player removed signals from nonexistent track sharing bits with existing track So disallow removing signals from nonexistent track ------------------------------------------------------------------------ r13624 | rubidium | 2008-06-24 15:58:01 +0000 (Tue, 24 Jun 2008) | 2 lines -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. ------------------------------------------------------------------------ r13623 | rubidium | 2008-06-24 13:49:13 +0000 (Tue, 24 Jun 2008) | 2 lines -Codechange: only show the 'load' of articulated RV parts that have a capacity instead of showing 'empty' parts when a vehicle is completely full. ------------------------------------------------------------------------ r13622 | rubidium | 2008-06-24 13:47:15 +0000 (Tue, 24 Jun 2008) | 2 lines -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. ------------------------------------------------------------------------ r13621 | rubidium | 2008-06-24 11:42:01 +0000 (Tue, 24 Jun 2008) | 2 lines -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. ------------------------------------------------------------------------ r13619 | smatz | 2008-06-24 09:15:45 +0000 (Tue, 24 Jun 2008) | 2 lines -Codechange: use 'const char *' instead of std::string for blitter and driver names Removes indirect dependency on for 20 files, reduces binary size by 16kB ------------------------------------------------------------------------ r13618 | smatz | 2008-06-24 09:05:24 +0000 (Tue, 24 Jun 2008) | 2 lines -Codechange: move tar-specific declarations to separate file Removes indirect dependency on and for over 40 files ------------------------------------------------------------------------ r13617 | skidd13 | 2008-06-23 22:51:21 +0000 (Mon, 23 Jun 2008) | 2 lines -Codechange: calculate the diff in StationWaitingSorter directly ------------------------------------------------------------------------ r13612 | rubidium | 2008-06-23 08:49:09 +0000 (Mon, 23 Jun 2008) | 2 lines -Fix [FS#2104]: wrong comment of CmdSetAutoReplace. Patch by Yexo. ------------------------------------------------------------------------ r13611 | rubidium | 2008-06-23 08:38:07 +0000 (Mon, 23 Jun 2008) | 2 lines -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. ------------------------------------------------------------------------ r13609 | smatz | 2008-06-22 18:44:28 +0000 (Sun, 22 Jun 2008) | 1 line -Codechange: silence warnings about unused variables for gcc2 builds without asserts ------------------------------------------------------------------------ r13607 | skidd13 | 2008-06-22 15:41:38 +0000 (Sun, 22 Jun 2008) | 2 lines -Fix (r13606): some coding style issues got fixed but some got/stayed broken ------------------------------------------------------------------------ r13606 | skidd13 | 2008-06-22 15:21:51 +0000 (Sun, 22 Jun 2008) | 2 lines -Codechange: use "static FORCEINLINE" where possible as default for core functions (big functions use just inline instead) ------------------------------------------------------------------------ r13603 | belugas | 2008-06-21 23:59:38 +0000 (Sat, 21 Jun 2008) | 4 lines -Feature{newGRF]: Add var 65 in Variational Action 2 Variables for Houses. This var will return the manhattan distance of the nearest house that match a given criteria. The criterias can be: 0 : house ID/ 1 : Class ID/ 2 : grf ID The search radius can be defined too, up to 64. ------------------------------------------------------------------------ r13602 | smatz | 2008-06-21 20:58:34 +0000 (Sat, 21 Jun 2008) | 1 line -Codechange: little speedup for 8bpp-optimized blitter ------------------------------------------------------------------------ r13601 | smatz | 2008-06-21 18:59:15 +0000 (Sat, 21 Jun 2008) | 1 line -Codechange: resize the Tile Info window when it is needed, make it better readable ------------------------------------------------------------------------ r13597 | belugas | 2008-06-21 01:40:56 +0000 (Sat, 21 Jun 2008) | 2 lines -Codechange: Enumification of the Map menu items. The rework allowed to remove a function, by merging two quite similar ones. ------------------------------------------------------------------------ r13594 | frosch | 2008-06-20 21:14:10 +0000 (Fri, 20 Jun 2008) | 1 line -Feature(ette)[FS#2093]: Supply newgrfs with 'day of month', 'leap year' and 'day of year'. ------------------------------------------------------------------------ r13593 | smatz | 2008-06-20 20:40:47 +0000 (Fri, 20 Jun 2008) | 1 line -Fix [FS#2095](r13524): sorting by cargo capacity was broken ------------------------------------------------------------------------ r13592 | skidd13 | 2008-06-20 14:54:47 +0000 (Fri, 20 Jun 2008) | 2 lines -Fix: window size remembering was broken ------------------------------------------------------------------------ r13591 | peter1138 | 2008-06-20 07:23:00 +0000 (Fri, 20 Jun 2008) | 2 lines -Codechange: Support CB36 in the vehicle offer window. ------------------------------------------------------------------------ r13590 | belugas | 2008-06-20 01:55:00 +0000 (Fri, 20 Jun 2008) | 1 line -Codechange: Enumification of the Save/Load menu items ------------------------------------------------------------------------ r13589 | smatz | 2008-06-19 20:06:55 +0000 (Thu, 19 Jun 2008) | 1 line -Fix (r11802): signals could be propagated through waypoints built in orthogonal axis ------------------------------------------------------------------------ r13588 | belugas | 2008-06-19 20:04:24 +0000 (Thu, 19 Jun 2008) | 1 line -Documentation: Document the function PopupMainPlayerToolbMenu. Makes it a bit clearer, don't you think? ------------------------------------------------------------------------ r13587 | skidd13 | 2008-06-19 19:58:30 +0000 (Thu, 19 Jun 2008) | 3 lines -Codechange: make some globals members of VehicleListBase since they are used as such -Cleanup: some small things referring the change ------------------------------------------------------------------------ r13586 | belugas | 2008-06-19 19:58:26 +0000 (Thu, 19 Jun 2008) | 1 line -Codechange: Using default parameter, for cases where there are few exceptions. ------------------------------------------------------------------------ r13584 | bjarni | 2008-06-19 17:54:23 +0000 (Thu, 19 Jun 2008) | 4 lines -Fix: [OSX] Fixed issue where 10.5 failed to switch to fullscreen This is done by selecting the 32bpp-anim blitter by default as it seems Apple removed some 8bpp support Since this is done at runtime the same binary will still select 8bpp on 10.3 and 10.4 ------------------------------------------------------------------------ r13581 | rubidium | 2008-06-19 13:04:41 +0000 (Thu, 19 Jun 2008) | 2 lines -Fix [FS#2040]: RVs continueing onto next DT station when they are build adjacent to them. ------------------------------------------------------------------------ r13579 | rubidium | 2008-06-19 11:45:52 +0000 (Thu, 19 Jun 2008) | 2 lines -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. ------------------------------------------------------------------------ r13578 | rubidium | 2008-06-19 11:45:44 +0000 (Thu, 19 Jun 2008) | 2 lines -Merge: documentation updates from the 0.6 branch. ------------------------------------------------------------------------ r13577 | skidd13 | 2008-06-19 10:40:19 +0000 (Thu, 19 Jun 2008) | 2 lines -Change: group core files in source.list together ------------------------------------------------------------------------ r13576 | rubidium | 2008-06-19 10:20:45 +0000 (Thu, 19 Jun 2008) | 2 lines -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. ------------------------------------------------------------------------ r13575 | skidd13 | 2008-06-19 10:19:02 +0000 (Thu, 19 Jun 2008) | 3 lines -Codechange: Move small vector to core since it fits better in there -Codechange: convert smallvector from struct to class ------------------------------------------------------------------------ r13574 | skidd13 | 2008-06-19 09:33:50 +0000 (Thu, 19 Jun 2008) | 2 lines -Doc: Document the small vector template class ------------------------------------------------------------------------ r13573 | skidd13 | 2008-06-19 09:32:25 +0000 (Thu, 19 Jun 2008) | 2 lines -Codechange: Use smallvec class functions instead of class members ------------------------------------------------------------------------ r13572 | rubidium | 2008-06-19 09:15:52 +0000 (Thu, 19 Jun 2008) | 2 lines -Fix: MSVC x64 complains. ------------------------------------------------------------------------ r13571 | smatz | 2008-06-18 21:19:04 +0000 (Wed, 18 Jun 2008) | 1 line -Codechange: define channels in struct Colour in different order on LE and BE machines ------------------------------------------------------------------------ r13568 | smatz | 2008-06-18 20:20:12 +0000 (Wed, 18 Jun 2008) | 1 line -Fix (r13564): Windows build asserts where I wouldn't expect it to ------------------------------------------------------------------------