smatz
|
4419366f94
|
(svn r16603) -Codechange: enumify map size limits (based on a patch by Bilbo)
|
2009-06-20 11:25:39 +00:00 |
|
frosch
|
a490ae68ed
|
(svn r16600) -Fix: Give a more meaningful error message when console commands expect an integer but don't get one.
|
2009-06-19 15:48:13 +00:00 |
|
frosch
|
83f8d52a67
|
(svn r16600) -Fix: Give a more meaningful error message when console commands expect an integer but don't get one.
|
2009-06-19 15:48:13 +00:00 |
|
smatz
|
2d841c66e5
|
(svn r16554) -Fix (r16433): compilation with disabled network was broken
|
2009-06-10 18:53:43 +00:00 |
|
smatz
|
3eb8f643fb
|
(svn r16554) -Fix (r16433): compilation with disabled network was broken
|
2009-06-10 18:53:43 +00:00 |
|
smatz
|
c5240c770c
|
(svn r16494) -Codechange: cache train's speed limit caused by curves
|
2009-06-01 13:14:56 +00:00 |
|
smatz
|
de25de7a60
|
(svn r16494) -Codechange: cache train's speed limit caused by curves
|
2009-06-01 13:14:56 +00:00 |
|
yexo
|
9b0476951d
|
(svn r16447) -Fix [FS#2922] (r16444): compiling on x86-64 failed
|
2009-05-27 00:46:17 +00:00 |
|
yexo
|
b16c9ae6ef
|
(svn r16447) -Fix [FS#2922] (r16444): compiling on x86-64 failed
|
2009-05-27 00:46:17 +00:00 |
|
yexo
|
18d0a5238f
|
(svn r16444) -Codechange: Set all company settings to their default value for a new company instead of zeroing them.
|
2009-05-26 23:14:02 +00:00 |
|
yexo
|
d982ec81df
|
(svn r16444) -Codechange: Set all company settings to their default value for a new company instead of zeroing them.
|
2009-05-26 23:14:02 +00:00 |
|
smatz
|
e419fe6d3f
|
(svn r16442) -Codechange: use new Vehicle accessors at more places
|
2009-05-26 22:45:48 +00:00 |
|
smatz
|
5a463c8347
|
(svn r16442) -Codechange: use new Vehicle accessors at more places
|
2009-05-26 22:45:48 +00:00 |
|
smatz
|
0c53f04c07
|
(svn r16441) -Codechange: new class SpecializedVehicle used as superclass for all vehicle types
|
2009-05-26 22:10:13 +00:00 |
|
smatz
|
7ee882d03f
|
(svn r16441) -Codechange: new class SpecializedVehicle used as superclass for all vehicle types
|
2009-05-26 22:10:13 +00:00 |
|
yexo
|
f044ad6f80
|
(svn r16439) -Change: Make the default vehicle servicing settings company-based settings, so in a multiplayer game everyone can change them.
|
2009-05-26 21:59:49 +00:00 |
|
yexo
|
0d56cfabfa
|
(svn r16439) -Change: Make the default vehicle servicing settings company-based settings, so in a multiplayer game everyone can change them.
|
2009-05-26 21:59:49 +00:00 |
|
rubidium
|
d39f442bd0
|
(svn r16434) -Cleanup: remove some dead code; primarily stuff that can't be reached like break after returns or break after functions that never return (i.e. NOT_REACHED)
|
2009-05-26 15:46:24 +00:00 |
|
rubidium
|
e3c5bc8d2e
|
(svn r16434) -Cleanup: remove some dead code; primarily stuff that can't be reached like break after returns or break after functions that never return (i.e. NOT_REACHED)
|
2009-05-26 15:46:24 +00:00 |
|
yexo
|
68042a6dde
|
(svn r16433) -Codechange: Remove most of CmdSetAutoreplace and replace it with calls to CmdChangeCompanySetting
|
2009-05-26 13:29:01 +00:00 |
|
yexo
|
2a5a8f395c
|
(svn r16433) -Codechange: Remove most of CmdSetAutoreplace and replace it with calls to CmdChangeCompanySetting
|
2009-05-26 13:29:01 +00:00 |
|
yexo
|
7eb9ad0415
|
(svn r16429) -Change: Make the company settings behave like all others settings: the default set in the main menu / config file is now really the default for a new company, and changing the value in game will no longer change the default for new companies.
|
2009-05-26 11:40:14 +00:00 |
|
yexo
|
a10e5f707a
|
(svn r16429) -Change: Make the company settings behave like all others settings: the default set in the main menu / config file is now really the default for a new company, and changing the value in game will no longer change the default for new companies.
|
2009-05-26 11:40:14 +00:00 |
|
rubidium
|
c496a3e014
|
(svn r16421) -Codechange: do not unnecessarily remove constness or unnecessarily add it.
|
2009-05-24 20:29:04 +00:00 |
|
rubidium
|
0d99b6c71c
|
(svn r16421) -Codechange: do not unnecessarily remove constness or unnecessarily add it.
|
2009-05-24 20:29:04 +00:00 |
|
rubidium
|
1324100d69
|
(svn r16391) -Codechange: use Train instead of Vehicle where appropriate.
|
2009-05-22 22:22:46 +00:00 |
|
rubidium
|
80e94b9bb1
|
(svn r16391) -Codechange: use Train instead of Vehicle where appropriate.
|
2009-05-22 22:22:46 +00:00 |
|
smatz
|
769de62daf
|
(svn r16338) -Codechange: split loading of references to two phases
In the first phase, indexes are stored. In the second phase, indexes are checked for validity and converted to pointers
|
2009-05-17 16:28:29 +00:00 |
|
smatz
|
570af0ce44
|
(svn r16338) -Codechange: split loading of references to two phases
In the first phase, indexes are stored. In the second phase, indexes are checked for validity and converted to pointers
|
2009-05-17 16:28:29 +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 |
|
frosch
|
a18f0f93af
|
(svn r16161) -Fix (r16128): AILoadConfig() could not handle NULL settings.
|
2009-04-26 14:57:42 +00:00 |
|
frosch
|
3301afa5c3
|
(svn r16161) -Fix (r16128): AILoadConfig() could not handle NULL settings.
|
2009-04-26 14:57:42 +00:00 |
|
rubidium
|
9dd88c1586
|
(svn r16132) -Fix (r7232/r16129): crash when saving games; r7232 is the cause of the problem, r16129 just causes it to be triggered.
|
2009-04-23 23:47:13 +00:00 |
|
rubidium
|
7d76836fcb
|
(svn r16132) -Fix (r7232/r16129): crash when saving games; r7232 is the cause of the problem, r16129 just causes it to be triggered.
|
2009-04-23 23:47:13 +00:00 |
|
rubidium
|
90879b0da5
|
(svn r16128) -Change: allow loading (and storing) NULL values for STRQ in openttd.cfg.
|
2009-04-23 19:13:41 +00:00 |
|
rubidium
|
208234a7a0
|
(svn r16128) -Change: allow loading (and storing) NULL values for STRQ in openttd.cfg.
|
2009-04-23 19:13:41 +00:00 |
|
rubidium
|
11e2ca71e6
|
(svn r16024) -Codechange: harden string copying on places where it's possible
|
2009-04-10 20:37:05 +00:00 |
|
rubidium
|
bee930f9b3
|
(svn r16024) -Codechange: harden string copying on places where it's possible
|
2009-04-10 20:37:05 +00:00 |
|
rubidium
|
41286d0915
|
(svn r16018) -Fix (r16014): properly escape IPv6 style ([::]) addresses so they aren't seen as new groups.
|
2009-04-10 17:16:46 +00:00 |
|
rubidium
|
930bc73e7a
|
(svn r16018) -Fix (r16014): properly escape IPv6 style ([::]) addresses so they aren't seen as new groups.
|
2009-04-10 17:16:46 +00:00 |
|
rubidium
|
8cd7def31c
|
(svn r16014) -Feature(-ish): allow binding to several IPs; [network]:server_bind_ip doesn't exist anymore. Add the IPs/hostnames to [server_bind_addresses]
|
2009-04-10 12:56:55 +00:00 |
|
rubidium
|
7d3db3ee91
|
(svn r16014) -Feature(-ish): allow binding to several IPs; [network]:server_bind_ip doesn't exist anymore. Add the IPs/hostnames to [server_bind_addresses]
|
2009-04-10 12:56:55 +00:00 |
|
rubidium
|
bc7a870a61
|
(svn r15931) -Codechange: let the host and ban lists use of SmallVector.
|
2009-04-03 12:49:58 +00:00 |
|
rubidium
|
89d0eca6b7
|
(svn r15931) -Codechange: let the host and ban lists use of SmallVector.
|
2009-04-03 12:49:58 +00:00 |
|
yexo
|
790af95126
|
(svn r15795) -Codechange: Move the settings table from settings.cpp to table/settings.h. Patch breaking time :)
|
2009-03-21 23:16:09 +00:00 |
|
yexo
|
0f7b9af9fa
|
(svn r15795) -Codechange: Move the settings table from settings.cpp to table/settings.h. Patch breaking time :)
|
2009-03-21 23:16:09 +00:00 |
|
rubidium
|
f524d39963
|
(svn r15773) -Fix [FS#2475]: number of active clients wasn't always properly
|
2009-03-19 23:32:39 +00:00 |
|
rubidium
|
ee4a660b0c
|
(svn r15773) -Fix [FS#2475]: number of active clients wasn't always properly
|
2009-03-19 23:32:39 +00:00 |
|
yexo
|
e59a6b3123
|
(svn r15771) -Fix (r13256): Settings from the [gameopt] section (from 0.6 config files) were overwritten with default values.
|
2009-03-19 22:37:41 +00:00 |
|