Wed, 05 Sep 2007 23:26:45 +0000 |
rubidium |
(svn r11049) -Codechange: unify a large part of the vehicle details window. Based on a patch by nycom.
draft
|
Wed, 29 Aug 2007 21:27:16 +0000 |
rubidium |
(svn r10999) -Codechange: unify the way the running cost of a vehicle is determined. Patch by nycom.
draft
|
Wed, 29 Aug 2007 20:50:58 +0000 |
rubidium |
(svn r10997) -Codechange: unify the vehicle view window. Patch by PhilSophus.
draft
|
Tue, 28 Aug 2007 06:46:33 +0000 |
rubidium |
(svn r10995) -Codechange: unify the way to get the displayed maxium speed of a vehicle. Patch by nycom.
draft
|
Sun, 26 Aug 2007 21:21:59 +0000 |
rubidium |
(svn r10985) -Codechange: unify/remove duplicate CcClone(Aircraft|RoadVeh|Ship|Train) in favour of CcCloneVehicle.
draft
|
Sun, 26 Aug 2007 20:43:22 +0000 |
rubidium |
(svn r10984) -Codechange: unify the way one can get the current speed in the same forwat so we can display it.
draft
|
Fri, 27 Jul 2007 12:49:04 +0000 |
rubidium |
(svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size.
draft
|
Mon, 16 Jul 2007 09:16:58 +0000 |
rubidium |
(svn r10587) -Codechange: move the string/dparam related stuff from variables.h to strings.h
draft
|
Tue, 10 Jul 2007 07:10:23 +0000 |
peter1138 |
(svn r10497) -Fix (FS#1013,r8464): Ship max speed wrongly shown (benc)
draft
|
Sun, 01 Jul 2007 19:11:47 +0000 |
rubidium |
(svn r10408) -Codechange: make GetImage a class method of Vehicle instead of Get(Aircraft|RoadVeh|Ship|Train)Image.
draft
|
Mon, 25 Jun 2007 17:29:03 +0000 |
maedhros |
(svn r10328) -Codechange: Close the timetable window when closing the vehicle window.
draft
|
Mon, 25 Jun 2007 14:46:32 +0000 |
peter1138 |
(svn r10324) -Codechange: reference engine names by index
draft
|
Sun, 24 Jun 2007 22:42:11 +0000 |
peter1138 |
(svn r10314) -Codechange: Refer to vehicle names by index
draft
|
Fri, 22 Jun 2007 11:58:59 +0000 |
rubidium |
(svn r10266) -Codechange: keep track of the origin, time of travel and 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.
draft
|
Thu, 21 Jun 2007 17:25:17 +0000 |
rubidium |
(svn r10258) -Codechange: as we are now using int64 all over the place, it's better to use int64 variables in the string generating too instead of packing them into two int32s.
draft
|
Thu, 21 Jun 2007 14:54:51 +0000 |
rubidium |
(svn r10247) -Fix (r10210): *always* call SetDParamMoney when you want to place money in some string.
draft
|
Tue, 15 May 2007 14:08:39 +0000 |
truelight |
(svn r9844) -Codechange: replace zoomlevel with an enum
draft
|
Wed, 18 Apr 2007 22:10:36 +0000 |
rubidium |
(svn r9672) -Cleanup: lots of coding style fixes around operands.
draft
|
Wed, 04 Apr 2007 01:35:16 +0000 |
belugas |
(svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near
draft
|
Fri, 02 Mar 2007 18:49:11 +0000 |
richk |
(svn r8978) -Feature: Rewrite of transfer system.
draft
|
Thu, 01 Feb 2007 15:49:12 +0000 |
rubidium |
(svn r8511) -Codechange: make WindowClass an enumerated value.
draft
|
Tue, 30 Jan 2007 21:10:04 +0000 |
peter1138 |
(svn r8464) -Revert (r4322): Change back to converting to mph in the GUI code, as 1 mph == 1.6 km/h is too far out for some people.
draft
|
Mon, 22 Jan 2007 00:26:46 +0000 |
bjarni |
(svn r8335) -Feature: the build ship window is now also resizable horizontally and contains sorting options
draft
|
Sun, 14 Jan 2007 19:57:49 +0000 |
peter1138 |
(svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values.
draft
|
Wed, 10 Jan 2007 18:12:09 +0000 |
KUDr |
(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp)
draft
|