Mon, 13 Aug 2007 18:59:34 +0000 |
truelight |
(svn r10878) -Add [FS#653]: added TileHeight to the Land Area Information tool (blove)
|
file |
diff |
annotate
|
Thu, 02 Aug 2007 21:05:54 +0000 |
rubidium |
(svn r10755) -Codechange: make the town struct use the pool item class as super class.
|
file |
diff |
annotate
|
Mon, 30 Jul 2007 13:36:09 +0000 |
peter1138 |
(svn r10736) -Fix: Correct all mispellings of 'successful'.
|
file |
diff |
annotate
|
Fri, 27 Jul 2007 22:11:22 +0000 |
rubidium |
(svn r10709) -Codechange: allow automatic downsizing of the load game/save game windows. These windows also already supported downsizing, but again the resize button would be unreachable.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Wed, 25 Jul 2007 00:16:30 +0000 |
rubidium |
(svn r10684) -Codechange: some more coding style related changes. Primarily moving { to a new line.
|
file |
diff |
annotate
|
Mon, 16 Jul 2007 09:16:58 +0000 |
rubidium |
(svn r10587) -Codechange: move the string/dparam related stuff from variables.h to strings.h
|
file |
diff |
annotate
|
Thu, 12 Jul 2007 13:40:24 +0000 |
rubidium |
(svn r10522) -Fix: the "build truck station" GUI showed that it would accept tourists when it does not, whereas the "build bus station" GUI did not show them when it did accept them.
|
file |
diff |
annotate
|
Tue, 03 Jul 2007 11:31:38 +0000 |
peter1138 |
(svn r10412) -Codechange: Remove unnecessary inclusion of hal.h in various files (and add one)
|
file |
diff |
annotate
|
Tue, 26 Jun 2007 13:36:00 +0000 |
truelight |
(svn r10339) -Fix r10311: if you fix your own name, at least also update your description ;)
|
file |
diff |
annotate
|
Mon, 25 Jun 2007 13:30:38 +0000 |
peter1138 |
(svn r10323) -Codechange: reference company name, number and player (president) name
|
file |
diff |
annotate
|
Sun, 24 Jun 2007 20:44:36 +0000 |
orudge |
(svn r10311) -Fix: I'm not retired, just relatively inactive ;)
|
file |
diff |
annotate
|
Fri, 22 Jun 2007 18:28:44 +0000 |
truelight |
(svn r10270) -Add: prefixed the loading indicator with an arrow, up meaning vehicle is loading, down meaning vehicle is unloading
|
file |
diff |
annotate
|
Thu, 21 Jun 2007 19:18:49 +0000 |
rubidium |
(svn r10263) -Fix (r10262): due to 64 bits alignment a struct became a little too large.
|
file |
diff |
annotate
|
Thu, 21 Jun 2007 19:08:47 +0000 |
rubidium |
(svn r10262) -Fix (r10258): some places that needed to be changed to uint64 were hidden/forgotten, which caused memory corruptions and that in caused all kinds of assertions to trigger.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Thu, 21 Jun 2007 16:17:47 +0000 |
truelight |
(svn r10254) -Feature: loading indicator, which shows in % how full a vehicle is while loading/unloading (TheJosh)
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Thu, 21 Jun 2007 14:32:27 +0000 |
rubidium |
(svn r10246) -Fix (r10297): some forgotten money conversions and truncation issues. Thanks to benc for providing the patch.
|
file |
diff |
annotate
|
Mon, 18 Jun 2007 21:44:47 +0000 |
rubidium |
(svn r10208) -Codechange: replace int32 with Money where appropriate.
|
file |
diff |
annotate
|
Mon, 18 Jun 2007 21:00:14 +0000 |
rubidium |
(svn r10207) -Codechange: remove the redundant player_money in favour of the money64, which is now renamed to player_money.
|
file |
diff |
annotate
|
Mon, 18 Jun 2007 19:53:50 +0000 |
rubidium |
(svn r10205) -Codechange: refactor returning of cost, so it can be more easily modified.
|
file |
diff |
annotate
|
Mon, 18 Jun 2007 16:42:40 +0000 |
rubidium |
(svn r10200) -Codechange: add "shortcut" for !CmdFailed (CmdSucceeded).
|
file |
diff |
annotate
|
Sun, 17 Jun 2007 15:48:57 +0000 |
rubidium |
(svn r10182) -Codechange: rewrite most part of the file loading/searching to be more flexible.
|
file |
diff |
annotate
|
Tue, 12 Jun 2007 15:46:34 +0000 |
rubidium |
(svn r10116) -Fix [FS#850]: remove invalid characters (for the file system) from savegame names. Based on a patch by TheJosh.
|
file |
diff |
annotate
|
Fri, 25 May 2007 22:07:40 +0000 |
rubidium |
(svn r9923) -Add: support for Action 0 Road vehicles, property 1C, bit 0.
|
file |
diff |
annotate
|
Wed, 23 May 2007 13:52:10 +0000 |
maedhros |
(svn r9901) -Codechange: Decide what to do with selected land areas based on the specific variable, not how it was highlighted.
|
file |
diff |
annotate
|
Wed, 23 May 2007 12:45:56 +0000 |
maedhros |
(svn r9900) -Codechange: Separate the variables for how to highlight a land area and what to do with it afterwards.
|
file |
diff |
annotate
|
Tue, 15 May 2007 16:08:46 +0000 |
truelight |
(svn r9846) -Codechange: introduced ZOOM_LVL_MIN and ZOOM_LVL_MAX for the obvious reasons
|
file |
diff |
annotate
|
Wed, 18 Apr 2007 22:41:53 +0000 |
rubidium |
(svn r9673) -Cleanup: remove spaces before tabs and replace non-indenting tabs with spaces.
|
file |
diff |
annotate
|
Wed, 18 Apr 2007 22:10:36 +0000 |
rubidium |
(svn r9672) -Cleanup: lots of coding style fixes around operands.
|
file |
diff |
annotate
|
Tue, 17 Apr 2007 20:23:13 +0000 |
belugas |
(svn r9662) -Documentation: Doxygen corrections and @file omissions
|
file |
diff |
annotate
|
Thu, 12 Apr 2007 13:07:15 +0000 |
maedhros |
(svn r9609) -Codechange: Move some function prototypes out of functions.h and into landscape.h, and add a few where they didn't exist.
|
file |
diff |
annotate
|
Mon, 10 Mar 2008 15:26:39 +0000 |
richk |
(svn r12351) [NewGRF_ports] -Sync: with trunk r12051:12350.
NewGRF_ports
|
file |
diff |
annotate
|
Sun, 03 Feb 2008 20:34:26 +0000 |
rubidium |
(svn r12053) [NewGRF_ports] -Sync: with trunk r11949:12050.
NewGRF_ports
|
file |
diff |
annotate
|
Tue, 22 Jan 2008 21:00:30 +0000 |
rubidium |
(svn r11950) [NewGRF_ports] -Sync with trunk r11566:11949.
NewGRF_ports
|
file |
diff |
annotate
|
Mon, 03 Dec 2007 23:39:38 +0000 |
rubidium |
(svn r11566) [NewGRF_ports] -Sync: with trunk r11218:r11565.
NewGRF_ports
|
file |
diff |
annotate
|
Sat, 06 Oct 2007 21:16:00 +0000 |
rubidium |
(svn r11219) [NewGRF_ports] -Sync: with trunk r11035:11218.
NewGRF_ports
|
file |
diff |
annotate
|
Sun, 02 Sep 2007 11:58:58 +0000 |
rubidium |
(svn r11037) [NewGRF_ports] -Sync: with trunk r10844:11035.
NewGRF_ports
|
file |
diff |
annotate
|
Fri, 03 Aug 2007 18:10:15 +0000 |
richk |
(svn r10766) [NewGRF_ports] -Sync: with trunk r10651-10765
NewGRF_ports
|
file |
diff |
annotate
|
Mon, 16 Jul 2007 21:22:24 +0000 |
richk |
(svn r10595) [NewGRF_ports] -Sync: with trunk r10559-10593
NewGRF_ports
|
file |
diff |
annotate
|
Sat, 14 Jul 2007 19:42:58 +0000 |
richk |
(svn r10560) [NewGRF_ports] -Sync: with trunk r10027-10559
NewGRF_ports
|
file |
diff |
annotate
|
Sat, 02 Jun 2007 19:59:29 +0000 |
richk |
(svn r10027) [NewGRF_ports] -Sync: with trunk r9506-10026
NewGRF_ports
|
file |
diff |
annotate
|
Wed, 21 Mar 2007 13:19:01 +0000 |
peter1138 |
(svn r9388) -Codechange: variable scope and type, and standardify all CargoID loops.
|
file |
diff |
annotate
|
Mon, 19 Mar 2007 11:27:30 +0000 |
maedhros |
(svn r9315) -Merge: The newhouses branch. With this merge comes almost complete support for
|
file |
diff |
annotate
|
Wed, 07 Mar 2007 12:11:48 +0000 |
rubidium |
(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
|
file |
diff |
annotate
|
Wed, 07 Mar 2007 11:47:46 +0000 |
rubidium |
(svn r9050) -Codechange: Foo(void) -> Foo()
|
file |
diff |
annotate
|
Tue, 06 Mar 2007 22:16:43 +0000 |
belugas |
(svn r9042) -Add : Maedhros as a developper
|
file |
diff |
annotate
|
Mon, 05 Mar 2007 00:34:48 +0000 |
Darkvater |
(svn r9011) -Codechange (r9003): Rework Utf8PrevChar so that it returns a pointer to the previous UTF8 character's first byte instead of a byte-length offset
|
file |
diff |
annotate
|
Sun, 04 Mar 2007 00:49:40 +0000 |
Darkvater |
(svn r9003) -Codechange: Introduce a function Utf8PrevCharLen that finds the starting character of an UTF-8 sequence from a given position and returns the length to the first UTF-8 encoding byte of that sequence.
|
file |
diff |
annotate
|
Sat, 03 Mar 2007 04:04:22 +0000 |
belugas |
(svn r8987) -Cleanup: doxygen changes. Again. Mostly (still) @files missing tags and (more than just) a few comments style.
|
file |
diff |
annotate
|
Fri, 02 Mar 2007 17:54:52 +0000 |
Darkvater |
(svn r8977) -Codechange: Remove the hardcoded maximum width for some drawstrings and replace them with a portion of w->width. Only visible improvement is QueryWndProc which will not write exactly to the edge of the window anymore.
|
file |
diff |
annotate
|
Fri, 02 Mar 2007 01:17:11 +0000 |
rubidium |
(svn r8969) -Codechange: rework of the player face bits.
|
file |
diff |
annotate
|
Tue, 20 Feb 2007 22:09:21 +0000 |
peter1138 |
(svn r8826) -Codechange: Replace _cargoc's separate arrays with a regular struct array (with accessor) and implement new initialization method using cargo labels.
|
file |
diff |
annotate
|
Sat, 21 Apr 2007 08:23:57 +0000 |
KUDr |
(svn r9708) [cpp_gui] -Sync with trunk (r9633:9707)
cpp_gui
|
file |
diff |
annotate
|
Sun, 15 Apr 2007 17:04:44 +0000 |
KUDr |
(svn r9639) [cpp_gui] -Sync with trunk (r9476:9633)
cpp_gui
|
file |
diff |
annotate
|
Mon, 26 Mar 2007 22:15:38 +0000 |
KUDr |
(svn r9486) [cpp_gui] -Sync with trunk (r9100:9476)
cpp_gui
|
file |
diff |
annotate
|
Mon, 26 Mar 2007 21:00:16 +0000 |
KUDr |
(svn r9484) [cpp_gui] -Add: Auto layout/resize ability of widgets.
cpp_gui
|
file |
diff |
annotate
|
Sun, 11 Mar 2007 16:31:18 +0000 |
bjarni |
(svn r9119) [cpp_gui] -Sync with trunk (r9003:9100)
cpp_gui
|
file |
diff |
annotate
|
Sun, 04 Mar 2007 04:25:36 +0000 |
KUDr |
(svn r9004) [cpp_gui] -Sync with trunk (r8900..r9003)
cpp_gui
|
file |
diff |
annotate
|