Commit Graph

  • 150aacaa1b Update nightly.yml sangeeths03-patch-2 sangeeths03 2025-07-10 09:39:56 +05:30
  • 73893ce02a Update nightly.yml sangeeths03-patch-1 sangeeths03 2025-07-10 09:39:06 +05:30
  • 159391b8a2 Version bump to 1.1.0 release teejusb 2025-06-22 23:08:45 -07:00
  • 84eb9b9b3a Update Simply Love to 5.7.0 teejusb 2025-06-22 23:08:24 -07:00
  • 53dcbed80d Revert "Change some RString methods to free functions" teejusb 2025-06-22 23:03:14 -07:00
  • dfe8b29ef5 Revision to QueryPerformanceCounter call sukibaby 2025-06-22 22:21:22 -07:00
  • 6d165f657f nightly.yml: resolve name collision with Linux builds sukibaby 2025-06-22 21:49:13 -07:00
  • a12f60d28b ReloadFromSongDir: fix error in Group offset application logic sukibaby 2025-06-22 20:43:56 -07:00
  • 39c40d09e4 Group: explicitly use the default destructor sukibaby 2025-06-20 21:37:23 -07:00
  • ac4dd365b1 fix issue added in my previous commit in CPackSetup.cmake Sergio Pérez Fernández 2025-05-02 02:08:50 +02:00
  • b1244b32e3 build-release-linux.sh - revert change on default amd64 package Sergio Pérez Fernández 2025-05-02 01:58:58 +02:00
  • 88e2769633 build-release-linux.sh set to x86_64 as default architecture Sergio Pérez Fernández 2025-05-01 11:11:39 +02:00
  • 4b93499074 release/arm64: reverted Podman to Docker to not change the project toolchain Sergio Perez Fernandez 2025-04-28 03:30:16 +02:00
  • 45ba1873df Allow Utils/build-release-linux.sh to build releases for other targets as arm64 Sergio Perez Fernandez 2025-04-28 03:02:57 +02:00
  • 6409c7ec82 Temporarily disable CMake build caching in ci.yml sukibaby 2025-06-22 19:21:16 -07:00
  • 425a8aaba8 Group: add new protections for unexpected edge cases sukibaby 2025-06-22 19:55:20 -07:00
  • 5e79df7ff1 WaveOut: clamp the value of wo_num_blocks_ sukibaby 2025-06-22 19:06:50 -07:00
  • 986695d2cd WaveOut: remove hardcoded bits per sample value sukibaby 2025-06-22 19:06:36 -07:00
  • d673ae5688 WaveOut: correct variable naming, style updates sukibaby 2025-06-22 19:06:11 -07:00
  • d1bddbd3ab WaveOut: Target a specific latency to ensure a consistent experience across different sample rates sukibaby 2025-06-20 00:56:55 -07:00
  • 054fd4640a Correct yaml syntax in nightly.yml Scott Brenner 2025-06-19 09:24:17 -07:00
  • 4880231200 Generate signed build provenance attestations for nightly builds Scott Brenner 2025-06-15 12:36:33 -07:00
  • aa9ebb6c1c DSoundHelpers: directly call memset instead of using a RageUtil macro sukibaby 2025-06-10 21:45:51 -07:00
  • d2fa795bfa GraphicsWindow: remove extraneous checkpoints sukibaby 2025-06-12 01:24:45 -07:00
  • 97be79cd2b GraphicsWindow: reset screen mode before destroying window sukibaby 2025-06-12 01:24:13 -07:00
  • dad8fdec35 GraphicsWindow: remove hardcoded logic from SetScreenMode sukibaby 2025-06-11 23:50:08 -07:00
  • 6618903907 GraphicsWindow: add missing includes sukibaby 2025-06-11 23:38:50 -07:00
  • c96034f605 added braces to if statement in CreateDir Sergio Perez Fernandez 2025-06-12 01:02:58 +02:00
  • 551356e8f2 do not try to create a directory when it exists Sergio Perez Fernandez 2025-06-12 00:28:14 +02:00
  • 93b65a441b DirectSound: initialize all DSoundBuf member variables in an initializer list sukibaby 2025-06-10 22:13:58 -07:00
  • 4d6ffc27da DSoundHelpers: use a constant in prefetch size comparison sukibaby 2025-06-10 21:06:48 -07:00
  • 8f2076eea1 DSoundHelpers: use sizeof(DSBUFFERDESC) rather than sizeof(variable) sukibaby 2025-06-10 21:38:43 -07:00
  • b933347374 DirectSound: dynamically calculate block alignment to ensure correctness with various bit depths sukibaby 2025-06-10 21:13:35 -07:00
  • 6eb58bbd66 DirectSound: keep the main buffer active. sukibaby 2025-06-10 21:00:17 -07:00
  • 8c6c2524bb Remove implicit conversion operator from RString to const char* (Win32) sukibaby 2025-05-27 20:55:21 -07:00
  • d65140c6fd Static cast the buffer size sukibaby 2025-06-03 16:30:35 -07:00
  • 94d1bb9e99 Use constexpr for MovieTexture_FFMpeg constants sukibaby 2025-06-03 16:29:23 -07:00
  • 8f13335c72 Add 180hz refresh rate Patrik Nilsson 2025-06-04 10:30:29 +02:00
  • 33095cdb64 set DisableUploadDir preference default value to 1 Sergio Perez Fernandez 2025-06-01 23:58:20 +02:00
  • 86a26cb7cb Add missing includes for DSoundHelpers teejusb 2025-06-01 08:47:10 -07:00
  • 039bede4d1 Remove one trailing whitespace Patrik Nilsson 2025-06-01 17:02:50 +02:00
  • 7d398919a0 Address review feedback and improve code style Patrik Nilsson 2025-06-01 13:36:25 +02:00
  • 72c7316671 Centralize fallback sample rate with kFallbackSampleRate Patrik Nilsson 2025-05-29 13:34:00 +02:00
  • c42501ba65 Add "Audio Sample Rate" option with translations Patrik Nilsson 2025-05-29 11:49:55 +02:00
  • 2e18b57da0 Implement configurable Sample Rate in options Patrik Nilsson 2025-05-29 01:25:26 +02:00
  • af127ca23b Audio: Update default sample rate to 48kHz to mitigate sync issues Patrik Nilsson 2025-05-27 09:47:25 +02:00
  • 2517959050 do not write any logs in disk when LogToDisk=0 Sergio Perez Fernandez 2025-05-29 16:04:54 +02:00
  • b3c43c9dea link to the simply love repo from the readme sukibaby 2025-05-29 12:53:35 -07:00
  • 1e667de589 Use a range-based for loop to avoid manual iterator handling sukibaby 2025-05-28 02:32:59 -07:00
  • 281cd8cb51 Change the video looping log to Info level. sukibaby 2025-05-25 22:33:58 -07:00
  • 7a3fa88c7a Update src/RageSoundReader_ChannelSplit.cpp Scott Brenner 2025-05-25 14:00:17 -07:00
  • 6cdf64afc8 Fix for code scanning alert: Multiplication result converted to larger type Scott Brenner 2025-05-24 21:12:28 -07:00
  • 24fce53629 Update src/RageSurfaceUtils.cpp Scott Brenner 2025-05-25 13:59:24 -07:00
  • 146702430b Fix for code scanning alert: Multiplication result converted to larger type Scott Brenner 2025-05-24 21:09:09 -07:00
  • fc2d5dbf17 Fix for code scanning alert: Multiplication result converted to larger type Scott Brenner 2025-05-24 21:04:46 -07:00
  • 7ff2002bec Update src/RageSurfaceUtils.cpp Scott Brenner 2025-05-25 13:52:31 -07:00
  • f0908b58ad Fix for code scanning alert no. 479: Multiplication result converted to larger type Scott Brenner 2025-05-24 20:59:58 -07:00
  • b0acfb362e don't upload VS2022 Code Analysis indicators sukibaby 2025-05-25 02:15:58 -07:00
  • 57d54a0c89 Fix for code scanning alert: Multiplication result converted to larger type Scott Brenner 2025-05-24 21:11:31 -07:00
  • 90176a1f1c Fix for code scanning alert: Multiplication result converted to larger type Scott Brenner 2025-05-24 21:16:24 -07:00
  • 72b3590097 Fix for code scanning alert: Multiplication result converted to larger type Scott Brenner 2025-05-24 21:02:04 -07:00
  • f4da59e7e3 Update nightly.yml Scott Brenner 2025-05-22 15:04:36 -07:00
  • 6e4974f7f1 Update ci.yml Scott Brenner 2025-05-22 15:03:51 -07:00
  • 44f5d8932a Include <utility> for std::swap teejusb 2025-05-23 23:39:55 -05:00
  • 7792a82e7a OS-agnostic log warning for invalid sound driver entry. sukibaby 2025-05-23 13:43:52 -07:00
  • 8edc14febf Update libpng and zlib to fix Mac builds teejusb 2025-05-23 21:20:28 -05:00
  • 45925badfd Update Windows build flags sukibaby 2025-05-23 19:09:16 -07:00
  • 71cb44bde3 Make SetThreadPrecedence return a std::string sukibaby 2025-05-22 19:37:17 -07:00
  • 6a29f651c7 Remove implicit conversion operator from RString to const char* (macOS) sukibaby 2025-05-21 16:47:04 -07:00
  • 7405eea171 Remove architecture from artifact name Scott Brenner 2025-05-22 15:00:42 -07:00
  • 0e00f57e45 sample udev rules to include hidapi din 2025-03-31 20:28:01 -05:00
  • 69f6a14935 additional HidDevice logging error conditions din 2025-03-31 20:23:25 -05:00
  • 0a08f8175e Run nightly builds only for the beta branch Yauhen Artsiukhou 2025-05-22 20:30:51 +02:00
  • 36e2dcbce8 Bring LinuxPacDrive back as GenericHID lights driver Yauhen Artsiukhou 2025-03-30 15:20:14 +02:00
  • b77a6af416 Set fail-fast: false Scott Brenner 2025-05-21 18:08:04 -07:00
  • a72bcd867e Note access for nightly builds Scott Brenner 2025-05-17 16:47:55 -07:00
  • c18e7a68ae Add pack.ini file paths to error messages teejusb 2025-05-17 14:07:45 -07:00
  • 995f0ea8c1 Change some RString methods to free functions Arthur Eubanks 2025-04-29 22:01:23 -07:00
  • 9449317430 Update Cel's BottomCaps teejusb 2025-05-17 13:43:07 -07:00
  • 8a1a71b099 Update enchantment mine graphic teejusb 2025-05-17 13:37:40 -07:00
  • eaf6a24acf Ensure CodeNames sizes are the same even on invalid codes teejusb 2025-05-17 13:03:41 -07:00
  • 82e4d201d4 Add Robot and ITG Vivid noteskins teejusb 2025-05-17 12:52:03 -07:00
  • e1c91e66f0 Remove the +Alt message for autoplay -- this feature had been removed teejusb 2025-05-17 12:22:18 -07:00
  • a780bdb7be Add Assist Clap text to the overlay teejusb 2025-05-17 12:19:21 -07:00
  • ecfcb11a00 Remove implicit conversion operator from RString to const char* Arthur Eubanks 2025-04-26 17:30:36 -07:00
  • 6a981ac5f7 CI - replace Windows installation step with microsoft/setup-msbuild Scott Brenner 2025-05-12 21:22:05 -07:00
  • 25b57c13d5 Replace some lrint's with GetTimeSinceStartSeconds() sukibaby 2025-04-30 00:06:15 -07:00
  • d3ff9a0683 Replace GetRandomInt() sukibaby 2025-05-03 06:44:34 -07:00
  • b7bafbef93 Added note about checking dwi chart length of at least 2 characters Michael Votaw 2025-04-30 10:48:35 -05:00
  • 977f83a16f Bail out earlier when dealing with certain types of malformed DWI charts. Michael Votaw 2025-04-19 20:10:28 -05:00
  • 398a7062ea Convert Continuous integration build jobs to matrix strategy (v2) Scott Brenner 2025-03-19 21:07:19 -07:00
  • 5d101ef69d Add 'Nightly release' badge to README.md Scott Brenner 2025-05-09 18:43:38 -07:00
  • 607267a8a9 Document nightly releases Scott Brenner 2025-05-09 19:07:40 -07:00
  • 60f57cd337 Song::GetFileHash cleanup sukibaby 2025-05-09 08:43:57 -07:00
  • e84b774166 Remove an expensive but low-importance log sukibaby 2025-05-03 06:58:04 -07:00
  • a4124aafe4 Unify practice mode song navigation with edit mode. Brandon W 2025-05-04 09:47:42 -04:00
  • 38fb28eefa Nightly releases Scott Brenner 2025-04-27 10:47:52 -07:00
  • 566b711b33 Update ci.yml Scott Brenner 2025-05-06 19:38:14 -07:00
  • d88ca98039 Update ci.yml Scott Brenner 2025-05-06 19:37:06 -07:00
  • 698f6c178f Revert "ci.yml: Don't cache windows build" Scott Brenner 2025-05-06 19:35:52 -07:00