Algorithmic Directional Lighting (#1726)

This is similar to #1722, but it uses a bit of math to allow explicit setting of the angle of light.
Pretty much complete, although no lights have been updated to use directional lighting.

Features:
Facing a wall with a directional light results in darkness - light is not emitted on own tile.
This commit is contained in:
Lohikar
2017-02-24 21:43:22 +02:00
committed by skull132
parent 70912e9b1d
commit 8c6a2a84a0
7 changed files with 249 additions and 46 deletions
-1
View File
@@ -163,7 +163,6 @@ var/list/debug_verbs = list (
,/datum/admins/proc/setup_supermatter
,/client/proc/atmos_toggle_debug
,/client/proc/spawn_tanktransferbomb
,/client/proc/cmd_debug_profile_lighting
)