Skip to content

Releases: David20122/Sound-Space-Quantum-Editor

2.2.2.3

18 Jul 00:30
bc69b21
Compare
Choose a tag to compare
  • fixed visual artifacting on some gpus due to a buffer over-read
  • fixed bpm tapper not resetting when the panel is closed

2.2.2.2

17 Jul 18:28
53b74c5
Compare
Choose a tag to compare
  • fixed note locations no longer being rounded in map data

2.2.2.1

16 Jul 00:28
f6cc9c8
Compare
Choose a tag to compare
  • fixed dragged notes on the grid being mirrored

2.2.2.0

15 Jul 22:23
556eec9
Compare
Choose a tag to compare
  • fixed sticky ctrl/alt/shift keys on linux

  • (hopefully) fixed update notifications not always closing on linux

  • fixed version checking of the player/updater on linux

    this is now recorded in settings.txt, so if it falls out of sync it should fix itself after letting the editor redownload the update(s)

  • added a 'Paste Reversed' option which reverses the order of note positions while preserving timestamp offsets before pasting

  • changed 'IMPORT MAP' to 'PASTE MAP' in the menu

  • removed formatting of settings.txt to improve performance and stability

  • removed 'ssqe_export' watermark on exported SSPM maps

  • 'use cover' is no longer checked by default when exporting SSPM maps

  • centered the 'Replace Audio ID' text

  • right clicking on list buttons now navigates through them in reverse

  • fixed export offset allowing notes to be placed outside the song boundaries when Correct Errors on Copy is enabled

  • fixed failing to load audio files with commas in their name

  • fixed left/right arrows not working when no bpm is present

  • fixed attempting horizontal/vertical flips when no notes are selected

  • fixed negative bpms attempting to render

  • fixed exporting and importing .sspm files with non-ascii characters

  • fixed autosave not respecting the 'Enable Autosave' setting

  • fixed texture caching

  • fixed grid letter position

  • fixed debug version checking

  • heavily optimized importing .sspm and .osu files

  • optimized exporting .sspm files

  • slightly optimized the autoplay cursor and timeline

2.2.1.0

27 May 18:13
Compare
Choose a tag to compare
  • fixed rendering the timing/bookmark/export windows on linux

  • fixed the not responding notification when closing with an unsaved map on linux

  • unsaved maps are now opened before prompting to save when closing the editor

  • fixed being able to open multiple instances of the same file if one isnt saved

    these should improve save reliability

  • fixed opacity boxes showing a clamped value without actually clamping the setting

  • fixed drag/drop still applying a dropped txt to the current map if a required audio file is not present and importing one is cancelled

  • fixed autosave recursion

  • added a feedback button in the main menu that links to a google form for bugs or feature requests

2.2.0.0

04 May 19:48
Compare
Choose a tag to compare

better (partly experimental) editor layout no way

  • now with linux support!

  • added an option to clamp scale/rotate to the grid bounds (enabled by default)

  • added a button in the 'OPTIONS' tab to swap click modes

  • added a setting in the 'OPTIONS' tab to disable pausing the song on seek (scrolling/clicking the timeline)

  • added an option to replace the current map's audio ID with a new one in the 'EXPORT' tab

  • added support for dragging and dropping files onto any editor window

    .ini's will be applied to the current map and other files will open as a new map

  • fixed undoing/redoing scaling by 0%

  • fixed grid place/move ignoring quantum setting when snap to grid is disabled

  • fixed pasting bookmarks with blank text and spaced tildes

  • fixed song offset being weird with different tempos

  • fixed the track being a frame behind when dragging

  • fixed a crash during version checking

  • pasting bookmarks can now be undone

  • switching maps now keeps the previous nav tabs selected

  • pressing cancel on any save prompt on close now stops further ones from showing up

  • spoofed mp3 files (the ones from those shady yt to mp3 sites) are now re-encoded in mp3 the first time theyre loaded so they work in rhythia

    (not yet implemented on linux); encoding an invalid file takes a while, so loading times for new files may be increased

  • having an editor background is no longer forced on update

    the provided background was moved to the 'background' directory with a README if you wish to use it

  • removed the export recommendation that only appears once

2.1.5.2

30 Mar 01:20
Compare
Choose a tag to compare
  • added a warning if a loaded audio file is corrupt
  • fixed tempo slider position when switching to a map with a different tempo
  • fixed discord activity integration

2.1.5.1

14 Mar 05:28
Compare
Choose a tag to compare
  • fixed note font sizes

2.1.5.0

12 Mar 06:07
ce54889
Compare
Choose a tag to compare
  • removed freetype in favor of stb_truetype which should fix many crashes related to the font renderer
  • crash logs now record exception trees instead of only the highest exception
  • rewrote possible fixes in crash logs

2.1.4.4

09 Mar 21:14
Compare
Choose a tag to compare
  • fixed rendering and saving bookmarks with blank text
  • added support for loading .osu files with 'LOAD MAP' on the menu