DEADSOFTWARE

render: separate animation drawing from game code
authorDeaDDooMER <deaddoomer@deadsoftware.ru>
Sun, 20 Jun 2021 10:17:40 +0000 (13:17 +0300)
committerDeaDDooMER <deaddoomer@deadsoftware.ru>
Fri, 9 Jun 2023 07:50:21 +0000 (10:50 +0300)
commitf4de0d349a282253a43c8dcf7cd69e098657c312
treea9c4e3e6e05298c00c4210bbbaf6bd7f8bce02aa
parent4665e7173e2059617222358cc117d7502ccc9885
render: separate animation drawing from game code
12 files changed:
src/game/Doom2DF.lpr
src/game/g_gfx.pas
src/game/g_textures.pas
src/game/opengl/r_animations.pas [new file with mode: 0644]
src/game/opengl/r_gfx.pas
src/game/opengl/r_items.pas
src/game/opengl/r_map.pas
src/game/opengl/r_monsters.pas
src/game/opengl/r_panel.pas
src/game/opengl/r_player.pas
src/game/opengl/r_playermodel.pas
src/game/opengl/r_weapons.pas