q3rally/engine/code/q3_ui
zturtleman 96a9e2a9aa ioquake3 resync to revision 3511 from 3444.
This updates from SDL 2.0.4 to SDL 2.0.8.

Fix nullptr dereference in front of nullptr check in FS_CheckPak0
Fix undefined behaviour due to shifting signed in snd_mem.c
Fix shifting bits out of byte in tr_font.c
Fix shift into sign in cl_cin.c
Fix signed bit operations in MSG_ReadBits
Add missing address operator in cm_polylib.c
OpenGL1: Decay float[8] to float * in tr_marks.c
Avoid srcList[-1] in snd_openal.c
Fix the behaviour of CVAR_LATCH|CVAR_CHEAT cvars
Maximize cURL buffer size
Fix mouse grab after toggling fullscreen
Fix q3history buffer not cleared between mods and OOB-access
Revert "Removed "Color Depth" from q3_ui system settings, it didn't control anything."
Fix displayed color/depth/stencil bits values
Restore setting r_colorbits in q3_ui
Make setting r_stencilbits more consistent in Team Arena UI
Fix map list in Team Arena start server menu after entering SP menu
Support SDL audio devices that require float32 samples.
sdl_snd.c should just initialize SDL audio without checking SDL_WasInit().
There's no need to SDL_PauseAudio(1) before calling SDL_CloseAudio().
Added audio capture support to SDL backend.
Use the SDL2 audio device interface instead of the legacy 1.2 API.
Disable SDL audio capture until prebuilt SDL libraries are updated to 2.0.8.
Update SDL2 to 2.0.8
Add SDL 2.0.1 headers for macOS PPC
Make macOS Universal Bundle target 10.6 for x86 and x86_64
Fix possible bot goal state NULL pointer dereference
Fix uninitialized bot_goal_t fields
Remove unnecessary NULL pointer check in Cmd_RemoveCommand
Make UI_DrawProportionalString handle NULL string
Fix compiling against macOS system OpenAL and SDL2 frameworks
Fix array index in CanDamage() function - discovered by MARTY
Fix compiling Makefile (broke in macOS frameworks commit)
Fix clearing keys for control in Team Arena UI
Make s_useOpenAL be CVAR_LATCH
Improvements for dedicated camera followers (team follow1/2)
Fix not closing description.txt and fix path seperator
Fix duplicate bots displayed in Team Arena ingame add bot menu
OpenGL2: Fix parsing specularScale in shaders
Don't allow SDL audio capture using pulseaudio
Isolate the Altivec code so non-Altivec PPC targets can use the same binary.
Limit -maltivec to specific source files on OpenBSD too (untested)
Use SDL 2.0.1 headers for macOS ppc64
Fix console offset while Team Arena voiceMenu is open
OpenGL2: Readd r_deluxeSpecular.
Fix client kicked as unpure when missing the latest cgame/ui pk3s
Don't create multiple windows when GL context creation fails
Require OpenGL 1.2 for GL_CLAMP_TO_EDGE
Fix Linux uninstaller requiring Bash
Fix Linux uninstaller redirecting stderr to stdout in preuninstall.sh
Reported by @illwieckz.
Fix in_restart causing fatal error while video is shutdown
Allow pkg-config binary to be overridden with PKG_CONFIG
Make testgun command without argument disable test gun model
Remove unused renderer_buffer variable
Don't upload 8 bit grayscale images as 16 bit luminance
OpenGL1: Use RE_UploadCinematic() instead of duplicate code
Don't load non-core GL functions for OpenGL 3.2 core context
Load OpenGL ES 2.0 function procs
Don't check fixed function GL extensions when using shader pipeline
OpenGL2: Fix world VAO cache drawing when glIndex_t is unsigned short
OpenGL2: Misc fixes and cleanup
Fix IQM root joint backlerp when joint number is more than 0
Improve IQM loading
Improve IQM CPU vertex skinning performance
OpenGL2: Add GPU vertex skinning for IQM models
2018-07-30 11:35:12 +00:00
..
ui.def Added files 2011-02-18 14:31:32 +00:00
ui_addbots.c fix wrong buttons in add bot menu ingame 2016-05-15 06:57:10 +00:00
ui_atoms.c ioquake3 resync to revision 3511 from 3444. 2018-07-30 11:35:12 +00:00
ui_cdkey.c Changed mail adress and years in comments 2015-11-13 22:41:34 +00:00
ui_cinematics.c fix wrong buttons in add bot menu ingame 2016-05-13 21:29:28 +00:00
ui_confirm.c Changed mail adress and years in comments 2015-11-13 22:41:34 +00:00
ui_connect.c Changed mail adress and years in comments 2015-11-13 22:41:34 +00:00
ui_controls2.c fix wrong buttons in add bot menu ingame 2016-05-13 21:29:28 +00:00
ui_credits.c Fix compiler warnings 2017-08-07 05:41:42 +00:00
ui_demo2.c Fix some issues with in the Q3Rally menu 2017-11-17 04:51:26 +00:00
ui_display.c Changed mail adress and years in comments 2015-11-13 22:41:34 +00:00
ui_gameinfo.c Add ioquake3 changes missed in last commit. 2018-04-08 02:03:51 +00:00
ui_ingame.c Changed mail adress and years in comments 2015-11-13 22:41:34 +00:00
ui_loadconfig.c fix wrong buttons in add bot menu ingame 2016-05-14 06:49:54 +00:00
ui_local.h ioquake3 resync to revision 3393 from 3385. 2017-12-03 10:09:52 +00:00
ui_login.c Changed mail adress and years in comments 2015-11-13 22:41:34 +00:00
ui_main.c Changed mail adress and years in comments 2015-11-13 22:41:34 +00:00
ui_menu.c Some small changes...modified some stuff... 2018-05-02 00:34:14 +00:00
ui_mfield.c Changed mail adress and years in comments 2015-11-13 22:41:34 +00:00
ui_mods.c fix wrong buttons in add bot menu ingame 2016-05-14 06:49:54 +00:00
ui_network.c Changed mail adress and years in comments 2015-11-13 22:41:34 +00:00
ui_options.c Changed mail adress and years in comments 2015-11-13 22:41:34 +00:00
ui_playermodel.c ioquake3 resync to revision 3393 from 3385. 2017-12-03 10:09:52 +00:00
ui_players.c ioquake3 resync to revision 3385 from 3347. 2017-11-04 11:30:30 +00:00
ui_playersettings.c Changed mail adress and years in comments 2015-11-13 22:41:34 +00:00
ui_preferences.c Changed mail adress and years in comments 2015-11-13 22:41:34 +00:00
ui_public.h Changed mail adress and years in comments 2015-11-13 22:41:34 +00:00
ui_qmenu.c ioquake3 resync to revision 3393 from 3385. 2017-12-03 10:09:52 +00:00
ui_rally_controls.c Commit for upcoming v0.0.0.4 release. 2016-05-18 14:22:47 +00:00
ui_rally_credits.c code typo cleared 2018-05-02 00:47:41 +00:00
ui_rally_favorites.c Changed mail adress and years in comments 2015-11-13 22:41:34 +00:00
ui_rally_gfxloading.c Changed mail adress and years in comments 2015-11-13 22:41:34 +00:00
ui_rally_options.c Changed mail adress and years in comments 2015-11-13 22:41:34 +00:00
ui_rally_servers.c Fix some issues with in the Q3Rally menu 2017-11-17 04:51:26 +00:00
ui_rally_startserver.c - changed the default Bots 2018-05-24 21:48:06 +00:00
ui_rally_tools.c Changed mail adress and years in comments 2015-11-13 22:41:34 +00:00
ui_rankings.c Changed mail adress and years in comments 2015-11-13 22:41:34 +00:00
ui_rankstatus.c Changed mail adress and years in comments 2015-11-13 22:41:34 +00:00
ui_removebots.c fixed "bug" where you can select opposite buttons for the same function like left and right arrow for turn left. now you can define only one button for the selected funktion. 2016-05-17 09:43:24 +00:00
ui_saveconfig.c Changed mail adress and years in comments 2015-11-13 22:41:34 +00:00
ui_serverinfo.c Changed mail adress and years in comments 2015-11-13 22:41:34 +00:00
ui_servers2.c Changed mail adress and years in comments 2015-11-13 22:41:34 +00:00
ui_setup.c Changed mail adress and years in comments 2015-11-13 22:41:34 +00:00
ui_signup.c Changed mail adress and years in comments 2015-11-13 22:41:34 +00:00
ui_sound.c Changed mail adress and years in comments 2015-11-13 22:41:34 +00:00
ui_sparena.c Changed mail adress and years in comments 2015-11-13 22:41:34 +00:00
ui_specifyleague.c Changed mail adress and years in comments 2015-11-13 22:41:34 +00:00
ui_specifyserver.c Fix some issues with in the Q3Rally menu 2017-11-17 04:51:26 +00:00
ui_splevel.c Changed mail adress and years in comments 2015-11-13 22:41:34 +00:00
ui_sppostgame.c Changed mail adress and years in comments 2015-11-13 22:41:34 +00:00
ui_spreset.c Changed mail adress and years in comments 2015-11-13 22:41:34 +00:00
ui_spskill.c Changed mail adress and years in comments 2015-11-13 22:41:34 +00:00
ui_startserver.c Changed mail adress and years in comments 2015-11-13 22:41:34 +00:00
ui_team.c Changed mail adress and years in comments 2015-11-13 22:41:34 +00:00
ui_teamorders.c Changed mail adress and years in comments 2015-11-13 22:41:34 +00:00
ui_video.c ioquake3 resync to revision 3511 from 3444. 2018-07-30 11:35:12 +00:00