Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-22 | (svn r10288) -Fix [FS#202]: also age engines that aren't front-engines ↵ | truelight | |
(based on a patch by kaan) | |||
2007-06-22 | (svn r10287) -Fix (r10266): some surprises from that (almost always) ↵ | rubidium | |
complaining compiler... | |||
2007-06-22 | (svn r10286) -Fix r10284: nice typo (tnx glx) | truelight | |
2007-06-22 | (svn r10284) -Fix [FS#899]: in the unlucky event 2 clients join at the same ↵ | truelight | |
time to start a new company while there is only one spot left, all clients became spectator. Now only make either one of the joining clients spectator (much more game-friendly ;)) | |||
2007-06-22 | (svn r10283) -Fix [FS#913]: catenary was drawn on bridges when elrail was ↵ | rubidium | |
disabled. Patch by B. N. SmatZ!. | |||
2007-06-22 | (svn r10278) -Fix r10276: make the _realtime_tick less demanding on the CPU | truelight | |
2007-06-22 | (svn r10276) -Codechange: made a counter based on milliseconds and ↵ | truelight | |
independent of the game-state to base double-click and TGP Generation Process on -Codechange: renamed _timer_counter to _palette_animation_counter, as that is what it is | |||
2007-06-22 | (svn r10273) -Change: remove the strings removed in r10270 from the translations | glx | |
2007-06-22 | (svn r10272) -Fix (FS#916): remove more invalid characters from savegame names | glx | |
2007-06-22 | (svn r10271) -Fix r9563: move the Transparency Option menu item to the place ↵ | truelight | |
it should have been in the first place: Option Menu, not Map Menu (go figure :p) | |||
2007-06-22 | (svn r10270) -Add: prefixed the loading indicator with an arrow, up meaning ↵ | truelight | |
vehicle is loading, down meaning vehicle is unloading | |||
2007-06-22 | (svn r10269) -Fix [FS#912]: station ratings were shown for all cargos ↵ | rubidium | |
instead of only the cargos that have been transported. | |||
2007-06-22 | (svn r10268) -Fix: some old savegames could have the wrong bits unset ↵ | rubidium | |
(follow up of r10147) | |||
2007-06-22 | (svn r10267) -Add: enable double clic to add in 'add newgrf' window | glx | |
2007-06-22 | (svn r10266) -Codechange: keep track of the origin, time of travel and ↵ | rubidium | |
accumulated feeder share (transfers) of individual pieces of cargo. This means that cargo isn't thrown on a big pile when it's put in a station or unloaded at a station, however the GUI does not reflect these changes yet so you will not actually see it. | |||
2007-06-22 | (svn r10265) -Feature: allow double-clicking on certain places: ↵ | truelight | |
build-vehicle and town-action | |||
2007-06-22 | (svn r10264) -Fix: forgot to add texteff.hpp to the project files | truelight | |
2007-06-21 | (svn r10263) -Fix (r10262): due to 64 bits alignment a struct became a ↵ | rubidium | |
little too large. | |||
2007-06-21 | (svn r10262) -Fix (r10258): some places that needed to be changed to uint64 ↵ | rubidium | |
were hidden/forgotten, which caused memory corruptions and that in caused all kinds of assertions to trigger. | |||
2007-06-21 | (svn r10261) -Cleanup: we do not need CURRENCY64 and CURRCOMPACT64 anymore, ↵ | rubidium | |
because everything is already 64 bits by default. | |||
2007-06-21 | (svn r10260) -Update: WebTranslator2 update to 2007-06-21 19:36:07 | miham | |
piglatin - 12 fixed by adammw (12) | |||
2007-06-21 | (svn r10259) -Fix (r10258): committed a little too much.. would've made ↵ | rubidium | |
pretty cheap tunnels though :) | |||
2007-06-21 | (svn r10258) -Codechange: as we are now using int64 all over the place, it's ↵ | rubidium | |
better to use int64 variables in the string generating too instead of packing them into two int32s. -Fix: some displays of money were wrong. | |||
2007-06-21 | (svn r10257) -Update: WebTranslator2 update to 2007-06-21 19:15:05 | miham | |
danish - 25 fixed, 50 changed by ThomasA (75) finnish - 117 fixed by habazi (117) hungarian - 6 fixed by miham (6) romanian - 8 fixed, 9 changed by CrystyB (17) spanish - 7 fixed by jfrank (7) ukrainian - 28 fixed by mad (25), fevral13 (3) | |||
2007-06-21 | (svn r10256) -Add: Addition of IndustryTileOverrideManager | belugas | |
2007-06-21 | (svn r10255) -Codechange: remove some old debug code nobody was using anymore | truelight | |
2007-06-21 | (svn r10254) -Feature: loading indicator, which shows in % how full a ↵ | truelight | |
vehicle is while loading/unloading (TheJosh) | |||
2007-06-21 | (svn r10253) -Fix (r10249): putting the < the wrong way around made the new ↵ | rubidium | |
towns pretty small. | |||
2007-06-21 | (svn r10252) -Fix: never overflow when applying exchange rates before ↵ | rubidium | |
drawing the amount of money. | |||
2007-06-21 | (svn r10251) -Fix (r10186, FS#907): alt-tab back into openttd could leave ↵ | glx | |
the taskbar visible | |||
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 ↵ | rubidium | |
neighbourhood of a tile when it couldn't even *ever* build on that tile. | |||
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 ↵ | rubidium | |
place money in some string. | |||
2007-06-21 | (svn r10246) -Fix (r10297): some forgotten money conversions and truncation ↵ | rubidium | |
issues. Thanks to benc for providing the patch. | |||
2007-06-21 | (svn r10245) -Codechange: added GetName also to all Blitters, instead of ↵ | truelight | |
only the Factory | |||
2007-06-21 | (svn r10244) -Fix: make sure to let 32bpp-anim report the increased ↵ | truelight | |
buffer-size it needs | |||
2007-06-21 | (svn r10243) -Fix: crash when resizing with 32bpp and 'broken' display with ↵ | glx | |
'non-standard' resolutions | |||
2007-06-21 | (svn r10242) -Fix: avoid a segfault if you move your mouse at startup with ↵ | truelight | |
32bpp-anim | |||
2007-06-21 | (svn r10241) -Codechange: CopyToBuffer now produces a buffer that is ↵ | truelight | |
unreadable from outside the blitter, so the blitter can store anything he likes -Codechange: added CopyImageToBuffer, which produces a readable buffer for screenshots -Fix: 32bpp-anim now holds animation on transparent objects to avoid strange graphical effects -Fix: 32bpp-anim now works correct on mouse-movement (it holds the palette animation correctly) | |||
2007-06-21 | (svn r10240) -Update: WebTranslator2 update to 2007-06-21 08:03:49 | miham | |
american - 30 fixed, 1 changed by WhiteRabbit (31) bulgarian - 1 fixed by thetitan (1) dutch - 1 fixed by habell (1) estonian - 25 fixed by kristjans (25) french - 1 fixed by glx (1) german - 15 fixed by Neonox (15) hungarian - 24 fixed by miham (24) italian - 1 fixed by lorenzodv (1) japanese - 25 fixed by ickoonite (25) korean - 1 fixed by darkttd (1) slovenian - 1 fixed by Necrolyte (1) | |||
2007-06-20 | (svn r10239) -Fix (r10236): The pin button didn't move when resizing the ↵ | maedhros | |
timetable gui. | |||
2007-06-20 | (svn r10238) -Fix (r10236): Resizing the timetable window caused it to think ↵ | maedhros | |
it could only show one line at a time. | |||
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 ↵ | truelight | |
transparency and therefor should never be repainted (spotted by Rubidium) | |||
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 ↵ | truelight | |
were non-transparent (tnx boekabart) | |||
2007-06-20 | (svn r10232) -Fix(r1): _numof_industry_table never was composed of 12 ↵ | belugas | |
entries. Only 11. It never hurt before, but it would have... | |||
2007-06-20 | (svn r10231) -Cleanup: MSVC project files | glx | |