log

age author description
Fri, 22 May 2009 22:55:41 +0000 rubidium (svn r16393) -Codechange: move VehicleRail to Train. draft
Fri, 22 May 2009 22:33:05 +0000 rubidium (svn r16392) -Codechange: move some variables (the ones that aren't caches) from VehicleRail to Train draft
Fri, 22 May 2009 22:22:46 +0000 rubidium (svn r16391) -Codechange: use Train instead of Vehicle where appropriate. draft
Fri, 22 May 2009 20:22:20 +0000 rubidium (svn r16390) -Codechange: move u.road to RoadVehicle. draft
Fri, 22 May 2009 20:18:45 +0000 rubidium (svn r16389) -Codechange: use RoadVehicle instead of Vehicle where appropriate draft
Fri, 22 May 2009 20:07:26 +0000 rubidium (svn r16388) -Codechange: move u.air to Aircraft draft
Fri, 22 May 2009 20:03:26 +0000 rubidium (svn r16387) -Codechange: use Aircraft instead of Vehicle where appropriate draft
Fri, 22 May 2009 19:47:26 +0000 frosch (svn r16386) -Codechange: Move ShowAdditionalText() to build_vehicle_gui and make it static. draft
Fri, 22 May 2009 18:57:11 +0000 rubidium (svn r16385) -Codechange: move u.disaster to DisasterVehicle. draft
Fri, 22 May 2009 18:56:25 +0000 rubidium (svn r16384) -Codechange: move u.effect to EffectVehicle draft
Fri, 22 May 2009 18:44:22 +0000 frosch (svn r16383) -Fix/Change: Disable multitile houses with non-zero population on additional tiles as they cause desyncs and because the specs do not allow that either. draft
Fri, 22 May 2009 18:17:20 +0000 rubidium (svn r16382) -Codechange: make GetVehicleTrackdir a member function of Vehicle. draft
Fri, 22 May 2009 17:38:53 +0000 translators (svn r16381) -Update: WebTranslator2 update to 2009-05-22 17:38:42 draft
Fri, 22 May 2009 15:39:22 +0000 smatz (svn r16380) -Codechange: rename pool.hpp to pool_type.hpp draft
Fri, 22 May 2009 15:23:47 +0000 smatz (svn r16379) -Codechange: remove GetNumTowns(), GetNumIndustries() and GetActiveCompanyCount(), use PoolItem::GetNumItems() instead draft
Fri, 22 May 2009 15:13:50 +0000 smatz (svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time, binary size and run time (with asserts disabled) should be improved draft
Fri, 22 May 2009 14:23:36 +0000 smatz (svn r16377) -Codechange: unify FOR_ALL_* macros, use separate index variable instead of var->index draft
Fri, 22 May 2009 13:53:14 +0000 smatz (svn r16376) -Codechange: Vehicle::Tick() now returns false if the vehicle was deleted draft
Fri, 22 May 2009 13:13:55 +0000 smatz (svn r16375) -Codechange: don't be afraid of deleting NULL pointers draft
Fri, 22 May 2009 12:05:28 +0000 peter1138 (svn r16374) -Fix (r11622): Valid UTF-8 sequences between 0x20 and 0xFF should be allowed as is instead of being treated as control codes. draft
Thu, 21 May 2009 22:43:25 +0000 smatz (svn r16373) -Codechange: use () instead of (void) for functions without parameters draft
Thu, 21 May 2009 18:12:28 +0000 alberth (svn r16372) -Codechange: Simplify size calculations with a few helper functions. draft
Thu, 21 May 2009 17:45:12 +0000 alberth (svn r16371) -Codechange (r16367): Properly align comments. draft
Thu, 21 May 2009 16:26:38 +0000 alberth (svn r16370) -Doc: Improvements to the nested widgets documentation, added explanation about computations, fixed typo in param description. draft
Thu, 21 May 2009 16:14:04 +0000 alberth (svn r16369) -Codechange: Renaming ComputeMinimalSize() to SetupSmallestSize(), and AssignMinimalPosition() to AssignSizePosition(), they do not compute minimal size anymore. draft
Thu, 21 May 2009 16:00:52 +0000 alberth (svn r16368) -Codechange: Only leaf widgets use min_x and min_y. draft
Thu, 21 May 2009 15:48:27 +0000 alberth (svn r16367) -Codechange: Do not use min_x and min_y for storing smallest size to allow initialization more than once. draft
Thu, 21 May 2009 13:05:48 +0000 frosch (svn r16366) -Fix: Use a valid StringID as fall-back when undefined generic newgrf strings of vehicles are requested. draft
Thu, 21 May 2009 07:29:50 +0000 peter1138 (svn r16363) -Fix: The previously selected newgrf station type was still remembered after switching to a different game without newstations enabled, preventing stations from being built. draft
Wed, 20 May 2009 17:30:30 +0000 translators (svn r16362) -Update: WebTranslator2 update to 2009-05-20 17:30:16 draft