rubidium
|
f608ad7baf
|
(svn r18875) -Codechange: remove some unneeded bits from the network protocol and improve the naming of some variables
|
2010-01-21 11:17:40 +00:00 |
|
rubidium
|
9467b7c6d6
|
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header
|
2010-01-15 16:41:15 +00:00 |
|
rubidium
|
82fc28f77f
|
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header
|
2010-01-15 16:41:15 +00:00 |
|
rubidium
|
2cbb3dd7d1
|
(svn r18804) -Codechange: guard against binaries claiming to be compatible with a future (stable) release of OpenTTD.
|
2010-01-14 23:06:41 +00:00 |
|
rubidium
|
4ecb3eb33c
|
(svn r18804) -Codechange: guard against binaries claiming to be compatible with a future (stable) release of OpenTTD.
|
2010-01-14 23:06:41 +00:00 |
|
rubidium
|
89443276b1
|
(svn r18782) -Codechange: move the content of callback_table.cpp to network_command.cpp; it's only ever used there.
|
2010-01-11 20:00:14 +00:00 |
|
rubidium
|
6a047d2316
|
(svn r18782) -Codechange: move the content of callback_table.cpp to network_command.cpp; it's only ever used there.
|
2010-01-11 20:00:14 +00:00 |
|
frosch
|
992bc6c345
|
(svn r18381) -Codechange: Add RoadVehicle::IsBus() to simplify some stuff.
|
2009-12-02 17:37:02 +00:00 |
|
frosch
|
59f9163e37
|
(svn r18381) -Codechange: Add RoadVehicle::IsBus() to simplify some stuff.
|
2009-12-02 17:37:02 +00:00 |
|
rubidium
|
da30e736ca
|
(svn r18330) -Cleanup: remove some unneeded includes
|
2009-11-28 20:35:25 +00:00 |
|
rubidium
|
b00a5f1069
|
(svn r18330) -Cleanup: remove some unneeded includes
|
2009-11-28 20:35:25 +00:00 |
|
rubidium
|
fbcd97528a
|
(svn r18054) -Change/Fix [FS#3310]: make pause on join pause during the whole joining (including download) phase
|
2009-11-12 20:52:14 +00:00 |
|
rubidium
|
b0f18a27fb
|
(svn r18054) -Change/Fix [FS#3310]: make pause on join pause during the whole joining (including download) phase
|
2009-11-12 20:52:14 +00:00 |
|
rubidium
|
a0840ee58b
|
(svn r18052) -Codechange/Fix: make the 'pause' chat message when actually executing the pause command. This to prevent showing paused and especially unpaused to be shown when the state doesn't change. Output now mentions whether pause changes keep the game paused and what reasons for pausing there 'currently' are.
|
2009-11-12 20:33:30 +00:00 |
|
rubidium
|
2a1cab4d46
|
(svn r18052) -Codechange/Fix: make the 'pause' chat message when actually executing the pause command. This to prevent showing paused and especially unpaused to be shown when the state doesn't change. Output now mentions whether pause changes keep the game paused and what reasons for pausing there 'currently' are.
|
2009-11-12 20:33:30 +00:00 |
|
frosch
|
4691a2069a
|
(svn r17977) -Fix: Busses and trucks are distinguished by cargo class.
|
2009-11-05 20:26:13 +00:00 |
|
frosch
|
b012a75c47
|
(svn r17977) -Fix: Busses and trucks are distinguished by cargo class.
|
2009-11-05 20:26:13 +00:00 |
|
smatz
|
c2c23ec661
|
(svn r17746) -Codechange: 'operator new' doesn't return NULL, NetworkSend_Init() is useless
|
2009-10-09 11:03:00 +00:00 |
|
smatz
|
eb72a0095f
|
(svn r17746) -Codechange: 'operator new' doesn't return NULL, NetworkSend_Init() is useless
|
2009-10-09 11:03:00 +00:00 |
|
rubidium
|
7312bdb362
|
(svn r17743) -Fix: (post 0.7) memory leak in server in case handling a packet caused the connection to be closed. Also force-close the connection on invalid packets.
|
2009-10-07 21:11:56 +00:00 |
|
rubidium
|
59ec3dc267
|
(svn r17743) -Fix: (post 0.7) memory leak in server in case handling a packet caused the connection to be closed. Also force-close the connection on invalid packets.
|
2009-10-07 21:11:56 +00:00 |
|
rubidium
|
65f97fb38c
|
(svn r17742) -Codechange: remove unused variable from Recv_Packet
|
2009-10-07 20:58:14 +00:00 |
|
rubidium
|
df75db67eb
|
(svn r17742) -Codechange: remove unused variable from Recv_Packet
|
2009-10-07 20:58:14 +00:00 |
|
rubidium
|
982b8ee5fc
|
(svn r17693) -Cleanup: remove some unneeded includes
|
2009-10-04 17:16:41 +00:00 |
|
rubidium
|
d6cded5380
|
(svn r17693) -Cleanup: remove some unneeded includes
|
2009-10-04 17:16:41 +00:00 |
|
rubidium
|
d1032d69c8
|
(svn r17617) -Codechange: make the server side packet handling be more like the client side's handling, i.e. return the connection status
-Fix: do not do invalid reads when a packet handling function closed a connection
|
2009-09-22 20:44:14 +00:00 |
|
rubidium
|
7d24e84a81
|
(svn r17617) -Codechange: make the server side packet handling be more like the client side's handling, i.e. return the connection status
-Fix: do not do invalid reads when a packet handling function closed a connection
|
2009-09-22 20:44:14 +00:00 |
|
frosch
|
0e36260337
|
(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for more consistency and distinguishability.
|
2009-09-13 19:15:59 +00:00 |
|
frosch
|
ebd916be3d
|
(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for more consistency and distinguishability.
|
2009-09-13 19:15:59 +00:00 |
|
rubidium
|
0153e7a211
|
(svn r17467) -Change: show the client id in join messages at the server (patch by dihedral)
|
2009-09-07 21:28:16 +00:00 |
|
rubidium
|
bd9670ea47
|
(svn r17467) -Change: show the client id in join messages at the server (patch by dihedral)
|
2009-09-07 21:28:16 +00:00 |
|
rubidium
|
99d46e0ad7
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
rubidium
|
7fbc33dae1
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
rubidium
|
d61be2637e
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
|
rubidium
|
1fe3ad3288
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
|
smatz
|
54cbd17bd8
|
(svn r16634) -Codechange: use Company::IsHumanID() instead of IsHumanCompany()
|
2009-06-23 12:11:35 +00:00 |
|
smatz
|
22cf8d8480
|
(svn r16634) -Codechange: use Company::IsHumanID() instead of IsHumanCompany()
|
2009-06-23 12:11:35 +00:00 |
|
rubidium
|
71c7064ad6
|
(svn r16601) -Fix [FS#2880]: try 2... hopefully better this time
|
2009-06-19 20:26:18 +00:00 |
|
rubidium
|
9b156c1bd4
|
(svn r16601) -Fix [FS#2880]: try 2... hopefully better this time
|
2009-06-19 20:26:18 +00:00 |
|
rubidium
|
8f74c85d74
|
(svn r16592) -Fix [FS#2880]: 'connection lost' was also shown when the client was 'leaving'.
|
2009-06-18 15:05:45 +00:00 |
|
rubidium
|
a497e3ff4a
|
(svn r16592) -Fix [FS#2880]: 'connection lost' was also shown when the client was 'leaving'.
|
2009-06-18 15:05:45 +00:00 |
|
smatz
|
a2567c84a0
|
(svn r16559) -Codechange: introduce Company::IsValidAiID() and Company::IsValidHumanID(), don't use IsHumanCompany() where possible
|
2009-06-10 22:05:01 +00:00 |
|
smatz
|
bea3fe2b8b
|
(svn r16559) -Codechange: introduce Company::IsValidAiID() and Company::IsValidHumanID(), don't use IsHumanCompany() where possible
|
2009-06-10 22:05:01 +00:00 |
|
alberth
|
580e478e4e
|
(svn r16491) -Codechange: Added parentheses around bitwise operators for code style.
|
2009-06-01 11:43:36 +00:00 |
|
alberth
|
bab70a823d
|
(svn r16491) -Codechange: Added parentheses around bitwise operators for code style.
|
2009-06-01 11:43:36 +00:00 |
|
rubidium
|
78c726d2b1
|
(svn r16437) -Codechange: remove the hack that for CMD_COMPANY_CTRL the company was changed from spectator to company 0 in the network code.
|
2009-05-26 21:25:24 +00:00 |
|
rubidium
|
bacbafe510
|
(svn r16437) -Codechange: remove the hack that for CMD_COMPANY_CTRL the company was changed from spectator to company 0 in the network code.
|
2009-05-26 21:25:24 +00:00 |
|
rubidium
|
2832d69272
|
(svn r16422) -Codechange: use const_cast for removing const and warn when const is (accidentally?) removed using C-style casts.
|
2009-05-24 21:09:00 +00:00 |
|
rubidium
|
168ae6f7e2
|
(svn r16422) -Codechange: use const_cast for removing const and warn when const is (accidentally?) removed using C-style casts.
|
2009-05-24 21:09:00 +00:00 |
|
smatz
|
d6e203ebe2
|
(svn r16379) -Codechange: remove GetNumTowns(), GetNumIndustries() and GetActiveCompanyCount(), use PoolItem::GetNumItems() instead
|
2009-05-22 15:23:47 +00:00 |
|