smatz
|
8808f3beea
|
(svn r16352) -Codechange: use PoolItem::GetIfValid() instead of PoolItem::IsValidID() and PoolItem::Get()
|
2009-05-18 16:21:28 +00:00 |
|
smatz
|
0c10daa243
|
(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsValidID(index)
|
2009-05-17 01:00:56 +00:00 |
|
smatz
|
871107f529
|
(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsValidID(index)
|
2009-05-17 01:00:56 +00:00 |
|
smatz
|
cf986c3099
|
(svn r16326) -Codechange: replace GetPoolItemPoolSize() by PoolItem::GetPoolSize()
|
2009-05-16 23:44:36 +00:00 |
|
smatz
|
ed1e54bd84
|
(svn r16326) -Codechange: replace GetPoolItemPoolSize() by PoolItem::GetPoolSize()
|
2009-05-16 23:44:36 +00:00 |
|
smatz
|
d495dc5dbc
|
(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)
|
2009-05-16 23:34:14 +00:00 |
|
smatz
|
6221d74644
|
(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)
|
2009-05-16 23:34:14 +00:00 |
|
yexo
|
8461e505dc
|
(svn r16316) -Fix (r16287,before): Set the autorenew settings for new AI companies to the default values, not to 0 or the local settings
|
2009-05-16 00:16:43 +00:00 |
|
yexo
|
c299a38e1f
|
(svn r16316) -Fix (r16287,before): Set the autorenew settings for new AI companies to the default values, not to 0 or the local settings
|
2009-05-16 00:16:43 +00:00 |
|
yexo
|
d489f93473
|
(svn r16315) -Codechange: move the autorenew settings to a new CompanySettings struct
|
2009-05-15 23:55:06 +00:00 |
|
yexo
|
31eff1d4c3
|
(svn r16315) -Codechange: move the autorenew settings to a new CompanySettings struct
|
2009-05-15 23:55:06 +00:00 |
|
yexo
|
70559caa8b
|
(svn r16292) -Fix (r16287): autorenew settings were set to 0 when creating a new company in multiplayer
|
2009-05-13 12:07:36 +00:00 |
|
yexo
|
67723e42aa
|
(svn r16292) -Fix (r16287): autorenew settings were set to 0 when creating a new company in multiplayer
|
2009-05-13 12:07:36 +00:00 |
|
yexo
|
da1f2295c4
|
(svn r16287) -Fix: fix possible (in theory) desync related to autorenew settings
|
2009-05-12 22:32:22 +00:00 |
|
yexo
|
90ba8e1bc8
|
(svn r16287) -Fix: fix possible (in theory) desync related to autorenew settings
|
2009-05-12 22:32:22 +00:00 |
|
rubidium
|
5c5b357043
|
(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible.
|
2009-04-21 23:40:56 +00:00 |
|
rubidium
|
59d45a04d6
|
(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible.
|
2009-04-21 23:40:56 +00:00 |
|
rubidium
|
c3e87f345d
|
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too
|
2009-03-15 00:32:18 +00:00 |
|
rubidium
|
b25a4f8231
|
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too
|
2009-03-15 00:32:18 +00:00 |
|
rubidium
|
f3e0fd7416
|
(svn r15711) -Codechange: lots of whitespace cleanup/fixes
|
2009-03-14 18:16:29 +00:00 |
|
rubidium
|
9d018723b7
|
(svn r15711) -Codechange: lots of whitespace cleanup/fixes
|
2009-03-14 18:16:29 +00:00 |
|
smatz
|
4c6afbbbe2
|
(svn r15704) -Cleanup: remove further includes from recently split files
|
2009-03-13 23:48:07 +00:00 |
|
smatz
|
40745dc0d9
|
(svn r15704) -Cleanup: remove further includes from recently split files
|
2009-03-13 23:48:07 +00:00 |
|
yexo
|
b8601d903d
|
(svn r15584) -Codechange: Move several variables from variables.h to more appropriate headers.
|
2009-02-25 21:45:14 +00:00 |
|
yexo
|
fb7b0536e7
|
(svn r15584) -Codechange: Move several variables from variables.h to more appropriate headers.
|
2009-02-25 21:45:14 +00:00 |
|
rubidium
|
5c8cf85613
|
(svn r15434) -Codechange: bit of type safety for the DC_xxx flags.
|
2009-02-09 21:20:05 +00:00 |
|
rubidium
|
d846eef0b6
|
(svn r15434) -Codechange: bit of type safety for the DC_xxx flags.
|
2009-02-09 21:20:05 +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
|
66cb1fe1ff
|
(svn r15423) -Codechange: split widget related types to their own header and add a bit of type strictness.
|
2009-02-09 01:06:23 +00:00 |
|
rubidium
|
9907742a0f
|
(svn r15423) -Codechange: split widget related types to their own header and add a bit of type strictness.
|
2009-02-09 01:06:23 +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
|
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 |
|
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 |
|
smatz
|
484afacd63
|
(svn r15298) -Fix [FS#2588]: don't start another AI company in MP when there are too many companies
|
2009-01-31 17:56:06 +00:00 |
|
smatz
|
416c7d5dda
|
(svn r15298) -Fix [FS#2588]: don't start another AI company in MP when there are too many companies
|
2009-01-31 17:56:06 +00:00 |
|
glx
|
a92f792433
|
(svn r15282) -Fix: it was possible to start more than MAX_COMPANIES companies
|
2009-01-27 02:02:04 +00:00 |
|
glx
|
7d45e8b376
|
(svn r15282) -Fix: it was possible to start more than MAX_COMPANIES companies
|
2009-01-27 02:02:04 +00:00 |
|
smatz
|
049e535065
|
(svn r15281) -Fix: company could never have auto-assigned colour 0 (dark blue)
|
2009-01-27 01:15:29 +00:00 |
|
smatz
|
9cf1a19762
|
(svn r15281) -Fix: company could never have auto-assigned colour 0 (dark blue)
|
2009-01-27 01:15:29 +00:00 |
|
smatz
|
fe1013f147
|
(svn r15279) -Fix: deadlock (with wide fonts) or desync when generating manager name
|
2009-01-26 22:27:11 +00:00 |
|
smatz
|
3ac080425a
|
(svn r15279) -Fix: deadlock (with wide fonts) or desync when generating manager name
|
2009-01-26 22:27:11 +00:00 |
|
smatz
|
adb5eac77e
|
(svn r15257) -Cleanup: remove Company::is_noai, it is not needed anymore
|
2009-01-24 15:31:48 +00:00 |
|
smatz
|
dbc4a8b331
|
(svn r15257) -Cleanup: remove Company::is_noai, it is not needed anymore
|
2009-01-24 15:31:48 +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 |
|
rubidium
|
cdac8965bd
|
(svn r15229) -Fix (r14712): passwords weren't reset when creating a new company.
|
2009-01-23 15:53:19 +00:00 |
|