frosch
|
3f5e42b04a
|
(svn r18008) -Codechange: Rename NUM_PRICES to PR_END, and use the Price enum some more.
|
2009-11-08 12:23:02 +00:00 |
|
rubidium
|
318c2fad7c
|
(svn r17963) -Codechange: some documentation style
|
2009-11-03 17:30:08 +00:00 |
|
rubidium
|
d79439fb3c
|
(svn r17963) -Codechange: some documentation style
|
2009-11-03 17:30:08 +00:00 |
|
alberth
|
a66c2b8978
|
(svn r17929) -Fix (r2391): STR_NULL does not seem very useful as file save error summary.
|
2009-10-31 20:09:37 +00:00 |
|
alberth
|
2d5aebb1f1
|
(svn r17929) -Fix (r2391): STR_NULL does not seem very useful as file save error summary.
|
2009-10-31 20:09:37 +00:00 |
|
alberth
|
5a97b64d73
|
(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 |
|
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
|
d956d05024
|
(svn r17908) -Fix [FS#3288]: uninitialised values in some paths of loading TTO savegames
|
2009-10-30 23:24:17 +00:00 |
|
rubidium
|
ee2d790b34
|
(svn r17908) -Fix [FS#3288]: uninitialised values in some paths of loading TTO savegames
|
2009-10-30 23:24:17 +00:00 |
|
rubidium
|
f656dd4cf3
|
(svn r17893) -Feature [FS#2633]: make it possible to disable background saving, only via the config file/in game console though
|
2009-10-27 20:28:10 +00:00 |
|
rubidium
|
778f6533ea
|
(svn r17893) -Feature [FS#2633]: make it possible to disable background saving, only via the config file/in game console though
|
2009-10-27 20:28:10 +00:00 |
|
smatz
|
618f0cdae3
|
(svn r17879) -Codechange: convert awarded pax subsidies from old savegames using simple heuristic (instead of deleting them)
|
2009-10-26 18:16:39 +00:00 |
|
smatz
|
1165817cf2
|
(svn r17879) -Codechange: convert awarded pax subsidies from old savegames using simple heuristic (instead of deleting them)
|
2009-10-26 18:16:39 +00:00 |
|
rubidium
|
c0efafc52d
|
(svn r17817) -Codechange: MakeWater actually made sea tiles, so rename it to MakeSea and unduplicate the code to make sea, rivers and canals.
|
2009-10-20 12:31:11 +00:00 |
|
rubidium
|
06c55863ca
|
(svn r17817) -Codechange: MakeWater actually made sea tiles, so rename it to MakeSea and unduplicate the code to make sea, rivers and canals.
|
2009-10-20 12:31:11 +00:00 |
|
rubidium
|
079b7fa034
|
(svn r17816) -Codechange: move the CargoList invalidation-after-saveload to the function that handles the CargoPackets instead of spreading it around over the saveload files. Also add some code to validate whether the caches are valid; to be removed later when no problems turn up
|
2009-10-20 12:20:53 +00:00 |
|
rubidium
|
9696e3e39b
|
(svn r17816) -Codechange: move the CargoList invalidation-after-saveload to the function that handles the CargoPackets instead of spreading it around over the saveload files. Also add some code to validate whether the caches are valid; to be removed later when no problems turn up
|
2009-10-20 12:20:53 +00:00 |
|
rubidium
|
fe575367f9
|
(svn r17813) -Codechange: unify the CargoPacket related coding style
|
2009-10-19 09:15:47 +00:00 |
|
rubidium
|
08ac51fada
|
(svn r17813) -Codechange: unify the CargoPacket related coding style
|
2009-10-19 09:15:47 +00:00 |
|
rubidium
|
ef38feefda
|
(svn r17807) -Codechange: move all 'updates' just after the 'load' constructor of CargoPackets to the constructor call itself
|
2009-10-18 17:52:44 +00:00 |
|
rubidium
|
f11cebfe9b
|
(svn r17807) -Codechange: move all 'updates' just after the 'load' constructor of CargoPackets to the constructor call itself
|
2009-10-18 17:52:44 +00:00 |
|
rubidium
|
93cc3e6106
|
(svn r17806) -Codechange: split CargoPacket's 'afterload' to a separate function
|
2009-10-18 17:47:38 +00:00 |
|
rubidium
|
4ad30fecde
|
(svn r17806) -Codechange: split CargoPacket's 'afterload' to a separate function
|
2009-10-18 17:47:38 +00:00 |
|
rubidium
|
e553983e39
|
(svn r17800) -Codechange: first steps into making CargoList a template
|
2009-10-18 14:28:26 +00:00 |
|
rubidium
|
138e7233bc
|
(svn r17800) -Codechange: first steps into making CargoList a template
|
2009-10-18 14:28:26 +00:00 |
|
rubidium
|
96d098e120
|
(svn r17734) -Fix (r17732): broke the assumption that 'this->packets == this', which broke loading old savegames. Now remove the (need for the) hack that needed that assumption.
|
2009-10-06 23:01:35 +00:00 |
|
rubidium
|
446363aac4
|
(svn r17734) -Fix (r17732): broke the assumption that 'this->packets == this', which broke loading old savegames. Now remove the (need for the) hack that needed that assumption.
|
2009-10-06 23:01:35 +00:00 |
|
rubidium
|
10428de7a3
|
(svn r17727) -Codechange: some coding style and documentation fixes
|
2009-10-06 19:52:27 +00:00 |
|
rubidium
|
1e2dc25582
|
(svn r17727) -Codechange: some coding style and documentation fixes
|
2009-10-06 19:52:27 +00:00 |
|
rubidium
|
ec3a0dc064
|
(svn r17720) -Codechange: guard the CargoPacket variables that are cached in CargoLists so they cannot be written from outside the CargoList class (based on patch by fonsinchen)
|
2009-10-06 17:23:15 +00:00 |
|
rubidium
|
5f59d0c5b4
|
(svn r17720) -Codechange: guard the CargoPacket variables that are cached in CargoLists so they cannot be written from outside the CargoList class (based on patch by fonsinchen)
|
2009-10-06 17:23:15 +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
|
dd01e6196a
|
(svn r17685) -Fix: autounpausing kept trying to unpause a loaded game that was paused due to an error. Just reject such savegames in dedicated servers.
|
2009-10-03 14:48:12 +00:00 |
|
rubidium
|
afed4330da
|
(svn r17685) -Fix: autounpausing kept trying to unpause a loaded game that was paused due to an error. Just reject such savegames in dedicated servers.
|
2009-10-03 14:48:12 +00:00 |
|
smatz
|
a9d0dde464
|
(svn r17597) -Codechange: rename namegen* to townname*
|
2009-09-21 11:01:16 +00:00 |
|
smatz
|
662ef3173b
|
(svn r17597) -Codechange: rename namegen* to townname*
|
2009-09-21 11:01:16 +00:00 |
|
smatz
|
f85b8c4e09
|
(svn r17596) -Codechange: constify some tables
|
2009-09-20 23:11:01 +00:00 |
|
smatz
|
114d48e492
|
(svn r17596) -Codechange: constify some tables
|
2009-09-20 23:11:01 +00:00 |
|
smatz
|
c3a80f1518
|
(svn r17589) -Codechange: rename town_acc to always_accepted
|
2009-09-20 17:44:33 +00:00 |
|
smatz
|
9225b3ba03
|
(svn r17589) -Codechange: rename town_acc to always_accepted
|
2009-09-20 17:44:33 +00:00 |
|
rubidium
|
2e5596025c
|
(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
|
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
|
310465da07
|
(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
|
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
|
4db98357ea
|
(svn r17552) -Codechange: rename load_unload_time_rem to something more generic as it's used for more than just load/unload. Also add some documentation about where it is used.
|
2009-09-15 20:58:44 +00:00 |
|
rubidium
|
af457fc9fe
|
(svn r17552) -Codechange: rename load_unload_time_rem to something more generic as it's used for more than just load/unload. Also add some documentation about where it is used.
|
2009-09-15 20:58:44 +00:00 |
|
rubidium
|
989f53b9dd
|
(svn r17535) -Fix: compiling without networking failed; also unhackify the crash logger a bit.
|
2009-09-14 15:53:19 +00:00 |
|
rubidium
|
14ea4e7672
|
(svn r17535) -Fix: compiling without networking failed; also unhackify the crash logger a bit.
|
2009-09-14 15:53:19 +00:00 |
|
rubidium
|
10c3af4642
|
(svn r17493) -Codechange: store the depot index on the map
|
2009-09-10 14:33:07 +00:00 |
|