Commit Graph

24 Commits (5ddc76afa6c21b6acb148383b31dd13a2ab0f722)

Author SHA1 Message Date
Charles Spurrill 09d1ce8cf3 Balancing: Coal yields more pieces when dug 2011-10-15 03:13:34 -07:00
Felix Wagner 610940ceb8 Version corrected 2011-10-13 00:43:16 +01:00
Charles Spurrill 06bd3248f0 colour modulated gold to remove green tint 2011-10-08 16:43:59 -07:00
Felix Wagner 6e9c8583a4 Gold more golden. 2011-10-09 00:32:47 +01:00
Charles Spurrill 17e1b6ac88 Changed TEXMAP.txt to include topsoil and midsoil 2011-10-08 14:34:00 -07:00
Felix Wagner 3d768e0ff7 Gold be gone! 2011-10-05 22:33:00 +01:00
Felix Wagner db6a446a6b Kickoff for settlement: Gold ore inserted! Gold's on the hit list. 2011-10-01 06:07:25 +01:00
Maikel de Vries 42f4b7d4cc Materials: Changed BrickSoft Friction to Brick value 2011-09-10 22:06:36 +02:00
Maikel de Vries fe8e2cdfe2 Materials: Brick uses Smoother Shape, adapted scenarios accordingly.
This implies removing a lot of brickedges. Still BrickSoft needs to be moved between liquids and earth in the TexMap for best convenience.
2011-09-07 16:19:19 +02:00
Günther Brammer 6d6737a022 Add two new Material Shapes Octagon and Smoother, more chunk antialias
Previously, smooth materials would get extra triangles at the top to create
slopes instead of steps. Now those also appear at the bottom.

Smooth also gets generally smoother at the bottom, while Rough gets rougher
at the top. The new Smoother material is somewhere between Flat and Smooth.
Octagon is like Flat but also gets straight slope triangles.
2011-09-07 14:25:32 +02:00
Tobias Zwick 49729a61ae renamed ominous "Smooth" texture to "none", removed reference in docs to Smooth and made it 512x512
In OC, actually every material has its predefined set of textures, so the default texturing of >=CR is obsolete. The "Smooth" texture is a relic of that which is currently only used because of the "Vehicle" material.
2011-08-29 23:41:41 +02:00
Tobias Zwick aa091cfaa6 new brick texture 2011-08-29 21:43:10 +02:00
Tobias Zwick 5a2096a393 replaced some textures 2011-08-28 23:19:03 +02:00
Peter Wortmann 60d1d8368b Not giving TextureOverlay defaults to first entry in TexMap
This makes it easier to stay in sync to the TexMap, especially if
using an animated texture. I only changed it for Water, but I
think it would make sense for just about every material.
2011-08-27 17:10:31 +01:00
Peter Wortmann b8523eb76f Material objects dug free can be forced to be collected
The idea is that for some materials (e.g. earth chunks) it really
doesn't make sense to not immediately collect them - they would just
collide with something and recreate the material you just dug out.
So instead, this allows materials to specify that they want their
dug out objects to be collected immediately - if not, they simply
don't get created.

Note that this doesn't mean that material is lost, as it will simply
acumulate in the digger's material list instead. We might want to
cap that at some point though.
2011-08-20 15:43:58 +01:00
Peter Wortmann 049c1b8ba3 Water texture animation adjustments
More distinct noise. Also increased the animation length so it's
less obvious that it only consists of three phases. Note that the
way animation is implemented, there is no extra cost for doing this.
2011-08-20 14:12:32 +01:00
Peter Wortmann dd43ec8c64 Animated water texture
Just noise, as the previous liquid shader by Günther. It's quite
hard to find the right compromise between making it too subtle and
starting to get a "blinking" look. This is now three phases at
300ms each.
2011-08-20 12:04:04 +01:00
Tobias Zwick 8c490dca05 Implemented free shapes (=polygons) to be added or cleared from the landscape:
+ Refactored the ShakeFree, BlastFree, DigFree, DrawQuad etc. functions and
  removed unused functions ClearRectDensity, DigFreeMaterial,...
+ Moved the polygon fill algorithm from StdSurface8.cpp to C4Landscape.cpp
+ Clearance functions which used to subtract a circle now subtract something
  that looks more like a chunk
+ Pickaxe works with BlastFree now
+ Removed Dig2ObjectRequest
2011-05-31 00:33:35 +02:00
Charles Spurrill 6f355411a9 Added earth_topSoil and earth_midSoil textures; desaturated tunnel texture a bit 2011-05-24 17:01:49 -07:00
Charles Spurrill 0d04ede845 Snowflakes much smaller 2011-05-24 16:48:14 -07:00
Günther Brammer 3ff6e907b3 Resized and touched up tunnel texture 2011-05-24 23:25:59 +02:00
Günther Brammer ce28ce5a7e Resized water and lava textures 2011-05-24 23:25:40 +02:00
Armin Burgmeier 3a9556f1a3 Change .c4m extension to .ocm 2011-03-13 17:01:53 +01:00
Armin Burgmeier 41a1b5867d Change .c4g extension to .ocg 2011-03-13 16:16:45 +01:00