Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/OpenNBS/NoteBlockStudio

An open-source Minecraft music maker.
https://github.com/OpenNBS/NoteBlockStudio

Optimize `draw_text_dynamic` (part 2)

- Avoid calling the font switch logic if the next character is to be drawn with the same font
- ...

d81b976de013e0c4dd9ab3c1dd6cfc204b66f70a authored about 3 years ago by Bentroen <[email protected]>
Optimize `draw_text_dynamic` (part 1)

Decreases call count of `string_char_at` to about 1/3

999ff0f8738b2b39b3221244a6b4e778e9b8f56f authored about 3 years ago by Bentroen <[email protected]>
Custom sound for the volume control

f1bb64b0ae51b494906ba54c5095806a63971a52 authored about 3 years ago by chenxi050402 <[email protected]>
translations and part missed in 37a75013

8f2841ae2a3a9d0c326410b993119f1c03f53857 authored about 3 years ago by chenxi050402 <[email protected]>
Update GameMaker IDE version to 2.3.6.595

06a09e6e69b0225a198914356e453a7e144df394 authored about 3 years ago by Bentroen <[email protected]>
Replace master volume drag sound with pling sound

f8633198bcc8c07af57ea8fb0e1d5b4cf0e8891d authored about 3 years ago by Bentroen <[email protected]>
Update data packs and resource packs to Minecraft JE 1.18

a98b677b273e0ca12091c1eab58edd1467e51b4e authored about 3 years ago by Bentroen <[email protected]>
Fix lines under URLs being skewed on window scale != 100%

a059300b3f970cb4fc04238a7bb123bcae086920 authored about 3 years ago by Bentroen <[email protected]>
Revert development version setting to a checkbox; add warnings

More explanatory text was added as well in order to clarify the purpose of that option. Below is...

a19c366a1568be80a2f7c18692a56eb056989879 authored about 3 years ago by Bentroen <[email protected]>
Save settings to separate file if running a pre-release

Settings for release and pre-release builds are keep in different files to avoid data corruption...

63e87a8b7924152b710676898a9f59c844b3a99e authored about 3 years ago by Bentroen <[email protected]>
Merge branch 'development' of https://github.com/HielkeMinecraft/OpenNoteBlockStudio into development

c815285aec718239dad1d37c492ce19be9ad5038 authored about 3 years ago by Bentroen <[email protected]>
Lock 'Import' and 'Export pattern' menu entries according to selected notes

dac8d20e7c1dba34bb31661371003e919ea29295 authored about 3 years ago by Bentroen <[email protected]>
Updated libdlgmod extension

a4be09c9f100085a0a318996ea8a4e8165ccd19a authored about 3 years ago by chenxi050402 <[email protected]>
Update changelog

52c546ba44abe3d9da60fcc1800f5b1fc25ec66a authored about 3 years ago by Bentroen <[email protected]>
Fix popup drawing code always relying on alpha value of `obj_popup`

The reason for moving the popup drawing code to a separate script was to be able to call it exte...

7c37f0d3db6feb65cb47382412241ada8600f232 authored about 3 years ago by Bentroen <[email protected]>
Update license year

caa17bd5fac26985957acb4c7948247fc9f2b3dd authored about 3 years ago by Bentroen <[email protected]>
Fix version comparison not taking two-digit minor versions into account

This would break when 3.10.0 is released, as it would compare only the third character of both, ...

fc4649feba72e321511414f808f2429e4b6efb10 authored about 3 years ago by Bentroen <[email protected]>
Fix incorrect FPS value on Chinese translation

I hate code duplication.

4f6cad5a944e091009c60f94a78298642397b7d2 authored about 3 years ago by Bentroen <[email protected]>
Fix overlay on detuned notes being one pixel too large

993838c5e5584759e571e83a5b3367710b0acf65 authored about 3 years ago by Bentroen <[email protected]>
Fix white piano keys ignoring the 'Show keyboard shortcut' preference

cabe681989268455f1b2227868024839158e2934 authored about 3 years ago by Bentroen <[email protected]>
Update macros.gml

6c966c5a58ccb224abaec5c06072d01e88fb7a9d authored about 3 years ago by chenxi050402 <[email protected]>
Update draw_popup.gml

747f627d853fb9fb6d0a78b4834e0e7deb7072b5 authored about 3 years ago by chenxi050402 <[email protected]>
Added popup to the ext menu

6742bf00d39430f4c0b28ef8f298e89c85a54f75 authored about 3 years ago by chenxi050402 <[email protected]>
Changed the dev version check box to a ext menu

e63c0f06ef59bdfcb60b03a3c45af5f7b993ba2c authored about 3 years ago by chenxi050402 <[email protected]>
Removed pitch limit for Tempo Changer for edit pitch mode

3b80cf4daa940176f262503e4bcc7b3ed1566cf5 authored about 3 years ago by chenxi050402 <[email protected]>
Improved the volume bar

3da5f29095f9913f212c6c0b43cd3f2f5da96fca authored about 3 years ago by chenxi050402 <[email protected]>
The real fix to #203

bba8f5f02cb0724a656a14530b0325e72ceb329c authored about 3 years ago by chenxi050402 <[email protected]>
Added dev_label_offset to the Chinese texts in greetings window

d6796bf067f7b8df39c0d1b0253a02d0ef8e79d8 authored about 3 years ago by chenxi050402 <[email protected]>
Add responsive popup to master volume drag bar

4ca77721dacd3fcb8abe02f612c2bcfa9b59713a authored about 3 years ago by Bentroen <[email protected]>
Move popup drawing code to separate script

733fcca1d7941bee5b594e03a0a9da7d68a8b823 authored about 3 years ago by Bentroen <[email protected]>
Adjust master volume bar position and size to prevent overlap

29faccd8a83a871595c3d1d2417020b285e38891 authored about 3 years ago by Bentroen <[email protected]>
Limit pitch changes to +/-1200

596ac2433c9e5eb4f220fac7a8ae7922f03c8a7e authored about 3 years ago by Bentroen <[email protected]>
Prevent velocity from going above 100 with keyboard shortcuts

1dc008815738f0fe2301216a90b60fa67dfa249a authored about 3 years ago by Bentroen <[email protected]>
Fix text box clash between tempo box and instrument names

b8c540a075c51ef00f4874b411e02c9efd5064bf authored about 3 years ago by Bentroen <[email protected]>
Fix text box clash between accent color picker and instrument names

efe43ef6f672505b520fa5340cba7497c4ece297 authored about 3 years ago by Bentroen <[email protected]>
Draw song title in accent color in the 'Song info' window

b5c28821964bf93ab53d6710862dbb661a7d26ca authored about 3 years ago by Bentroen <[email protected]>
Fix default song and pattern folder pointing to `Data/` instead of root

15afd3c38ce83247ca162521ff469cf679d344ce authored about 3 years ago by Bentroen <[email protected]>
Remove version debug message

06727eafcc4cde99a4d36c533343b88319384885 authored about 3 years ago by Bentroen <[email protected]>
Add development version label to greeting window

07315a996f1b326a0fc515c9f8abee6f36f986a3 authored about 3 years ago by Bentroen <[email protected]>
Save pre-release preference to settings

0b00dfa40b9ef2d67b0f53d9eee56f070167dc82 authored about 3 years ago by Bentroen <[email protected]>
Fix 'Playing' area height too small on preferences 'Playback' tab

dc702ce063d82d3ec298ce0938a34097d8c3111f authored about 3 years ago by Bentroen <[email protected]>
Adjust preferences window layout for pre-release setting

c8a1e5f7395a81a6baab70af685e4727e490cc43 authored about 3 years ago by Bentroen <[email protected]>
Fix checkbox `is_switch` argument always being parsed to `false`

24a609491bc2301ec9cfcbb84268f39498071425 authored about 3 years ago by Bentroen <[email protected]>
Add pre-release detection to auto-updater

acbb06a6a007e3796de9adb5371f2ad10d18a947 authored about 3 years ago by Bentroen <[email protected]>
Fix notes from MIDI import not being added to note count per instrument

Commit 7a3d967b77543d8b6703712cedbcd53223432aee introduced an optional parameter to `add_block` ...

270b69d8dd9dfce23e11428493ac59db701892a1 authored about 3 years ago by Bentroen <[email protected]>
Update bundled resource packs to `pack_format` 7

27a1f0cbe23d630b21f68997e110a17c50c03363 authored about 3 years ago by Bentroen <[email protected]>
Fix notes barely outside of range being considered in range

The previous way of detecting out of range notes would consider anything greater than 32 and les...

f6ca5cea5ed3fdad223517a9363e59ac06401867 authored about 3 years ago by Bentroen <[email protected]>
Fix crash on schematic/datapack exp. due to old custom instrument limit

Even though the custom instrument count limit was increased to 240, the schematic export setting...

51f0015a4e709b458dda8a8dca7b98ad0aa3072f authored about 3 years ago by Bentroen <[email protected]>
Make data pack generation aware of note pitch

- Will take pitch offset into account when deciding if a note is or isn't in the supported range...

8901bcd67a5a555359d04f4a7af343954c2eadda authored about 3 years ago by Bentroen <[email protected]>
Fix wrong sound when note pitch crosses out-of-range boundary

8376f0c1e5da6219f939274bb8ef57e4ed01c02b authored about 3 years ago by Bentroen <[email protected]>
Add support for tempo up to 60 t/s in data pack export

c75d3e1a8cbea07e60b00880d2ed31e88c91c09d authored about 3 years ago by Bentroen <[email protected]>
Update data pack `pack_format` to 7

19d4bb0ec37b5ac863f8ed10bd80806cbfab4f87 authored about 3 years ago by Bentroen <[email protected]>
Fix datapack export using invalid scoreboard values for song speed

Fixes #275

729f142225a6bb0995cc12c6f5517d293f9308f7 authored about 3 years ago by Bentroen <[email protected]>
Improve logic for handling invalid input values on tempo box

This was implemented in 591fb66417c18c7e0964f5ace70638d44ab8f6d9. This commit just improves the ...

1941d0b310c54b2620a320aa37fcfe9a9b48605f authored about 3 years ago by Bentroen <[email protected]>
Fixed audio buffer compatibility problem in the new runtime

51186fbd54ac4555111bb8f1b5d29596efcda2cd authored about 3 years ago by chenxi050402 <[email protected]>
Merge branch 'development' of https://github.com/HielkeMinecraft/OpenNoteBlockStudio into development

f2f556dc1ae14b09cb8b18d4199d98149445375f authored about 3 years ago by chenxi050402 <[email protected]>
Fix right edge popup clipped to wrong position when window scale != 100%

Fixes #280

f1e66b48e7298d721f2b303e0f8003299bb415de authored about 3 years ago by Bentroen <[email protected]>
Fix song info window not opening in player mode when song has no title

Fixes #276

NBS makes a distinction between when the 'Song info' window opens automatically at t...

3b562dac52b5086ec5b1579c3afee0396ce20a7d authored about 3 years ago by Bentroen <[email protected]>
Fix work stats changing while in player mode

Fixes #278

f83f674478ae4d59a1e47086553d815a98010a07 authored about 3 years ago by Bentroen <[email protected]>
Fix song stats 'Reset' button being shown in player mode

Fixes #277

37a75013f5fd59cbcd5728d7e5878b47e93f4020 authored about 3 years ago by Bentroen <[email protected]>
Update GameMaker runtime

4eb9d0185cdc166935b5e6bf82ac04959f54bb8a authored about 3 years ago by Bentroen <[email protected]>
Translation file (part)

83a490ac7f8cbd962cc134fd4de8c6ec107b1438 authored about 3 years ago by chenxi050402 <[email protected]>
Translation file attempt (part)

7e908b73b55ec0af533c3e6f6fd3a21e5a3cdeca authored about 3 years ago by chenxi050402 <[email protected]>
Fixed player mode time display on drag bar

08aa9f7ab1085034560fdb9ef19c8619adea1edf authored over 3 years ago by chenxi050402 <[email protected]>
Add a add mode to set pitch because it's useful

f43ff8c0929df07f341158313e1a8358c2f270e3 authored over 3 years ago by chenxi050402 <[email protected]>
Added midi support in file dropping

a39a8aa52d8fa03e4a095c12f78e19c3a98f861b authored over 3 years ago by chenxi050402 <[email protected]>
Added padding to the volume bar

dfe113e57990375657244be5fdb26f782e1826f3 authored over 3 years ago by chenxi050402 <[email protected]>
refined dragbar

09cf58c1d5e3db22b1a58ecdd0324cf8257a9959 authored over 3 years ago by chenxi050402 <[email protected]>
Added master volume drag bar on the top with sounds that go with themes

18b95152ef13338731cebb68d6ffc1e0063daa15 authored over 3 years ago by chenxi050402 <[email protected]>
Fixes tempo box crashes if invalid value was entered

591fb66417c18c7e0964f5ace70638d44ab8f6d9 authored over 3 years ago by chenxi050402 <[email protected]>
moved dragbar as a function; added tooltip on the dragbar

d99a32f79574cf86b6a3396a1128efbd587785b6 authored over 3 years ago by chenxi050402 <[email protected]>
Fix keyboard shortcuts not working after editing tempo

Fixes #271

270a75a070244a5c36760e9b00437bdbe484f1df authored over 3 years ago by Bentroen <[email protected]>
Fix GitHub and Website buttons switched in About window

889f209162e13597c84387f79d9a6174c779dbc0 authored over 3 years ago by Bentroen <[email protected]>
Merge pull request #270 from Encode42/fix/notechart

Fix #240

51589a0ed5eefd2969aa908f2cd206eeea29d77c authored over 3 years ago by chenxi050402 <[email protected]>
Fix #240

4da09a18d6cd948487a281dff084f8d0bf3fec25 authored over 3 years ago by Encode42 <[email protected]>
Update macros.gml

2df8ac2a304c617daaf3672f2dcfcb0594dafcb9 authored over 3 years ago by chenxi050402 <[email protected]>
Improved wording; added Japanese characters displaying support

43184a30208fedadc70a41acb94d79e826a6da52 authored over 3 years ago by chenxi050402 <[email protected]>
Improved wording in the edit menu

9b5143fe2d313454ac3b924715a2b76529cc21a1 authored over 3 years ago by chenxi050402 <[email protected]>
3.9.1

ec65d3836e428f1da118782f367ba3b09f629cf4 authored over 3 years ago by Bentroen <[email protected]>
Update changelog

db76d9f39f5b95df7f0c358aeb237f5a20e27e8b authored over 3 years ago by Bentroen <[email protected]>
Add button to check older versions; improve Changelist layout

877a07565bc7fcb9aea18c1e4b4c102793f7f7e6 authored over 3 years ago by Bentroen <[email protected]>
Remove older entries from changelog; update changelog

7c1fe5203310256c34cd5df7215895401d8c923b authored over 3 years ago by Bentroen <[email protected]>
Merge branch 'master' of https://github.com/HielkeMinecraft/OpenNoteBlockStudio

179d0d251671546e139f2494fdb811ddbb100fd9 authored over 3 years ago by Bentroen <[email protected]>
Replace tempo tapper sound with the new metronome sound

76ca5c6013694e5fcbc7e91c9c74505972e5b811 authored over 3 years ago by Bentroen <[email protected]>
Change TPS to t/s in tempo tapper window

bc3b075ce63a6d8cc19bd0581eb5fc8f55778e59 authored over 3 years ago by Bentroen <[email protected]>
Prevent wallpaper from being copied if transparency is not enabled

Only copies the wallpaper in either one of those instances:

1) the user starts the program with...

30a53d6680c81ec0906c874efed2055b409736e1 authored over 3 years ago by Bentroen <[email protected]>
Update options_windows.yy

191d48e635e1859b8c30a73cc01cfbe391762864 authored over 3 years ago by chenxi050402 <[email protected]>
Update changelog.txt

7139814f47fd6a536f5ebba5439db87ec14e2bc9 authored over 3 years ago by chenxi050402 <[email protected]>
Change version number to 3.9.1

a2f07af88e0f67771079456c407e0f92b1ce9bdd authored over 3 years ago by chenxi050402 <[email protected]>
Shortened the text in Tempo Tapper

bb92526be79587b488b8d38b7900aa606799d8d5 authored over 3 years ago by chenxi050402 <[email protected]>
FREE the surface

9e6f05710c0c8cfae546b03aef6e1ad2ee54a970 authored over 3 years ago by chenxi050402 <[email protected]>
Fixed crashing if the current wallpaper is too large; Fixed a translation error in the Tempo Tapper

96791819f08c2fa4d3190476cf003beeca1fdeca authored over 3 years ago by chenxi050402 <[email protected]>
Merge branch 'development'

6d6d858ceab2c4dfbf2f1f6d1107e98f5390643b authored over 3 years ago by Bentroen <[email protected]>
Remove popup error when Discord is not installed

d4a4140502c52ba151d3fa4fd2179a5c0869a62b authored over 3 years ago by Bentroen <[email protected]>
Merge branch 'development'

0a3ce39324eb7dbe1e694bd73478dfd2f39183ed authored over 3 years ago by Bentroen <[email protected]>
Fix wallpaper copy script not working in installed program

abcb9064cb0755976995be66faddadd99314c7c4 authored over 3 years ago by Bentroen <[email protected]>
Merge branch 'development'

7bbc69fb9637464e1e1b1b9bb66e7d1599afe3d8 authored over 3 years ago by Bentroen <[email protected]>
Add 'Loop to bar end' fix to changelog

1cff3b2fb53ffd13a7bd4b1d83ff624470cd3cea authored over 3 years ago by Bentroen <[email protected]>
3.9.0

f9ca6167e9d31835eed0b957e042ceb66d0dec26 authored over 3 years ago by Bentroen <[email protected]>
Update GameMaker IDE version

37653ce77152da64bdf3532c5ed6cd72bcd45329 authored over 3 years ago by Bentroen <[email protected]>