rubidium
|
2e4f32023c
|
(svn r13712) -Fix: enforce the length restrictions of company and president name in the commands too.
|
2008-07-17 11:19:20 +00:00 |
|
belugas
|
a324f30783
|
(svn r13682) -Codechange: -Codechange: remove a now useless variable(dih).
|
2008-07-08 23:07:58 +00:00 |
|
belugas
|
cb452bcc7d
|
(svn r13682) -Codechange: -Codechange: remove a now useless variable(dih).
|
2008-07-08 23:07:58 +00:00 |
|
rubidium
|
35f3284a60
|
(svn r13433) -Codechange: remove a now useless global variable.
-Fix: MP advertising was not advertising.
|
2008-06-09 12:17:01 +00:00 |
|
rubidium
|
657bbf305e
|
(svn r13433) -Codechange: remove a now useless global variable.
-Fix: MP advertising was not advertising.
|
2008-06-09 12:17:01 +00:00 |
|
rubidium
|
994779e9e2
|
(svn r13369) -Codechange: remove duplication of network configuration settings between NetworkSettings and NetworkGameInfo.
-Fix: failure of changing the server password during games because the password wasn't duplicated properly.
|
2008-06-03 08:04:35 +00:00 |
|
rubidium
|
abf2b0efc3
|
(svn r13369) -Codechange: remove duplication of network configuration settings between NetworkSettings and NetworkGameInfo.
-Fix: failure of changing the server password during games because the password wasn't duplicated properly.
|
2008-06-03 08:04:35 +00:00 |
|
rubidium
|
387f4cfbe1
|
(svn r13344) -Codechange: remove some code duplication.
|
2008-05-30 20:08:32 +00:00 |
|
rubidium
|
6d90affce0
|
(svn r13344) -Codechange: remove some code duplication.
|
2008-05-30 20:08:32 +00:00 |
|
rubidium
|
bae02e8c67
|
(svn r13343) -Codechange: reorder/move variable/functions in the network headers so that nothing from the network directory needs to include basically all network headers.
|
2008-05-30 18:20:26 +00:00 |
|
rubidium
|
2f3b88ef9a
|
(svn r13343) -Codechange: reorder/move variable/functions in the network headers so that nothing from the network directory needs to include basically all network headers.
|
2008-05-30 18:20:26 +00:00 |
|
rubidium
|
02dbab8721
|
(svn r13334) -Codechange: move the network settings variables from network/network_internal to settings.
|
2008-05-29 20:21:28 +00:00 |
|
rubidium
|
c33164831d
|
(svn r13334) -Codechange: move the network settings variables from network/network_internal to settings.
|
2008-05-29 20:21:28 +00:00 |
|
rubidium
|
e7a501100a
|
(svn r13325) -Codechange: split the client-side only settings from the settings stored in the savegame so there is no need to have a duplicate copy of it for new games.
|
2008-05-29 15:13:28 +00:00 |
|
rubidium
|
923e21129c
|
(svn r13325) -Codechange: split the client-side only settings from the settings stored in the savegame so there is no need to have a duplicate copy of it for new games.
|
2008-05-29 15:13:28 +00:00 |
|
rubidium
|
d289464d69
|
(svn r13255) -Codechange: move _opt to _settings.
|
2008-05-25 22:36:44 +00:00 |
|
rubidium
|
8c9cc415e3
|
(svn r13255) -Codechange: move _opt to _settings.
|
2008-05-25 22:36:44 +00:00 |
|
rubidium
|
dc77647ea4
|
(svn r13251) -Codechange: rename _patches to _settings as that is more logic.
-Codechange: move all Settings into substructs of _settings in a way that they are logically grouped.
|
2008-05-25 19:17:03 +00:00 |
|
rubidium
|
4625695653
|
(svn r13251) -Codechange: rename _patches to _settings as that is more logic.
-Codechange: move all Settings into substructs of _settings in a way that they are logically grouped.
|
2008-05-25 19:17:03 +00:00 |
|
rubidium
|
080af12d8b
|
(svn r13229) -Codechange: replace some global variables that are only initialised once and always with the same value with enums.
|
2008-05-24 10:35:15 +00:00 |
|
rubidium
|
6884f9cb41
|
(svn r13229) -Codechange: replace some global variables that are only initialised once and always with the same value with enums.
|
2008-05-24 10:35:15 +00:00 |
|
rubidium
|
bf3b61cfa3
|
(svn r13228) -Codechange: split console.h.
|
2008-05-24 10:15:06 +00:00 |
|
rubidium
|
6c20f77330
|
(svn r13228) -Codechange: split console.h.
|
2008-05-24 10:15:06 +00:00 |
|
rubidium
|
e0e1bf76a2
|
(svn r12986) -Codechange: move the landscape and transport related types from openttd.h to their own headers.
|
2008-05-07 09:07:19 +00:00 |
|
rubidium
|
7ccda80b0b
|
(svn r12986) -Codechange: move the landscape and transport related types from openttd.h to their own headers.
|
2008-05-07 09:07:19 +00:00 |
|
rubidium
|
1ce0b03bf0
|
(svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
|
2008-05-06 15:11:33 +00:00 |
|
rubidium
|
d03994098b
|
(svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
|
2008-05-06 15:11:33 +00:00 |
|
smatz
|
89a8dc8cf7
|
(svn r12944) -Codechange: use rev.h instead of externs at many places
|
2008-05-04 21:53:36 +00:00 |
|
smatz
|
297f99e100
|
(svn r12944) -Codechange: use rev.h instead of externs at many places
|
2008-05-04 21:53:36 +00:00 |
|
rubidium
|
d46d8d9c9d
|
(svn r12765) -Codechange: move some stuff out of variables.h that required including other headers in variables.h.
|
2008-04-18 10:16:51 +00:00 |
|
rubidium
|
1b2773445d
|
(svn r12765) -Codechange: move some stuff out of variables.h that required including other headers in variables.h.
|
2008-04-18 10:16:51 +00:00 |
|
rubidium
|
ca1f8fbe2e
|
(svn r12761) -Codechange: lots of minor whitespace coding style fixes around operators.
|
2008-04-18 04:37:06 +00:00 |
|
rubidium
|
9d8fa486af
|
(svn r12761) -Codechange: lots of minor whitespace coding style fixes around operators.
|
2008-04-18 04:37:06 +00:00 |
|
rubidium
|
3e90a16cfc
|
(svn r12017) -Fix: when you have more than 9 network interfaces you'll enter the wonderfull world of overflows.
|
2008-01-29 21:43:22 +00:00 |
|
rubidium
|
44f4ebffed
|
(svn r12017) -Fix: when you have more than 9 network interfaces you'll enter the wonderfull world of overflows.
|
2008-01-29 21:43:22 +00:00 |
|
rubidium
|
1b7051768c
|
(svn r12004) -Codechange: refactor the random functions to reduce code duplication.
|
2008-01-29 00:27:25 +00:00 |
|
rubidium
|
3b2145aafe
|
(svn r12004) -Codechange: refactor the random functions to reduce code duplication.
|
2008-01-29 00:27:25 +00:00 |
|
rubidium
|
9ac26e1bf1
|
(svn r11840) -Codechange: split network.h so not everything in there needs to be included when wanting to know whether we are a server.
|
2008-01-13 21:51:53 +00:00 |
|
rubidium
|
392d59f6a9
|
(svn r11840) -Codechange: split network.h so not everything in there needs to be included when wanting to know whether we are a server.
|
2008-01-13 21:51:53 +00:00 |
|
rubidium
|
9c0c798dd8
|
(svn r11834) -Codechange: only include settings_type.h if needed.
|
2008-01-13 14:37:30 +00:00 |
|
rubidium
|
dc87b05e8c
|
(svn r11834) -Codechange: only include settings_type.h if needed.
|
2008-01-13 14:37:30 +00:00 |
|
rubidium
|
0ca79e2fb8
|
(svn r11829) -Feature: allow reloading openttd.cfg when starting a new game on a dedicated server. Patch by dihedral.
|
2008-01-13 01:39:22 +00:00 |
|
rubidium
|
079abbd04b
|
(svn r11829) -Feature: allow reloading openttd.cfg when starting a new game on a dedicated server. Patch by dihedral.
|
2008-01-13 01:39:22 +00:00 |
|
rubidium
|
90acd52f22
|
(svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
|
2008-01-13 01:21:35 +00:00 |
|
rubidium
|
d4e6a6bf57
|
(svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
|
2008-01-13 01:21:35 +00:00 |
|
rubidium
|
2fc62eab05
|
(svn r11818) -Codechange: split player.h into smaller pieces.
|
2008-01-12 14:10:35 +00:00 |
|
rubidium
|
ac528411df
|
(svn r11818) -Codechange: split player.h into smaller pieces.
|
2008-01-12 14:10:35 +00:00 |
|
rubidium
|
97d6e0e6c0
|
(svn r11811) -Fix: make compilation without networking work again (and thus move the debugdumpcommand stuff out of the network 'area').
|
2008-01-11 00:30:32 +00:00 |
|
rubidium
|
04f936c2c6
|
(svn r11811) -Fix: make compilation without networking work again (and thus move the debugdumpcommand stuff out of the network 'area').
|
2008-01-11 00:30:32 +00:00 |
|
rubidium
|
b09d957f31
|
(svn r11777) -Codechange: split the string header and make do not include it when it's not necessary.
|
2008-01-07 14:23:25 +00:00 |
|