Skip to content

Commit

Permalink
update vkquake submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Jan 7, 2025
1 parent 66d60b2 commit 4366c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vkquake
Submodule vkquake updated 81 files
+5 −5 Packaging/AppImage/docker/Dockerfile
+1 −1 Packaging/AppImage/run-in-docker.sh
+5 −5 Quake/cl_main.c
+2 −2 Quake/cl_parse.c
+6 −6 Quake/cl_tent.c
+44 −0 Quake/common.c
+4 −0 Quake/common.h
+3 −48 Quake/gl_heap.c
+2 −2 Quake/hash_map.c
+1 −1 Quake/host.c
+1 −1 Quake/host_cmd.c
+1 −1 Quake/menu.c
+2 −2 Quake/pr_cmds.c
+7 −7 Quake/pr_ext.c
+48 −48 Quake/r_part.c
+19 −19 Quake/r_part_fte.c
+2 −2 Quake/snd_dma.c
+3 −3 Quake/sv_move.c
+3 −2 Windows/SDL2/bin/sdl2-config
+1 −1 Windows/SDL2/include/SDL.h
+1 −1 Windows/SDL2/include/SDL_assert.h
+1 −1 Windows/SDL2/include/SDL_atomic.h
+1 −1 Windows/SDL2/include/SDL_audio.h
+1 −1 Windows/SDL2/include/SDL_bits.h
+1 −1 Windows/SDL2/include/SDL_blendmode.h
+1 −1 Windows/SDL2/include/SDL_clipboard.h
+1 −1 Windows/SDL2/include/SDL_config.h
+1 −1 Windows/SDL2/include/SDL_config_windows.h
+1 −1 Windows/SDL2/include/SDL_cpuinfo.h
+1 −1 Windows/SDL2/include/SDL_egl.h
+1 −1 Windows/SDL2/include/SDL_endian.h
+1 −1 Windows/SDL2/include/SDL_error.h
+1 −1 Windows/SDL2/include/SDL_events.h
+1 −1 Windows/SDL2/include/SDL_filesystem.h
+1 −1 Windows/SDL2/include/SDL_gamecontroller.h
+1 −1 Windows/SDL2/include/SDL_gesture.h
+1 −1 Windows/SDL2/include/SDL_guid.h
+1 −1 Windows/SDL2/include/SDL_haptic.h
+1 −1 Windows/SDL2/include/SDL_hidapi.h
+1 −1 Windows/SDL2/include/SDL_hints.h
+1 −1 Windows/SDL2/include/SDL_joystick.h
+1 −1 Windows/SDL2/include/SDL_keyboard.h
+1 −1 Windows/SDL2/include/SDL_keycode.h
+1 −1 Windows/SDL2/include/SDL_loadso.h
+1 −1 Windows/SDL2/include/SDL_locale.h
+1 −1 Windows/SDL2/include/SDL_log.h
+1 −1 Windows/SDL2/include/SDL_main.h
+1 −1 Windows/SDL2/include/SDL_messagebox.h
+1 −1 Windows/SDL2/include/SDL_metal.h
+1 −1 Windows/SDL2/include/SDL_misc.h
+1 −1 Windows/SDL2/include/SDL_mouse.h
+1 −1 Windows/SDL2/include/SDL_mutex.h
+1 −1 Windows/SDL2/include/SDL_name.h
+1 −1 Windows/SDL2/include/SDL_opengl.h
+1 −1 Windows/SDL2/include/SDL_opengles.h
+1 −1 Windows/SDL2/include/SDL_opengles2.h
+1 −1 Windows/SDL2/include/SDL_pixels.h
+1 −1 Windows/SDL2/include/SDL_platform.h
+1 −1 Windows/SDL2/include/SDL_power.h
+1 −1 Windows/SDL2/include/SDL_quit.h
+1 −1 Windows/SDL2/include/SDL_rect.h
+1 −1 Windows/SDL2/include/SDL_render.h
+2 −2 Windows/SDL2/include/SDL_revision.h
+1 −1 Windows/SDL2/include/SDL_rwops.h
+1 −1 Windows/SDL2/include/SDL_scancode.h
+1 −1 Windows/SDL2/include/SDL_sensor.h
+1 −1 Windows/SDL2/include/SDL_shape.h
+1 −1 Windows/SDL2/include/SDL_stdinc.h
+1 −1 Windows/SDL2/include/SDL_surface.h
+1 −1 Windows/SDL2/include/SDL_system.h
+1 −1 Windows/SDL2/include/SDL_syswm.h
+1 −1 Windows/SDL2/include/SDL_thread.h
+1 −1 Windows/SDL2/include/SDL_timer.h
+1 −1 Windows/SDL2/include/SDL_touch.h
+1 −1 Windows/SDL2/include/SDL_types.h
+2 −2 Windows/SDL2/include/SDL_version.h
+1 −1 Windows/SDL2/include/SDL_video.h
+1 −1 Windows/SDL2/include/begin_code.h
+1 −1 Windows/SDL2/include/close_code.h
+ Windows/SDL2/lib/SDL2.dll
+ Windows/SDL2/lib64/SDL2.dll

0 comments on commit 4366c65

Please sign in to comment.