0ad/source
Matei 1056788a6a - Added support for translating texture coordinates in fancy water, so it can move in some direction like the non-fancy water can.
- Removed a debug assertion that could occur in windowed mode if you
moved your mouse above or to the left of the window (client x and y >=
0); instead, negative client coordinates are now clipped to 0. (The
coordinates can't actually stay negative because we are casting them to
uints, so that would give very large values.)

This was SVN commit r4323.
2006-09-11 22:35:44 +00:00
..
graphics Modified world intersection so that you can also intersect with the water plane, which is useful for making ships move around as expected when you rightclick a spot on the water. 2006-09-10 20:38:39 +00:00
gui # Optimised minimap drawing 2006-08-27 22:51:53 +00:00
i18n # housekeeping 2006-07-26 13:10:13 +00:00
lib - Added support for translating texture coordinates in fancy water, so it can move in some direction like the non-fancy water can. 2006-09-11 22:35:44 +00:00
maths # Added tool for viewing models and animations outside the game. 2006-08-28 17:36:42 +00:00
network Added the concept of diplomatic stance in CPlayer. 2006-08-28 03:07:48 +00:00
pch # move ps/Network into top level project (and static lib). 2006-08-26 20:25:37 +00:00
ps Modified world intersection so that you can also intersect with the water plane, which is useful for making ships move around as expected when you rightclick a spot on the water. 2006-09-10 20:38:39 +00:00
renderer - Added support for translating texture coordinates in fancy water, so it can move in some direction like the non-fancy water can. 2006-09-11 22:35:44 +00:00
scripting # Updates to water rendering (more effects). 2006-09-10 05:31:41 +00:00
simulation Modified world intersection so that you can also intersect with the water plane, which is useful for making ships move around as expected when you rightclick a spot on the water. 2006-09-10 20:38:39 +00:00
sound # housekeeping 2006-06-04 22:27:40 +00:00
tools Fixed warnings/errors/leaks related to Xerces update 2006-09-04 20:59:21 +00:00
main.cpp Updated OpenAL to 1.1 (which no longer includes ALUT). 2006-09-02 21:20:25 +00:00