Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

id24: SBARDEF #1916

Open
wants to merge 58 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
3dd69a9
implement SBARDEF parsing
rfomin Sep 16, 2024
fb42f4f
Legacy of Rust works
rfomin Sep 19, 2024
a6893f2
fix palette changes, cosmetics
rfomin Sep 20, 2024
c40caec
more cleanup
rfomin Sep 20, 2024
90cdfab
always update all statusbars
rfomin Sep 20, 2024
0c3588b
use M_snprintf
rfomin Sep 20, 2024
77ae8d3
refresh elements, fix crahes
rfomin Sep 20, 2024
45cb31d
fix id24res.wad crash
rfomin Sep 20, 2024
1e375ea
make some of the `UpdateFace` variables static, cosmetics
rfomin Sep 21, 2024
8aaced8
add weaponinfo slot field
rfomin Sep 21, 2024
c8e5359
fill background, add default sbardef to base
rfomin Sep 21, 2024
610581a
add support for Boom colors
rfomin Sep 21, 2024
f1bb5be
add dependecy on base directory
rfomin Sep 24, 2024
5e954e2
restore base/stbardef.lmp, implement UpdateBoomColors function
rfomin Sep 24, 2024
f2dbea1
cosmetics
rfomin Sep 24, 2024
6caf7bd
smooth counts
rfomin Sep 25, 2024
0d20d64
implement widescreen mode, fix automap, F5 switches to fullscreen HUD
rfomin Sep 25, 2024
69fd439
initial cleanup
rfomin Sep 25, 2024
f0a9fdc
update dig* font
rfomin Sep 25, 2024
d7e6d12
implement monsec and time HUD widgets
rfomin Sep 25, 2024
21666e7
Merge branch 'master' into id24_sbardef
rfomin Sep 25, 2024
efea21c
fix build
rfomin Sep 25, 2024
f6f14bc
restore (but rename) old dig* files
rfomin Sep 25, 2024
692c436
return if `maxammo == 0`
rfomin Sep 26, 2024
ed8f3df
implement widescreen layout mode
rfomin Sep 26, 2024
ae60e8e
message widget, various fixes
rfomin Sep 26, 2024
ede3bc0
increase version of inner SBARDEF, load defaults for previous versions
rfomin Sep 27, 2024
88fd76b
refactor sbarelem_t
rfomin Sep 27, 2024
6c366e2
secret message
rfomin Sep 27, 2024
21b3cd5
chat widget
rfomin Sep 30, 2024
4361783
implement the rest of the widgets
rfomin Sep 30, 2024
4b18e62
restore solid color background
rfomin Oct 1, 2024
58ccd56
Merge branch 'master' into id24_sbardef
rfomin Oct 1, 2024
abc5e0d
fix build
rfomin Oct 1, 2024
e979aa3
remove WOOFHUD documentation, cosmetic changes
rfomin Oct 1, 2024
c940284
fix solid background, error message if hu_font not found
rfomin Oct 1, 2024
5300028
add copyright to README.md
rfomin Oct 1, 2024
1f9cb26
fix message color after obituary
rfomin Oct 1, 2024
bc64662
add `screenblocks == 12`, F5 also works
rfomin Oct 1, 2024
a2ca21e
cosmetic changes
rfomin Oct 1, 2024
fcd2826
add support for translucency, introduce -dumptranmap
rfomin Oct 2, 2024
115f028
fix crosshair
rfomin Oct 2, 2024
c48a000
support for both translation and tranmap at the same time
rfomin Oct 2, 2024
6f49928
fix colorized messages, cosmetic changes
rfomin Oct 2, 2024
deb884d
fix check in draw string functions
rfomin Oct 2, 2024
78488d2
fix string check, cosmetic changes
rfomin Oct 2, 2024
b039815
add "widget enabled" and "widget disabled" conditions
rfomin Oct 2, 2024
34c497f
fix time widget on intermission screen
rfomin Oct 2, 2024
f5d5cd1
fix inconsistency, simplify
rfomin Oct 2, 2024
a7c2a9d
Merge branch 'master' into id24_sbardef
rfomin Oct 2, 2024
3f4d588
don't update disabled statusbars
rfomin Oct 3, 2024
45ef6ca
simplify WI_DrawWidgets
rfomin Oct 3, 2024
51f416e
refresh solid background and crosshair
rfomin Oct 3, 2024
9122d6a
use maximum font height for alignment
rfomin Oct 4, 2024
4efef70
rename pointer->subtype
rfomin Oct 4, 2024
e9af358
fix labels
rfomin Oct 6, 2024
70e9a52
another fix of map title
rfomin Oct 6, 2024
28b1fbf
add 2px gap for monsec and time widgets
rfomin Oct 10, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ If you turn the [Doom logo upside down](https://www.reddit.com/r/Doom/comments/8
* UMAPINFO support, compliant to Rev 2.2 of the [spec](https://github.com/kraflab/umapinfo).
* MBF21 compatibility level, compliant to Rev 1.4 of the [spec](https://github.com/kraflab/mbf21).
* SMMU-style swirling animated flats.
* Customization of the extended Boom HUD using the [WOOFHUD](https://github.com/fabiangreffrath/woof/blob/master/docs/woofhud.md) lump.

## Usage

Expand Down Expand Up @@ -204,6 +203,11 @@ Copyright:
© TobiasKosmos.
License: [CC-BY-3.0](https://creativecommons.org/licenses/by/3.0/) and [CC0-1.0](https://creativecommons.org/publicdomain/zero/1.0/)

Files: `base/all-all/sbardef.lmp`
Copyright:
© 2024 Ethan Watson.
License: [CC0-1.0](https://creativecommons.org/publicdomain/zero/1.0/)

Files: `cmake/FindSDL2.cmake, cmake/FindSDL2_net.cmake`
Copyright: © 2018 Alex Mayfield.
License: [BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)
Expand Down
Binary file added base/all-all/dig033.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Loading