skidd13
|
8be526e499
|
(svn r11475) -Codechange: rename clamp and clampu to Clamp and ClampU to fit with the coding style
|
2007-11-19 18:38:10 +00:00 |
|
belugas
|
e2c0f1faf7
|
(svn r11374) -Codechange: Give meaning to the magical number that specifies the color of the text in a DrawString call.
Patch heavily based on BiBB's work (FS#1383)
|
2007-11-04 00:08:57 +00:00 |
|
belugas
|
56e6282f2f
|
(svn r11374) -Codechange: Give meaning to the magical number that specifies the color of the text in a DrawString call.
Patch heavily based on BiBB's work (FS#1383)
|
2007-11-04 00:08:57 +00:00 |
|
rubidium
|
7350b88bf2
|
(svn r11188) -Codechange: rewrite of the town action related code (remove some of the magic).
-Feature: possibility to disable exclusive rights and giving money. Both by skidd13.
|
2007-09-30 17:38:42 +00:00 |
|
rubidium
|
ff14665f6e
|
(svn r11188) -Codechange: rewrite of the town action related code (remove some of the magic).
-Feature: possibility to disable exclusive rights and giving money. Both by skidd13.
|
2007-09-30 17:38:42 +00:00 |
|
rubidium
|
fe16c97a19
|
(svn r10888) -Fix (r10886): 64 bits alignment made a struct too big.
|
2007-08-14 12:13:12 +00:00 |
|
rubidium
|
e474b58d2f
|
(svn r10888) -Fix (r10886): 64 bits alignment made a struct too big.
|
2007-08-14 12:13:12 +00:00 |
|
rubidium
|
15ee365b10
|
(svn r10886) -Codechange: modify the "start network server" GUI so it can actually handle more than 10 clients/companies/spectators in a nice way, i.e. without making a combobox with 100 players and add 90 new strings to be able to do so.
|
2007-08-14 10:46:38 +00:00 |
|
rubidium
|
83f83685c0
|
(svn r10886) -Codechange: modify the "start network server" GUI so it can actually handle more than 10 clients/companies/spectators in a nice way, i.e. without making a combobox with 100 players and add 90 new strings to be able to do so.
|
2007-08-14 10:46:38 +00:00 |
|
rubidium
|
000b582423
|
(svn r10726) -Codechange: make it possible that the chat window is less than 640 pixels.
|
2007-07-29 19:19:30 +00:00 |
|
rubidium
|
dd0fac984b
|
(svn r10726) -Codechange: make it possible that the chat window is less than 640 pixels.
|
2007-07-29 19:19:30 +00:00 |
|
rubidium
|
8fef079cbc
|
(svn r10706) -Codechange: allow resizing the multiplayer server list window.
|
2007-07-27 19:57:52 +00:00 |
|
rubidium
|
705696f736
|
(svn r10706) -Codechange: allow resizing the multiplayer server list window.
|
2007-07-27 19:57:52 +00:00 |
|
rubidium
|
13ab17bca8
|
(svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size.
|
2007-07-27 12:49:04 +00:00 |
|
rubidium
|
c03cb2c8db
|
(svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size.
|
2007-07-27 12:49:04 +00:00 |
|
rubidium
|
7fe3635cdb
|
(svn r10684) -Codechange: some more coding style related changes. Primarily moving { to a new line.
|
2007-07-25 00:16:30 +00:00 |
|
rubidium
|
b290268645
|
(svn r10684) -Codechange: some more coding style related changes. Primarily moving { to a new line.
|
2007-07-25 00:16:30 +00:00 |
|
rubidium
|
5ef18e693c
|
(svn r10500) -Fix [FS#1007]: cannot navigate using arrow keys in the game name text box. Patch by benc.
|
2007-07-10 20:58:07 +00:00 |
|
rubidium
|
0cd8274658
|
(svn r10500) -Fix [FS#1007]: cannot navigate using arrow keys in the game name text box. Patch by benc.
|
2007-07-10 20:58:07 +00:00 |
|
truelight
|
292a75a5ec
|
(svn r10293) -Add [FS#885]: a sticky button for the client list window (oxygene)
|
2007-06-23 14:13:05 +00:00 |
|
truelight
|
834d0cf79e
|
(svn r10293) -Add [FS#885]: a sticky button for the client list window (oxygene)
|
2007-06-23 14:13:05 +00:00 |
|
rubidium
|
d0fa4eb9de
|
(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.
-Fix: some displays of money were wrong.
|
2007-06-21 17:25:17 +00:00 |
|
rubidium
|
9c0944aa09
|
(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.
-Fix: some displays of money were wrong.
|
2007-06-21 17:25:17 +00:00 |
|
rubidium
|
1b27095c83
|
(svn r10247) -Fix (r10210): *always* call SetDParamMoney when you want to place money in some string.
|
2007-06-21 14:54:51 +00:00 |
|
rubidium
|
eb1472a82d
|
(svn r10247) -Fix (r10210): *always* call SetDParamMoney when you want to place money in some string.
|
2007-06-21 14:54:51 +00:00 |
|
glx
|
623a848cca
|
(svn r10211) -Feature: [NewGRF] Add support for action 0F
|
2007-06-18 23:00:55 +00:00 |
|
glx
|
23af871615
|
(svn r10211) -Feature: [NewGRF] Add support for action 0F
|
2007-06-18 23:00:55 +00:00 |
|
glx
|
a81fd98057
|
(svn r10037) -Fix (r10035, r10036): silence some 'may be used uninitialized' warnings
|
2007-06-04 20:06:54 +00:00 |
|
glx
|
32a04368b3
|
(svn r10037) -Fix (r10035, r10036): silence some 'may be used uninitialized' warnings
|
2007-06-04 20:06:54 +00:00 |
|
glx
|
a5e5757656
|
(svn r10035) -Change: simplified network language string sorting
|
2007-06-04 19:49:00 +00:00 |
|
glx
|
59cb4da628
|
(svn r10035) -Change: simplified network language string sorting
|
2007-06-04 19:49:00 +00:00 |
|
glx
|
a816369802
|
(svn r10032) -Add: sort the strings in server language dropdown
|
2007-06-04 16:07:22 +00:00 |
|
glx
|
cb340626ca
|
(svn r10032) -Add: sort the strings in server language dropdown
|
2007-06-04 16:07:22 +00:00 |
|
glx
|
9113b5721a
|
(svn r10017) -Add (FS#790): more languages flags for servers
|
2007-06-01 23:06:01 +00:00 |
|
glx
|
6e653cd1ab
|
(svn r10017) -Add (FS#790): more languages flags for servers
|
2007-06-01 23:06:01 +00:00 |
|
rubidium
|
98e59a5add
|
(svn r9719) -Fix: in-game private messages did not work for clients with a Client ID > 255.
|
2007-04-26 07:41:24 +00:00 |
|
rubidium
|
b469c443e9
|
(svn r9719) -Fix: in-game private messages did not work for clients with a Client ID > 255.
|
2007-04-26 07:41:24 +00:00 |
|
rubidium
|
2ce514284c
|
(svn r9673) -Cleanup: remove spaces before tabs and replace non-indenting tabs with spaces.
|
2007-04-18 22:41:53 +00:00 |
|
rubidium
|
2dc5589290
|
(svn r9673) -Cleanup: remove spaces before tabs and replace non-indenting tabs with spaces.
|
2007-04-18 22:41:53 +00:00 |
|
rubidium
|
7577954ced
|
(svn r9672) -Cleanup: lots of coding style fixes around operands.
|
2007-04-18 22:10:36 +00:00 |
|
rubidium
|
80c259f64f
|
(svn r9672) -Cleanup: lots of coding style fixes around operands.
|
2007-04-18 22:10:36 +00:00 |
|
rubidium
|
979ccd45ba
|
(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
|
2007-03-07 12:11:48 +00:00 |
|
rubidium
|
24c4d5b06d
|
(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
|
2007-03-07 12:11:48 +00:00 |
|
rubidium
|
4169bfba06
|
(svn r9050) -Codechange: Foo(void) -> Foo()
|
2007-03-07 11:47:46 +00:00 |
|
rubidium
|
36bb92ae24
|
(svn r9050) -Codechange: Foo(void) -> Foo()
|
2007-03-07 11:47:46 +00:00 |
|
rubidium
|
fe996cb13d
|
(svn r8543) -Codechange: make a real difference between querying the server via UDP and TCP.
|
2007-02-02 21:04:50 +00:00 |
|
rubidium
|
6a820a30d1
|
(svn r8543) -Codechange: make a real difference between querying the server via UDP and TCP.
|
2007-02-02 21:04:50 +00:00 |
|
rubidium
|
2a9851a3ad
|
(svn r8511) -Codechange: make WindowClass an enumerated value.
|
2007-02-01 15:49:12 +00:00 |
|
rubidium
|
c8882bd3d2
|
(svn r8511) -Codechange: make WindowClass an enumerated value.
|
2007-02-01 15:49:12 +00:00 |
|
peter1138
|
13da8502c0
|
(svn r8129) -Codechange: Change data tables to use split off palette map. And
include a file missed last time...
|
2007-01-14 19:59:25 +00:00 |
|