Fabian Greffrath
92d295da3c
Merge branch 'master' of https://github.com/fabiangreffrath/woof
2022-10-21 12:13:07 +02:00
Fabian Greffrath
e43618b247
update CHANGELOG.md
2022-10-21 12:12:50 +02:00
Roman Fomin
810d0d9ebc
update workflow files (deprecation warnings) ( #774 )
2022-10-20 21:08:41 +02:00
Roman Fomin
46a8b40b6f
convert main executable to .dll and add .exe and .com launchers ( #772 )
...
* convert main executable to .dll and add .exe and .com launchers
2022-10-20 19:29:09 +07:00
Fabian Greffrath
f3905ed5c1
scan src directory with cppcheck, instead of merely including it as a search path
2022-10-19 08:18:37 +02:00
Fabian Greffrath
d24962241e
disable toggles and menu shortcuts when typing on chat ( #770 )
...
Fixes #767 , thanks @MrAlaux
2022-10-18 21:42:44 +02:00
Fabian Greffrath
a127a4a455
remove SPEED and TIME prefixes from the level time widget ( #769 )
...
* remove SPEED and TIME prefixes from the level time widget
* improve colors
2022-10-17 21:40:41 +02:00
Fabian Greffrath
e413bb866a
simplify matters in cheat code handling, again ( #768 )
...
One less level of function pointer indirection, still full clang-15 compatible.
2022-10-14 21:28:49 +02:00
Fabian Greffrath
004cd3928d
check active_module in I_SetMusicVolume()
2022-10-12 21:04:05 +02:00
Fabian Greffrath
b0161e1f3c
offer a choice of widescreen ratios ( #765 )
...
Fixes #762
2022-10-11 14:53:46 +02:00
rrPKrr
de41b6cc0e
Check demoplayback when calculating CRITICAL ( #764 )
2022-10-09 09:42:40 +02:00
Roman Fomin
5f232babaa
require Fluidsynth 2.2.0 version
2022-10-09 09:09:23 +07:00
Fabian Greffrath
5d48718847
log used soundfont
2022-10-06 13:33:24 +02:00
Fabian Greffrath
0da1ef78cd
some updates to README.md
2022-10-06 09:33:19 +02:00
Fabian Greffrath
6078412167
check for existence of supplemental directories with full path
2022-10-05 23:05:27 +02:00
Fabian Greffrath
ced492a23a
do not force-override paths passed to the build system
2022-10-05 22:58:43 +02:00
Fabian Greffrath
6f4654a463
allow to pass soundfont path through build flags
2022-10-05 15:47:21 +02:00
Fabian Greffrath
3f76685cfb
conditionally install docs/, examples and soundfonts/ directories
2022-10-04 21:06:40 +02:00
Fabian Greffrath
65d16ea1f4
generalize doc install dir
2022-10-04 18:27:31 +02:00
Fabian Greffrath
090ba45488
fix binaries installation dir
2022-10-04 18:27:19 +02:00
Fabian Greffrath
445c049612
introduce and use M_IsMouseWheel() ( #757 )
...
Thanks @kraflab
2022-10-03 18:11:17 +02:00
rrPKrr
ae746f5dc5
Add mouse WheelLeft/WheelRight buttons ( #756 )
...
* Add mouse WheelLeft/WheelRight buttons
* Add else return clause
* Format long code lines
* Fix indentation
* Fix indentation for good
2022-10-03 01:47:23 +02:00
Fabian Greffrath
e3dfec919b
fix par time array overflow for Episode 4 ( #752 )
...
* fix par time array overflow for Episode 4
* add some Vanilla par times overflow emulation from Chocolate Doom
* include m_swap.h for LONG()
2022-09-30 09:23:39 +02:00
Fabian Greffrath
297bf765a0
UMAPINFO: only draw non-zero par times
2022-09-29 21:13:24 +02:00
Fabian Greffrath
d80de6e55b
separate mouse sensitivities for turn/strafe/move/look ( #750 )
...
* separate mouse sensitivities for turn/strafe/move/look
* add forgotten comma
* set mouse_sensitivity_vert and mouse_sensitivity_horiz_strafe to 0 by default
* no more patches drawing in the Mouse Sensitivity menu
2022-09-27 11:53:14 +02:00
Fabian Greffrath
8d148e9457
draw par times on intermission screen before endpic ( #749 )
2022-09-26 15:16:24 +02:00
Roman Fomin
26f676e6d3
don't draw HUD on the snapshots ( #748 )
2022-09-26 18:59:06 +07:00
Fabian Greffrath
a940b79d4b
draw par times for IWAD maps and if set by DEH or UMAPINFO
...
Fixes #747
2022-09-26 10:52:42 +02:00
Roman Fomin
ec70ecad6f
fix save menu displayed in snapshot if save while demo is playing ( #746 )
2022-09-25 12:05:38 +02:00
Fabian Greffrath
9f6d273ee3
some const correctnes fixes in m_menu's text functions
2022-09-24 22:26:06 +02:00
Fabian Greffrath
04014b7ccc
introduce R_DrawBorder() to avoid code duplication between R_FillBackScreen() and M_DrawBorderedSnapshot()
2022-09-24 22:16:05 +02:00
Fabian Greffrath
c815ac2102
add snapshots to savegames ( #741 )
...
* add snapshots to savegames
* WIP
* revert debugging aid
* clean up
* replace strncpy() with memcpy()
We *are* going to truncate before the terminating NUL.
This isn't a string, it's an indicator for the following snapshot data.
* fix initializer to be compile time constant
* limit maximum snapshot size
* array length should be const
* show savegame modification time below snapshots
* suppress the most useless compiler warning ever
* restrict warning suppression to GCC, sigh
* use M_stat() in M_ReadSavegameTime()
2022-09-24 21:51:36 +02:00
Fabian Greffrath
21f0b0e754
release Woof! 10.3.0
woof_10.3.0
2022-09-23 07:40:47 +02:00
Fabian Greffrath
1f71c6f784
adjust stats widget menu item
2022-09-23 06:45:20 +02:00
Fabian Greffrath
da5cf4483a
remove STS prefix from the level stats widget
2022-09-22 22:05:51 +02:00
ceski
fbe47570e9
Adjust native MIDI volume slider curve to match midiOutSetVolume ( #744 )
2022-09-22 09:56:13 +02:00
Fabian Greffrath
a777d0c8a6
Update CHANGELOG.md
2022-09-21 08:14:18 +02:00
Julia Nechaevskaya
147e57c3b6
Apply bluegreenbrownred
brightmap to COMPUTE1
texture ( #742 )
...
* Apply bluegreenbrownred brightmap to COMPUTE1 texture
* Replace spaces with tabs
2022-09-20 21:12:01 +02:00
Fabian Greffrath
c2b307ecb0
Update CHANGELOG.md
2022-09-20 12:33:30 +02:00
Roman Fomin
1b92f59a5f
don't interpolate if both offsets 0
2022-09-20 00:48:15 +07:00
Roman Fomin
9339d95891
fix interpolation of accelerated scrollers, add floor and ceiling types ( #739 )
...
* fix accelerated sidesrcollers interpolation
* fix displacement scrollers, add sc_floor and sc_ceiling types
2022-09-19 14:36:24 +02:00
Roman Fomin
a9f8514593
don't interpolate accelerated sidescrollers ( #738 )
2022-09-19 11:16:23 +02:00
Fabian Greffrath
4174eb93ed
update CHANGELOG
2022-09-19 11:12:04 +02:00
ceski
cda1560d31
Undo music volume slider changes ( #737 )
2022-09-19 07:11:17 +02:00
Roman Fomin
669d23ed04
synchronize animated flats ( #736 )
2022-09-18 16:15:19 +02:00
ceski
ed837b6c9b
Adjust music volume slider to match vanilla Doom ( #735 )
...
* Adjust music volume slider to match vanilla Doom
* Remove unnecessary float usage
2022-09-16 12:08:52 +02:00
Roman Fomin
f260e255be
rebuild sidescrollers
on save load ( #733 )
...
* rebuild `sidescrollers` on save load
* add only `sc_side` type of scrollers
2022-09-14 13:00:08 +02:00
Fabian Greffrath
347e430c71
add smooth texture scrolling from Crispy Doom ( #731 )
...
* add smooth texture scrolling from Crispy Doom
* add forgotten baserowoffset initialization
Good catch, eagle eye 😉 @kraflab
* iterate through a list of scrollers separate from the thinker list
* add forgotten parenthesis
* fix another typo (yes, this is a blind lunch break coding session)
* consider friendly suggestions
* Implement a clean interface for cleaning the side scrollers list (@kraflab)
* Allocate scrollers in chunks of 32 (VANILLA limit is 64) (@rfomin)
Thanks!
2022-09-13 18:54:44 +02:00
Fabian Greffrath
a24c5955c9
condense flashing keyed door logic in AM_drawWalls()
2022-09-13 08:41:50 +02:00
Fabian Greffrath
9b9450b86e
let exit lines blink if blinking keyed doors are enabled
2022-09-12 21:19:49 +02:00