rubidium
|
d9081ad3f5
|
(svn r11556) -Feature: allow setting a default password for new companies in network games.
|
2007-12-02 14:48:26 +00:00 |
|
rubidium
|
92cb0e45ca
|
(svn r11555) -Codechange: use the new members introduced in r11551.
|
2007-12-02 14:29:48 +00:00 |
|
rubidium
|
527b72749d
|
(svn r11555) -Codechange: use the new members introduced in r11551.
|
2007-12-02 14:29:48 +00:00 |
|
skidd13
|
e3092f6791
|
(svn r11522) -Fix: The scrollbar of the network gui could run out of bounds
|
2007-11-25 15:17:16 +00:00 |
|
skidd13
|
2bf2be987d
|
(svn r11522) -Fix: The scrollbar of the network gui could run out of bounds
|
2007-11-25 15:17:16 +00:00 |
|
smatz
|
ca30e9b849
|
(svn r11519) -Codechange: enumerization and cleanup of NetworkLobbyWindow in network_gui.cpp
|
2007-11-25 11:36:45 +00:00 |
|
smatz
|
d061d985d6
|
(svn r11519) -Codechange: enumerization and cleanup of NetworkLobbyWindow in network_gui.cpp
|
2007-11-25 11:36:45 +00:00 |
|
smatz
|
13128407d9
|
(svn r11517) -Codechange: better cleanup of NetworkStartServerWindow in network_gui.cpp
|
2007-11-24 21:49:49 +00:00 |
|
smatz
|
72eb6ae278
|
(svn r11517) -Codechange: better cleanup of NetworkStartServerWindow in network_gui.cpp
|
2007-11-24 21:49:49 +00:00 |
|
smatz
|
d056b350eb
|
(svn r11516) -Codechange: cleanup of NetworkGameWindow in network_gui.cpp
|
2007-11-24 21:41:59 +00:00 |
|
smatz
|
a62e07b08e
|
(svn r11516) -Codechange: cleanup of NetworkGameWindow in network_gui.cpp
|
2007-11-24 21:41:59 +00:00 |
|
smatz
|
8e19280a72
|
(svn r11515) -Codechange: cleanup of NetworkStartServerWindow in network_gui.cpp
|
2007-11-24 18:09:02 +00:00 |
|
smatz
|
5dfead8b5c
|
(svn r11515) -Codechange: cleanup of NetworkStartServerWindow in network_gui.cpp
|
2007-11-24 18:09:02 +00:00 |
|
skidd13
|
3ae50673a3
|
(svn r11484) -Codechange: Remove the doubled function SetBitT and rename the remaining to fit with the naming style
|
2007-11-20 13:35:54 +00:00 |
|
skidd13
|
eeaa348f8b
|
(svn r11484) -Codechange: Remove the doubled function SetBitT and rename the remaining to fit with the naming style
|
2007-11-20 13:35:54 +00:00 |
|
skidd13
|
6801cceda1
|
(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
|
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 |
|