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 |
|
peter1138
|
61f94c2d5e
|
(svn r10736) -Fix: Correct all mispellings of 'successful'.
|
2007-07-30 13:36:09 +00:00 |
|
peter1138
|
06986b7744
|
(svn r10736) -Fix: Correct all mispellings of 'successful'.
|
2007-07-30 13:36:09 +00:00 |
|
rubidium
|
364d42f2cd
|
(svn r10729) -Fix: some hardware (PS(P|3)) seems to loose the non-blocking state of UDP sockets.
|
2007-07-29 22:21:26 +00:00 |
|
rubidium
|
809238e634
|
(svn r10729) -Fix: some hardware (PS(P|3)) seems to loose the non-blocking state of UDP sockets.
|
2007-07-29 22:21:26 +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
|
6806635971
|
(svn r10694) -Codechange: update the server information in the game list every once in a while so the information stays fairly up-to-date when you are looking through the servers.
|
2007-07-26 09:53:58 +00:00 |
|
rubidium
|
fda75ae603
|
(svn r10694) -Codechange: update the server information in the game list every once in a while so the information stays fairly up-to-date when you are looking through the servers.
|
2007-07-26 09:53:58 +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
|
df009178d4
|
(svn r10587) -Codechange: move the string/dparam related stuff from variables.h to strings.h
|
2007-07-16 09:16:58 +00:00 |
|
rubidium
|
efc7fdf2fd
|
(svn r10587) -Codechange: move the string/dparam related stuff from variables.h to strings.h
|
2007-07-16 09:16:58 +00:00 |
|
rubidium
|
3ba01bec84
|
(svn r10501) -Fix [FS#1015]: error dialog was sometimes shown on all clients when a command failed instead of only the client that actually did the command.
|
2007-07-10 20:59:41 +00:00 |
|
rubidium
|
872e74c028
|
(svn r10501) -Fix [FS#1015]: error dialog was sometimes shown on all clients when a command failed instead of only the client that actually did the command.
|
2007-07-10 20:59:41 +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 |
|
rubidium
|
b1ab5f3e1c
|
(svn r10498) -Fix [FS#1008]: remove inconsistency between a warning and the actual behaviour.
|
2007-07-10 07:46:58 +00:00 |
|
rubidium
|
e1bdad1e57
|
(svn r10498) -Fix [FS#1008]: remove inconsistency between a warning and the actual behaviour.
|
2007-07-10 07:46:58 +00:00 |
|
rubidium
|
db5c9fc9a0
|
(svn r10462) -Add: a command dumper/loader that could be enabled compile-time and server side only to aid debugging some desyncs, i.e. dump the stream of commands so it could be replayed in exactly the same way later. This should primarily be used to make desyncs more easily reproducable, so it can be properly debugged.
|
2007-07-07 10:06:10 +00:00 |
|
rubidium
|
3b52a6bfc4
|
(svn r10462) -Add: a command dumper/loader that could be enabled compile-time and server side only to aid debugging some desyncs, i.e. dump the stream of commands so it could be replayed in exactly the same way later. This should primarily be used to make desyncs more easily reproducable, so it can be properly debugged.
|
2007-07-07 10:06:10 +00:00 |
|
rubidium
|
f7151d44b7
|
(svn r10414) -Fix: the network protocol check for required newgrfs sent static newgrfs too.
|
2007-07-03 16:14:29 +00:00 |
|
rubidium
|
95d2abf81d
|
(svn r10414) -Fix: the network protocol check for required newgrfs sent static newgrfs too.
|
2007-07-03 16:14:29 +00:00 |
|
rubidium
|
daafda6f62
|
(svn r10365) -Fix: compiling without png and networking support under MSVC.
|
2007-06-27 22:26:27 +00:00 |
|
rubidium
|
26d6ba98ee
|
(svn r10365) -Fix: compiling without png and networking support under MSVC.
|
2007-06-27 22:26:27 +00:00 |
|
rubidium
|
f603383eb9
|
(svn r10352) -Fix: the network did not request the newgrf names of newgrfs that it couldn't find; it only wanted to request the newgrf names of newgrfs that where available locally and than were called "<Unknown>".
|
2007-06-27 10:02:55 +00:00 |
|
rubidium
|
a775cdc03a
|
(svn r10352) -Fix: the network did not request the newgrf names of newgrfs that it couldn't find; it only wanted to request the newgrf names of newgrfs that where available locally and than were called "<Unknown>".
|
2007-06-27 10:02:55 +00:00 |
|
peter1138
|
3154374e19
|
(svn r10325) -Fix (r10323): Missed 3 company name references
|
2007-06-25 15:59:37 +00:00 |
|
peter1138
|
b957786ea4
|
(svn r10325) -Fix (r10323): Missed 3 company name references
|
2007-06-25 15:59:37 +00:00 |
|
rubidium
|
e0a9a7d388
|
(svn r10313) -Fix (r8546): value for password "protected" was sent toggled for UDP packets, i.e. unpassworded companies showed up passworded and vice versa.
|
2007-06-24 22:18:46 +00:00 |
|
rubidium
|
ce91598e3c
|
(svn r10313) -Fix (r8546): value for password "protected" was sent toggled for UDP packets, i.e. unpassworded companies showed up passworded and vice versa.
|
2007-06-24 22:18:46 +00:00 |
|
rubidium
|
627aa240ba
|
(svn r10298) -Fix [FS#903]: show the subdirectory below the default data directory in this filename in the newgrf list. The directory was removed in r9560 because then it used to full path instead of the path relative to the data directory, but since the inclusion of "search paths" that is not necessary anymore.
|
2007-06-23 21:12:09 +00:00 |
|
rubidium
|
6402d00190
|
(svn r10298) -Fix [FS#903]: show the subdirectory below the default data directory in this filename in the newgrf list. The directory was removed in r9560 because then it used to full path instead of the path relative to the data directory, but since the inclusion of "search paths" that is not necessary anymore.
|
2007-06-23 21:12:09 +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 |
|
rubidium
|
0d8e82b7d7
|
(svn r10246) -Fix (r10297): some forgotten money conversions and truncation issues. Thanks to benc for providing the patch.
|
2007-06-21 14:32:27 +00:00 |
|
rubidium
|
f806b46cc9
|
(svn r10246) -Fix (r10297): some forgotten money conversions and truncation issues. Thanks to benc for providing the patch.
|
2007-06-21 14:32:27 +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 |
|
rubidium
|
7dda2d93da
|
(svn r10207) -Codechange: remove the redundant player_money in favour of the money64, which is now renamed to player_money.
|
2007-06-18 21:00:14 +00:00 |
|