* Allocate status bar buffer based on sbar height
* Add warning
* Handle status bar for Doom versions prior to 1.2
* Don't handle Doom versions prior to 1.2
* Prep for additional lumps
* Handle `STARMS`
* Handle bezel `BRDR_B`
* Handle `STFB*`
* Refactor warnings
* Prevent visual artifacts with blocky fuzz
* Simplify
* Apply blocky fuzz fix in `R_DrawMaskedColumn()`
* Revert changes to `R_DrawMaskedColumn()`
* Round up to even value
* Fix autoaim for direct vertical aiming
* Increase autoaim range for direct vertical aiming
* Calculate `actualheight` from current sprite
* Use `actualheight` for lock-on crosshair
* Use `actualheight` for check/aim/shoot
* Remove unused `spriteheight`
* Revert "Fix autoaim for direct vertical aiming"
This reverts commit 3a82190a6a0806f2f031ff23ccf61381b1924279.
* Revert "Increase autoaim range for direct vertical aiming"
This reverts commit 6c0e819567bcd0518709146ba1e97fd53b0653db.
* strip leading newlines from warnings
* warnings always get their own new line
* all prios but VB_INFO should start on their own line
* remove some more leading newlines
* finish progress line in R_InitTranMap()
* add I_ShutdownModule, cosmetic changes
* move the volume adjusting to `I_PCS_UpdateSoundParams`
* use vanilla S_AdjustSoundParams
* stop all sources before shutdown the module
* reset menu string editing with ESC
* consider ESC is catched early
* call action routine even if string change is aborted
* M_StringDuplicate() instead of strdup()
* review message verbosities
Fixes#1193
* midifile.c: promote VB_WARNING to VB_ERROR
* i_winmusic.c: pass a severity parameter to MidiError()
* i_flmusic: only print serious warnings by default
* shut up fuidsynth even more
* simplify matters
* initial implementation idea
* next step
* oversights
* apply PRINTF_ATTR() directly to the function definition
* hopefully fix format string error
* simpler solution
* fix linking error on windows
* make default verbosity configurable
* convert the first batch of printing calls
* register -verbose parameter
* remove ANSI color escape sequences on Windows
* convert the next batch of print calls
* fix omplicit declaration in i_sound.c
* d_main.c
* convert some more files, trailing space means no newline
* some more conversions, some comments
* more conversions
* final conversions?
* remove some more explicit newlines
* fix typo/forgetto
* add support for XGLN/ZGLN nodes
Code taken from DSDA-Doom, thanks @kraflab
Fixes#1185
* docs
* fix typo/forgetto
* document origin
* register new parameter
* add some linedef == NULL checks
* condense P_SetupLevel() logging even further
* cosmetics