------------------------------------------------------------------------ r12328 | belugas | 2008-03-03 18:20:42 +0000 (Mon, 03 Mar 2008) | 3 lines -Fix(r3447): Wrong Y pillar specified for girder with arch bridge. Spotted and fixed by a lot of people ;) ------------------------------------------------------------------------ r12324 | smatz | 2008-03-02 00:25:54 +0000 (Sun, 02 Mar 2008) | 1 line -Fix (r6789): vehicles could be sorted in a wrong order when a vehicle name changed - cached name was not invalidated ------------------------------------------------------------------------ r12323 | smatz | 2008-03-01 23:53:58 +0000 (Sat, 01 Mar 2008) | 1 line -Fix [FS#1821](r6789): vehicle sorting by name was broken, it was comparing two the same strings (when caching was not used) ------------------------------------------------------------------------ r12322 | glx | 2008-02-29 22:55:57 +0000 (Fri, 29 Feb 2008) | 1 line -Fix (r9874): endian issue when saving/loading group owner ------------------------------------------------------------------------ r12321 | glx | 2008-02-29 22:01:47 +0000 (Fri, 29 Feb 2008) | 1 line -Change: update readme about where openttd looks for files (based on dih work) ------------------------------------------------------------------------ r12320 | peter1138 | 2008-02-29 15:20:02 +0000 (Fri, 29 Feb 2008) | 2 lines -Fix [FS#1817]: Wrong transparency options could be saved after toggling all. ------------------------------------------------------------------------ r12319 | peter1138 | 2008-02-29 13:57:50 +0000 (Fri, 29 Feb 2008) | 2 lines -Cleanup: Comment fixes (Roujin) ------------------------------------------------------------------------ r12317 | peter1138 | 2008-02-29 08:48:01 +0000 (Fri, 29 Feb 2008) | 2 lines -Fix [FS#1815]: Map string IDs that are embedded from other strings. ------------------------------------------------------------------------ r12316 | peter1138 | 2008-02-29 08:40:49 +0000 (Fri, 29 Feb 2008) | 5 lines -Codechange: Support loading full range of 0xD0xx NewGRF strings which includes 0xD000 to 0xD3FF (yes, 0xD0xx makes a lot of sense, really...) and handle 0xD400 to 0xD7FF strings which map to 0xD000 to 0xD3FF (obviously). ------------------------------------------------------------------------ r12314 | peter1138 | 2008-02-28 21:44:13 +0000 (Thu, 28 Feb 2008) | 2 lines -Fix (r4896): Include prop 25 data for all train parts, not just those that carry cargo. ------------------------------------------------------------------------ r12313 | frosch | 2008-02-28 17:34:34 +0000 (Thu, 28 Feb 2008) | 1 line -Fix: YAPF and NTP did not apply penalty for uphill tracks on steep slopes. ------------------------------------------------------------------------ r12304 | glx | 2008-02-28 00:17:49 +0000 (Thu, 28 Feb 2008) | 1 line -Codechange: use IsValidTile() where it should be used ------------------------------------------------------------------------ r12303 | glx | 2008-02-28 00:10:08 +0000 (Thu, 28 Feb 2008) | 1 line -Codechange: move IsValidTile() in a more suitable place and make it static inline ------------------------------------------------------------------------ r12296 | glx | 2008-02-27 21:46:57 +0000 (Wed, 27 Feb 2008) | 1 line -Fix [FS#1549]: restore timetable from backupped orders and add group ID to the backup ------------------------------------------------------------------------ r12295 | peter1138 | 2008-02-27 21:33:52 +0000 (Wed, 27 Feb 2008) | 2 lines -Codechange: Make plane speed option available to NewGRFs ------------------------------------------------------------------------ r12293 | peter1138 | 2008-02-27 21:07:12 +0000 (Wed, 27 Feb 2008) | 4 lines -Feature: Ability to change aircraft speed factor, from so called 'realistic' (matching other vehicles) (1/1) to original TTD speed (1/4). Note this option defaults to original TTD speed. ------------------------------------------------------------------------ r12290 | belugas | 2008-02-27 15:35:24 +0000 (Wed, 27 Feb 2008) | 2 lines -Fix[FS#1807]: Do not draw trees nor lamps between tram tracks.(Roujin) ------------------------------------------------------------------------ r12289 | belugas | 2008-02-27 14:55:16 +0000 (Wed, 27 Feb 2008) | 3 lines -Fix(r12288)[FS#1808]: Wrong bridge head table associated ------------------------------------------------------------------------ r12288 | belugas | 2008-02-27 04:26:25 +0000 (Wed, 27 Feb 2008) | 2 lines -Fix(r12287): forgot to include two sprite renames out of consistency. And obviously forgot to compile before committing, as the array rename would have been evident. ------------------------------------------------------------------------ r12287 | belugas | 2008-02-27 04:00:25 +0000 (Wed, 27 Feb 2008) | 2 lines -Codechange: Give meaning to two other bridges sprites arrays. A bit of re-indenting too ------------------------------------------------------------------------ r12282 | glx | 2008-02-26 22:32:27 +0000 (Tue, 26 Feb 2008) | 1 line -Fix (r12123): generate.vbs should not skip files in NO_THREADS section of source.list ------------------------------------------------------------------------ r12272 | belugas | 2008-02-26 18:24:46 +0000 (Tue, 26 Feb 2008) | 3 lines -Codechange: A bit of code style fixes (tabs instead of spaces), one space too many before macro definition and rename marco MB (MakeBridge) for MBR(MakeBRidge) ------------------------------------------------------------------------ r12269 | glx | 2008-02-26 15:31:48 +0000 (Tue, 26 Feb 2008) | 1 line -Fix: [Win32] don't create save dir on install ------------------------------------------------------------------------ r12263 | belugas | 2008-02-26 03:35:44 +0000 (Tue, 26 Feb 2008) | 3 lines -Codechange: Give meaning to the concrete bridge sprites arrays. Add macro MR (PALETTE_TO_STRUCT_RED) for easier viewing. Still more to come. ------------------------------------------------------------------------ r12262 | belugas | 2008-02-26 00:06:21 +0000 (Tue, 26 Feb 2008) | 3 lines -Codechange: Give meaning to the wooden bridge sprites arrays. Add macro MN for easier viewing. More to come. ------------------------------------------------------------------------ r12261 | glx | 2008-02-25 23:12:55 +0000 (Mon, 25 Feb 2008) | 1 line -Fix [FS#1805]: autoreplace did not update vehicle index for timetable window ------------------------------------------------------------------------