-
See http://code.google.com/p/libfov/issues/detail?id=6 for ongoing management of this issue.
2008-06-19 11:00:17 UTC by puyo
-
See the Google Code issue tracker for ongoing management of this issue:
http://code.google.com/p/libfov/issues/detail?id=2.
2008-06-19 10:59:19 UTC by puyo
-
http://code.google.com/p/libfov/issues/detail?id=3&can=1.
2008-06-19 10:58:25 UTC by puyo
-
http://code.google.com/p/libfov/issues/detail?id=1&can=1.
2008-06-19 10:22:25 UTC by puyo
-
http://code.google.com/p/libfov/issues/detail?id=2.
2008-06-19 10:21:49 UTC by puyo
-
Vagrind reported this:
==29143== Conditional jump or move depends on uninitialised value(s)
==29143== at 0x80C21D0: fov_settings_free (fov.c:163)
I noticed that the the fov_settings_free() is comparing the value of settings->heights, and it has not been initialized in the fov_settings_init() to it causes Valgrind to report it. Simple fix is to initialize it to NULL in the...
2008-03-23 21:12:33 UTC by aggro80
-
In order to jitter the origin of a light (say, if there's a flickering fire), the finest grain you can have is moving the origin by a whole tile in some direction. Doing that causes some ugly artifacts, especially when there is a flickering light right next to an opaque cell:
frame 1, origin at the centre of 'f'
.....
.....
....
...f#
....#
....#
...#
frame 2, origin one tile...
2008-03-07 22:30:36 UTC by nornagon
-
etsinko committed revision 40 to the libfov SVN repository, changing 3 files.
2007-10-28 02:43:56 UTC by etsinko
-
etsinko committed revision 39 to the libfov SVN repository, changing 1 files.
2007-10-18 03:17:23 UTC by etsinko
-
etsinko committed revision 38 to the libfov SVN repository, changing 42 files.
2007-10-16 03:09:22 UTC by etsinko