16
Technical Support / Re: help me
« on: April 05, 2021, 10:51:07 »
I don't know how to help you because I cannot fathom what might be doing this. Perhaps search google for your issue with SDL2 applications?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Index: common/p_map.cpp
===================================================================
--- common/p_map.cpp (revision 3958)
+++ common/p_map.cpp (working copy)
@@ -3026,7 +3026,7 @@
nofit = false;
crushchange = crunch;
- if (co_boomsectortouch)
+ if (co_boomsectortouch || co_zdoomphys)
{
msecnode_t *n;
mouse_type 1 // sets the mouse type to ZDoom
m_yaw 1
m_pitch 1
m_side 2 // has to do with strafing. The default is 2 and should not be changed
m_filter 0 // applies smooth mouse movement. Try it on and off to find what you like. I personally have it off
m_forward 0 // turns off the mouse moving you forward when you move the mouse up. This is enforced in Vanilla Doom but most players turn it off
mouse_acceleration 0 //Makes the mouse move faster the more you move it. Was in Vanilla Doom but I recommend to turn it off to make the mouse feel more consistent
mouse_threshold 0 //idk wtf this does but it was in Vanilla Doom
mouse_sensitivity 1 // The default mouse sensitivity in ZDoom. It might not be perfectly 1:1 but it should give you an idea of what to change. This is the setting that should be modified for while the others remain the same
r_painintensity .1 //Turns down the red blood when you get shot. Some servers enforce it though.
* the server will now inform the user that the maplist was cleared
* fixed a crash when using maplist with no wads specified
* updated compatible versions of freedoom to include 0.10 to 0.11.2
* fixed a crash that could happen if the WEAPON_RAISE state is called during the start of the demo
* the warmup message now specifies which key needs to be pressed to "ready up"
* fixed a bug where palette and blending would not be updated during intermission
* added sv_respawnsuper, which can enable and disable super powerups like megasphere and invulnerability sphere
* removed obsolete code that would only update sectors every 3rd tic that could result in desyncs
* remove cl_updaterate since it is no longer used
* remove update_rate from userinfo since it is no longer used
* fixed active moving sectors getting stuck when switching from in-game to spectator mode
* fixed the alt key getting stuck on Windows when moving in and out of the odamex window with tab
* fixed some vanilla demo desyncs
* fixed some sectors not having the floor and ceiling textures updated in online mode
* fixed being able to drown in god mode
* fixed co_globalsound not working as intended
* in single-player mode the game will now pause if the console is on screen
* added "lobby" support to MAPINFO to allow players to create lobby maps
* added sv_latency to simulate latency on the server. This command is intended for developers only and must be #defined in the source.
* fixed a bug where the client would hear switch activating sounds when connecting to a server
* the client is now much better optimized for rendering transparency
* fixed issue where many non-widescreen resolutions were getting stretched across the screen in fullscreen mode instead of having pillarboxes
* changed some of the default binds to be more in alignment with modern shooter controls
* bobbing is now disabled in spectator mode and flying and mouselook are on by default
* added hud_scoreboard_ondeath (default 1). This now allows us to hide the scoreboard on death.
* added hud_demobar to now hide the progression bar during the playback of a demo
* added hud_heldflag_flash to enable or disable the flashing that occurs with the flag hud in CTF
* added options for filtering specific gamemode demos in the network settings
* added Nintendo Switch support
* Fixed an SDL issue that resulted in potentially having different mouse sensitivity in windowed mode vs fullscreen mode
* Added vid_pillarbox, which will allow the user to stretch the picture to the full screen instead of using pillarboxing in lower resolutions like 640x480
* Added experimental server cvar "sv_download_test" (default 0). This is a change that will stop odasrv from constantly opening and closing a wad file for a user attempting to download. We are hoping this will stop lag spikes from happening when multiple users are attempting to download a pwad, however it can only be tested with large crowds. If it works out the cvar will be removed and it will be turned on permenantly
* fixed vid_32bpp not refreshing the screen to re-enable 32bpp rendering