summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-03-12(svn r12360) -Fix: openttdd.grf was using the wrong colours for glyphs due ↵glx
to a grfcodec bug (fixed in grfcodec 0.9.10 r1837)
2008-03-11(svn r12358) -Fix: Callback 2F returns 15 bit results starting from grf ↵frosch
version 7.
2008-03-10(svn r12352) -Fix: Some callback-results were treated as 8 bit, when they ↵frosch
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.
2008-03-08(svn r12350) -Fix [FS#1836](r11947): do not try ti flood water tile ↵glx
(performance increase)
2008-03-07(svn r12349) -Change[FS#1826]: Remove the need to include the afxres.h ↵belugas
header when all that was needed was just the definition if IDC_STATIC. Only valid for MSVC compilers.
2008-03-07(svn r12348) -Fix (r7573): NTP skipped junction just after bridge endsmatz
2008-03-06(svn r12347) -Feature(ette): Increase house animation frame number from 32 ↵frosch
to 128.
2008-03-06(svn r12346) -Fix [FS#1748, FS#1825](r9874, r11872): Remove duplicated and ↵frosch
inconsistent code wrt. autoreplace with rules in both vehicles' group and ALL_GROUP.
2008-03-05(svn r12345) -Fix [FS#1828](r12296): don't try to restore backupped ↵glx
timetable when timetabling is disabled
2008-03-05(svn r12344) -Codechange: Check uint64 bitsize on compiletime too.skidd13
2008-03-05(svn r12343) -Fix (r12293): Slow helicopters never got the 'chance' to ↵peter1138
finish the landing routine.
2008-03-05(svn r12342) -Fix(r12340): In order to avoid confusion, SIGN should be used ↵belugas
for signs and SIGNAL for signals :) Always check your terms with your nearest british ;)
2008-03-05(svn r12341) -Fix (r11224) [FS#1827]: GRM buffer for cargos was incorrect size.peter1138
2008-03-05(svn r12340) -Codechange: Remove some magic numbers (sprite IDs here) with ↵belugas
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.
2008-03-04(svn r12339) -Fix (r12331): Recalculate cached train data after clearing ↵peter1138
reversing flag when entering depot.
2008-03-04(svn r12337) -Change: update some documentation.belugas
2008-03-04(svn r12336) -Fix [FS#1733]: Don't pause/unpause the game when showing ↵peter1138
load/save windows when the game is paused due to missing GRFs.
2008-03-04(svn r12335) -Codechange: Don't stuff signed values into a unsigned variable ↵peter1138
when the variable can just be unsigned...
2008-03-04(svn r12334) -Codechange: Don't change road owner without DC_EXEC. Didn't ↵peter1138
affect anything in this case but is bad form.
2008-03-04(svn r12333) -Fix: Switch grfstatus from 'activated' back to ↵frosch
'will-be-active' between reservation- and activation-stage. This fixes action7/9 conditions 0x06 to 0x0A to return the same in those two stages.
2008-03-03(svn r12332) -Fix (r12331): Invalidate cached data and update image after ↵peter1138
setting flag.
2008-03-03(svn r12331) -Feature: [NewGRF] vehicle variable FE bit 8glx
2008-03-03(svn r12330) -Feature: [NewGRF] vehicle variable FE bit 5 and 6glx
2008-03-03(svn r12329) -Fix [FS#1819]: Disallow building level crossings over one-way ↵peter1138
roads as this allowed competitors to remove the one-way state.
2008-03-03(svn r12328) -Fix(r3447): Wrong Y pillar specified for girder with arch ↵belugas
bridge. Spotted and fixed by a lot of people ;)
2008-03-02(svn r12324) -Fix (r6789): vehicles could be sorted in a wrong order when a ↵smatz
vehicle name changed - cached name was not invalidated
2008-03-01(svn r12323) -Fix [FS#1821](r6789): vehicle sorting by name was broken, it ↵smatz
was comparing two the same strings (when caching was not used)
2008-02-29(svn r12322) -Fix (r9874): endian issue when saving/loading group ownerglx
2008-02-29(svn r12321) -Change: update readme about where openttd looks for files ↵glx
(based on dih work)
2008-02-29(svn r12320) -Fix [FS#1817]: Wrong transparency options could be saved after ↵peter1138
toggling all.
2008-02-29(svn r12319) -Cleanup: Comment fixes (Roujin)peter1138
2008-02-29(svn r12317) -Fix [FS#1815]: Map string IDs that are embedded from other ↵peter1138
strings.
2008-02-29(svn r12316) -Codechange: Support loading full range of 0xD0xx NewGRF ↵peter1138
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).
2008-02-28(svn r12314) -Fix (r4896): Include prop 25 data for all train parts, not ↵peter1138
just those that carry cargo.
2008-02-28(svn r12313) -Fix: YAPF and NTP did not apply penalty for uphill tracks on ↵frosch
steep slopes.
2008-02-28(svn r12304) -Codechange: use IsValidTile() where it should be usedglx
2008-02-28(svn r12303) -Codechange: move IsValidTile() in a more suitable place and ↵glx
make it static inline
2008-02-27(svn r12296) -Fix [FS#1549]: restore timetable from backupped orders and add ↵glx
group ID to the backup
2008-02-27(svn r12295) -Codechange: Make plane speed option available to NewGRFspeter1138
2008-02-27(svn r12293) -Feature: Ability to change aircraft speed factor, from so peter1138
called 'realistic' (matching other vehicles) (1/1) to original TTD speed (1/4). Note this option defaults to original TTD speed.
2008-02-27(svn r12290) -Fix[FS#1807]: Do not draw trees nor lamps between tram ↵belugas
tracks.(Roujin)
2008-02-27(svn r12289) -Fix(r12288)[FS#1808]: Wrong bridge head table associatedbelugas
2008-02-27(svn r12288) -Fix(r12287): forgot to include two sprite renames out of ↵belugas
consistency. And obviously forgot to compile before committing, as the array rename would have been evident.
2008-02-27(svn r12287) -Codechange: Give meaning to two other bridges sprites arrays.belugas
A bit of re-indenting too
2008-02-26(svn r12282) -Fix (r12123): generate.vbs should not skip files in NO_THREADS ↵glx
section of source.list
2008-02-26(svn r12272) -Codechange: A bit of code style fixes (tabs instead of ↵belugas
spaces), one space too many before macro definition and rename marco MB (MakeBridge) for MBR(MakeBRidge)
2008-02-26(svn r12269) -Fix: [Win32] don't create save dir on installglx
2008-02-26(svn r12263) -Codechange: Give meaning to the concrete bridge sprites arrays.belugas
Add macro MR (PALETTE_TO_STRUCT_RED) for easier viewing. Still more to come.
2008-02-26(svn r12262) -Codechange: Give meaning to the wooden bridge sprites arrays.belugas
Add macro MN for easier viewing. More to come.
2008-02-25(svn r12261) -Fix [FS#1805]: autoreplace did not update vehicle index for ↵glx
timetable window