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 |
|
rubidium
|
47203dbeb5
|
(svn r23090) -Codechange: use map accessors instead of directly accessing the map (mhl)
|
2011-11-04 06:05:11 +00:00 |
|
rubidium
|
47c5d30b5d
|
(svn r23084) -Codechange: get rid of a redundant variable
|
2011-11-03 22:49:03 +00:00 |
|
rubidium
|
9023de2c1f
|
(svn r22808) -Change [FS#4740]: make it less likely that a one tile wide lake is created
|
2011-08-21 19:36:30 +00:00 |
|
michi_cc
|
4261e8fdfd
|
(svn r22773) -Add: Some grass around rivers in desert areas.
|
2011-08-20 20:07:02 +00:00 |
|
rubidium
|
11a4e402c6
|
(svn r22768) -Add: progress bar updates for river building
|
2011-08-20 14:15:40 +00:00 |
|
rubidium
|
0041408e4f
|
(svn r22767) -Add: river generation
|
2011-08-20 14:14:17 +00:00 |
|
frosch
|
718e0090b2
|
(svn r22670) -Change: Do not spawn explosion effects when bulldozing in paused mode. They block the view.
|
2011-07-17 16:09:38 +00:00 |
|
rubidium
|
bc3ce1e53b
|
(svn r22018) -Cleanup: remove some (now) unneeded includes of functions.h
|
2011-02-07 22:37:22 +00:00 |
|
rubidium
|
7e6ccf3a0a
|
(svn r21767) -Fix [FS#4397]: don't limit tile clearing during bankruptcy
|
2011-01-10 21:58:05 +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
|
73d26d3831
|
(svn r21714) -Codechange: unduplicate a bit of code path
|
2011-01-04 20:33:22 +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
|
67e6ad2a4b
|
(svn r21482) -Codechange: make landscape clearing make use of TILE_AREA_LOOP as well
|
2010-12-12 17:22:17 +00:00 |
|
frosch
|
5910bde583
|
(svn r21476) -Fix [FS#4299]: DC_FORCE_CLEAR_TILE should only add extra cost for clearing water for stuff which results in water after clearing.
|
2010-12-12 11:41:15 +00:00 |
|
frosch
|
d5360390d0
|
(svn r21288) -Codechange: Add helper function to find entries in _cleared_object_areas.
|
2010-11-21 17:05:23 +00:00 |
|
terkhen
|
725cf7d8bb
|
(svn r21080) -Fix: Do not allow to use a custom water level with the original map generator.
|
2010-11-04 18:34:37 +00:00 |
|
alberth
|
7e48d85104
|
(svn r21060) -Doc: Improved wording of comments (mostly by __ln__)
|
2010-10-30 17:51:07 +00:00 |
|
yexo
|
6b4d2f5ae6
|
(svn r20821) -Fix [FS#4129]: terraforming the land under objects could leave sloped or elevated sea tiles
|
2010-09-17 15:16:19 +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
|
42a996ec23
|
(svn r20743) -Fix: Make testruns of clearing an object tile not influence repeated testruns resp. the exec run.
|
2010-09-05 13:31:39 +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
|
a45b598bfc
|
(svn r20729) -Fix [FS#4107]: assert when overbuilding object
|
2010-09-03 21:50:51 +00:00 |
|
rubidium
|
2d10b0f11d
|
(svn r20669) -Codechange: trigger the whole object every 256 ticks instead of every 250 ticks
|
2010-08-28 19:13:20 +00:00 |
|
rubidium
|
60fe27db50
|
(svn r20662) -Codechange: implement object animation
|
2010-08-28 18:51:47 +00:00 |
|
frosch
|
67c21f7e01
|
(svn r20419) -Codechange: Rename dummy_land.cpp to void_cmd.cpp
|
2010-08-09 06:48:52 +00:00 |
|
rubidium
|
3da3d131c6
|
(svn r20411) -Codechange: rename unmovables as quite a lot of them are actually movable; e.g. HQ and owned land are pretty movable.
|
2010-08-08 10:59:30 +00:00 |
|
frosch
|
4bd32799f1
|
(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 |
|
rubidium
|
e356cb9405
|
(svn r20281) -Codechange: unify case scope closure + break coding style
|
2010-08-01 18:53:30 +00:00 |
|
alberth
|
be6c058424
|
(svn r20211) -Codechange: Indented code should have curly braces around it.
|
2010-07-24 10:14:39 +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
|
5a836cdec7
|
(svn r20187) -Codechange: move _tileh_to_sprite into a function in a more logical place and with a more descriptive name
|
2010-07-19 17:00:54 +00:00 |
|
frosch
|
5b77a63ecf
|
(svn r19769) -Fix [FS#3820]: MV_VOID tiles shall have no tropic zone.
|
2010-05-08 14:43:59 +00:00 |
|
frosch
|
77486ee8d2
|
(svn r19658) -Fix: One could turn transport companies into credit banks.
|
2010-04-17 14:57:49 +00:00 |
|
smatz
|
0ef33548c2
|
(svn r19614) -Codechange: "it's" => "its" where appropriate
|
2010-04-12 14:12:47 +00:00 |
|
alberth
|
66a2a84035
|
(svn r19492) -Codechange: Keep track of last error in CmdClearArea().
|
2010-03-20 17:19:16 +00:00 |
|
rubidium
|
4d93b704d9
|
(svn r18866) -Codechange: remove the CmdFailed(ret)/CmdSucceeded(ret) wrapper functions
|
2010-01-18 22:57:21 +00:00 |
|
smatz
|
11e3a00a23
|
(svn r18853) -Codechange: apply coding style to GenWorld's enums, structs and typedefs
|
2010-01-17 22:59:24 +00:00 |
|
smatz
|
2469752559
|
(svn r18851) -Codechange: enumify number of steps needed to generate landscape
|
2010-01-17 21:40:35 +00:00 |
|
smatz
|
3850b5912f
|
(svn r18850) -Fix [FS#3540]: don't allow screen redraw when the landscape contains broken slopes
|
2010-01-17 20:28:08 +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 |
|
peter1138
|
5ab64809fe
|
(svn r18708) -Feature: [NewGRF] Add support for custom station foundation graphics.
|
2010-01-03 22:44:57 +00:00 |
|
rubidium
|
c2221885f4
|
(svn r18027) -Codechange: make some unneededly global variables static and remove some unused variables
|
2009-11-09 09:59:35 +00:00 |
|
rubidium
|
d6cded5380
|
(svn r17693) -Cleanup: remove some unneeded includes
|
2009-10-04 17:16:41 +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 |
|
smatz
|
9c25f1bdb7
|
(svn r17084) -Codechange: _age_cargo_skip_counter is common to all vehicle types
|
2009-08-06 12:33:13 +00:00 |
|
rubidium
|
927c4a0fe8
|
(svn r16709) -Fix [FS#2994]: the list of animated tiles could have duplicates (only for old savegames) and tiles that weren't animated
|
2009-07-01 14:51:05 +00:00 |
|
smatz
|
c0ac230e3e
|
(svn r16660) -Codechange: get rid of more dummy tile_type_procs
|
2009-06-25 20:08:59 +00:00 |
|