Fabian Greffrath
91d46c9b6f
only create autoload subdirectory relative to D_DoomPrefDir() ( #619 )
2022-06-21 15:55:27 +02:00
Fabian Greffrath
bd62ffe056
fix gcc-12 -O3 compiler warnings ( #608 )
...
* fix gcc-12 -O3 compiler warnings
Fixes #607
* do not free stdlib malloc'ed zone memory blocks
2022-06-21 15:55:13 +02:00
Roman Fomin
c63cb3f77f
check if the lump can be a Doom patch in R_GenerateLookup ( #613 )
...
* generate composites only for multipatched columns (fix Urotsuki.wad)
* Revert "generate composites only for multipatched columns (fix Urotsuki.wad)"
This reverts commit 3ce4d9057b463d3cd00d49f4918afdcbceb4f20a.
* check if the lump can be a Doom patch
* print warning to stdout
* print to stderr, function name istead of warning
2022-06-19 13:10:07 +02:00
Roman Fomin
04768f6ab4
fix reload level during intermission ( #615 )
2022-06-18 20:13:21 +02:00
Roman Fomin
646ba345ab
fix complevel vanilla scrollers ( #612 )
...
* fix complevel vanilla scrollers
* disable generalized scrollers in complevel vanilla
2022-06-18 19:24:59 +02:00
Fabian Greffrath
26e067a4b1
two-colored HUD widgets (as in Crispy Doom) ( #609 )
...
Fixes #605
2022-06-18 12:01:11 +02:00
Roman Fomin
59edb68106
fix all MSVC warnings ( #606 )
...
* fix all MSVC warnings
* fix -mapangle
* clarify comments
* fix mapangle again
2022-06-18 11:59:54 +02:00
Fabian Greffrath
ec9aa62bab
avoid menu cursor being drawn off-screen
2022-06-17 17:16:00 +02:00
Fabian Greffrath
29b2b9ba67
release Woof! 10.0.0
woof_10.0.0
2022-06-17 11:24:44 +02:00
Roman Fomin
29bb915fce
only one check to disable enem_ghost menu item
2022-06-16 17:31:51 +07:00
Roman Fomin
439a3b56ef
handle strictmode for centered weapon menu item in M_UpdateCenteredWeaponItem
...
Fixes #604 . Thanks @MrAlaux for the report.
2022-06-16 09:35:38 +07:00
Roman Fomin
b2b9d9f43b
fix music playing when ENDOOM screen is displayed
2022-06-14 23:47:01 +07:00
Roman Fomin
00a75371e2
remove unused code
2022-06-14 23:46:14 +07:00
Fabian Greffrath
061290f222
prepare changelog for the next release
2022-06-14 08:59:53 +02:00
Roman Fomin
0737d91615
forgot to set ss_gen for default_skill
2022-06-14 08:26:24 +07:00
Roman Fomin
fb9c6aa59f
rearrange and change some settings ( #600 )
...
* rearrange and change some settings
* delete default_skill menu item, restore saving last selected skill
* move default_complevel back to General menu
* enable fullscreen by default
* fix disable number of message lines
* restore default_skill menu item, set skill to 4 (UV) by default
2022-06-13 17:10:30 +02:00
Fabian Greffrath
90d486c434
don't let crosshair highlighting trigger intercepts overflow ( #599 )
2022-06-13 16:32:44 +02:00
Roman Fomin
4452eb80a3
we already handle strictmode for hud_crosshair_target in M_UpdateCrosshairItems
2022-06-13 18:58:04 +07:00
Fabian Greffrath
8e2ae605a8
rename Source/ directory to src/ ( #598 )
...
* rename Source/ directory to src/
* adjust cppcheck directories
2022-06-13 12:09:42 +02:00
Roman Fomin
676b7e8347
strict mode ( #597 )
...
* implement strict mode
* rename demo_skipping->DEMOSKIP
* add static
* DISABLE_ITEM macros, disable cosmetic comp options in strict mode
* fix hud_distributed condition
* reset time scale, add strict mode menu item
* disable colored_blood and flipcorpses in strict mode
* disable brightmaps in strict mode, DISABLE_STRICT macro
* make strictmode local for each game
* missed comp_pursuit
* move menus a bit (map_player_coords doesn't fit in 4:3 mode)
* add STRICTMODE_COMP macro for cosmetic compatibility options
* comp_skymap = 1 in PrBoom+ complevel 9
2022-06-13 12:07:08 +02:00
Roman Fomin
d1a93dedfa
fix menu default reset, add player name to the menu ( #596 )
...
* set net_player_name in the menu
* fix setupscreen fields
* remove S_FILE and WAD/DEH preincludes
* don't reset widescreen mode
2022-06-12 22:07:18 +02:00
Roman Fomin
49b26537ea
check skill in NET_ValidGameSettings
2022-06-11 09:49:53 +07:00
Roman Fomin
5f5e0e2c19
implement Deathmatch 3.0 (from Crispy Doom) ( #595 )
2022-06-10 18:15:27 +02:00
Roman Fomin
3d1f4c2e35
remove unused code
2022-06-10 22:08:15 +07:00
Fabian Greffrath
eaece73b66
minor rewording
2022-06-10 15:25:37 +02:00
Fabian Greffrath
714f2a4e8e
new attempt to rearrange the general menu ( #594 )
...
* new attempts to rearrange the general menu
* remove network player name entry again
2022-06-10 12:37:43 +02:00
Fabian Greffrath
e75e03d9e0
add support for SMMU swirling flats ( #591 )
...
* ad support for SMMU swirling flats
* formatting glitch
* shorten sequence length to 256
* create distorted flat lookup table on demand
* make init function static
* add config key and menu switch
2022-06-10 08:47:56 +02:00
Fabian Greffrath
5819f54bcf
final improvement of COMPUTE2 brightmap
...
Thanks again @JNechaevsky
2022-06-10 08:17:43 +02:00
Roman Fomin
467fc8c946
replace win_fopen.c with wrappers from Chocolate Doom ( #592 )
...
* replace win_fopen.c with wrappers from Chocolate Doom
* always include direct.h on Windows
* add missing header files, fix gcc warning
* move wrappers to m_io.c, formatting
* fix cmakedefine
* always include string.h
* use only strcasecmp and strncasecmp
* add missing thermo.h
* include config.h
* move str(n)casecmp define to doomtype.h
2022-06-10 07:49:38 +02:00
Roman Fomin
ee09f76a24
set net_player_name in config, cleanup ( #590 )
2022-06-09 17:15:56 +02:00
Fabian Greffrath
3068ea2a46
add support for -shotdir parameter, fall back to -save parm or current dir ( #589 )
...
* add support for -shotdir parameter, fall back to save dir
* use exe name and support up to 9999 screenshots
* set screenshotdir to -shotdir parm or fall back to -save parm or current dir
* cosmetics
* entirely rip out PCX and BMP screenshots
* unconditionally create -save and -shotdir directories
* remove obsolete variable
2022-06-09 17:14:57 +02:00
Roman Fomin
1e9de7b2f9
fix setup resource file
2022-06-09 14:03:11 +07:00
Roman Fomin
5162b8ba1a
fix setup manifest ( #585 )
2022-06-09 08:50:53 +02:00
Fabian Greffrath
a8d9cb4788
fix rendering of the infinite ocean effect ( #582 )
...
* fix rendering of the infinite ocean effect
First, this requires changing the type for variables used to store
angle arithmetics in R_ScaleFromGlobalAngle to angle_t.
Second, this requires checking if generated seg angles and those
stored in the WAD differ "too much" and revert back to the stored
value then.
* crispy implementation was earlier
2022-06-09 06:36:41 +02:00
Roman Fomin
08c9046d41
add setup icon ( #579 )
...
* add setup icon
* change icon
* update README.md
2022-06-09 06:36:28 +02:00
Roman Fomin
fa81ee18ff
another attempt to fix frame interpolation for the newsync method ( #577 )
...
* another attempt to fix frame interpolation for the newsync method
* add uncapped check for safety
2022-06-09 06:35:38 +02:00
Fabian Greffrath
7884b65a59
Merge branch 'master' of github.com:fabiangreffrath/woof
2022-06-08 20:38:13 +02:00
Fabian Greffrath
a8dd9cfda2
improve COMPUTE2/COMPUTE3 and blueandorange brightmaps
...
Thanks @JNechaevsky !
2022-06-08 20:38:07 +02:00
Fabian Greffrath
23dce0bee1
fix mouse wheel zooming in the automap ( #581 )
...
* fix mouse wheel zooming in the automap
Fixes #580
* adjust default button bindings for mouse wheel zooming in the automap
2022-06-08 14:13:49 +02:00
Roman Fomin
7de70f2e8b
Merge pull request #576 from rfomin/mp_setup
...
implement multiplayer setup (based on Chocolate Doom)
2022-06-06 20:32:35 +07:00
Roman Fomin
ab44502655
remove crispy colors from net_gui
2022-06-06 10:17:54 +07:00
Roman Fomin
e8be294808
fix non-latin paths on Windows
2022-06-06 10:16:34 +07:00
Roman Fomin
34e8352bb0
add resource file for Windows
2022-06-06 09:56:42 +07:00
Fabian Greffrath
6e545bea62
colorize player messages ( #575 )
...
* colorize player messages
* allow colorized messages to be switched in-game
First, prepare player strings for colorization.
Then, apply colorization according to `message_colorized`.
2022-06-03 12:36:11 +02:00
Roman Fomin
7b5ce77ded
remove crispy colors
2022-06-03 10:52:25 +07:00
Fabian Greffrath
f1fa46e8a9
rename "HIDE SECRETS" -> "HIDE LEVEL STATS"
2022-06-02 22:46:15 +02:00
Roman Fomin
8b936f5828
no quit confirmation
2022-06-03 02:04:23 +07:00
Roman Fomin
eec7053de3
fix gcc warnings
2022-06-02 23:37:33 +07:00
Roman Fomin
6b3c9a549a
use one version of doomkeys.h
2022-06-02 23:30:11 +07:00
Roman Fomin
9145bb4cef
fix skill and warp selection
2022-06-02 23:20:51 +07:00