rubidium
|
4a5c4f6089
|
(svn r15644) -Fix [FS#2710]: closing a network connection twice in the case that sending packets starts failing while disconnecting
|
2009-03-08 16:14:14 +00:00 |
|
smatz
|
19c01ee0ec
|
(svn r15640) -Fix [FS#2712]: game crashes when network pools are empty, so always allocate at least one pool block
|
2009-03-07 22:40:47 +00:00 |
|
smatz
|
642dc1ea5e
|
(svn r15640) -Fix [FS#2712]: game crashes when network pools are empty, so always allocate at least one pool block
|
2009-03-07 22:40:47 +00:00 |
|
rubidium
|
d5762a5069
|
(svn r15632) -Feature: allow downloading scenarios and heightmaps via bananas.
|
2009-03-06 19:33:45 +00:00 |
|
rubidium
|
406832fed8
|
(svn r15632) -Feature: allow downloading scenarios and heightmaps via bananas.
|
2009-03-06 19:33:45 +00:00 |
|
smatz
|
154b4da4cc
|
(svn r15628) -Fix [FS#2705]: kicking/banning a client from the Client list window crashed the server
|
2009-03-06 12:42:01 +00:00 |
|
smatz
|
f3ed8268b6
|
(svn r15628) -Fix [FS#2705]: kicking/banning a client from the Client list window crashed the server
|
2009-03-06 12:42:01 +00:00 |
|
rubidium
|
34bd9ee636
|
(svn r15626) -Fix [FS#2698]: UTF8 string handling could cause buffer overruns.
|
2009-03-06 01:23:25 +00:00 |
|
rubidium
|
86ca408d46
|
(svn r15626) -Fix [FS#2698]: UTF8 string handling could cause buffer overruns.
|
2009-03-06 01:23:25 +00:00 |
|
rubidium
|
9e3449ecc9
|
(svn r15605) -Codechange: constify a function
|
2009-03-04 00:13:52 +00:00 |
|
rubidium
|
908e850b5a
|
(svn r15605) -Codechange: constify a function
|
2009-03-04 00:13:52 +00:00 |
|
rubidium
|
0d12c46b5e
|
(svn r15580) -Fix [FS#2684]: last activity time not properly updated causing downloads to be aborted after a minute.
|
2009-02-25 17:00:59 +00:00 |
|
rubidium
|
3ae9851bd8
|
(svn r15580) -Fix [FS#2684]: last activity time not properly updated causing downloads to be aborted after a minute.
|
2009-02-25 17:00:59 +00:00 |
|
rubidium
|
b2def94607
|
(svn r15577) -Codechange: bool _networking belongs in network/ not gfx.cpp
|
2009-02-25 00:48:04 +00:00 |
|
rubidium
|
66a8c0a132
|
(svn r15577) -Codechange: bool _networking belongs in network/ not gfx.cpp
|
2009-02-25 00:48:04 +00:00 |
|
yexo
|
7e818f0456
|
(svn r15576) -Codechange: rename SwitchModes to SwitchMode and don't hardcode the values for that enum.
|
2009-02-25 00:45:52 +00:00 |
|
yexo
|
3bb872e7dd
|
(svn r15576) -Codechange: rename SwitchModes to SwitchMode and don't hardcode the values for that enum.
|
2009-02-25 00:45:52 +00:00 |
|
yexo
|
bd2544b5ea
|
(svn r15575) -Codechange: Rename GameModes to GameMode and store _game_mode as GameMode instead of as byte.
|
2009-02-25 00:14:46 +00:00 |
|
yexo
|
901230bde1
|
(svn r15575) -Codechange: Rename GameModes to GameMode and store _game_mode as GameMode instead of as byte.
|
2009-02-25 00:14:46 +00:00 |
|
smatz
|
3707a11e5e
|
(svn r15571) -Fix: incorrect use of memset
|
2009-02-24 22:25:23 +00:00 |
|
smatz
|
846044ee26
|
(svn r15571) -Fix: incorrect use of memset
|
2009-02-24 22:25:23 +00:00 |
|
rubidium
|
926b721cc2
|
(svn r15566) -Change: reintroduce space as valid method of selecting 'content' as long as the filter box is not focused. Enter will also work when the filter box is focused.
|
2009-02-24 13:32:18 +00:00 |
|
rubidium
|
8fa247c4b1
|
(svn r15566) -Change: reintroduce space as valid method of selecting 'content' as long as the filter box is not focused. Enter will also work when the filter box is focused.
|
2009-02-24 13:32:18 +00:00 |
|
rubidium
|
39b6a2a507
|
(svn r15565) -Fix [FS#2675]: dependency information wasn't requested after the content state was reset causing the dependencies not always being selected (and thus downloaded) automatically.
|
2009-02-24 13:25:35 +00:00 |
|
rubidium
|
4bf2f4a166
|
(svn r15565) -Fix [FS#2675]: dependency information wasn't requested after the content state was reset causing the dependencies not always being selected (and thus downloaded) automatically.
|
2009-02-24 13:25:35 +00:00 |
|
rubidium
|
5c127d51b8
|
(svn r15552) -Fix (r15544): some compiler/OS combinations don't like closing the same FD twice and zlib's docs weren't very clear about whether it would close a FD it didn't open.
|
2009-02-22 02:57:15 +00:00 |
|
rubidium
|
54f852f094
|
(svn r15552) -Fix (r15544): some compiler/OS combinations don't like closing the same FD twice and zlib's docs weren't very clear about whether it would close a FD it didn't open.
|
2009-02-22 02:57:15 +00:00 |
|
rubidium
|
fcdeb5c522
|
(svn r15544) -Fix [FS#2650]: extracting downloaded content didn't work for Windows if one uses a non-ASCII.
|
2009-02-21 14:00:35 +00:00 |
|
rubidium
|
fdc2e85184
|
(svn r15544) -Fix [FS#2650]: extracting downloaded content didn't work for Windows if one uses a non-ASCII.
|
2009-02-21 14:00:35 +00:00 |
|
rubidium
|
e3ac127617
|
(svn r15529) -Fix [FS#2644]: the local command queue didn't get properly cleaned when leaving a game meaning you could end up executing commands of the previous network game.
|
2009-02-20 00:03:29 +00:00 |
|
rubidium
|
c5677da94d
|
(svn r15529) -Fix [FS#2644]: the local command queue didn't get properly cleaned when leaving a game meaning you could end up executing commands of the previous network game.
|
2009-02-20 00:03:29 +00:00 |
|
rubidium
|
426857bc72
|
(svn r15442) -Codechange: don't do magic on magic numbers when you can also use a single named constant.
|
2009-02-11 01:28:10 +00:00 |
|
rubidium
|
dba12992e8
|
(svn r15442) -Codechange: don't do magic on magic numbers when you can also use a single named constant.
|
2009-02-11 01:28:10 +00:00 |
|
peter1138
|
545804b67a
|
(svn r15433) -Fix (r15126): Content download progress bar was not centered properly.
|
2009-02-09 20:30:16 +00:00 |
|
peter1138
|
cd0b38d234
|
(svn r15433) -Fix (r15126): Content download progress bar was not centered properly.
|
2009-02-09 20:30:16 +00:00 |
|
rubidium
|
89e1afdaa0
|
(svn r15428) -Codechange: consistently use colour instead of having both color and colour.
|
2009-02-09 02:57:15 +00:00 |
|
rubidium
|
c0a8d09ca7
|
(svn r15428) -Codechange: consistently use colour instead of having both color and colour.
|
2009-02-09 02:57:15 +00:00 |
|
rubidium
|
a7693c6059
|
(svn r15425) -Codechange: some color->colour changes and type safety.
|
2009-02-09 02:09:47 +00:00 |
|
rubidium
|
8dae160d0f
|
(svn r15425) -Codechange: some color->colour changes and type safety.
|
2009-02-09 02:09:47 +00:00 |
|
rubidium
|
5080feba0d
|
(svn r15424) -Codechange: make it possible to have multiple windows with edit box open simultaniously (Zuu).
|
2009-02-09 01:22:29 +00:00 |
|
rubidium
|
861e9cefb3
|
(svn r15424) -Codechange: make it possible to have multiple windows with edit box open simultaniously (Zuu).
|
2009-02-09 01:22:29 +00:00 |
|
rubidium
|
283b3d16ab
|
(svn r15410) -Cleanup: get rid of most of the references to the 'patches' except where it's used for backward compatability.
|
2009-02-08 12:25:13 +00:00 |
|
rubidium
|
377ce6c5bf
|
(svn r15410) -Cleanup: get rid of most of the references to the 'patches' except where it's used for backward compatability.
|
2009-02-08 12:25:13 +00:00 |
|
rubidium
|
6ad9fcc6ec
|
(svn r15395) -Fix [FS#2611] (r15377): one couldn't reset companies anymore in a 'dedicated' server.
|
2009-02-07 12:02:13 +00:00 |
|
rubidium
|
d7a053578d
|
(svn r15395) -Fix [FS#2611] (r15377): one couldn't reset companies anymore in a 'dedicated' server.
|
2009-02-07 12:02:13 +00:00 |
|
rubidium
|
9f1a20a2be
|
(svn r15377) -Fix [FS#2607]: filter did resort when unneeded and didn't deselect properly in some cases (Roujin)
|
2009-02-06 18:00:05 +00:00 |
|
rubidium
|
841050ec83
|
(svn r15377) -Fix [FS#2607]: filter did resort when unneeded and didn't deselect properly in some cases (Roujin)
|
2009-02-06 18:00:05 +00:00 |
|
rubidium
|
cd0edc9201
|
(svn r15373) -Fix [FS#2606]: Kenobi denied the server's client name to the tab-completed.
|
2009-02-06 15:11:17 +00:00 |
|
rubidium
|
ef754b8b6d
|
(svn r15373) -Fix [FS#2606]: Kenobi denied the server's client name to the tab-completed.
|
2009-02-06 15:11:17 +00:00 |
|
rubidium
|
a3da2d5145
|
(svn r15372) -Feature: filter the 'content' based on the tag/name. Based on a patch by Roujin.
|
2009-02-06 12:00:14 +00:00 |
|