yexo
|
a9c8dbc0a0
|
(svn r19255) -Codechange: encapsulate GRFIdentifier in GRFConfig instead of subclassing it
|
2010-02-25 20:05:31 +00:00 |
|
smatz
|
f051066bc4
|
(svn r19224) -Codechange: change parameters passed to ShowErrorMessage() a bit
|
2010-02-24 14:46:15 +00:00 |
|
yexo
|
804a6894c5
|
(svn r19096) -Fix: segfault when one of the items in the news_display group in the config file has no value
|
2010-02-11 15:12:08 +00:00 |
|
rubidium
|
21bd2722cd
|
(svn r19081) -Codechange: make it possible to disable compilation of the AI+Squirrel
|
2010-02-10 16:24:05 +00:00 |
|
smatz
|
b91b3ac836
|
(svn r19074) -Change: when filtering list of settings and console commands, use strstr() instead of strncmp()
|
2010-02-10 13:52:10 +00:00 |
|
terkhen
|
52312ea17f
|
(svn r19064) -Feature: Allow to select different land colours for the smallmap (reworked by Alberth).
|
2010-02-08 23:46:35 +00:00 |
|
yexo
|
dc714960e3
|
(svn r18952) -Fix (r18950): loading recent (=newer then title game) savegames failed
|
2010-01-29 21:06:35 +00:00 |
|
yexo
|
f381b91de0
|
(svn r18950) -Fix: make sure the values of settings loaded from a savegame are valid
|
2010-01-29 18:21:10 +00:00 |
|
yexo
|
d75b9f1642
|
(svn r18943) -Feature [FS#2885]: make it possible to change newgame settings from within a game via the console (use setting_newgame instead of setting)
|
2010-01-28 23:17:28 +00:00 |
|
rubidium
|
7ec3d9a0c6
|
(svn r18883) -Codechange: warn in the difficulty and AI configuration window when setting the number of AIs to non-zero when you don't have AIs
|
2010-01-21 23:19:50 +00:00 |
|
rubidium
|
a8749ffa5b
|
(svn r18864) -Fix [FS#3532]: town noise population settings could not be changed in-game
|
2010-01-18 21:44:31 +00:00 |
|
rubidium
|
719fb9803c
|
(svn r18838) -Codechange [FS#3524]: reorganisation of the train acceleration code plus some minor optimisations (Terkhen)
|
2010-01-16 22:30:04 +00:00 |
|
rubidium
|
aaf0b4b46c
|
(svn r18812) -Codechange: make some functions in train.h functions of Train.
|
2010-01-15 18:23:52 +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
|
ebe99fd493
|
(svn r18784) -Codechange: make NetworkSend_Command accept a company instead of using _local_company to pass that information, with the whole mess when you don't want the company to be _local_company.
|
2010-01-11 20:32:32 +00:00 |
|
rubidium
|
d58e4084de
|
(svn r18378) -Codechange: move the pathfinder 'length' constants to pathfinder_type.h
|
2009-12-02 16:38:33 +00:00 |
|
rubidium
|
f52e27c688
|
(svn r18364) -Codechange: move the pathfinders and their related files into a separate directory
|
2009-12-01 22:45:39 +00:00 |
|
rubidium
|
b00a5f1069
|
(svn r18330) -Cleanup: remove some unneeded includes
|
2009-11-28 20:35:25 +00:00 |
|
rubidium
|
6befa88d82
|
(svn r18285) -Feature: show the expected arrival/departure dates in the timetable window. Based on work by PhilSophus.
|
2009-11-25 16:17:06 +00:00 |
|
smatz
|
f0c64208cf
|
(svn r18281) -Feature: founding towns in-game (based on work by Belugas, TheJosh, GeekToo, Terkhen and others)
|
2009-11-24 21:18:11 +00:00 |
|
rubidium
|
860b9b1cea
|
(svn r18028) -Codechange: unglobalise some functions
|
2009-11-09 10:40:33 +00:00 |
|
alberth
|
44aacfc59f
|
(svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string.
Gentlemen, swap your string parameters.
|
2009-10-31 19:46:51 +00:00 |
|
rubidium
|
d6cded5380
|
(svn r17693) -Cleanup: remove some unneeded includes
|
2009-10-04 17:16:41 +00:00 |
|
rubidium
|
4347758e48
|
(svn r17658) -Codechange: remove custom drawing of the signal density in the signal GUI
-Codechange: move the state updates from OnPaint
|
2009-09-28 12:38:35 +00:00 |
|
rubidium
|
ac99610a05
|
(svn r17644) -Fix [FS#3219]: some inconsistencies with the difficulty settings in the scenario editor. Also re-enable changing some difficulty settings (e.g. max loan) in the scenario editor.
|
2009-09-26 17:43:06 +00:00 |
|
smatz
|
114d48e492
|
(svn r17596) -Codechange: constify some tables
|
2009-09-20 23:11:01 +00:00 |
|
rubidium
|
ca91a97826
|
(svn r17579) -Fix: remove doxygen docs for removed parameters, or change @param to @tparam if necessary
|
2009-09-19 15:17:47 +00:00 |
|
rubidium
|
e8ddf001c8
|
(svn r17570) -Fix: a number of Doxygen warnings about missing parameters, which were sometimes missing and sometimes just typos
|
2009-09-19 09:51:14 +00:00 |
|
rubidium
|
04d5b67eb6
|
(svn r17567) -Fix: some doxygen warnings
|
2009-09-18 14:23:58 +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 |
|
frosch
|
734edc178d
|
(svn r17525) -Cleanup: Remove SetWindowDirty(), it is completely covered by other functions already.
|
2009-09-13 17:37:47 +00:00 |
|
frosch
|
5c59ed2011
|
(svn r17510) -Fix [FS#3197]: When loading GRFConfigs from ini file, validate them wrt. duplicate GRF IDs.
|
2009-09-12 14:40:26 +00:00 |
|
rubidium
|
7fbc33dae1
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
rubidium
|
f118932643
|
(svn r17133) -Codechange: generalise the code that searches for base graphics
|
2009-08-09 16:54:03 +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 |
|
rubidium
|
e067d4a4b8
|
(svn r16821) -Codechange: unify the naming of type::UpdateVirtCoord and UpdateAll[Type]VirtCoords.
|
2009-07-13 22:33:25 +00:00 |
|
yexo
|
2ac03f6271
|
(svn r16750) -Fix: mark the intro gui dirty when changing the difficulty level to avoid glitches on the difficulty button
|
2009-07-05 16:14:50 +00:00 |
|
smatz
|
d86e17d65a
|
(svn r16719) -Codechange: make IsArticulatedPart(), IsTrainEngine(), IsTrainWagon(), IsMultiheaded(), EngineHasArticPart() and IsRearDualheaded() members of Train
|
2009-07-01 23:57:20 +00:00 |
|
smatz
|
adc5363202
|
(svn r16717) -Codechange: make IsFrontEngine() member of Train
|
2009-07-01 22:22:01 +00:00 |
|
smatz
|
fa1ad0fd3c
|
(svn r16654) -Codechange: cache industries in station's coverage area instead of searching them everytime payment is made
|
2009-06-25 15:42:03 +00:00 |
|
rubidium
|
bfe20321e7
|
(svn r16635) -Fix: a couple of MSVC 64 bits warnings
|
2009-06-23 20:29:59 +00:00 |
|
smatz
|
4419366f94
|
(svn r16603) -Codechange: enumify map size limits (based on a patch by Bilbo)
|
2009-06-20 11:25:39 +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
|
3eb8f643fb
|
(svn r16554) -Fix (r16433): compilation with disabled network was broken
|
2009-06-10 18:53:43 +00:00 |
|
smatz
|
de25de7a60
|
(svn r16494) -Codechange: cache train's speed limit caused by curves
|
2009-06-01 13:14:56 +00:00 |
|
yexo
|
b16c9ae6ef
|
(svn r16447) -Fix [FS#2922] (r16444): compiling on x86-64 failed
|
2009-05-27 00:46:17 +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
|
5a463c8347
|
(svn r16442) -Codechange: use new Vehicle accessors at more places
|
2009-05-26 22:45:48 +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
|
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 |
|