Split SOL data structures into base, varying and rendering parts
authorparasti <parasti@78b8d119-cf0a-0410-b17c-f493084dd1d7>
Thu, 10 Feb 2011 18:59:50 +0000 (18:59 +0000)
committerparasti <parasti@78b8d119-cf0a-0410-b17c-f493084dd1d7>
Thu, 10 Feb 2011 18:59:50 +0000 (18:59 +0000)
commitc72e431b1ea784b12b94936aa5a2de8203fcb24f
tree5e36333a09ec9e7aaa412e29ea3fafc833f835ea
parente02b680b75600e0ae1a87f50cc4d450f10f48e30
Split SOL data structures into base, varying and rendering parts

git-svn-id: https://s.snth.net/svn/neverball/trunk@3485 78b8d119-cf0a-0410-b17c-f493084dd1d7
33 files changed:
Makefile
ball/demo.c
ball/game_client.c
ball/game_client.h
ball/game_common.c
ball/game_common.h
ball/game_draw.c
ball/game_draw.h
ball/game_server.c
ball/game_server.h
ball/level.c
ball/st_demo.c
putt/game.c
share/ball.c
share/geom.c
share/geom.h
share/item.c
share/item.h
share/mapc.c
share/solid.c [deleted file]
share/solid.h [deleted file]
share/solid_all.c
share/solid_all.h
share/solid_base.c [new file with mode: 0644]
share/solid_base.h [new file with mode: 0644]
share/solid_draw.c [new file with mode: 0644]
share/solid_draw.h [new file with mode: 0644]
share/solid_gl.c [deleted file]
share/solid_gl.h [deleted file]
share/solid_sim.h
share/solid_sim_sol.c
share/solid_vary.c [new file with mode: 0644]
share/solid_vary.h [new file with mode: 0644]