Henry Wilson
|
7c8e7c6b6e
|
Codechange: Use null pointer literal instead of the NULL macro
|
2019-04-10 23:22:20 +02:00 |
|
Peter Nelson
|
b6de8c0930
|
Fix #7098, Fix #7061: Inverted test led to invalid iterator access.
|
2019-01-26 00:25:18 +00:00 |
|
Johannes E. Krause
|
05da5a177c
|
Codechange: Simplify marking tiles dirty when terraforming (Patch by adf88, #6583)
|
2019-01-24 21:17:17 +01:00 |
|
michi_cc
|
2b8bb12d62
|
(svn r27381) -Fix: Warnings due to C++11 requirements for explicit narrowing conversions in initializer lists.
|
2015-08-10 20:24:13 +00:00 |
|
rubidium
|
4db8afce64
|
(svn r26902) -Fix (r26900): erroneous spaces instead of tabs
|
2014-09-21 17:37:30 +00:00 |
|
rubidium
|
073aa05da5
|
(svn r26900) -Fix-ish: dirty the appropriate area around map edges when terraforming there to prevent any artefacts from occuring (ic111)
|
2014-09-21 17:29:48 +00:00 |
|
rubidium
|
c72d362840
|
(svn r26885) -Feature-ish: user interface for limiting the maximum height of a map
|
2014-09-21 12:25:04 +00:00 |
|
rubidium
|
ce04c49e3d
|
(svn r26882) -Feature: allow limiting the height of bridges (ic111)
|
2014-09-21 11:40:11 +00:00 |
|
rubidium
|
9daf7e749c
|
(svn r26879) -Codechange: remove most MayHaveBridgeAbove calls since the data is now always accessible
|
2014-09-21 11:24:51 +00:00 |
|
rubidium
|
4c45db295e
|
(svn r26860) -Codechange: improve worst case performance of terraforming (O(n^2) -> O(n log n)) and let memory usage scale to the amount of tiles affected instead of allocating memory for the worst case scenario (patch by ic111)
|
2014-09-20 12:11:15 +00:00 |
|
rubidium
|
0463dbdc9e
|
(svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
2014-04-23 20:13:33 +00:00 |
|
fonsinchen
|
dda4ffab5e
|
(svn r26290) -Codechange: Use nicer orthogonal tile iterator constructor and simplify calculation of explosion points when clearing.
|
2014-02-02 14:53:52 +00:00 |
|
planetmaker
|
c24374f99c
|
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow)
|
2013-01-08 22:46:42 +00:00 |
|
rubidium
|
6d6be50ae0
|
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
|
2012-01-03 21:32:51 +00:00 |
|
rubidium
|
19eabdba2c
|
(svn r23106) -Codechange: pass int* to GetTileSlope and friends
|
2011-11-04 11:30:37 +00:00 |
|
rubidium
|
1dc685aeea
|
(svn r23100) -Codechange: remove pointless multiplications by TILE_HEIGHT for the terraform code
|
2011-11-04 10:30:10 +00:00 |
|
rubidium
|
f0f17a77ba
|
(svn r23098) -Codechange: remove pointless multiplications by TILE_HEIGHT from the tunnel code
|
2011-11-04 10:28:31 +00:00 |
|
rubidium
|
d0689c2924
|
(svn r23097) -Codechange: remove pointless multiplications by TILE_HEIGHT from the bridge code
|
2011-11-04 10:28:20 +00:00 |
|
rubidium
|
7757a2ed40
|
(svn r23091) -Codechange: rename some Get*Z functions to Get*PixelZ functions if they return the Z in pixels (like TilePixelHeight)
|
2011-11-04 10:18:13 +00:00 |
|
alberth
|
a63b22991d
|
(svn r22451) -Codechange: Test for bridges and tunnels during the first pass only while terraforming (HackaLittleBit)
|
2011-05-14 09:26:16 +00:00 |
|
rubidium
|
faf5d899f7
|
(svn r22017) -Codechange: move MarkTileDirtyByTile to viewport_func.h
|
2011-02-07 22:29:47 +00:00 |
|
rubidium
|
7eba2bf4d3
|
(svn r21890) -Cleanup: remove some unneeded includes
|
2011-01-22 14:52:20 +00:00 |
|
rubidium
|
c6b46725db
|
(svn r21791) -Fix [FS#4407]: off-by-one-ish for the terraforming limit
|
2011-01-14 18:45:14 +00:00 |
|
rubidium
|
68412eebec
|
(svn r21732) -Fix (r21728): show the "proper" error that the landscaping limit is reached instead of "already flat"
|
2011-01-05 08:33:21 +00:00 |
|
rubidium
|
eab47d2227
|
(svn r21728) -Fix/Feature [FS#4331]: (configurably) limit amount of tiles that can be cleared/terraformed by a company
|
2011-01-04 22:50:09 +00:00 |
|
rubidium
|
6892cc8a60
|
(svn r21500) -Feature [FS#730]: diagonal tile clearing and terraforming. Based on patch by fonsinchen
|
2010-12-13 15:15:02 +00:00 |
|
rubidium
|
7ecb00547b
|
(svn r21495) -Codechange: don't hide a local variable
|
2010-12-13 11:30:22 +00:00 |
|
rubidium
|
b448b7c98d
|
(svn r21493) -Codechange: don't use the full 32 bits of the level land command to tell whether to raise, lower or keep the level of the first selected tile
|
2010-12-13 11:21:53 +00:00 |
|
frosch
|
0fff26db97
|
(svn r21289) -Fix [FS#4133]: Make terraforming and tunnel-excavation handle DC_AUTO-clearable multitile objects.
|
2010-11-21 17:42:18 +00:00 |
|
alberth
|
7e48d85104
|
(svn r21060) -Doc: Improved wording of comments (mostly by __ln__)
|
2010-10-30 17:51:07 +00:00 |
|
yexo
|
0e250f2bdf
|
(svn r20748) -Fix: overbuilding an object tile with sea under it with a canal didn't take the cost for clearing the sea into account
|
2010-09-05 16:00:36 +00:00 |
|
frosch
|
ed4f806f1d
|
(svn r20283) -Codechange: Unify start of doygen comments.
|
2010-08-01 19:22:34 +00:00 |
|
rubidium
|
b8487afe54
|
(svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be missed :)
|
2010-07-19 17:28:27 +00:00 |
|
rubidium
|
73527b7b45
|
(svn r20190) -Codechange: unVARDEF _generate_world and move it to genworld
|
2010-07-19 17:17:36 +00:00 |
|
rubidium
|
548dd91ef0
|
(svn r19816) -Codechange: use static const uint for the unnamed 'tile consts' enum as well
|
2010-05-13 11:19:30 +00:00 |
|
frosch
|
a929ab0c24
|
(svn r19633) -Fix (r11759): Signed computations with unsigned integers.
|
2010-04-14 19:56:29 +00:00 |
|
alberth
|
467803a7c0
|
(svn r19490) -Fix: Return to old behaviour of CmdLevelLand() by keeping track of last error.
|
2010-03-20 17:13:00 +00:00 |
|
alberth
|
f747b980c6
|
(svn r19316) -Fix (r19186): Give correct error when failing to flatten land.
|
2010-03-04 21:35:26 +00:00 |
|
alberth
|
04087c1bf0
|
(svn r19186) -Codechange: Remove use of _error_message from CmdLevelLand().
|
2010-02-21 17:02:28 +00:00 |
|
rubidium
|
4d93b704d9
|
(svn r18866) -Codechange: remove the CmdFailed(ret)/CmdSucceeded(ret) wrapper functions
|
2010-01-18 22:57:21 +00:00 |
|
rubidium
|
b42e76d858
|
(svn r18723) -Codechange: also simplify looping over an area when building trees, desert, rocky areas or leveling land
|
2010-01-04 18:49:27 +00:00 |
|
frosch
|
ba1fc280e3
|
(svn r18005) -Codechange: Convert the Prices struct into an array and an enum.
|
2009-11-07 22:47:54 +00:00 |
|
rubidium
|
d6cded5380
|
(svn r17693) -Cleanup: remove some unneeded includes
|
2009-10-04 17:16:41 +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
|
04d5b67eb6
|
(svn r17567) -Fix: some doxygen warnings
|
2009-09-18 14:23:58 +00:00 |
|
rubidium
|
7fbc33dae1
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +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
|
2ec12a3f58
|
(svn r16966) -Codechange: BEGIN_TILE_LOOP and END_TILE_LOOP reworked into TILE_LOOP, which means no more duplication of parameters between BEGIN_TILE_LOOP and END_TILE_LOOP
|
2009-07-26 21:50:30 +00:00 |
|
rubidium
|
59d45a04d6
|
(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible.
|
2009-04-21 23:40:56 +00:00 |
|
rubidium
|
d846eef0b6
|
(svn r15434) -Codechange: bit of type safety for the DC_xxx flags.
|
2009-02-09 21:20:05 +00:00 |
|