Age | Commit message (Expand) | Author |
2008-04-24 | (svn r12875) -Codechange: Use defined const instead of cast magic | belugas |
2008-04-24 | (svn r12874) -Codechange: The closest town is already known. Do not search f... | belugas |
2008-04-24 | (svn r12873) -Fix [FS#1946]: MSVC is whining because it doesn't understand th... | rubidium |
2008-04-24 | (svn r12872) -Codechange: Remove obsolete unused engine list order function | peter1138 |
2008-04-24 | (svn r12870) -Codechange: remove some magic numbers from u.ship.state handling | smatz |
2008-04-24 | (svn r12863) -Codechange: rewrite GeneratePlayerColour to be better understan... | rubidium |
2008-04-24 | (svn r12862) -Codechange: reduce code duplication for VehicleType -> WindowCl... | smatz |
2008-04-24 | (svn r12861) -Update: WebTranslator2 update to 2008-04-24 10:49:17 | miham |
2008-04-24 | (svn r12860) -Fix [FS#1947]: Train depart animation trigger was not called in... | peter1138 |
2008-04-23 | (svn r12859) -Fix: make the town rating tests use less memory and much quicke... | rubidium |
2008-04-23 | (svn r12858) -Add: small piece of code that can help hunting desyncs. Has to ... | rubidium |
2008-04-23 | (svn r12857) -Fix [FS#1948]: remove the last uses of AutoPtr in the station c... | rubidium |
2008-04-23 | (svn r12856) -Fix: Taking r12377 further, ensure that prop 25 is set for all ... | peter1138 |
2008-04-23 | (svn r12855) -Codechange: do not use autoptr's for testing whether certain ob... | rubidium |
2008-04-23 | (svn r12854) -Codechange: make drawing of rail catenary a bit faster | smatz |
2008-04-23 | (svn r12853) -Fix: catenary on tunnel entrances and middle bridge pieces was ... | smatz |
2008-04-23 | (svn r12852) -Fix: do not try to draw rail catenary above non-rail station tiles | smatz |
2008-04-23 | (svn r12850) -Fix (r12848): compilation was broken for some platforms | glx |
2008-04-23 | (svn r12848) -Cleanup/Codechange: Use correct variable types, don't prefix wi... | peter1138 |
2008-04-23 | (svn r12847) -Cleanup: Identing and variable scope | peter1138 |
2008-04-23 | (svn r12845) -Change: use YAPF for fairly old savegames from before YAPF was ... | rubidium |
2008-04-23 | (svn r12844) -Fix: the industry tick trigger should only be triggered once ev... | rubidium |
2008-04-22 | (svn r12843) -Feature [FS#1945]: The autoreplace window is now resizable in b... | bjarni |
2008-04-22 | (svn r12842) -Codechange [FS#1604]: scale message history by map size | glx |
2008-04-22 | (svn r12839) -Codechange: Allocate temporary engine data when loading GRFs as... | peter1138 |
2008-04-22 | (svn r12837) -Codechange: Alignment of widget array | belugas |
2008-04-21 | (svn r12836) -Fix: SunOS non-dedicated server compilation. | rubidium |
2008-04-21 | (svn r12824) -Codechange: Standardise routines for drawing vehicle images, us... | peter1138 |
2008-04-21 | (svn r12820) -Documentation: Mark callbacks as 8 or 15 bit in 'newgrf_callbac... | frosch |
2008-04-21 | (svn r12819) -Codechange: handle more NewGRFs in the same way as TTDP does it... | rubidium |
2008-04-21 | (svn r12818) -Codechange: make callbacks 31 and 37 behave like they do in TTD... | rubidium |
2008-04-21 | (svn r12817) -Feature: the ability to play NewGRF sounds for industries and s... | rubidium |
2008-04-21 | (svn r12816) -Fix: the cargo count in the performance rating window could be ... | rubidium |
2008-04-21 | (svn r12815) -Codechange: reshuffle some variables in the CargoPacket struct ... | rubidium |
2008-04-21 | (svn r12814) -Codechange: reshuffle some variables in the Vehicle struct savi... | rubidium |
2008-04-21 | (svn r12813) -Fix [FS#1943]: the 'last built railtype' got reset too often. | rubidium |
2008-04-20 | (svn r12810) -Codechange: style and useless casts in CmdSetAutoReplace() | glx |
2008-04-20 | (svn r12809) -Fix (r1704): Possible out of bounds array access. | peter1138 |
2008-04-20 | (svn r12808) -Fix: enforce autorenew values range in command | glx |
2008-04-20 | (svn r12805) -Codechange: remove some bit magic related to the news display s... | rubidium |
2008-04-20 | (svn r12804) -Codechange: move the effect vehicle handling out of vehicle.cpp | rubidium |
2008-04-20 | (svn r12803) -Cleanup: rename SpecialVehicle to EffectVehicle to have a unifo... | rubidium |
2008-04-20 | (svn r12802) -Fix (r12800): do not commit from the src directory when you wan... | rubidium |
2008-04-20 | (svn r12801) -Codechange: remove the dependency of function.h in town_map.h | rubidium |
2008-04-20 | (svn r12800) -Codechange: move the animated tile related functions out of tex... | rubidium |
2008-04-19 | (svn r12799) -Fix (r12798): Empty for-loop warnings from gcc 4.3+ | peter1138 |
2008-04-19 | (svn r12798) -Feature: Add some support for NewGRF station animation. (Thanks... | peter1138 |
2008-04-19 | (svn r12797) -Codechange: [autoreplace] moved wagon removal to a function of ... | bjarni |
2008-04-19 | (svn r12796) -Fix: the dedicated blitter did segfault too, like the null blit... | rubidium |
2008-04-19 | (svn r12795) -Fix [FS#1938]: vehicles could break down during loading and kee... | rubidium |