]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - vid_sdl.c
build: minor adjustments
[xonotic/darkplaces.git] / vid_sdl.c
8 days ago bones_was_herevid: apply vid_width and vid_height cvar changes immedi...
8 days ago bones_was_herevid: misc updates to comments, console prints, func...
8 days ago bones_was_herevid: [Windows] don't r_restart for window resize events
8 days ago bones_was_herevid: [Windows] fix disabling of OS DPI scaling
2024-03-12 bones_was_herevid_vsync: work around Wayland-specific init bug
2024-03-02 CloudwalkRevert renamings from 591877ee0c64958303dcbb4f2af3d343a...
2024-01-28 bones_was_heresys: improve error and crash handling
2023-11-08 bones_was_herevid: add cvar vid_minimize_on_focus_loss
2023-11-08 bones_was_hereWindows: opt out of DPI scaling
2023-11-08 bones_was_hereinput: stop capturing mouse movement if window is hidde...
2023-11-08 bones_was_hereGL: display a more useful error dialog if context creat...
2023-11-08 bones_was_hereSDL: print version earlier, once only
2023-11-08 bones_was_herevid: implement monitor selection with instant cvar...
2023-11-08 bones_was_herevid_vsync: fully support adaptive, remove polling,...
2023-11-08 bones_was_herevid: remove obsolete cvars
2023-11-08 bones_was_herevid: misc cleanups
2023-10-28 bones_was_hereVID_Shutdown(): Delete OpenGL context
2023-10-28 bones_was_hereVID_InitModeGL(): fix clear to black of new window
2023-10-28 bones_was_hereImplement OpenGL version checking, use it for occlusion...
2023-10-28 bones_was_hereCleanup some legacy cruft in vid_sdl.c
2023-10-28 bones_was_hereMove QC extension reporting out of video initialisation
2023-04-29 bones_was_hereMerge branch 'kiwixz/macos_compile' into 'master'
2023-04-11 kiwixzFix compilation on macOS
2023-02-05 bones_was_hereMerge PR 'Fixed two keyboard bugs'
2023-01-30 bones_was_hereSimplify VID_SetMouse() calling logic
2023-01-30 NaitLeerefine edge cases handling to keynums/keystrings,
2023-01-29 NaitLeeFixed two keyboard bugs:
2022-08-23 CloudwalkCheck macOS version < 12 to use old function name
2022-05-02 Ashley 'LadyHavoc... Resolved .gitignore conflict
2022-02-21 CloudwalkREADME, sdl, sys, makefile: Bring up macOS support
2022-01-13 bones_was_hereMerge MR 'Make trace entity culling optional for specta...
2021-04-20 cloudwalkcmd: Merge cmd_client and cmd_server into cmd_local... 97/merge
2021-03-09 cloudwalkcmd: Dynamically allocate the command interpreters
2020-11-09 cloudwalkRevert "cmd: Merge cmd_server and cmd_client into cmd_l...
2020-10-27 cloudwalkcmd: Merge cmd_server and cmd_client into cmd_local...
2020-09-17 cloudwalkUnify the command and cvar flags, under the CF_ prefix.
2020-09-17 cloudwalkRename qboolean to qbool
2020-09-08 cloudwalkRename COM_CheckParm to Sys_CheckParm and move it to...
2020-07-22 cloudwalkExperimental restoration of GLES2 support. It *might...
2020-07-20 cloudwalkvid_sdl: Set host.state = host_shutdown to exit by...
2020-06-30 cloudwalkComply with ISO C11. Engine will now compile with ...
2020-06-27 cloudwalkRemove Con_Warnf and Errorf. Use macros to change color...
2020-06-18 cloudwalkOrganize system and host globals into structs. Implemen...
2020-06-15 cloudwalkProperly implement borderless windowed mode support
2020-06-08 cloudwalkRevert the cvar alias system, as a checkpoint pending...
2020-06-08 cloudwalkAdd a few explicit typecasts to help fix C++ compilation
2020-06-06 cloudwalkInitial implementation of cvar aliases, with slowmo...
2020-05-26 cloudwalkFix most compiler warnings.
2020-05-25 cloudwalkImplement Con_Error(f) and Con_Warn(f), error and warni...
2020-05-17 cloudwalkUse SDL_GameController instead of SDL_Joystick where...
2020-01-22 havoccvars are now instanced in &cvars_all as a tracking...
2020-01-21 havocSplit the global cmd interpreter into 4 separate ones...
2020-01-09 havocCorrected names in credits to be more accurate and...
2019-12-31 divverentExplicitly request the desired GL profile type.
2018-08-12 havocUse GL3.2 Core Profile context.
2018-08-12 havocRefactored VID_CheckExtensions and GL_Init to GL_Setup.
2018-08-12 havocUse SDL_opengl.h and SDL_opengl_ext.h headers instead...
2018-08-05 havocRemove a lot of OpenGL extension checks.
2018-07-29 havocAdd gl_debug cvar, if enabled the GL context will have...
2018-06-30 havocChange MAX_TEXTUREUNITS from 16 to 32 - this fixes...
2018-05-22 havocRename RENDERPATH_GL20 to RENDERPATH_GL32.
2018-05-22 havocRemove use of glPolygonStipple - it will need to be...
2018-05-20 havocJust assume GL_ARB_texture_non_power_of_two and a numbe...
2018-05-20 havocBugfix: Don't use OpenGL 3.2 core context just yet...
2018-05-20 havocRemove support for libSDL1.2 which has been deprecated...
2018-05-20 havocvid_bitsperpixel is now locked to 32.
2018-05-06 havocRemove r_vertexgeneric_t, r_vertexmesh_t, vid.interleav...
2018-05-02 havocRemove shadowvolume rendering entirely, now shadowmaps...
2018-04-20 havocRemove all render paths except GL20/GLES2. This means...
2018-04-10 havocEnable GL_OES_framebuffer_object on Android - it was...
2018-04-03 havocRemove v_hwgamma feature as it is not worth maintaining...
2017-07-10 divverentSDL2: combine SDL_KEYDOWN events directly with followin...
2016-09-10 havocFix MSVC++ 2015 warnings about variable scope and some...
2016-08-28 havocAdded r_shadow_bouncegrid_lightpathsize which is an...
2016-07-20 divverentFix the show-keyboard logic for non-Steel Storm by...
2016-03-12 divverentFix warning and MSVC build against SDL2.
2015-11-24 divverentFix a recent typo-fix :)
2015-11-08 havocFix several warnings with gcc-5 and an error with mingw...
2015-11-08 havocFix a type issue where SDL_GLContext * was being used...
2015-08-09 havocFixed two compile issues with vid_sdl.c.
2015-08-03 divverentadjust window position and size to the available deskto...
2014-12-29 divverentSDL2: Fix dprint spam in the console when toggling...
2014-10-04 divverentIf vid_desktopfullscreen is set, manually initialize...
2014-10-04 divverentImplement proper support for utf8 characters in SDL2
2014-10-04 divverentSDL2: Make work numeric keypad keys when numlock is...
2014-10-04 divverentImplement GPU-side corona fading
2014-06-04 divverentSome fixes to the keyboard handler:
2014-05-29 havocFixed a large number of WIN64 type conversion warnings.
2014-05-07 havocfix compile error caused by mixing of SDL2 and SDL1...
2014-05-07 divverentTurn off alpha blending on vid_softsurface.
2014-01-10 divverentsdl2: fix mouse wheel
2014-01-10 divverentsdl2: fix compile.
2013-09-26 havocfix several visual studio projects which did not have...
2013-09-20 divverentGLX: Fix desktopfullscreen size when we actually switch...
2013-09-18 divverentvid_desktopfullscreen improvements; allow querying...
2013-09-17 divverentrename netwmfullscreen to desktopfullscreen; implement...
2013-07-21 vortexFix C++ typecast/linkage specification errors.
2013-07-17 havocSteel Storm additions for mobile (EluanCM)
2012-12-25 eihrulallow framebuffer objects to be used where non-power...
2012-12-20 divverentonly include SDL_syswm.h if really necessary
next