Skip to content
Snippets Groups Projects
  1. Nov 12, 2024
    • cleemy desu wayo's avatar
      Fix bug: fix the error when VRChat log file does not exist · 6b076a73
      cleemy desu wayo authored
      If Outvoke was started with no VRChat log file present and then
      VRChat was started with Outvoke still running, Outvoke could
      terminate with an error.
      
      This has been fixed.
      
      how to repro:
      
      ---------------
      1. While VRChat is not running, delete all VRChat log files
      
      2. launch Outvoke as follows:
      
      $ ./outvoke.rb -e 'hook "vrchat-001", /pickup/i'
      
      3. start VRChat
      ---------------
      6b076a73
    • cleemy desu wayo's avatar
      Modify: change "enabled?" for all data sources to default to false · c3217d48
      cleemy desu wayo authored
      This commit changes around "enabled?".
      
      For all data sources, the default value of "enabled?" is now
      false.
      
      And if "enabled?" is false, neither before_each_event nor
      after_each_event is executed anymore.
      
      With these changes, VRChat log file will not be read unless
      a Proc is registered by hook to the data source "vrchat-001".
      c3217d48
  2. Nov 11, 2024
  3. Nov 10, 2024
  4. Nov 09, 2024
  5. Nov 08, 2024
  6. Nov 07, 2024
  7. Nov 06, 2024
  8. Nov 04, 2024
  9. Nov 03, 2024
  10. Nov 01, 2024
  11. Oct 31, 2024
  12. Sep 28, 2024
  13. Sep 25, 2024
  14. Sep 21, 2024
Loading