qzdoom/src/win32
Christoph Oelckers 8dacdf2951 - use an array to store the buttons.
This puts a lot less knowledge about the game's features into the low level code.
2020-04-11 20:19:50 +02:00
..
afxres.h
base_sysfb.cpp - include cleanup in Win32 folder. 2020-04-11 14:00:15 +02:00
base_sysfb.h - remove vid_hwgamma, force always use shader gamma 2019-01-23 21:50:11 +01:00
deadguy.bmp - Use a FreeDoom sprite for deadguy.bmp - much better than a red circle with an exclamation point on it. 2017-09-16 04:16:14 -04:00
gl_sysfb.cpp - include cleanup in Win32 folder. 2020-04-11 14:00:15 +02:00
gl_sysfb.h - split up Win32's SystemGLFrameBuffer as well to get the shareable parts between OpenGL and Vulkan into a base class. 2018-06-24 21:26:32 +02:00
hardware.cpp - moved more code to 'common'. 2020-04-11 14:00:12 +02:00
hardware.h - remove old vid_maxfps implementations as they were garbage anyway and the new one works on all the platforms 2019-03-26 11:10:17 +01:00
i_crash.cpp - include cleanup in Win32 folder. 2020-04-11 14:00:15 +02:00
i_dijoy.cpp - move SuperFastHash to its own set of files, instead of having this tied to the console. 2020-04-11 14:00:10 +02:00
i_input.cpp - use an array to store the buttons. 2020-04-11 20:19:50 +02:00
i_input.h - changed the place where the CheckRequireMouse event gets called. 2019-02-02 11:00:26 +01:00
i_keyboard.cpp - There's really no need anymore to dynamically load RawInput, considering it has been in Windows since XP. 2019-07-14 17:41:25 +02:00
i_main.cpp - moved file system implementation to 'common'. 2020-04-11 14:00:20 +02:00
i_mouse.cpp Revert "- Fix legacy input state getting out of sync when raw mouse input grabs or releases the events" 2020-04-08 16:21:16 +02:00
i_rawps2.cpp - added some utilities to cmdlib.cpp and changed its license to BSD, because no original Quake code is left here. 2020-04-11 14:00:08 +02:00
i_specialpaths.cpp - created a new zmusic library which will eventually contain all the music playback code. 2019-09-28 18:32:25 +02:00
i_system.cpp - include cleanup in Win32 folder. 2020-04-11 14:00:15 +02:00
i_system.h - make DumpCPUInfo return a string instead of letting it print the info itself. Also consolidated I_Init, because both existing versions were identical. 2020-04-11 14:00:15 +02:00
i_xinput.cpp - added some utilities to cmdlib.cpp and changed its license to BSD, because no original Quake code is left here. 2020-04-11 14:00:08 +02:00
icon1.ico - Added an .ico file compiled by Kinsie from an image set on the forum. 2017-09-07 17:18:26 -04:00
resource.h - change IWAD startup dialog to allow selecting between OpenGL, Vulkan, and SoftPoly backends. (windows only) 2019-12-23 20:05:17 -05:00
st_start.cpp - moved file system implementation to 'common'. 2020-04-11 14:00:20 +02:00
st_start_util.cpp - moved file system implementation to 'common'. 2020-04-11 14:00:20 +02:00
wglext.h - removed all remains of the old EAX editor. 2017-11-26 15:23:07 +01:00
win32basevideo.cpp - moved more code to 'common'. 2020-04-11 14:00:12 +02:00
win32basevideo.h - split up Win32's SystemGLFrameBuffer as well to get the shareable parts between OpenGL and Vulkan into a base class. 2018-06-24 21:26:32 +02:00
win32glvideo.cpp - renamed fullscreen CVar internally to vid_fullscreen to make searching for it easier. 2020-04-11 14:00:15 +02:00
win32glvideo.h - split Win32GLVideo in two so that the OpenGL independent part can be used for Vulkan as well. 2018-06-24 20:47:00 +02:00
win32polyvideo.cpp - moved more code to 'common'. 2020-04-11 14:00:12 +02:00
win32polyvideo.h - renamed fullscreen CVar internally to vid_fullscreen to make searching for it easier. 2020-04-11 14:00:15 +02:00
win32vulkanvideo.cpp - Fixed compilation with MinGW. 2019-07-15 19:26:25 +02:00
win32vulkanvideo.h - renamed fullscreen CVar internally to vid_fullscreen to make searching for it easier. 2020-04-11 14:00:15 +02:00
winres.h
zdoom.exe.manifest Change DPI Awareness to per-monitor on Windows8.1+ 2016-12-10 10:30:23 +01:00
zdoom.natvis - fixed debugger visualization for FSoundID 2019-12-10 16:38:37 +02:00
zdoom.rc - cleanup. 2019-12-29 11:30:37 +01:00