0ad/binaries/data/mods/official
Matei 1bedd9457a - Fixed the issue that was causing crashes when you tried to place one of them. They had 2 problems: first the template_structure_special whose parent was itself, as Phillip pointed out, but second also incorrect actor names. I also made the Carthaginian wall refer to the right parent template.
- Added a "dropsite" aura to mills, farmsteads and civil centers, and
modified the gathering code so you can only gather objects that have
this aura on them from one of these buildings. You can also add a
traits.supply.forageable tag to an entity to make it ignore the
requirement for dropsites and gather it wherever it is. I did this for
hunting, so you can hunt without being near a farmstead.

This was SVN commit r3265.
2005-12-17 09:28:26 +00:00
..
art Entity fixes, new greek material 2005-12-16 13:03:53 +00:00
audio Replaced - with _ in GUI 2005-01-01 12:06:17 +00:00
entities - Fixed the issue that was causing crashes when you tried to place one of them. They had 2 problems: first the template_structure_special whose parent was itself, as Phillip pointed out, but second also incorrect actor names. I also made the Carthaginian wall refer to the right parent template. 2005-12-17 09:28:26 +00:00
fonts Committing updated font with a bit of test text while experimenting with accented characters. 2005-09-03 21:00:43 +00:00
gui Fixed the button flickering bug. It turns out that guiHide/guiUnHide were settings controls to hidden/unhidden each tick, which caused the C++ code to reset mouse interaction properties even if the thing went from unhidden to unhidden. I fixed it by making guiHide and guiUnHide check whether the control is already hidden/unhidden before changing it, though maybe we want different behaviour from the C++ code. 2005-12-17 00:24:43 +00:00
language Test data 2004-09-17 19:01:24 +00:00
maps Removed the gaia_ designation from gaia entities, at Jason's request. 2005-12-16 05:37:27 +00:00
shaders Work around what is apparently an ATI driver bug in the GLSL implementation 2005-11-06 22:47:26 +00:00
temp Alterations to ScEd, so that it almost works (except for saving/loading maps). Change the bottom of premake.lua if you want to build it. 2004-12-27 23:27:26 +00:00