Commit Graph

  • 29a506cc9e
    Merge f51454127f into bbfd0dd909 Brad D 2024-09-07 10:15:03 -0500
  • f51454127f Enhancement: Unix portability improvements Brad D 2024-09-07 09:19:49 -0500
  • 9f473ad8db
    Merge branch 'blendogames:master' into patch/add-plaintext-manual James Addison 2024-03-27 18:17:48 +0000
  • 96e500a060
    Merge branch 'blendogames:master' into patch/linux-arm James Addison 2024-03-27 18:17:31 +0000
  • ccc3a1d10a
    Merge branch 'blendogames:master' into patch/dhewm3-typo-fixups James Addison 2024-03-27 18:17:03 +0000
  • eaf511ce79
    Merge branch 'blendogames:master' into patch/openal-include-path James Addison 2024-03-27 18:16:46 +0000
  • 388960c842
    Merge branch 'blendogames:master' into nitpick/cmake-include-directories James Addison 2024-03-27 18:16:26 +0000
  • 6fa4e7ccc0
    Merge branch 'blendogames:master' into fixup/format-string-security-compilation James Addison 2024-03-27 18:15:15 +0000
  • 82e2974536 Remove the part about the springy-back spot button James Addison 2024-03-16 23:46:14 +0000
  • 659ea4f3d7 Remove awkward-looking hyphen that appears next to a word-wrap on an 80-column display James Addison 2024-03-16 23:44:55 +0000
  • 5d0ef86815 Remove unintentional double-hyphenation from term 'doppler-shift' James Addison 2024-03-16 23:43:19 +0000
  • bbfd0dd909
    Merge pull request #6 from jayaddison/fixup/missing-return-statement master blendogames 2023-07-29 12:14:56 -0700
  • 216ea8b804
    Merge pull request #3 from dodomorandi/bugfixing blendogames 2023-07-29 12:14:34 -0700
  • 77f92e7f5b Plaintext manual page: adjust NAME section to fit 'lexgrog' parser expectations James Addison 2023-02-08 16:37:18 +0000
  • f230ca0121 Plaintext manual page: update NAME section James Addison 2023-02-08 16:14:02 +0000
  • 43c110feec Fixup: rename manual page source file James Addison 2023-02-08 15:16:11 +0000
  • 8a1eded8ce Fixup: binary name in manual page James Addison 2023-02-08 14:38:15 +0000
  • 017256570e Correction: manual page intro: the team begins ahead of the train, and then it overtakes alongside them James Addison 2023-02-08 14:09:31 +0000
  • d469da7961 Add plaintext manual intended for inclusion with POSIX-system distributions of the game James Addison 2023-02-08 13:03:38 +0000
  • 5817ce4119 Fixup: typo: 'hiehgt' -> 'height' in a few places around the codebase James Addison 2023-01-11 16:16:34 +0000
  • c926c897a9 qc: define BUILD_STRING for Linux ARM64 support James Addison 2023-01-27 14:12:08 +0000
  • b81165d0dd dante: define BUILD_STRING for Linux ARM support. Oliver McFadden 2012-08-17 08:26:13 +0300
  • 04b492a3ec x64: sys/sys_public.h: CPU_EASYARGS Oliver McFadden 2012-04-15 14:10:43 +0300
  • 16281dfbff Fixing some spelling errors: s/unkown/unknown, s/seperate/separate. (#107) Tobias Frost 2015-02-25 22:01:00 +0100
  • 35d6c30152 s/referneces/references Tobias Frost 2020-10-05 18:11:58 +0200
  • 1d93d4e0b1 Some spelling error fixes found during Debian build Tobias Frost 2017-11-28 19:55:43 +0100
  • 925330eb1e Patch: use system-provided OpenAL headers James Addison 2023-01-20 15:41:48 +0000
  • e9e36a29b9 Remove OpenAL header files from source tree James Addison 2023-01-20 14:50:40 +0000
  • 7f70d07288 Nitpick: prefer relative include paths in glimp_dlopen.cpp.m4 over adding the base directory to the include path James Addison 2023-01-19 18:53:37 +0000
  • 99a1629a00 Cleanup: remove redundant 'va' function call James Addison 2023-01-11 14:31:55 +0000
  • 89fb8bb110 Add explicit format-string patterns related to FPU state printouts James Addison 2023-01-11 14:08:30 +0000
  • 9b5630d956 Fix -Wformat-security warnings - thanks James Addison! Daniel Gibson 2022-12-29 05:38:13 +0100
  • 989ecd9999 Ignored format-string warning section: add explanatory comment James Addison 2022-12-23 14:26:21 +0000
  • 05c139e15f Consistency: remove GCC-conditional checks around GCC-specific #pragma directives James Addison 2022-12-23 14:24:02 +0000
  • 2a1beb96ad Consistency: apply code fixes from 'd3xp' directory to 'game' directory James Addison 2022-12-23 11:19:06 +0000
  • 63745655a1 Fixup: add missing 'return' statement to idAudioHardwareLinux::GetNumberOfSpeakers function definition James Addison 2022-12-23 11:00:04 +0000
  • 6f3cd0a1e9 Type handling: ensure that when format-string patterns are provided, arguments previously provided of type 'idStr' are converted to cstr (const char *) James Addison 2022-12-20 21:32:54 +0000
  • 260306bf50 Preprocessor macros: when checking for GCC version, also (beforehand) check that a __GNUC__ definition exists James Addison 2022-12-20 20:40:57 +0000
  • 4322c28512 Remove format-string argument from 'AddChatLine' function calls, and remove 'id_attribute' from 'AddChatLine' function definition James Addison 2022-12-20 20:32:33 +0000
  • 1c026c74a3 d3xp/MultiplayerGame.cpp: Remove incorrect usage of 'va' function call within a printf-like function James Addison 2022-12-20 20:01:04 +0000
  • 62c16b73d8 framework/DeclManager.cpp: Remove incorrect usage of 'va' function call within a printf-like function James Addison 2022-12-20 20:00:30 +0000
  • 0255504cfd Nitpick: remove trailing whitespace after AddChatLine invocation in d3xp/MultiplayerGame.cpp James Addison 2022-12-20 18:41:20 +0000
  • 5b686789a7 Clarity: make operator precedence explicit in GCC preprocessor conditional James Addison 2022-12-20 18:02:48 +0000
  • 20f9f14150 Fixup: include conditional statement around verbose debug output that previously used MA_VERBOSE macro James Addison 2022-12-20 17:49:03 +0000
  • c4402dc459 Add GCC format-security diagnostic filter around FS_WriteFloatString implementation in framework/File.cpp James Addison 2022-12-20 16:29:47 +0000
  • ba12c6ff69 Revert changes made to sprintf calls within framework/File.cpp James Addison 2022-12-20 15:42:25 +0000
  • bfe3d00409 In cases where a printf-like function is called with a sub-call to 'va' as the only argument, insert a format pattern as the first argument James Addison 2022-12-20 10:34:15 +0000
  • 8a0f7bb336 Partial revert: in cases where a printf-like function is invoked with multiple arguments (or the result of a 'va' function call as an argument), undo the introduction of an explicit '%s' format string argument James Addison 2022-12-20 00:59:58 +0000
  • 354ae1db9c Bump CMake minimum version and require C++11 Edoardo Morandi 2022-12-19 18:17:54 +0100
  • 5b6215d7e6 Cleanup: remove unnecessary usage of 'va' function call James Addison 2022-12-19 14:00:53 +0000
  • b3d3f421d0 Fixup: restore a trailing newline from a printf call within idAsyncServer::RunFrame (it was removed unintentionally as part of commit cd02096977) James Addison 2022-12-19 13:59:26 +0000
  • cd02096977 Update more locations that did not use explicit format patterns James Addison 2022-12-19 11:40:09 +0000
  • 640a4a4fb9 Remove use (and definition) of MA_VERBOSE macro from Model_ma.cpp James Addison 2022-12-19 10:58:12 +0000
  • bcb493732a Revert "Remove id_attribute entries from framework/Common.h" James Addison 2022-12-19 10:49:14 +0000
  • 2489c8a5e8 Update sources to compile successfully with -Wformat-security compilation flag enabled James Addison 2022-12-17 23:23:01 +0000
  • 86872eedc2 Remove id_attribute entries from framework/Common.h James Addison 2022-12-17 23:21:25 +0000
  • e9ad2007df
    Update readme.md blendogames 2021-11-28 10:59:35 -0800
  • 73646609b6
    Update readme.md blendogames 2021-11-23 10:14:33 -0800
  • 6612ae497e Fix a bunch of bugs Edoardo Morandi 2020-10-30 21:57:25 +0100
  • 2bf1328aa4 Add flibitBuild documentation reference James Addison 2020-10-25 22:21:20 +0000
  • 5e3ab50524 Revert "Remove usage of BUILD_INTERFACE variable from CMakeLists.txt" James Addison 2020-10-25 21:45:59 +0000
  • 7d89e39a53 Add build-essential to dependencies James Addison 2020-10-25 00:55:19 +0100
  • a9ebf708a8 Add build instructions for Debian Linux James Addison 2020-10-25 00:47:06 +0100
  • ea7714c312 Remove usage of BUILD_INTERFACE variable from CMakeLists.txt James Addison 2020-10-25 00:46:39 +0100
  • a0d5a4dc1c Update .gitignore James Addison 2020-10-25 00:44:20 +0100
  • d4fc21e641
    Merge pull request #1 from flibitijibibo/master blendogames 2020-10-22 10:44:49 -0700
  • 69420a703a Port Linux/macOS to 64-bit, using new CMake build system. Ethan Lee 2020-10-22 13:12:18 -0400
  • 160fa4dbb6 Extra debug for the file writing. brendon 2020-06-15 08:47:58 -0700
  • 97c278b229 Added missing files. brendon 2020-06-12 17:46:22 -0700
  • 47a1010d23 Initial commit brendon 2020-06-12 14:06:25 -0700