Commit graph

  • c9c5d8710a Added .gitignore for rsa_tools directory. Ryan C. Gordon 2017-06-04 01:49:33 -04:00
  • 06cc3a4e1b build-rsa-tools.sh now works on Linux. Ryan C. Gordon 2017-06-04 01:44:39 -04:00
  • ced7437042 Updated autoupdater-readme.txt with manifest signing details. Ryan C. Gordon 2017-06-04 01:32:41 -04:00
  • e04bfd4967 Autoupdater now checks RSA digital signature for manifest. Ryan C. Gordon 2017-06-04 01:32:10 -04:00
  • f71260eb8c Replace sha256.c with libTomCrypt equivalent, since we'll be using it anyway. Ryan C. Gordon 2017-06-04 01:17:17 -04:00
  • 62f6f0c7e0 Wire up libTom stuff to build system. Ryan C. Gordon 2017-06-04 01:16:37 -04:00
  • 7542966e33 Verify libTom source archives aren't tampered with. Ryan C. Gordon 2017-06-04 01:15:38 -04:00
  • ece37f1390 Initial add of rsa_tools. Ryan C. Gordon 2017-06-03 20:26:07 -04:00
  • db1198f6ea Add mouse wheel support to UI list boxes Zack Middleton 2017-06-03 13:52:38 -05:00
  • 5592342b1b Only auto update empty Team Arena internet server cache Zack Middleton 2017-06-03 11:45:11 -05:00
  • 66fec1b059 Remove unneeded code from OpenGL2's RB_RenderDrawSurfList Zack Middleton 2017-06-02 22:58:22 -05:00
  • 1aa20487a4 autoupdater: Fixed up GCC/clang printf function attribute. Ryan C. Gordon 2017-06-03 12:02:29 -04:00
  • 87eecd7bc1 Merge pull request #290 from rcgordon/autoupdater Zachary J. Slater 2017-06-02 22:46:22 -10:00
  • c14cb70f15 Draw disconnect icon over lagometer in Team Arena too Zack Middleton 2017-06-02 21:55:40 -05:00
  • 082376ed9e Enable tourney scoreboard in Team Arena Zack Middleton 2017-06-02 21:52:05 -05:00
  • 1066214548 Fix "brought in 1 skulls" Harvester message Zack Middleton 2017-06-02 21:40:21 -05:00
  • 4006358492 Fix spawn/freed entity logic (specifically harvester skulls) Zack Middleton 2017-06-02 21:31:38 -05:00
  • 4227d97958 Make Team Arena win logic handle more game types/blue team Zack Middleton 2017-06-02 21:24:57 -05:00
  • 4506ebd5d7 Fix joining team when starting local team play server Zack Middleton 2017-06-02 21:07:25 -05:00
  • b33551dfa2 Fixed comment typo: s/until/under Ryan C. Gordon 2017-06-02 11:28:33 -04:00
  • 0eb497b01b Disable the autoupdater; enable only if intentional, like for official builds. Ryan C. Gordon 2017-06-02 02:29:09 -04:00
  • 063875e89a Fixed linking on things that need -ldl, and compiler warnings. Ryan C. Gordon 2017-06-02 01:39:03 -04:00
  • 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 -04:00
  • b5c54ec019 Use stdint.h on Visual C if >= Visual Studio 2010. Ryan C. Gordon 2017-06-02 01:31:45 -04:00
  • 82977da9c8 Working Windows port of the autoupdater! Ryan C. Gordon 2017-06-02 00:49:42 -04:00
  • bd067540f5 Fix hitch when opening Team Arena find friend menu Zack Middleton 2017-06-01 18:39:23 -05:00
  • 0a19ae0306 Fix levelshot displayed in Team Arena server browser Zack Middleton 2017-06-01 18:03:22 -05:00
  • 2091a2e2d5 Fix favorite servers player count message in Team Arena UI Zack Middleton 2017-06-01 16:31:17 -05:00
  • 6b5674e6bb Fix filtering favorite servers in Team Arena UI Zack Middleton 2017-06-01 15:54:41 -05:00
  • 0b853a659a Make Team Arena server list sub-sort clients by max clients Zack Middleton 2017-06-01 15:38:56 -05:00
  • 2bbe178bc8 Replace constant value with UIAS_GLOBAL1 Zack Middleton 2017-06-01 14:36:13 -05:00
  • e8f092637c Automatically get initial Internet servers in Team Arena UI Zack Middleton 2017-06-01 13:35:09 -05:00
  • f6f2710f94 Make server browser default to Internet Zack Middleton 2017-06-01 12:45:05 -05:00
  • 8cf088ae27 Fully initialize ManifestItems (rollback, etc, was uninitialized before!). Ryan C. Gordon 2017-06-01 17:17:25 -04:00
  • b6a83a1494 ioquake3 calls this arch "x86" and not "i386". Ryan C. Gordon 2017-06-01 13:00:37 -04:00
  • a69020b217 Fixed up some types in sha256.* Ryan C. Gordon 2017-05-31 03:39:45 -04:00
  • d0da0724e7 Move the autoupdater launcher into its own public domain source file. Ryan C. Gordon 2017-05-31 01:21:21 -04:00
  • cf5dd87f57 Fix tabs vs spaces. Ryan C. Gordon 2017-05-31 01:04:17 -04:00
  • 02b116aae0 Initial Windows autoupdater support: the ioq3 internal bits. Ryan C. Gordon 2017-05-31 01:02:26 -04:00
  • 67b0cccc75 Don't fclose(NULL) if a file doesn't exist. Ryan C. Gordon 2017-05-30 20:20:18 -04:00
  • f518f75149 Don't link directly to libcurl. Ryan C. Gordon 2017-05-30 20:15:59 -04:00
  • 973e0a7e9c Refresh master server address cache every 24 hours Zack Middleton 2017-05-30 17:57:49 -05:00
  • b892bcfdbc Cleanup in failures a little better. Ryan C. Gordon 2017-05-30 18:02:48 -04:00
  • 86e71b11eb Fixed failure to link libcurl on some platforms. Ryan C. Gordon 2017-05-30 17:39:13 -04:00
  • 69829916b5 Fixed -Wstrict-prototypes warning. Ryan C. Gordon 2017-05-30 17:37:53 -04:00
  • 8a50e2aa09 Don't repeat alt+enter key event Zack Middleton 2017-05-29 16:34:55 -05:00
  • 024a8842bd Fix compiling debug code for writing VoIP data Zack Middleton 2017-05-29 09:53:19 -05:00
  • bc2f45508d Fix dllHandle possibly being uninitialized in Sys_LoadDll Zack Middleton 2017-05-26 10:49:42 -05:00
  • 240965ddbc Removed extraneous '\' in Makefile in autoupdater source file list. Ryan C. Gordon 2017-05-25 22:02:33 -04:00
  • 8e001e6b99 autoupdater should build with $(CC), not $(TOOLS_CC), in Makefile. Ryan C. Gordon 2017-05-25 22:01:47 -04:00
  • 4729c683fd Initial shot at writing an ioquake3 autoupdater. Ryan C. Gordon 2017-05-25 14:13:18 -04:00
  • c259e7cba3 Fix comment Eugene C 2017-03-15 14:00:13 +02:00
  • 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 +02:00
  • abce15055c Fix compiling Mac OS 10.5 Universal App Bundle Zack Middleton 2017-05-24 14:09:48 -05:00
  • 3b0a862290 Merge pull request #256 from WolfWings/patch-4 Zack Middleton 2017-05-24 13:44:35 -05:00
  • 80c3e503d9 Merge pull request #254 from WolfWings/patch-1 Zack Middleton 2017-05-24 13:44:20 -05:00
  • 2c225a5a2b Merge pull request #199 from UniQP/typos Zack Middleton 2017-05-24 13:41:15 -05:00
  • 66365a3a85 Merge pull request #198 from UniQP/deadvariable Zack Middleton 2017-05-24 13:40:53 -05:00
  • eecc8326a0 Save connect and playdemo argument before calling CL_Disconnect() Zack Middleton 2017-05-24 12:30:25 -05:00
  • 351e8f84d2 Merge pull request #270 from mickael9/unused-warning Zack Middleton 2017-05-24 12:26:55 -05:00
  • 70af7e673f Check for truncated paths in Sys_LoadDll Zack Middleton 2017-05-24 09:51:48 -05:00
  • 05858d30e8 Don't load libraries with non-standard file extensions Zack Middleton 2017-05-24 09:17:39 -05:00
  • fbada2caf6 Fix compiling when KEY_WOW64_32KEY is missing from system headers Zack Middleton 2017-05-24 08:44:21 -05:00
  • f4739e9c4d Rename (already updated) opusfile-0.5 to opusfile-0.8 Zack Middleton 2017-05-23 11:35:07 -05:00
  • 7139094355 Update opusfile from 0.5 to 0.8 Zack Middleton 2017-05-23 11:03:07 -05:00
  • ef8ad54421 Rename (already updated) opus-1.1 to opus-1.1.4 Zack Middleton 2017-05-23 10:53:22 -05:00
  • 853110d5d4 Update opus from 1.1 to 1.1.4 Zack Middleton 2017-05-23 10:48:01 -05:00
  • 67bfe8f8d6 Rename (already updated) libvorbis-1.3.4 to libvorbis-1.3.5 Zack Middleton 2017-05-23 10:12:51 -05:00
  • bba263d634 Update libvorbis from 1.3.4 to 1.3.5 Zack Middleton 2017-05-23 10:11:30 -05:00
  • d87bd792c3 Rename (already updated) libogg-1.3.1 to libogg-1.3.2 Zack Middleton 2017-05-23 09:59:24 -05:00
  • 04fc72899a Update libogg from 1.3.1 to 1.3.2 Zack Middleton 2017-05-23 09:57:22 -05:00
  • e3ec11d42a Remove unused libspeex Zack Middleton 2017-05-23 09:06:30 -05:00
  • 148d54bf54 Remove libspeex from README Zack Middleton 2017-05-23 09:05:38 -05:00
  • c65d2c2657 Add vao cache for static surfaces. SmileTheory 2017-04-28 02:13:25 -07:00
  • 127464ed19 Delete NotToDo Zachary J. Slater 2017-04-19 16:28:55 -10:00
  • ca7e12cfe2 Delete BUGS Zachary J. Slater 2017-04-19 16:24:02 -10:00
  • 729766150f Don't start a vote after vote passed for map change Zack Middleton 2017-04-12 17:14:55 -05:00
  • 300f06ce8d Merge pull request #288 from maxcrofts/list-pk3dir-mods Tim Angus 2017-04-12 10:14:26 +01:00
  • af69d1148f Improve FS_GetModList Max Crofts 2017-04-12 17:49:50 +10:00
  • 7ea46532d5 Merge pull request #286 from maxcrofts/install-path Tim Angus 2017-04-07 10:59:42 +01:00
  • 7ff610db35 Detect GOG install path Max Crofts 2017-04-07 15:18:42 +10:00
  • f5143405f1 Add missing RegCloseKey to Sys_SteamPath Max Crofts 2017-04-07 15:18:28 +10:00
  • d7a99d5d44 Merge pull request #282 from h3xx/fix-git-dependency Tim Angus 2017-03-30 22:22:39 +01:00
  • 537d28556f
    Fix build when cloned as submodule Dan Church 2017-03-30 16:04:53 -05:00
  • 7ca43cb0be Merge pull request #279 from lonkamikaze/freebsd-build Zack Middleton 2017-03-28 06:17:33 -05:00
  • a47ac2a451 Use -On level from CFLAGS on FreeBSD Dominic Fandrey 2017-03-27 23:21:48 +02:00
  • 7a237c8020 Do not pull CFLAGS into BASE_CFLAGS on FreeBSD Dominic Fandrey 2017-03-27 23:20:52 +02:00
  • de3339ebcd Fill in filename in Com_WriteConfig_f() before checking extension. SmileTheory 2017-03-27 04:11:33 -07:00
  • 25cc2edc69 Merge pull request #277 from em92/master Tim Angus 2017-03-23 15:49:45 +00:00
  • 864f66a1c0 Makefile: using generic windres if specific one is not present in mingw platform Eugene Molotov 2017-03-23 20:34:27 +05:00
  • d4e1a01f33 Remove FS_Read2(). SmileTheory 2017-03-17 04:21:11 -07:00
  • b173ac0599 Merge some file writing extension checks from OpenJK. SmileTheory 2017-03-13 20:44:47 -07:00
  • f61fe5f6a0 Don't open .pk3 files as OpenAL drivers. SmileTheory 2017-03-13 20:28:37 -07:00
  • 376267d534 Don't load .pk3s as .dlls, and don't load user config files from .pk3s. SmileTheory 2017-03-13 14:14:00 -07:00
  • 40ec42a425 Don't include (mission)pak_checksums in standalone build Mickaël Thomas 2017-03-12 22:55:49 +01:00
  • cd41690fc3 Fix swapping AAS bboxes Zack Middleton 2017-02-27 18:18:15 -06:00
  • 313064baa4 Fix command line variables not being set correctly Zack Middleton 2017-02-22 14:40:40 -06:00
  • da747fc291 Fix source filename/includepath length in l_precomp.c Zack Middleton 2017-02-19 08:59:14 -06:00
  • 411d20bec6 ...too much MISSIONPACK ifdeffery. Wolf 2017-02-02 10:28:46 -06:00
  • 0c3879f192 Redundant #ifndef MISSIONPACK block Wolf 2017-02-01 12:33:55 -06:00