Sun, 29 Jul 2007 19:19:30 +0000 |
rubidium |
(svn r10726) -Codechange: make it possible that the chat window is less than 640 pixels.
draft
|
Fri, 27 Jul 2007 19:57:52 +0000 |
rubidium |
(svn r10706) -Codechange: allow resizing the multiplayer server list window.
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
|
Wed, 25 Jul 2007 00:16:30 +0000 |
rubidium |
(svn r10684) -Codechange: some more coding style related changes. Primarily moving { to a new line.
draft
|
Tue, 10 Jul 2007 20:58:07 +0000 |
rubidium |
(svn r10500) -Fix [FS#1007]: cannot navigate using arrow keys in the game name text box. Patch by benc.
draft
|
Sat, 23 Jun 2007 14:13:05 +0000 |
truelight |
(svn r10293) -Add [FS#885]: a sticky button for the client list window (oxygene)
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
|
Mon, 18 Jun 2007 23:00:55 +0000 |
glx |
(svn r10211) -Feature: [NewGRF] Add support for action 0F
draft
|
Mon, 04 Jun 2007 20:06:54 +0000 |
glx |
(svn r10037) -Fix (r10035, r10036): silence some 'may be used uninitialized' warnings
draft
|
Mon, 04 Jun 2007 19:49:00 +0000 |
glx |
(svn r10035) -Change: simplified network language string sorting
draft
|
Mon, 04 Jun 2007 16:07:22 +0000 |
glx |
(svn r10032) -Add: sort the strings in server language dropdown
draft
|
Fri, 01 Jun 2007 23:06:01 +0000 |
glx |
(svn r10017) -Add (FS#790): more languages flags for servers
draft
|
Thu, 26 Apr 2007 07:41:24 +0000 |
rubidium |
(svn r9719) -Fix: in-game private messages did not work for clients with a Client ID > 255.
draft
|
Wed, 18 Apr 2007 22:41:53 +0000 |
rubidium |
(svn r9673) -Cleanup: remove spaces before tabs and replace non-indenting tabs with spaces.
draft
|
Wed, 18 Apr 2007 22:10:36 +0000 |
rubidium |
(svn r9672) -Cleanup: lots of coding style fixes around operands.
draft
|
Wed, 07 Mar 2007 12:11:48 +0000 |
rubidium |
(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
draft
|
Wed, 07 Mar 2007 11:47:46 +0000 |
rubidium |
(svn r9050) -Codechange: Foo(void) -> Foo()
draft
|
Fri, 02 Feb 2007 21:04:50 +0000 |
rubidium |
(svn r8543) -Codechange: make a real difference between querying the server via UDP and TCP.
draft
|
Thu, 01 Feb 2007 15:49:12 +0000 |
rubidium |
(svn r8511) -Codechange: make WindowClass an enumerated value.
draft
|
Sun, 14 Jan 2007 19:59:25 +0000 |
peter1138 |
(svn r8129) -Codechange: Change data tables to use split off palette map. And
draft
|
Sun, 14 Jan 2007 16:44:52 +0000 |
rubidium |
(svn r8118) -Codechange: change the ordering of the network list a little:
draft
|
Thu, 11 Jan 2007 17:29:39 +0000 |
KUDr |
(svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the pointer to allocated memory instead of modifying the pointer given as parameter
draft
|
Wed, 10 Jan 2007 18:56:51 +0000 |
rubidium |
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
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
|