Go to file
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
binaries 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:33:55 +00:00
build Premake need to be changed to create makefiles which work on OSX 2006-09-04 16:33:47 +00:00
docs Upgraded console (text wrap, help text), cinematic stuff 2006-07-06 03:17:44 +00:00
source - 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
.gitattributes Initial revision 2003-09-21 21:24:53 +00:00