Commit Graph

  • 23a331c9f8 Make 'addbot random' command select a random bot info Zack Middleton 2017-06-29 15:33:01 -0500
  • 007e250e11 Split G_AddRandomBot into multiple functions Zack Middleton 2017-06-29 15:30:16 -0500
  • ccfc9011e2 travis-ci: Upgrade to docker build system Zack Middleton 2017-06-24 20:51:07 -0500
  • 2e5c4bd96a travis-ci: Don't run coverity_scan on master branch Zack Middleton 2017-06-24 20:48:06 -0500
  • 03336dd0bf Allow spectators to use noclip cheat Zack Middleton 2017-06-24 20:04:27 -0500
  • 7b9ccd1463 Have spectator always be in first person Zack Middleton 2017-06-24 20:02:44 -0500
  • c2ca5e7856 Check for unlimited time power up using INT_MAX Zack Middleton 2017-06-24 19:53:37 -0500
  • 520b100449 Make cg_teamChatsOnly only affect team gametypes Zack Middleton 2017-06-24 19:47:35 -0500
  • f19efb77c8 Fix Team Arena team base models not dropping to floor Zack Middleton 2017-06-24 19:31:23 -0500
  • f7c3276fe8 Fix g_teamAutoJoin and g_teamForceBalance Zack Middleton 2017-06-22 21:56:00 -0500
  • e03cdf444c OpenGL2: Remove SF_VAO_MESH. SmileTheory 2017-06-16 16:52:53 -0700
  • fd3b58b967 Merge pull request #293 from rcgordon/autoupdater-rsa-signature Zachary J. Slater 2017-06-10 21:00:51 -1000
  • e9436abff0 Only allow connectionless print/echo from server/rcon address Zack Middleton 2017-06-10 19:06:04 -0500
  • dfce71929a Add con_autochat and con_autoclear cvars Zack Middleton 2017-06-07 22:09:51 -0500
  • c12b81a273 Fix strncpy usage in botlib Zack Middleton 2017-06-07 21:44:59 -0500
  • 8956ab41dd Fix notarget cheat Tobias Kuehnhammer 2017-06-07 21:19:42 -0500
  • c99281a0da Make bots stop attacking player after disconnect Zack Middleton 2017-06-07 21:11:50 -0500
  • 9aae0948ab Remove unused define MAX_COMMANDARGUMENTS from be_ea.c Zack Middleton 2017-06-07 21:11:38 -0500
  • 74a59f17c7 Don't copy p->org to itself in cg_particles.c Zack Middleton 2017-06-07 21:07:34 -0500
  • 8a6c9d1038 Remove unneeded 'angles' variables/clearing in ai_dmq3.c Zack Middleton 2017-06-07 20:55:15 -0500
  • 730b917059 Fix comment in BotAIPredictObstacles Zack Middleton 2017-06-07 20:53:35 -0500
  • a738cb9592 Fix overdraw in CG_DrawRect Zack Middleton 2017-06-07 20:40:14 -0500
  • 1a8bf792e7 Range check client number for trap_BotUserCommand Zack Middleton 2017-06-07 20:38:12 -0500
  • 5b9302a7ef Don't start game entity loops at index 1 Zack Middleton 2017-06-07 20:32:57 -0500
  • 71512bb1fd Show client's name in callvote clientkick vote display message Zack Middleton 2017-06-07 20:15:51 -0500
  • eeb28dc1d0 Fix score info being dropped by server Zack Middleton 2017-06-07 19:55:34 -0500
  • 91acf8a681 Don't build score info for bots, they don't parse it Zack Middleton 2017-06-07 19:54:34 -0500
  • b511b8f2f6 Fix Coverity warning that endVelocity is uninitialized Zack Middleton 2017-06-07 19:51:32 -0500
  • c96acec428 Fix (unused) check for map restart in CG_TransitionSnapshot Zack Middleton 2017-06-07 19:42:17 -0500
  • 1456008d96 Fix comment for CG_SetInitialSnapshot Zack Middleton 2017-06-07 19:41:46 -0500
  • 1048073e26 Unify checks for missing COM_Parse() token Zack Middleton 2017-06-07 19:16:05 -0500
  • d58234a6c7 Fix 'missing token' in parsers for animations.cfg Zack Middleton 2017-06-07 19:04:32 -0500
  • 6e340f9a5b Don't use uninitialized ps from BotAI_GetClientState Zack Middleton 2017-06-07 19:02:01 -0500
  • 74aa4268b2 Stop caching sv_maxclients in bot code Zack Middleton 2017-06-07 19:00:28 -0500
  • d1631d6ea3 Use const char pointers when possible in botlib's libvar code Zack Middleton 2017-06-07 18:54:49 -0500
  • 76e6b3c534 Removed unnecessary trailing backslash. Ryan C. Gordon 2017-06-04 16:43:50 -0400
  • b771192d52 Use "x86_64" and not "x86-64" like everything else in ioq3. Ryan C. Gordon 2017-06-04 02:46:49 -0400
  • 749e17ab1d Add a log message if manifest is valid. Ryan C. Gordon 2017-06-04 02:23:49 -0400
  • a761684a23 Windows support for autoupdater manifest signatures. Ryan C. Gordon 2017-06-04 02:21:55 -0400
  • c9c5d8710a Added .gitignore for rsa_tools directory. Ryan C. Gordon 2017-06-04 01:49:33 -0400
  • 06cc3a4e1b build-rsa-tools.sh now works on Linux. Ryan C. Gordon 2017-06-04 01:44:39 -0400
  • ced7437042 Updated autoupdater-readme.txt with manifest signing details. Ryan C. Gordon 2017-06-04 01:32:41 -0400
  • e04bfd4967 Autoupdater now checks RSA digital signature for manifest. Ryan C. Gordon 2017-06-04 01:32:10 -0400
  • f71260eb8c Replace sha256.c with libTomCrypt equivalent, since we'll be using it anyway. Ryan C. Gordon 2017-06-04 01:17:17 -0400
  • 62f6f0c7e0 Wire up libTom stuff to build system. Ryan C. Gordon 2017-06-04 01:16:37 -0400
  • 7542966e33 Verify libTom source archives aren't tampered with. Ryan C. Gordon 2017-06-04 01:15:38 -0400
  • ece37f1390 Initial add of rsa_tools. Ryan C. Gordon 2017-06-03 20:26:07 -0400
  • db1198f6ea Add mouse wheel support to UI list boxes Zack Middleton 2017-06-03 13:52:38 -0500
  • 5592342b1b Only auto update empty Team Arena internet server cache Zack Middleton 2017-06-03 11:45:11 -0500
  • 66fec1b059 Remove unneeded code from OpenGL2's RB_RenderDrawSurfList Zack Middleton 2017-06-02 22:58:22 -0500
  • 1aa20487a4 autoupdater: Fixed up GCC/clang printf function attribute. Ryan C. Gordon 2017-06-03 12:02:29 -0400
  • 87eecd7bc1 Merge pull request #290 from rcgordon/autoupdater Zachary J. Slater 2017-06-02 22:46:22 -1000
  • c14cb70f15 Draw disconnect icon over lagometer in Team Arena too Zack Middleton 2017-06-02 21:55:40 -0500
  • 082376ed9e Enable tourney scoreboard in Team Arena Zack Middleton 2017-06-02 21:52:05 -0500
  • 1066214548 Fix "brought in 1 skulls" Harvester message Zack Middleton 2017-06-02 21:40:21 -0500
  • 4006358492 Fix spawn/freed entity logic (specifically harvester skulls) Zack Middleton 2017-06-02 21:31:38 -0500
  • 4227d97958 Make Team Arena win logic handle more game types/blue team Zack Middleton 2017-06-02 21:24:57 -0500
  • 4506ebd5d7 Fix joining team when starting local team play server Zack Middleton 2017-06-02 21:07:25 -0500
  • b33551dfa2 Fixed comment typo: s/until/under Ryan C. Gordon 2017-06-02 11:28:33 -0400
  • 0eb497b01b Disable the autoupdater; enable only if intentional, like for official builds. Ryan C. Gordon 2017-06-02 02:29:09 -0400
  • 063875e89a Fixed linking on things that need -ldl, and compiler warnings. Ryan C. Gordon 2017-06-02 01:39:03 -0400
  • cd4aa2d9a9 Don't fail if the game process went away before we were ready to wait for it. Ryan C. Gordon 2017-06-02 01:32:33 -0400
  • b5c54ec019 Use stdint.h on Visual C if >= Visual Studio 2010. Ryan C. Gordon 2017-06-02 01:31:45 -0400
  • 82977da9c8 Working Windows port of the autoupdater! Ryan C. Gordon 2017-06-02 00:49:42 -0400
  • bd067540f5 Fix hitch when opening Team Arena find friend menu Zack Middleton 2017-06-01 18:39:23 -0500
  • 0a19ae0306 Fix levelshot displayed in Team Arena server browser Zack Middleton 2017-06-01 18:03:22 -0500
  • 2091a2e2d5 Fix favorite servers player count message in Team Arena UI Zack Middleton 2017-06-01 16:31:17 -0500
  • 6b5674e6bb Fix filtering favorite servers in Team Arena UI Zack Middleton 2017-06-01 15:54:41 -0500
  • 0b853a659a Make Team Arena server list sub-sort clients by max clients Zack Middleton 2017-06-01 15:38:56 -0500
  • 2bbe178bc8 Replace constant value with UIAS_GLOBAL1 Zack Middleton 2017-06-01 14:36:13 -0500
  • e8f092637c Automatically get initial Internet servers in Team Arena UI Zack Middleton 2017-06-01 13:35:09 -0500
  • f6f2710f94 Make server browser default to Internet Zack Middleton 2017-06-01 12:45:05 -0500
  • 8cf088ae27 Fully initialize ManifestItems (rollback, etc, was uninitialized before!). Ryan C. Gordon 2017-06-01 17:17:25 -0400
  • b6a83a1494 ioquake3 calls this arch "x86" and not "i386". Ryan C. Gordon 2017-06-01 13:00:37 -0400
  • a69020b217 Fixed up some types in sha256.* Ryan C. Gordon 2017-05-31 03:39:45 -0400
  • d0da0724e7 Move the autoupdater launcher into its own public domain source file. Ryan C. Gordon 2017-05-31 01:21:21 -0400
  • cf5dd87f57 Fix tabs vs spaces. Ryan C. Gordon 2017-05-31 01:04:17 -0400
  • 02b116aae0 Initial Windows autoupdater support: the ioq3 internal bits. Ryan C. Gordon 2017-05-31 01:02:26 -0400
  • 67b0cccc75 Don't fclose(NULL) if a file doesn't exist. Ryan C. Gordon 2017-05-30 20:20:18 -0400
  • f518f75149 Don't link directly to libcurl. Ryan C. Gordon 2017-05-30 20:15:59 -0400
  • 973e0a7e9c Refresh master server address cache every 24 hours Zack Middleton 2017-05-30 17:57:49 -0500
  • b892bcfdbc Cleanup in failures a little better. Ryan C. Gordon 2017-05-30 18:02:48 -0400
  • 86e71b11eb Fixed failure to link libcurl on some platforms. Ryan C. Gordon 2017-05-30 17:39:13 -0400
  • 69829916b5 Fixed -Wstrict-prototypes warning. Ryan C. Gordon 2017-05-30 17:37:53 -0400
  • 8a50e2aa09 Don't repeat alt+enter key event Zack Middleton 2017-05-29 16:34:55 -0500
  • 024a8842bd Fix compiling debug code for writing VoIP data Zack Middleton 2017-05-29 09:53:19 -0500
  • bc2f45508d Fix dllHandle possibly being uninitialized in Sys_LoadDll Zack Middleton 2017-05-26 10:49:42 -0500
  • 240965ddbc Removed extraneous '\' in Makefile in autoupdater source file list. Ryan C. Gordon 2017-05-25 22:02:33 -0400
  • 8e001e6b99 autoupdater should build with $(CC), not $(TOOLS_CC), in Makefile. Ryan C. Gordon 2017-05-25 22:01:47 -0400
  • 4729c683fd Initial shot at writing an ioquake3 autoupdater. Ryan C. Gordon 2017-05-25 14:13:18 -0400
  • c259e7cba3 Fix comment Eugene C 2017-03-15 14:00:13 +0200
  • 566fb0edfc Allow unaligned load/store in QVM interpreter/x86 compiler constructions like (dataMask & ~3) was used to protect against out-of-bound load/store when address is 4-byte closer to dataMask but at the same time it effectively cut low address bits for ALL load/store operations which is totally wrong in terms of conformance to ALLOWED (i.e. generated by q3lcc from C sources) low-level operations like packed binary data parsing ec- 2017-03-15 11:42:58 +0200
  • abce15055c Fix compiling Mac OS 10.5 Universal App Bundle Zack Middleton 2017-05-24 14:09:48 -0500
  • 3b0a862290 Merge pull request #256 from WolfWings/patch-4 Zack Middleton 2017-05-24 13:44:35 -0500
  • 80c3e503d9 Merge pull request #254 from WolfWings/patch-1 Zack Middleton 2017-05-24 13:44:20 -0500
  • 2c225a5a2b Merge pull request #199 from UniQP/typos Zack Middleton 2017-05-24 13:41:15 -0500
  • 66365a3a85 Merge pull request #198 from UniQP/deadvariable Zack Middleton 2017-05-24 13:40:53 -0500
  • eecc8326a0 Save connect and playdemo argument before calling CL_Disconnect() Zack Middleton 2017-05-24 12:30:25 -0500
  • 351e8f84d2 Merge pull request #270 from mickael9/unused-warning Zack Middleton 2017-05-24 12:26:55 -0500
  • 70af7e673f Check for truncated paths in Sys_LoadDll Zack Middleton 2017-05-24 09:51:48 -0500