Skip to content
代码片段 群组 项目
  1. 5月 24, 2018
    • IanKirwan's avatar
      Down sample depth map if buf > window (#31) · 717be0d5
      IanKirwan 创作于
      * Add files via upload
      
      Mods to allow toggling notifications and enable/disable invocation of VAutodrive in case user wants to use other software to drive while capturing data e.g. DeepGTAV
      
      * Revert "Add files via upload"
      
      This reverts commit 6e580364e4adce7c9d2deda0244fc5704698c264.
      
      * Conditionally resample depth to fit GTAV window
      
      Resamples (down samples) the depth and stencil maps to the same size as the GTAV window image capture if the depth map has larger dimensions than the GTAV window resolution.
      
      * Moved scaled x and y declarations/definitions outside of sample loops.
      
      Moved scaled x and y declarations/definitions outside of sample loops to improve code efficiency.
      
      * Moved scaled values back into context.
      
      scaledX and Y needed to have for loop context.
      
      * Revert "Add files via upload"
      
      This reverts commit 6e580364e4adce7c9d2deda0244fc5704698c264.
      
      * Z key toggles notifications
      
      Mod to toggle notifications using the Z key. Gets rid of notifications during capture.
      
      * Added call to get screen size
      
      Added call to get screen size
      717be0d5
  2. 1月 25, 2018
    • Matěj Račinský's avatar
      Inifile and fixes (#21) · d6f8be98
      Matěj Račinský 创作于
      * Bugfixes, typos fixes and coding style.
      Added column "created" to each table in PostgreSQL, which defaults to now(), so does not BC break.
      
      * Added reading configuration from file and added logging to file.
      d6f8be98
  3. 12月 01, 2017
  4. 11月 04, 2017
  5. 8月 21, 2017
  6. 8月 03, 2017
  7. 3月 28, 2017
加载中