Age | Commit message (Expand) | Author |
2007-06-21 | (svn r10252) -Fix: never overflow when applying exchange rates before drawing... | rubidium |
2007-06-21 | (svn r10251) -Fix (r10186, FS#907): alt-tab back into openttd could leave the... | glx |
2007-06-21 | (svn r10250) -Fix: money is always 64 bits, so always parse those 64 bits. | rubidium |
2007-06-21 | (svn r10249) -Fix [FS#906]: town tried to gather information about the neighb... | rubidium |
2007-06-21 | (svn r10248) -Codechange: don't limit the cost of tunnels. | rubidium |
2007-06-21 | (svn r10247) -Fix (r10210): *always* call SetDParamMoney when you want to pla... | rubidium |
2007-06-21 | (svn r10246) -Fix (r10297): some forgotten money conversions and truncation i... | rubidium |
2007-06-21 | (svn r10245) -Codechange: added GetName also to all Blitters, instead of only... | truelight |
2007-06-21 | (svn r10244) -Fix: make sure to let 32bpp-anim report the increased buffer-si... | truelight |
2007-06-21 | (svn r10243) -Fix: crash when resizing with 32bpp and 'broken' display with '... | glx |
2007-06-21 | (svn r10242) -Fix: avoid a segfault if you move your mouse at startup with 32... | truelight |
2007-06-21 | (svn r10241) -Codechange: CopyToBuffer now produces a buffer that is unreadab... | truelight |
2007-06-21 | (svn r10240) -Update: WebTranslator2 update to 2007-06-21 08:03:49 | miham |
2007-06-20 | (svn r10239) -Fix (r10236): The pin button didn't move when resizing the time... | maedhros |
2007-06-20 | (svn r10238) -Fix (r10236): Resizing the timetable window caused it to think ... | maedhros |
2007-06-20 | (svn r10237) -Fix (r10236): It helps if you use svn add with new files... | maedhros |
2007-06-20 | (svn r10236) -Feature: Introduce a form of timetabling for vehicles. | maedhros |
2007-06-20 | (svn r10235) -Fix: the 32bpp-anim blitter repainted pixel color 0, which is t... | truelight |
2007-06-20 | (svn r10234) -Fix r10233: make peter1138 happy | truelight |
2007-06-20 | (svn r10233) -Fix: 8bpp-optimized encoder fucked up if 255+ pixels in a row w... | truelight |
2007-06-20 | (svn r10232) -Fix(r1): _numof_industry_table never was composed of 12 entries... | belugas |
2007-06-20 | (svn r10231) -Cleanup: MSVC project files | glx |
2007-06-19 | (svn r10230) -Fix [FS#594]: terraforming wipes out canals. Now you always hav... | rubidium |
2007-06-19 | (svn r10229) -Cleanup: removed duplicate include (dihedral) | glx |
2007-06-19 | (svn r10228) -Fix [FS#894]: why MSVC must always bitch about stuff? | rubidium |
2007-06-19 | (svn r10227) -Add: added 32bpp-anim blitter, a 32bpp blitter that does palett... | truelight |
2007-06-19 | (svn r10226) -Codechange: Add support for newindustry tiles drawing. | belugas |
2007-06-19 | (svn r10225) -Codechange: move common Colour routines for 32bpp to the base c... | truelight |
2007-06-19 | (svn r10224) -Fix [FS#891]: the town road belongs to didn't get set properly ... | rubidium |
2007-06-19 | (svn r10223) -Fix r10211: GCF_INIT_ONLY flag was never cleared | glx |
2007-06-19 | (svn r10222) -Fix [FS#892]: Only 2 trains could crash at one time as collisio... | peter1138 |
2007-06-19 | (svn r10221) -Fix: the one way sprites weren't drawn in the correct order, so... | rubidium |
2007-06-19 | (svn r10220) -Fix r10216: even more fuck-ups for non-SDL video backends | truelight |
2007-06-19 | (svn r10219) -Fix [FS#882,FS#890]: land under foundations was terraform when ... | rubidium |
2007-06-19 | (svn r10218) -Fix r10216: more compile errors | glx |
2007-06-19 | (svn r10217) -Fix r10216: forgot to declare 'blitter' in win32 and cocoa driv... | truelight |
2007-06-19 | (svn r10216) -Fix: palette animation always redid all palette entries, where ... | truelight |
2007-06-19 | (svn r10215) -Fix r10214: forgot 2 cases of the same mistake | truelight |
2007-06-19 | (svn r10214) -Fix: off-by-one in draw-rect-color-remapping (peter1138) | truelight |
2007-06-19 | (svn r10212) -Fix [FS#723]: money overflow bugs in many locations. | rubidium |
2007-06-18 | (svn r10211) -Feature: [NewGRF] Add support for action 0F | glx |
2007-06-18 | (svn r10210) -Codechange: make all money related variables 64 bits, so overfl... | rubidium |
2007-06-18 | (svn r10209) -Fix/Codechange: forgot a few changes of int32 -> Money in the p... | rubidium |
2007-06-18 | (svn r10208) -Codechange: replace int32 with Money where appropriate. | rubidium |
2007-06-18 | (svn r10207) -Codechange: remove the redundant player_money in favour of the ... | rubidium |
2007-06-18 | (svn r10206) -Codechange: more moving things to blitter-layer: ScrollBuffer | truelight |
2007-06-18 | (svn r10205) -Codechange: refactor returning of cost, so it can be more easil... | rubidium |
2007-06-18 | (svn r10204) -Fix: copy docs/32bpp.txt at 'make bundle' | truelight |
2007-06-18 | (svn r10203) -Codechange: more moving things to blitter-layer: DrawLine | truelight |
2007-06-18 | (svn r10201) -Codechange: Replace Blitter::SetHorizontalLine with Blitter::Dr... | peter1138 |