smatz
|
756cc6cf65
|
(svn r22116) -Codechange: use PoolBase::Clean() at more places
|
2011-02-19 23:05:47 +00:00 |
|
smatz
|
c85e1c3089
|
(svn r22116) -Codechange: use PoolBase::Clean() at more places
|
2011-02-19 23:05:47 +00:00 |
|
smatz
|
642fb19d4f
|
(svn r22115) -Fix (r22114): some comments and code ordering were wrong
|
2011-02-19 18:55:10 +00:00 |
|
smatz
|
9c40059641
|
(svn r22115) -Fix (r22114): some comments and code ordering were wrong
|
2011-02-19 18:55:10 +00:00 |
|
smatz
|
5fd13843f7
|
(svn r22112) -Codechange: register all pools in a pool vector
|
2011-02-19 18:23:45 +00:00 |
|
smatz
|
0e12107ccd
|
(svn r22112) -Codechange: register all pools in a pool vector
|
2011-02-19 18:23:45 +00:00 |
|
smatz
|
fbfb0ffbf2
|
(svn r22041) -Codechange: add a check that we called PoolItem::CanAllocateItem() before actually allocating it
|
2011-02-09 18:55:51 +00:00 |
|
smatz
|
817392c9b0
|
(svn r22041) -Codechange: add a check that we called PoolItem::CanAllocateItem() before actually allocating it
|
2011-02-09 18:55:51 +00:00 |
|
rubidium
|
7eba2bf4d3
|
(svn r21890) -Cleanup: remove some unneeded includes
|
2011-01-22 14:52:20 +00:00 |
|
rubidium
|
05199a641a
|
(svn r21890) -Cleanup: remove some unneeded includes
|
2011-01-22 14:52:20 +00:00 |
|
rubidium
|
eb299736c1
|
(svn r21886) -Codechange: move documentation towards the code to make it more likely to be updated [n].
|
2011-01-22 09:53:15 +00:00 |
|
rubidium
|
43c8073551
|
(svn r21886) -Codechange: move documentation towards the code to make it more likely to be updated [n].
|
2011-01-22 09:53:15 +00:00 |
|
alberth
|
8282b66b70
|
(svn r21645) -Doc: Document SmallPair and SmallMap template parameters.
|
2010-12-26 17:47:00 +00:00 |
|
alberth
|
624ab9cfbb
|
(svn r21645) -Doc: Document SmallPair and SmallMap template parameters.
|
2010-12-26 17:47:00 +00:00 |
|
rubidium
|
ff015ac62c
|
(svn r21336) -Fix (r21030) [FS#4274]: compile failure when desync debugging is enabled (fonsinchen)
|
2010-11-27 12:55:43 +00:00 |
|
rubidium
|
0765e4c9ab
|
(svn r21336) -Fix (r21030) [FS#4274]: compile failure when desync debugging is enabled (fonsinchen)
|
2010-11-27 12:55:43 +00:00 |
|
frosch
|
98250ad8da
|
(svn r20951) -Codechange: Add SmallMap::Contains() and use it.
|
2010-10-16 20:34:43 +00:00 |
|
frosch
|
cb2b666229
|
(svn r20951) -Codechange: Add SmallMap::Contains() and use it.
|
2010-10-16 20:34:43 +00:00 |
|
alberth
|
b3270caaf1
|
(svn r20838) -Fix [FS#4136]: Cast '1' in bitmath functions to width of result before shifting.
|
2010-09-22 20:59:24 +00:00 |
|
alberth
|
5a18e4820a
|
(svn r20838) -Fix [FS#4136]: Cast '1' in bitmath functions to width of result before shifting.
|
2010-09-22 20:59:24 +00:00 |
|
yexo
|
0decc3e094
|
(svn r20731) -Fix (r20739): SmallVector did not have an assignment operator, causing invalid memory reads / double free
|
2010-09-03 23:04:02 +00:00 |
|
yexo
|
ddd16c592b
|
(svn r20731) -Fix (r20739): SmallVector did not have an assignment operator, causing invalid memory reads / double free
|
2010-09-03 23:04:02 +00:00 |
|
yexo
|
a45b598bfc
|
(svn r20729) -Fix [FS#4107]: assert when overbuilding object
|
2010-09-03 21:50:51 +00:00 |
|
yexo
|
0d040f03e6
|
(svn r20729) -Fix [FS#4107]: assert when overbuilding object
|
2010-09-03 21:50:51 +00:00 |
|
frosch
|
4bd32799f1
|
(svn r20286) -Codechange: Unify end of doxygen comments.
|
2010-08-01 19:44:49 +00:00 |
|
frosch
|
c18839704b
|
(svn r20286) -Codechange: Unify end of doxygen comments.
|
2010-08-01 19:44:49 +00:00 |
|
frosch
|
ed4f806f1d
|
(svn r20283) -Codechange: Unify start of doygen comments.
|
2010-08-01 19:22:34 +00:00 |
|
frosch
|
5b86c79fce
|
(svn r20283) -Codechange: Unify start of doygen comments.
|
2010-08-01 19:22:34 +00:00 |
|
alberth
|
a825b4fa5f
|
(svn r20266) -Doc: Mostly typo fixes, a few doxygen-related improvements.
|
2010-07-31 21:02:56 +00:00 |
|
alberth
|
1743c86610
|
(svn r20266) -Doc: Mostly typo fixes, a few doxygen-related improvements.
|
2010-07-31 21:02:56 +00:00 |
|
frosch
|
67bec51f27
|
(svn r19970) -Fix (r14742): SmallMap::Insert() did not compile. Construct new items like operator[].
|
2010-06-13 09:41:48 +00:00 |
|
frosch
|
1fd5333070
|
(svn r19970) -Fix (r14742): SmallMap::Insert() did not compile. Construct new items like operator[].
|
2010-06-13 09:41:48 +00:00 |
|
frosch
|
1d3adb2b66
|
(svn r19931) -Fix (r19914): Convert assertion in Backup<> destructor into DEBUG() output. It was triggered on exceptions, especially when aborting world generation.
|
2010-06-05 12:16:12 +00:00 |
|
frosch
|
a5bea603ea
|
(svn r19931) -Fix (r19914): Convert assertion in Backup<> destructor into DEBUG() output. It was triggered on exceptions, especially when aborting world generation.
|
2010-06-05 12:16:12 +00:00 |
|
frosch
|
9db3cde73a
|
(svn r19914) -Codechange: Wrap a helper class around temporary assignments of _current_company to ensure proper restoration.
|
2010-05-31 20:22:57 +00:00 |
|
frosch
|
ee53807e51
|
(svn r19914) -Codechange: Wrap a helper class around temporary assignments of _current_company to ensure proper restoration.
|
2010-05-31 20:22:57 +00:00 |
|
alberth
|
51e67a40e0
|
(svn r19909) -Doc: Typo fixes, small doxygen improvements.
|
2010-05-30 13:05:36 +00:00 |
|
alberth
|
29fd6ce0e4
|
(svn r19909) -Doc: Typo fixes, small doxygen improvements.
|
2010-05-30 13:05:36 +00:00 |
|
rubidium
|
2c25f51281
|
(svn r19789) -Add [FS#3519]: a typed FOR_EACH_SET_BIT (adf88)
|
2010-05-11 20:59:54 +00:00 |
|
rubidium
|
115a4ee734
|
(svn r19789) -Add [FS#3519]: a typed FOR_EACH_SET_BIT (adf88)
|
2010-05-11 20:59:54 +00:00 |
|
rubidium
|
be504a6ef0
|
(svn r19788) -Codechange: make FOR_EACH_SET_BIT not change the value of the passed bit variable, i.e. allow expressions as parameter
|
2010-05-11 20:48:06 +00:00 |
|
rubidium
|
ee02599bbf
|
(svn r19788) -Codechange: make FOR_EACH_SET_BIT not change the value of the passed bit variable, i.e. allow expressions as parameter
|
2010-05-11 20:48:06 +00:00 |
|
frosch
|
af7051178d
|
(svn r19671) -Fix (r19670): RoundDiv() needs to deal with signed numerators.
|
2010-04-18 17:13:01 +00:00 |
|
frosch
|
d391a1123e
|
(svn r19671) -Fix (r19670): RoundDiv() needs to deal with signed numerators.
|
2010-04-18 17:13:01 +00:00 |
|
frosch
|
2e90f7f8b9
|
(svn r19670) -Codechange: Add CeilDiv() and RoundDiv() to simplify integer divisions with rounding.
|
2010-04-18 14:56:05 +00:00 |
|
frosch
|
a4413f4cf6
|
(svn r19670) -Codechange: Add CeilDiv() and RoundDiv() to simplify integer divisions with rounding.
|
2010-04-18 14:56:05 +00:00 |
|
frosch
|
184fa43df2
|
(svn r19652) -Fix: RandomRange() is used for bigger ranges in many cases, so generally extent it to handle 32 bits.
|
2010-04-17 11:49:25 +00:00 |
|
frosch
|
83bcde6da4
|
(svn r19652) -Fix: RandomRange() is used for bigger ranges in many cases, so generally extent it to handle 32 bits.
|
2010-04-17 11:49:25 +00:00 |
|
frosch
|
2141ca2368
|
(svn r19643) -Fix (r19120): Industry generation failed for large maps and lots of industry types.
|
2010-04-16 21:21:54 +00:00 |
|
frosch
|
80db03aef7
|
(svn r19643) -Fix (r19120): Industry generation failed for large maps and lots of industry types.
|
2010-04-16 21:21:54 +00:00 |
|