11 Commits

Author SHA1 Message Date
ceski
82bc0e839a
Add speedometer widget, speed cheat (#1775) 2024-07-04 19:28:40 -07:00
Fabian Greffrath
095ae7f2f2
add a compact widget showing only health, armor and ammo information (#1757)
* add a compact widget showing only health, armor and ammo information

* wording fixes

* do not restrict the w_compact widget to hud_active == 0

* add forgotten woofhud.lmp changes

* draw labels in gray

* fixed width
2024-06-25 08:03:49 +02:00
Fabian Greffrath
ebf69cd6a8 remove title widget alignment from examples 2024-05-20 09:58:38 +02:00
ceski
c7ad1193d1
Add command history widget (#1692) 2024-05-19 08:22:20 -07:00
Fabian Greffrath
cf23b4b2fb 13 is bad luck number, release Woof! 14.0.0 2024-02-16 12:03:50 +01:00
Fabian Greffrath
8048019e72
update README.md with the newest additions (#1466)
* update README.md with the newest additions

* further overhaul

* fixes

* bump copyright year for all recent contributors

* add Usage section with Cheat Codes and CLI

* there will be no Woof! 12.1.0 --> 13.0.0

* document CMake requirement

* v_video.c takes code from Eternity Engine -> GPL-3
2024-02-16 11:25:45 +01:00
Fabian Greffrath
6ca81d6a61
no horizontal padding for Vanilla widgets (#1291)
Also, apply widescreen shift also to direct alignment.
2023-11-29 08:32:14 +01:00
Fabian Greffrath
19c25e94c3
complete overhaul of the HU widgets system (i.e. hu_lib.*) (#1178)
* stuff compiles, but crashes

* stuff runs, kind of

* stuff works, mostly

* add back support for centered player messages

* pointers!

* more stuff working

* some aesthetics

* some more minor stuff

* some more clean-up

* some optimizations

* some more minor stuff

* update woofhud.md

* some rearrangements, comments

* make the "space" character 5 px wide

* build the w_title widget a bot earlier

* nicer

* fix some more minor alignment issues
2023-08-21 09:01:10 +02:00
Fabian Greffrath
118d192ae6
implement centered widgets, avoid collisions with left/right aligned widgets (#1067) 2023-05-22 09:08:48 +02:00
Fabian Greffrath
828d61a7ac
Update woofhud.md 2023-04-24 12:53:09 +02:00
Fabian Greffrath
4c6892ce82
add a format description for the WOOFHUD lump (#939)
* add a format description for the WOOFHUD lump

* minor changes

* provide an alternative example using absolute screen coordinates

* formatting
2023-03-12 14:45:02 +01:00