home · contact · privacy
Use not f_name variable but __func__, standardize function name writing.
[plomrogue] / src / server / field_of_view.c
2014-07-23 Christian HellerUse not f_name variable but __func__, standardize funct...
2014-07-07 Christian HellerServer: Fix FOV generation bug (bad wrapping of shadow...
2014-07-07 Christian HellerServer: Fix bugs in map and FOV generation on large...
2014-07-07 Christian HellerServer: New field of view algorithm, much faster and...
2014-06-20 Christian HellerServer: Internally, rename "map object" stuff to "thing...
2014-05-14 Christian HellerMaps are always squares, therefore define only their...
2014-05-14 Christian HellerFix non-initializations that are detected as errors...
2014-05-14 Christian HellerServer: Remove uncommented lines.
2014-05-13 Christian HellerServer: Add ENEMY_FOV option (default: off) to force...
2014-05-13 Christian HellerAdd (crude) field of view to player's view of map.