skidd13
|
5c31a973a1
|
(svn r11482) -Codechange: Remove the doubled function ClrBitT and rename the remaining to fit with the naming style
|
2007-11-19 21:32:20 +00:00 |
|
skidd13
|
c0a2c0c23e
|
(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming style
|
2007-11-19 21:02:30 +00:00 |
|
skidd13
|
71c4325c50
|
(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming style
|
2007-11-19 21:02:30 +00:00 |
|
skidd13
|
7a4d96f629
|
(svn r11480) -Codechange: Rename the function ALIGN fitting to the naming style
This fixes also FS#1450
|
2007-11-19 20:40:14 +00:00 |
|
skidd13
|
58bb5c7525
|
(svn r11480) -Codechange: Rename the function ALIGN fitting to the naming style
This fixes also FS#1450
|
2007-11-19 20:40:14 +00:00 |
|
skidd13
|
98f66552be
|
(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 |
|
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 |
|
truelight
|
9cf6fe8bca
|
(svn r11357) -Fix: NetworkUniqueID could be 80 chars, while the max size we generate is 32. So reduce the size a bit. Pointed out by dihedral, so give him a big hug ;)
|
2007-10-30 11:29:01 +00:00 |
|
truelight
|
e288b2456f
|
(svn r11357) -Fix: NetworkUniqueID could be 80 chars, while the max size we generate is 32. So reduce the size a bit. Pointed out by dihedral, so give him a big hug ;)
|
2007-10-30 11:29:01 +00:00 |
|
rubidium
|
6f75794b0f
|
(svn r11290) -Fix: obiwan in the assertion that checked for overflows when writing a packet, causing still correctly sized packets to cause assertions.
|
2007-10-18 17:44:59 +00:00 |
|
rubidium
|
8795050ff7
|
(svn r11290) -Fix: obiwan in the assertion that checked for overflows when writing a packet, causing still correctly sized packets to cause assertions.
|
2007-10-18 17:44:59 +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
|
e9924421bf
|
(svn r11089) -Codechange: add revision detection to MSVC.
|
2007-09-12 07:11:48 +00:00 |
|
rubidium
|
9e7931f6ea
|
(svn r11089) -Codechange: add revision detection to MSVC.
|
2007-09-12 07:11:48 +00:00 |
|
rubidium
|
d4290086e8
|
(svn r11006) -Fix: spectators are not allowed to issue commands. Issue spotted by SmatZ.
|
2007-08-30 19:20:15 +00:00 |
|
rubidium
|
9833639b00
|
(svn r11006) -Fix: spectators are not allowed to issue commands. Issue spotted by SmatZ.
|
2007-08-30 19:20:15 +00:00 |
|
rubidium
|
4ef6e75609
|
(svn r10932) -Codechange: replace "text" with "chat" for the chat related function and variables.
|
2007-08-19 09:38:30 +00:00 |
|
rubidium
|
0fed821efb
|
(svn r10932) -Codechange: replace "text" with "chat" for the chat related function and variables.
|
2007-08-19 09:38:30 +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 |
|
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 |
|