Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-10 | Cleanup: Removed SVN headers | S. D. Cloudt | |
2019-09-29 | Fix: Some typos found using codespell | JMcKiern | |
2019-04-10 | Codechange: Use null pointer literal instead of the NULL macro | Henry Wilson | |
2019-01-24 | Codechange: Unify tile height model in all functions (Patch by adf88, #6583) | Johannes E. Krause | |
2014-09-21 | (svn r26870) -Fix (r15190): since freeform edges the 'tile height' at ↵ | rubidium | |
southern edge * 8 pixels just 'south' of the edge tile would not be drawn and would as a result not be refreshed causing artefacts to remain there. This adds a virtual slope to level 0 so it can be redrawn appropriately. Loosely based on patch by ic111 | |||
2014-04-23 | (svn r26482) -Codechange: add an include that allows us to undefine/redefine ↵ | rubidium | |
"unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values | |||
2011-11-08 | (svn r23160) -Fix: wrong comments in a lot of TileTypeProcs definitions | yexo | |
2011-11-04 | (svn r23107) -Codechange: let GetSlopePixelZ and TerraformTile tile type ↵ | rubidium | |
functions use int z as well | |||
2011-11-04 | (svn r23091) -Codechange: rename some Get*Z functions to Get*PixelZ ↵ | rubidium | |
functions if they return the Z in pixels (like TilePixelHeight) | |||
2010-08-09 | (svn r20419) -Codechange: Rename dummy_land.cpp to void_cmd.cpp | frosch | |