graphics updates
commit47996000e230af15c2131d671d5bb5d20ca8fae1
authordarkrose <lisa@ltmnet.com>
Sat, 19 Mar 2016 07:13:04 +0000 (19 17:13 +1000)
committerdarkrose <lisa@ltmnet.com>
Sat, 19 Mar 2016 07:13:04 +0000 (19 17:13 +1000)
tree112d429afae1157be640195a28e38c53e1db65d9
parentfe5e28cb212fb98082adfdacf50f9c6d21b24d09
graphics updates
25 files changed:
Makefile.sources
README
inc/common.h
inc/graphics.h
inc/list.h
inc/wm.h
src/client/events.c
src/client/events_w32.c
src/client/events_x11.c
src/core/config_default.c
src/graphics/camera.c
src/graphics/font_ttf.c
src/graphics/framebuffer.c [new file with mode: 0644]
src/graphics/lighting.c
src/graphics/material.c
src/graphics/object.c
src/graphics/opengl.c
src/graphics/particles.c [new file with mode: 0644]
src/graphics/render.c
src/graphics/render3d.c
src/graphics/shader.c
src/graphics/texture.c
src/graphics/wm_x11.c
src/lib/list.c
src/server/dummy_commands.c