Sat, 17 Oct 2009 20:38:27 +0000 |
alberth |
(svn r17791) -Codechange: Highscore and endgame windows use pure nested widgets.
draft
|
Sun, 04 Oct 2009 17:16:41 +0000 |
rubidium |
(svn r17693) -Cleanup: remove some unneeded includes
draft
|
Fri, 21 Aug 2009 20:21:05 +0000 |
rubidium |
(svn r17248) -Fix: add GPL license notice where appropriate
draft
|
Mon, 18 May 2009 16:21:28 +0000 |
smatz |
(svn r16352) -Codechange: use PoolItem::GetIfValid() instead of PoolItem::IsValidID() and PoolItem::Get()
draft
|
Sun, 17 May 2009 01:00:56 +0000 |
smatz |
(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsValidID(index)
draft
|
Sat, 16 May 2009 23:34:14 +0000 |
smatz |
(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)
draft
|
Wed, 06 May 2009 15:06:57 +0000 |
rubidium |
(svn r16242) -Codechange: rework pausing
draft
|
Sun, 26 Apr 2009 15:26:19 +0000 |
rubidium |
(svn r16162) -Codechange: remove needless TC_ colours from DrawString when they are part of strings and add some colours to a few strings.
draft
|
Sun, 26 Apr 2009 10:45:07 +0000 |
rubidium |
(svn r16156) -Codechange: make the parameters of DrawStringMultiline the same as for DrawString (except the addition of the bottom parameter)
draft
|
Tue, 21 Apr 2009 23:40:56 +0000 |
rubidium |
(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible.
draft
|
Sat, 11 Apr 2009 18:10:32 +0000 |
alberth |
(svn r16031) -Codechange: Added nested widgets to highscore and endgame windows.
draft
|
Tue, 24 Mar 2009 22:18:40 +0000 |
rubidium |
(svn r15839) -Fix: high score text was (partly) off-screen when using RTL and the window was wider than 640 pixels
draft
|
Sun, 22 Mar 2009 09:34:06 +0000 |
rubidium |
(svn r15803) -Codechange: use the new text drawing API for multicenter
draft
|
Sat, 21 Mar 2009 22:46:17 +0000 |
rubidium |
(svn r15794) -Codechange: remove the DoDrawString part of the old text drawing API
draft
|
Sun, 15 Mar 2009 15:12:06 +0000 |
rubidium |
(svn r15723) -Codechange: use a constructor for WindowDescs as that makes expanding them much easier (Alberth)
draft
|
Mon, 23 Feb 2009 01:51:19 +0000 |
rubidium |
(svn r15554) -Fix: -v null crashing in 2051 due to trying to show the high score of the spectator.
draft
|
Sat, 31 Jan 2009 20:16:06 +0000 |
smatz |
(svn r15299) -Cleanup: remove many redundant includes
draft
|
Sat, 03 Jan 2009 18:44:20 +0000 |
smatz |
(svn r14815) -Codechange: separate 'highscore' code from 'company' code
draft
|