frosch [Mon, 10 Mar 2008 15:31:07 +0000] rev 9181
(svn r12352) -Fix: Some callback-results were treated as 8 bit, when they were 15 bit, and vice versa.
Var 0x7E procedure-results are always 15 bit.
Callbacks 0x2A, 0x2C, 0x36 (sometimes), 0x39 and 0x145 are 15 bit.
Non-varaction2-calculated callback-results are also affected by the 8bit masking.
glx [Sat, 08 Mar 2008 18:32:01 +0000] rev 9180
(svn r12350) -Fix [FS#1836](r11947): do not try ti flood water tile (performance increase)
belugas [Fri, 07 Mar 2008 02:40:10 +0000] rev 9179
(svn r12349) -Change[FS#1826]: Remove the need to include the afxres.h header when all that was needed was just the definition if IDC_STATIC.
Only valid for MSVC compilers.
smatz [Fri, 07 Mar 2008 00:47:42 +0000] rev 9178
(svn r12348) -Fix (r7573): NTP skipped junction just after bridge end
frosch [Thu, 06 Mar 2008 14:21:10 +0000] rev 9177
(svn r12347) -Feature(ette): Increase house animation frame number from 32 to 128.
frosch [Thu, 06 Mar 2008 10:39:26 +0000] rev 9176
(svn r12346) -Fix [FS#1748, FS#1825](r9874, r11872): Remove duplicated and inconsistent code wrt. autoreplace with rules in both vehicles' group and ALL_GROUP.
glx [Wed, 05 Mar 2008 22:05:22 +0000] rev 9175
(svn r12345) -Fix [FS#1828](r12296): don't try to restore backupped timetable when timetabling is disabled
skidd13 [Wed, 05 Mar 2008 18:51:26 +0000] rev 9174
(svn r12344) -Codechange: Check uint64 bitsize on compiletime too.
peter1138 [Wed, 05 Mar 2008 18:33:31 +0000] rev 9173
(svn r12343) -Fix (r12293): Slow helicopters never got the 'chance' to finish the landing routine.
belugas [Wed, 05 Mar 2008 11:41:26 +0000] rev 9172
(svn r12342) -Fix(r12340): In order to avoid confusion, SIGN should be used for signs and SIGNAL for signals :)
Always check your terms with your nearest british ;)
peter1138 [Wed, 05 Mar 2008 09:37:43 +0000] rev 9171
(svn r12341) -Fix (r11224) [FS#1827]: GRM buffer for cargos was incorrect size.
belugas [Wed, 05 Mar 2008 02:49:06 +0000] rev 9170
(svn r12340) -Codechange: Remove some magic numbers (sprite IDs here) with some more meaningful values.
This allows to remove an unnecessary subtraction in the MAYBE_DAW_SIGNAL macro, who was waiting for an offset, at the first place.
peter1138 [Tue, 04 Mar 2008 21:49:40 +0000] rev 9169
(svn r12339) -Fix (r12331): Recalculate cached train data after clearing reversing flag when entering depot.
belugas [Tue, 04 Mar 2008 17:07:33 +0000] rev 9168
(svn r12337) -Change: update some documentation.
peter1138 [Tue, 04 Mar 2008 12:15:33 +0000] rev 9167
(svn r12336) -Fix [FS#1733]: Don't pause/unpause the game when showing load/save windows when the game is paused due to missing GRFs.
peter1138 [Tue, 04 Mar 2008 12:14:34 +0000] rev 9166
(svn r12335) -Codechange: Don't stuff signed values into a unsigned variable when the variable can just be unsigned...
peter1138 [Tue, 04 Mar 2008 12:13:15 +0000] rev 9165
(svn r12334) -Codechange: Don't change road owner without DC_EXEC. Didn't affect anything in this case but is bad form.
frosch [Tue, 04 Mar 2008 10:41:16 +0000] rev 9164
(svn r12333) -Fix: Switch grfstatus from 'activated' back to 'will-be-active' between reservation- and activation-stage.
This fixes action7/9 conditions 0x06 to 0x0A to return the same in those two stages.
peter1138 [Mon, 03 Mar 2008 21:42:37 +0000] rev 9163
(svn r12332) -Fix (r12331): Invalidate cached data and update image after setting flag.
glx [Mon, 03 Mar 2008 20:56:30 +0000] rev 9162
(svn r12331) -Feature: [NewGRF] vehicle variable FE bit 8
glx [Mon, 03 Mar 2008 20:41:47 +0000] rev 9161
(svn r12330) -Feature: [NewGRF] vehicle variable FE bit 5 and 6
peter1138 [Mon, 03 Mar 2008 19:15:53 +0000] rev 9160
(svn r12329) -Fix [FS#1819]: Disallow building level crossings over one-way roads as this allowed competitors to remove the one-way state.
belugas [Mon, 03 Mar 2008 18:20:42 +0000] rev 9159
(svn r12328) -Fix(r3447): Wrong Y pillar specified for girder with arch bridge. Spotted and fixed by a lot of people ;)
smatz [Sun, 02 Mar 2008 00:25:54 +0000] rev 9158
(svn r12324) -Fix (r6789): vehicles could be sorted in a wrong order when a vehicle name changed - cached name was not invalidated
smatz [Sat, 01 Mar 2008 23:53:58 +0000] rev 9157
(svn r12323) -Fix [FS#1821](r6789): vehicle sorting by name was broken, it was comparing two the same strings (when caching was not used)
glx [Fri, 29 Feb 2008 22:55:57 +0000] rev 9156
(svn r12322) -Fix (r9874): endian issue when saving/loading group owner
glx [Fri, 29 Feb 2008 22:01:47 +0000] rev 9155
(svn r12321) -Change: update readme about where openttd looks for files (based on dih work)
peter1138 [Fri, 29 Feb 2008 15:20:02 +0000] rev 9154
(svn r12320) -Fix [FS#1817]: Wrong transparency options could be saved after toggling all.
peter1138 [Fri, 29 Feb 2008 13:57:50 +0000] rev 9153
(svn r12319) -Cleanup: Comment fixes (Roujin)
peter1138 [Fri, 29 Feb 2008 08:48:01 +0000] rev 9152
(svn r12317) -Fix [FS#1815]: Map string IDs that are embedded from other strings.