summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-07OpenGL2: automatically load textures with a _s suffix as specular.SmileTheory
2016-04-07Replace 4 with sizeof( int ) in R_GetCommandBufferReservedZack Middleton
2016-04-07Fix reserved size for swap buffer command being too small on x86_64Zack Middleton
2016-04-07Fix crash from reading past end of tr.refdef.drawSurfsZack Middleton
The number of draw surfaces was range checked against number of surfaces for the current view but needs to check total for the frame otherwise can read past the end of the tr.refdef.drawSurfs array when there are multiple views.
2016-04-07Fix not swapping buffers because out of cmd buffer spaceZack Middleton
Reserve space for end of list and swap buffer commands. These are absolutely required and cannot be dropped. Dropping swap buffer command causes screen to not update and possible crash from drawsurf buffer overflow if not enough cmd buffer space for many continous frames.
2016-04-07Add support for uncompressed image upload flag to OpenGL1Zack Middleton
2016-04-07Maybe fix old MSYS when there is an empty for loopZack Middleton
Based on ioquake3 svn r1485.
2016-04-07Remove unused define MAC_EVENT_PUMP_MSECZack Middleton
2016-04-07Fix check for empty rconpassword in CL_Rcon_fTim Angus
2016-04-07Now with less infinite recursionTim Angus
2016-04-07Effectively revert c2e146c1Tim Angus
2016-04-07Search for mods in steam path as well as home and base paths.SmileTheory
2016-04-07Don't quote me.Zachary J. Slater
2016-04-07Fixed the os x path and now both scripts will take argumentsZachary J. Slater
2016-04-07A mac dedicated server scriptZachary J. Slater
2016-04-07Early out of Cmd_CompleteArgument and Cmd_SetCommandCompletionFuncZack Middleton
Reported by Ensiform.
2016-04-07Use correct array size for facets in cm_patch.cZack Middleton
2016-04-07Make add bots menu use standard menu drawingZack Middleton
Made add bots menu draw banner and background like remove bots menu.
2016-04-07Fix glyph width calculation in Text_Paint_LimitZack Middleton
Text_Width's scale argument will be multiplied by glyphScale, so don't pass useScale that is already multiplied by glyphScale as this makes the scale too big.
2016-04-07Fix the wonky fix to the wonky va_list usageTim Angus
2016-04-07Fix wonky va_list usageTim Angus
2016-04-07Ensure reads from /dev/urandom are unbufferedDion Williams
Upstream: JACoders/OpenJK@de6a9dfd40065ae9a5a2b0b3ef701feee8dac867
2016-04-07Fix Cvar_Unset not notifying cvar_modifiedFlagsDion Williams
Upstream: JACoders/OpenJK@9a5e9e87ff2d1302261978fa3f1adafb851bd6d6
2016-04-07Better language, less tenseZachary J. Slater
2016-04-07more helpful error messageZachary J. Slater
Can’t find your pak0.pk3? Here’s where we tried looking.
2016-04-07Remove unused define CG_FONT_THRESHOLDZack Middleton
2016-04-07Update headers in VS (10 and 11) projectsZack Middleton
So VS doesn't always want to rebuild. Reported by @shearer12345.
2016-04-07Make msvc10/11 x86_64 copy SDL264.dllZack Middleton
2016-04-07add post-build event for msvc10/11 to copy SDL2.dll to build foldershearer12345
2016-04-07Update msvc10/11 for SDL2shearer12345
update AdditionalIncludeDirectories to use SDL2 update AdditionalDependencies to use SDL2 add AdditionalLibraryDirectory to SDL2 libs set sub-system as console
2016-04-07Make msvc10/11 use UseOfMfc false and CharacterSet "NotSet"shearer12345
2016-04-07Copy msvc11 build changes to msvc10Zack Middleton
2016-04-07Fix mscv11 libcurl include pathZack Middleton
2016-04-07Fix msvc11 x86_64 runtimeZack Middleton
2016-04-07Update msvc10 renderer filenames (copied from msvc11)Zack Middleton
2016-04-07Ignore MSVC non-project filesZack Middleton
Ignore auto generated or user configuration for MSVC projects. Note: .user is ignored in Xcode section but applies to MSVC too. Patch by @shearer12345.
2016-04-07Remove MSVC user configuation filesZack Middleton
2016-04-07Fix (unused) watertype checks in PM_WaterMoveTobias Kuehnhammer
2016-04-07Fix va_list warningPan7
2016-04-07Add missing qcurl handle cleanupPan7
2016-04-07Return the result from qcurl_easy_setopt_warnTim Angus
2016-04-07qcurl_multi_cleanup checkPan7
2016-04-07qcurl_easy_setopt dev warningPan7
2016-04-07qcurl_multi_strerror not curl_multi_strerrorPan7
2016-04-07qcurl_multi_remove_handle checkPan7
2016-04-07Fix 'Invalid architecture' message in make-macosx-app.shZack Middleton
2016-04-07SDL_GL_SetSwapInterval() checkPan7
2016-04-07SDL_GetWindowDisplayIndex() check2Pan7
2016-04-07Added SDL_GetError()Pan7
2016-04-07Added SDL_GetError()Pan7