DEADSOFTWARE

d2df-sdl.git
11 months agogl: fix panel drawing
DeaDDooMER [Sun, 19 Feb 2023 19:10:22 +0000 (22:10 +0300)]
gl: fix panel drawing

11 months agogl: set r_loadscreen_fps 10 by default
DeaDDooMER [Sun, 19 Feb 2023 15:09:15 +0000 (18:09 +0300)]
gl: set r_loadscreen_fps 10 by default

11 months agogl: implement d_health
DeaDDooMER [Sun, 19 Feb 2023 15:03:29 +0000 (18:03 +0300)]
gl: implement d_health

11 months agogl: implement d_sounds
DeaDDooMER [Sun, 19 Feb 2023 14:35:44 +0000 (17:35 +0300)]
gl: implement d_sounds

11 months agogl: implement d_frames
DeaDDooMER [Sat, 18 Feb 2023 15:33:55 +0000 (18:33 +0300)]
gl: implement d_frames

11 months agogl: implement screenshots
DeaDDooMER [Sat, 18 Feb 2023 14:43:58 +0000 (17:43 +0300)]
gl: implement screenshots

11 months agogl: fix holmes scale and map offset
DeaDDooMER [Sat, 18 Feb 2023 00:47:00 +0000 (03:47 +0300)]
gl: fix holmes scale and map offset

11 months agogl: shade titlepic in main menu
DeaDDooMER [Thu, 16 Feb 2023 19:20:00 +0000 (22:20 +0300)]
gl: shade titlepic in main menu

11 months agogl: fix crash on render finalization
DeaDDooMER [Thu, 16 Feb 2023 19:13:06 +0000 (22:13 +0300)]
gl: fix crash on render finalization

11 months agopanels: fix crash on liquid collision
DeaDDooMER [Thu, 16 Feb 2023 19:10:49 +0000 (22:10 +0300)]
panels: fix crash on liquid collision

11 months agogl: fix load animtextures
DeaDDooMER [Thu, 16 Feb 2023 19:01:18 +0000 (22:01 +0300)]
gl: fix load animtextures

11 months agoshells: fix shell reset on map start
DeaDDooMER [Thu, 16 Feb 2023 18:51:54 +0000 (21:51 +0300)]
shells: fix shell reset on map start

11 months agogl: reset gfx on map start
DeaDDooMER [Thu, 16 Feb 2023 18:31:11 +0000 (21:31 +0300)]
gl: reset gfx on map start

11 months agogl: free old map textures before load new textures
DeaDDooMER [Thu, 16 Feb 2023 18:17:57 +0000 (21:17 +0300)]
gl: free old map textures before load new textures

11 months agogl: fix draw invalid texture
DeaDDooMER [Thu, 16 Feb 2023 16:48:16 +0000 (19:48 +0300)]
gl: fix draw invalid texture

11 months agogl: more animation checks
DeaDDooMER [Thu, 16 Feb 2023 16:17:35 +0000 (19:17 +0300)]
gl: more animation checks

11 months agonogl: fix quads
DeaDDooMER [Thu, 16 Feb 2023 00:53:58 +0000 (03:53 +0300)]
nogl: fix quads

11 months agomenu: fix background in credits
DeaDDooMER [Wed, 15 Feb 2023 18:54:24 +0000 (21:54 +0300)]
menu: fix background in credits

11 months agogl: fix text fields
DeaDDooMER [Wed, 15 Feb 2023 18:43:43 +0000 (21:43 +0300)]
gl: fix text fields

11 months agogl: fix rect drawing
DeaDDooMER [Wed, 15 Feb 2023 18:39:52 +0000 (21:39 +0300)]
gl: fix rect drawing

11 months agogl: apply r_resolution_scale without videomode reset
DeaDDooMER [Tue, 14 Feb 2023 13:57:06 +0000 (16:57 +0300)]
gl: apply r_resolution_scale without videomode reset

11 months agogl: do not scale vitrual keyboard with r_resoulution scale
DeaDDooMER [Tue, 14 Feb 2023 13:44:18 +0000 (16:44 +0300)]
gl: do not scale vitrual keyboard with r_resoulution scale

11 months agogl: fix prev key name
DeaDDooMER [Tue, 14 Feb 2023 13:09:58 +0000 (16:09 +0300)]
gl: fix prev key name

11 months agogl: fix indicators
DeaDDooMER [Tue, 14 Feb 2023 12:55:38 +0000 (15:55 +0300)]
gl: fix indicators

11 months agonogl: use native glOrthof when possible
DeaDDooMER [Tue, 14 Feb 2023 12:03:37 +0000 (15:03 +0300)]
nogl: use native glOrthof when possible

11 months agogl: print opengl driver info
DeaDDooMER [Mon, 13 Feb 2023 19:27:27 +0000 (22:27 +0300)]
gl: print opengl driver info

11 months agonogl: fix glOrtho
DeaDDooMER [Mon, 13 Feb 2023 19:01:13 +0000 (22:01 +0300)]
nogl: fix glOrtho

11 months agogl: fix build for gles (still not work on android)
DeaDDooMER [Mon, 13 Feb 2023 16:56:20 +0000 (19:56 +0300)]
gl: fix build for gles (still not work on android)

11 months agorenders: remove old opengl render
DeaDDooMER [Mon, 13 Feb 2023 14:12:10 +0000 (17:12 +0300)]
renders: remove old opengl render

11 months agogl: implement touch screen controls
DeaDDooMER [Mon, 13 Feb 2023 14:06:11 +0000 (17:06 +0300)]
gl: implement touch screen controls

11 months agogl: implement r_scale
DeaDDooMER [Mon, 13 Feb 2023 13:30:58 +0000 (16:30 +0300)]
gl: implement r_scale

11 months agogl: make hud fully usable on 640x400
DeaDDooMER [Mon, 13 Feb 2023 10:55:33 +0000 (13:55 +0300)]
gl: make hud fully usable on 640x400

11 months agogl: fix particle size with r_scale_resolution>1
DeaDDooMER [Mon, 13 Feb 2023 00:53:19 +0000 (03:53 +0300)]
gl: fix particle size with r_scale_resolution>1

11 months agogl: implement r_resolution_scale (without FBO)
DeaDDooMER [Mon, 13 Feb 2023 00:08:16 +0000 (03:08 +0300)]
gl: implement r_resolution_scale (without FBO)

11 months agogl: fix mouse coords for holmes
DeaDDooMER [Thu, 29 Dec 2022 18:58:16 +0000 (21:58 +0300)]
gl: fix mouse coords for holmes

11 months agoflexui: move portable drawing code back to fui_gfx
DeaDDooMER [Thu, 29 Dec 2022 17:35:55 +0000 (20:35 +0300)]
flexui: move portable drawing code back to fui_gfx

11 months agogui: fix build with disabled render
DeaDDooMER [Thu, 29 Dec 2022 16:48:47 +0000 (19:48 +0300)]
gui: fix build with disabled render

11 months agobuild: move dependency check to modules where they used
DeaDDooMER [Thu, 29 Dec 2022 16:48:15 +0000 (19:48 +0300)]
build: move dependency check to modules where they used

11 months agoflexui: remove direct dependency on opengl
DeaDDooMER [Thu, 29 Dec 2022 16:17:12 +0000 (19:17 +0300)]
flexui: remove direct dependency on opengl

11 months agogl: move holmes drawing code into render
DeaDDooMER [Thu, 29 Dec 2022 14:40:24 +0000 (17:40 +0300)]
gl: move holmes drawing code into render

11 months agogl: allow holmes (works partially)
DeaDDooMER [Thu, 29 Dec 2022 12:09:32 +0000 (15:09 +0300)]
gl: allow holmes (works partially)

11 months agogl: fix indicators
DeaDDooMER [Thu, 29 Dec 2022 01:24:25 +0000 (04:24 +0300)]
gl: fix indicators

11 months agogl: fix invalid color cache
DeaDDooMER [Thu, 29 Dec 2022 01:13:32 +0000 (04:13 +0300)]
gl: fix invalid color cache

11 months agogl: force camera at map center when screen larger than map
DeaDDooMER [Thu, 29 Dec 2022 01:10:16 +0000 (04:10 +0300)]
gl: force camera at map center when screen larger than map

11 months agogl: do not draw outside map area
DeaDDooMER [Thu, 29 Dec 2022 00:30:31 +0000 (03:30 +0300)]
gl: do not draw outside map area

11 months agogl: cache texture id and color
DeaDDooMER [Wed, 28 Dec 2022 21:00:45 +0000 (00:00 +0300)]
gl: cache texture id and color

11 months agogl: optimize repeatable textures
DeaDDooMER [Wed, 28 Dec 2022 19:35:20 +0000 (22:35 +0300)]
gl: optimize repeatable textures

11 months agogl: fix big texture flip on hardware with texture size limits
DeaDDooMER [Wed, 28 Dec 2022 15:47:06 +0000 (18:47 +0300)]
gl: fix big texture flip on hardware with texture size limits

11 months agogl: properly free memory
DeaDDooMER [Wed, 28 Dec 2022 15:16:12 +0000 (18:16 +0300)]
gl: properly free memory

11 months agogl: fix big textures on hardware with texture limits
DeaDDooMER [Wed, 28 Dec 2022 14:06:42 +0000 (17:06 +0300)]
gl: fix big textures on hardware with texture limits

11 months agogl: fix stdfont cyrillic chars
DeaDDooMER [Wed, 28 Dec 2022 13:42:06 +0000 (16:42 +0300)]
gl: fix stdfont cyrillic chars

11 months agogl: implement load screen
DeaDDooMER [Wed, 27 Jul 2022 18:53:19 +0000 (21:53 +0300)]
gl: implement load screen

11 months agogl: implement camera look up/down
DeaDDooMER [Tue, 26 Jul 2022 22:09:13 +0000 (01:09 +0300)]
gl: implement camera look up/down

11 months agogl: draw game time
DeaDDooMER [Tue, 26 Jul 2022 21:50:22 +0000 (00:50 +0300)]
gl: draw game time

11 months agogl: draw fps
DeaDDooMER [Tue, 26 Jul 2022 21:42:43 +0000 (00:42 +0300)]
gl: draw fps

11 months agogl: add cvar r_gl_maxtexsize
DeaDDooMER [Tue, 26 Jul 2022 10:13:49 +0000 (13:13 +0300)]
gl: add cvar r_gl_maxtexsize

11 months agogame: setup hear points while game update
DeaDDooMER [Mon, 25 Jul 2022 18:01:08 +0000 (21:01 +0300)]
game: setup hear points while game update

11 months agogl: draw minimap
DeaDDooMER [Mon, 25 Jul 2022 15:56:17 +0000 (18:56 +0300)]
gl: draw minimap

11 months agogl: fix interpolation
DeaDDooMER [Mon, 25 Jul 2022 13:15:37 +0000 (16:15 +0300)]
gl: fix interpolation

11 months agogl: draw chat bubble
DeaDDooMER [Sun, 24 Jul 2022 19:15:07 +0000 (22:15 +0300)]
gl: draw chat bubble

11 months agogl: draw pause screen
DeaDDooMER [Sun, 24 Jul 2022 18:01:44 +0000 (21:01 +0300)]
gl: draw pause screen

11 months agogl: draw player indicator
DeaDDooMER [Sun, 24 Jul 2022 17:55:33 +0000 (20:55 +0300)]
gl: draw player indicator

11 months agogl: draw screen message
DeaDDooMER [Sun, 24 Jul 2022 13:20:57 +0000 (16:20 +0300)]
gl: draw screen message

11 months agogl: draw spectator interface
DeaDDooMER [Sat, 23 Jul 2022 19:35:36 +0000 (22:35 +0300)]
gl: draw spectator interface

11 months agogl: draw single stats
DeaDDooMER [Fri, 22 Jul 2022 07:13:34 +0000 (10:13 +0300)]
gl: draw single stats

11 months agogl: draw custom game stats
DeaDDooMER [Thu, 21 Jul 2022 20:17:01 +0000 (23:17 +0300)]
gl: draw custom game stats

11 months agogl: draw stats table (TAB)
DeaDDooMER [Wed, 20 Jul 2022 22:09:12 +0000 (01:09 +0300)]
gl: draw stats table (TAB)

11 months agogl: background aspect fix are special case
DeaDDooMER [Wed, 20 Jul 2022 18:21:09 +0000 (21:21 +0300)]
gl: background aspect fix are special case

11 months agosdl: fix sdl 1.2 for new render
DeaDDooMER [Wed, 20 Jul 2022 17:42:13 +0000 (20:42 +0300)]
sdl: fix sdl 1.2 for new render

11 months agogl: draw stats on player view
DeaDDooMER [Tue, 19 Jul 2022 21:45:50 +0000 (00:45 +0300)]
gl: draw stats on player view

11 months agogl: draw server list
DeaDDooMER [Mon, 18 Jul 2022 18:48:13 +0000 (21:48 +0300)]
gl: draw server list

11 months agogl: fix flickering
DeaDDooMER [Mon, 18 Jul 2022 15:03:12 +0000 (18:03 +0300)]
gl: fix flickering

11 months agogl: draw menu background
DeaDDooMER [Mon, 18 Jul 2022 15:02:34 +0000 (18:02 +0300)]
gl: draw menu background

11 months agogl: implement split screen
DeaDDooMER [Mon, 18 Jul 2022 08:52:02 +0000 (11:52 +0300)]
gl: implement split screen

11 months agoanim: add get time from state function (unused now)
DeaDDooMER [Sun, 17 Jul 2022 11:33:03 +0000 (14:33 +0300)]
anim: add get time from state function (unused now)

11 months agoanim: add state interpolation function (unused now)
DeaDDooMER [Thu, 30 Jun 2022 17:05:11 +0000 (20:05 +0300)]
anim: add state interpolation function (unused now)

11 months agogl: remove bacanim flag from multitexture structure
DeaDDooMER [Thu, 30 Jun 2022 11:03:13 +0000 (14:03 +0300)]
gl: remove bacanim flag from multitexture structure

11 months agomap: fix free random memory address
DeaDDooMER [Mon, 20 Jun 2022 20:02:14 +0000 (23:02 +0300)]
map: fix free random memory address

11 months agopanels: handle panel animation in render (bump protocol)
DeaDDooMER [Mon, 13 Jun 2022 21:40:31 +0000 (00:40 +0300)]
panels: handle panel animation in render (bump protocol)

11 months agogl: handle archvile fire animaton in render
DeaDDooMER [Mon, 13 Jun 2022 18:50:31 +0000 (21:50 +0300)]
gl: handle archvile fire animaton in render

11 months agogl: handle punch animation in render
DeaDDooMER [Mon, 13 Jun 2022 18:18:27 +0000 (21:18 +0300)]
gl: handle punch animation in render

11 months agogl: handle shot animations by render
DeaDDooMER [Mon, 13 Jun 2022 17:38:38 +0000 (20:38 +0300)]
gl: handle shot animations by render

11 months agogl: use TAnimInfo for animations calculated by render
DeaDDooMER [Mon, 13 Jun 2022 16:03:33 +0000 (19:03 +0300)]
gl: use TAnimInfo for animations calculated by render

11 months agogl: draw console
DeaDDooMER [Sun, 12 Jun 2022 10:17:57 +0000 (13:17 +0300)]
gl: draw console

11 months agogl: draw gui controls
DeaDDooMER [Sun, 12 Jun 2022 08:48:14 +0000 (11:48 +0300)]
gl: draw gui controls

11 months agogl: align hud elements
DeaDDooMER [Sat, 11 Jun 2022 21:07:55 +0000 (00:07 +0300)]
gl: align hud elements

11 months agogl: draw hud
DeaDDooMER [Sat, 11 Jun 2022 19:03:41 +0000 (22:03 +0300)]
gl: draw hud

11 months agogl: implement font loading and drawing
DeaDDooMER [Sat, 11 Jun 2022 15:33:33 +0000 (18:33 +0300)]
gl: implement font loading and drawing

11 months agogl: draw screen flashes
DeaDDooMER [Fri, 10 Jun 2022 18:33:39 +0000 (21:33 +0300)]
gl: draw screen flashes

11 months agogl: draw sky with parallax
DeaDDooMER [Fri, 10 Jun 2022 16:41:01 +0000 (19:41 +0300)]
gl: draw sky with parallax

11 months agogl: handle map bounds
DeaDDooMER [Thu, 9 Jun 2022 21:31:28 +0000 (00:31 +0300)]
gl: handle map bounds

11 months agogl: draw transpatent weapon with invis
DeaDDooMER [Thu, 9 Jun 2022 20:38:28 +0000 (23:38 +0300)]
gl: draw transpatent weapon with invis

11 months agogl: draw player invis effect
DeaDDooMER [Thu, 9 Jun 2022 20:31:36 +0000 (23:31 +0300)]
gl: draw player invis effect

11 months agogl: draw invul pentagram
DeaDDooMER [Thu, 9 Jun 2022 20:12:05 +0000 (23:12 +0300)]
gl: draw invul pentagram

11 months agogl: draw punch
DeaDDooMER [Thu, 9 Jun 2022 19:17:40 +0000 (22:17 +0300)]
gl: draw punch

11 months agogl: fix player model unload
DeaDDooMER [Thu, 9 Jun 2022 16:23:15 +0000 (19:23 +0300)]
gl: fix player model unload

11 months agogl: load item animations from table
DeaDDooMER [Thu, 9 Jun 2022 15:21:11 +0000 (18:21 +0300)]
gl: load item animations from table

11 months agogl: draw shells
DeaDDooMER [Thu, 9 Jun 2022 14:43:29 +0000 (17:43 +0300)]
gl: draw shells

11 months agogl: draw gibs
DeaDDooMER [Thu, 9 Jun 2022 13:45:23 +0000 (16:45 +0300)]
gl: draw gibs

11 months agogl: draw flags
DeaDDooMER [Wed, 8 Jun 2022 15:02:26 +0000 (18:02 +0300)]
gl: draw flags