openclonk/src
Armin Burgmeier cd2b5a0e39 Add a directional shader for light rendering
This allows to render light as a cone in a certain direction with an inner
circle that is illuminating all directions. It is basically implemented as a
mask when rendering into the light texture. A separate fragment shader for the
first of the three render passes is used to set the light intensity based on
where the fragment is relative to the light source.
2016-11-27 22:11:14 -08:00
..
c4group Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
config Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
control Add drag_finished parameter to EditCursorMoved callback 2016-11-20 13:14:59 -05:00
editor editor: delete viewport widgets immediately 2016-11-26 15:19:56 -08:00
game Implement setting shader uniforms from script (#1206) 2016-11-12 22:09:23 +01:00
graphics Use glUniform*iv for setting script uniforms 2016-11-13 00:17:35 +01:00
gui Script GUI: added TightGridLayout style (requirement of #1842) 2016-11-05 15:35:15 +01:00
landscape Add a directional shader for light rendering 2016-11-27 22:11:14 -08:00
lib Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
mape Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
netio Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
netpuncher Extend the netpuncher: clients can ask hosts for a connection initiation to circumvent port restricted NATs 2016-10-23 22:34:43 +02:00
network Editor graph delegate: Add edge and vertex properties. Remove graph storage options. 2016-11-10 21:43:43 -05:00
object Implement setting shader uniforms from script (#1206) 2016-11-12 22:09:23 +01:00
platform Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
player Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
res Qt Editor: Add sound property delegate 2016-07-27 22:35:11 -04:00
script Fix crash on script error in DirectExec scripts 2016-11-20 13:14:57 -05:00
zlib Fix possible double close when attempting to open uncompressed files 2012-02-05 20:00:47 +01:00
C4ForbidLibraryCompilation.h Prevent using USE_CONSOLE in lib{misc,c4script} 2016-10-22 17:42:23 +02:00
C4Globals.cpp Fix destruction order of system string table vs. editor 2016-10-16 18:40:51 +02:00
C4Include.cpp Update all copyright notices for 2016 2016-04-03 20:24:42 +02:00
C4Include.h Remove re namespace alias 2016-10-19 13:46:03 +02:00
C4Prototypes.h Twiddle with header organization: lib{misc,c4script} do no longer include GL/glew.h 2016-10-20 18:46:32 +02:00
C4Version.h.in Update all copyright notices for 2016 2016-04-03 20:24:42 +02:00