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 |
|
rubidium
|
c346f249cd
|
(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 |
|
rubidium
|
42fe0b65d2
|
(svn r15338) -Fix [FS#2598]: close all construction related windows whenever changing company.
|
2009-02-04 16:59:41 +00:00 |
|
rubidium
|
ac7757324e
|
(svn r15338) -Fix [FS#2598]: close all construction related windows whenever changing company.
|
2009-02-04 16:59:41 +00:00 |
|
peter1138
|
bce50498fc
|
(svn r15312) -Codechange: Handle closing of drop down menus when clicking in a window in a single place, instead of in the OnClick event for some windows. This standardises behaviour so that clicking anywhere in a window will close its drop down menu, which happened before for some windows but not all. In addition the dubious feature of hiding a drop down menu by opening the same menu has been removed. This only caused wasted CPU cycles as a whole new list was generated and then destroyed. Breathe.
|
2009-02-01 22:32:07 +00:00 |
|
peter1138
|
aad67b5736
|
(svn r15312) -Codechange: Handle closing of drop down menus when clicking in a window in a single place, instead of in the OnClick event for some windows. This standardises behaviour so that clicking anywhere in a window will close its drop down menu, which happened before for some windows but not all. In addition the dubious feature of hiding a drop down menu by opening the same menu has been removed. This only caused wasted CPU cycles as a whole new list was generated and then destroyed. Breathe.
|
2009-02-01 22:32:07 +00:00 |
|
smatz
|
9021c20b5e
|
(svn r15299) -Cleanup: remove many redundant includes
|
2009-01-31 20:16:06 +00:00 |
|
smatz
|
0d3f5e6e74
|
(svn r15299) -Cleanup: remove many redundant includes
|
2009-01-31 20:16:06 +00:00 |
|
rubidium
|
bf45d44c3c
|
(svn r15247) -Change: show a lock near the password/join button in the company window whenever the company is password protected
|
2009-01-23 23:56:56 +00:00 |
|
rubidium
|
3d21639d5b
|
(svn r15247) -Change: show a lock near the password/join button in the company window whenever the company is password protected
|
2009-01-23 23:56:56 +00:00 |
|
rubidium
|
2722cabcce
|
(svn r15242) -Feature: allow moving clients between companies/spectators by the server and the clients themselves (dihedral)
|
2009-01-23 22:18:06 +00:00 |
|
rubidium
|
04709f2798
|
(svn r15242) -Feature: allow moving clients between companies/spectators by the server and the clients themselves (dihedral)
|
2009-01-23 22:18:06 +00:00 |
|
Yexo
|
9fc9697929
|
(svn r15234) -Fix (r15176): Crash if you pressed space in the content download window before selecting an item.
|
2009-01-23 18:40:18 +00:00 |
|
Yexo
|
c5332eb161
|
(svn r15234) -Fix (r15176): Crash if you pressed space in the content download window before selecting an item.
|
2009-01-23 18:40:18 +00:00 |
|
rubidium
|
75055f011d
|
(svn r15221) -Change [FS#2574]: only show missing NewGRFs when opening the content download window from a NewGRF list and there are missing NewGRFs, otherwise show just all NewGRFs the system knows.
|
2009-01-23 10:20:29 +00:00 |
|
rubidium
|
8382b76b0f
|
(svn r15221) -Change [FS#2574]: only show missing NewGRFs when opening the content download window from a NewGRF list and there are missing NewGRFs, otherwise show just all NewGRFs the system knows.
|
2009-01-23 10:20:29 +00:00 |
|
rubidium
|
fc5022d76e
|
(svn r15217) -Fix [FS#2573] (r15176): more corner cases when removing things from iterated vectors
|
2009-01-23 09:00:01 +00:00 |
|
rubidium
|
6f5078b555
|
(svn r15217) -Fix [FS#2573] (r15176): more corner cases when removing things from iterated vectors
|
2009-01-23 09:00:01 +00:00 |
|
rubidium
|
80e59f375f
|
(svn r15215) -Fix: various MSVC x64 compiler warnings
|
2009-01-23 02:01:05 +00:00 |
|
rubidium
|
83e1288c6a
|
(svn r15215) -Fix: various MSVC x64 compiler warnings
|
2009-01-23 02:01:05 +00:00 |
|
rubidium
|
2f282380ef
|
(svn r15207) -Add: sorting to the content list.
|
2009-01-22 14:15:52 +00:00 |
|
rubidium
|
8ef066baee
|
(svn r15207) -Add: sorting to the content list.
|
2009-01-22 14:15:52 +00:00 |
|
rubidium
|
bf47489d58
|
(svn r15206) -Fix [FS#2567]: memory corruption due to not properly cleanup up the mess when cancelling a download
|
2009-01-22 10:09:56 +00:00 |
|
rubidium
|
4f5a8b15ed
|
(svn r15206) -Fix [FS#2567]: memory corruption due to not properly cleanup up the mess when cancelling a download
|
2009-01-22 10:09:56 +00:00 |
|
rubidium
|
840217d717
|
(svn r15200) -Feature: give server admins a tool to combat profanity in nick names (based on patch by dihedral)
|
2009-01-21 23:07:11 +00:00 |
|
rubidium
|
f2777cd02d
|
(svn r15200) -Feature: give server admins a tool to combat profanity in nick names (based on patch by dihedral)
|
2009-01-21 23:07:11 +00:00 |
|
rubidium
|
3849dfce55
|
(svn r15196) -Fix (r15195): != != == :(
|
2009-01-21 20:18:12 +00:00 |
|
rubidium
|
86c1d49c08
|
(svn r15196) -Fix (r15195): != != == :(
|
2009-01-21 20:18:12 +00:00 |
|
rubidium
|
40b7769723
|
(svn r15195) -Fix: don't crash when removing from something you're iterating over
|
2009-01-21 12:23:08 +00:00 |
|