0031577:
[Buffers] Buffers: Deleting the receiving buffer for http_request before the result has returned gives a silent crash (
Fritz)
0031366:
[General] General: get_display_xxxx does not function correctly when used on secondary monitory, resulting in fullscreen not being correct (
CoreTech)
0031653:
[3D] 3D: Drawing a polygon with a sprite applied to it draws sprite incorrectly until game is restarted (
Fritz)
0031578:
[Font] Font: Text drawn at floating point locations will appear misaligned on Nvidia graphics cards (
Mike Rennie)
0031481:
[General] General: Drawing to the GUI layer with non-sprite functions with depth < -15998 are not drawn (
Fritz)
0031719:
[Functions] Functions: draw_text_ext() does not wrap on all standardised break-able whitespace characters (
Fritz)
0031725:
[Windows (YYC)] YYC: Arguments now being passed by-reference introduces unexpected behaviour (
Russell Kay)
0031665:
[Networking] Networking: Crash after finishing Async Network event (
Fritz)
0031489:
[iOS] iOS: Some iOS 13 devices do not correctly scale to utilise the full screen when in landscape (
Fritz)
0031698:
[Windows] Windows: Runner crashes silently when "painting" to create multiple new instances (
Fritz)
0031633:
[Sprites] Windows: Black border appears around sprites if using "interpolate colours" and float values for scale/rotation/position (
Fritz)
0031660:
[tvOS] tvOS: Using http_request() will crash the game (
Fritz)
0031657:
[Mac] macOS: Runner crashes during collision check in the attached project (
Fritz)
0031647:
[iOS] iOS: Audio is muted after temporary interruption (i.e. notification) (
Fritz)
0031542:
[Windows (YYC)] Windows YYC: ds_stack_pop() returns 0 instead of undefined for empty stacks, differs with VM (
Russell Kay)
0031536:
[Buffers] Buffers: Creating a buffer doesn't set its "used size" properly in some cases (
Fritz)
0030899:
[Physics] Physics: Fixtures are offset by one pixel by default (
Fritz)
0031071:
[Physics] Physics: Apparent memory leak in rapid instance creation and destruction, can see RAM raise and doesn't fall back (
Fritz)
0031562:
[Ubuntu (YYC)] Ubuntu YYC: Crash due to bad call to XUndefineCursor() if game fails to start properly (
Russell Kay)
0031566:
[Extensions] Google Play Services: Service sign-in sometimes returns error and can cause crash (
Fritz)
0031587:
[HTML5] HTML5: Font metadata is not accessible from the Create Event (
Luke Brown)
0031560:
[Ubuntu (YYC)] Ubuntu YYC: Uses an incorrect default file path to libsteam_api.so (
Russell Kay)
0031610:
[Windows (YYC)] YYC: int32 += a_double rounds the float (
Russell Kay)
0031608:
[Windows (YYC)] YYC: ++boolean/--boolean remains a clamped boolean, unlike on VM (
Russell Kay)
0030670:
[Steam] Steam: Running a Steam-enabled Windows game from any Windows Steam IDE returns the ID for GMS2, not the game (
Fritz)
0030956:
[UWP] UWP: Internet Permission doesn't seem to be getting set correctly, as networking is failing (
Fritz)
0030953:
[HTML5] HTML5: Nested arrays behave differently to on Windows (
Russell Kay)
0031516:
[Views / Cameras] Android: One view over another causes device_mouse_x/y to return incorrect values on Android 9+ devices (
Fritz)
0030999:
[Functions] Functions: json_encode() truncates int64 values to be int32s (
Fritz)
0031557:
[HTML5] HTML5: iOS browsers don't appear to free memory after a streamed sound has finished, crashes the page on low RAM devices (
Luke Brown)
0031547:
[Windows (YYC)] Windows YYC: Comparing irandom() whole to a decimal number ignores the fractional part and returns true (
Russell Kay)
0031531:
[Functions] Functions: draw_text_ext() in conjunction with string_hash_to_newline() results in glyphs shown for the newlines (
Fritz)
0031540:
[tvOS] tvOS: Calling extension functions results in a small memory leak every time (
Fritz)
0031501:
[HTML5] HTML5: Some instance variables are not throwing an error when being assigned the wrong type (
Luke Brown)
0031515:
[HTML5] HTML5: asset_get_index has some suspicious broken trailing code (
Luke Brown)
0031370:
[Networking] Networking: WebSocket connections are not functioning correctly with the current NodeJS release (
Russell Kay)
0030375:
[Physics] Physics: Every 2,750-ish particles, the particles system fails to work correctly for the next 1,000 particles (
Fritz)
0031474:
[General] General: Attached project will cause the "runner has stopped working" Windows error message (
Scott Dunbar)
0031621:
[HTML5] HTML5: Running projects on Edge/IE11 does not work when using default device target settings, results in a Bing search (
Luke Brown)
0031658:
[Font] Font: draw_text_ext_transformed_colour() does not draw text if the string begins with "W" (
Russell Kay)
0031009:
[Variables (Object/Instance)] Variables: "direction" can be a negative value, differs if rotating clockwise or anticlockwise (
Fritz)
0031622:
[HTML5] HTML5: Room background does not work on Internet Explorer 11 (
Luke Brown)
0031598:
[Functions] Functions: More than 3 spaces at the end of a string confuses string_height_ext() (
Russell Kay)
0031576:
[HTML5] HTML5: Using part_system_create_layer() causes game startup fail (
Luke Brown)
0031523:
[Physics] Physics: Physics_fixture_bind function is causing webpage to crash (
Fritz)
0031549:
[HTML5] HTML5: effect_create_...() has a code error "unable to convert rgb(0,0,0) to a number" if using ef_explosion, crashes the game (
Luke Brown)
0031596:
[HTML5] HTML5: Directly accessing a value in a ds map that references an array causes a crash (
Russell Kay)
0031674:
[HTML5] HTML5: string(undefined) is "null" (
Russell Kay)
0031623:
[Mac] Mac: array_copy behaves differently on Mac OS compared to windows when coping 1d arrays (
Russell Kay)
0031592:
[Functions] Functions: When using a custom font draw_text_ext() will add the default char [] instead of \n, and so fails to wrap text (
Fritz)
0031588:
[Variables (In-Built)] Variables: YYC differs from VM in that "undefined" is defined as a very large number (something greater than "infinity") (
Russell Kay)
0031574:
[Paths] Paths: Using a custom camera view breaks some path...() and mp_grid...() functions, causes silent crash (
Fritz)
0031534:
[Buffers] Buffers: buffer_peek() using buffer_string() always fails (
Russell Kay)
0031630:
[Installing] Installing: NSIS game installs do not add a working shortcut to the game exe to the start menu (
Russell Kay)
0031609:
[Windows (YYC)] YYC: --string_with_a_number_inside and ++SWaN leak the string, ++ is only allowed on YYC (
Russell Kay)
0031569:
[Windows (YYC)] Windows YYC: draw_sprite_ext() won't draw anything if alpha in the colour value used (
Russell Kay)
0031502:
[Functions] Functions: [YYC] ds_stack_pop() on an empty stack returns 0 instead of undefined, differs from VM (
Russell Kay)
0031625:
[Windows (YYC)] YYC: Using an array accessor to set an element to itself results in "undefined" (
Russell Kay)
0031524:
[Mac] Mac: Does not detect any middle mouse button interactions (
Russell Kay)
0028721:
[Mac] Mac: Remove the splash screen delay for test builds (
Russell Kay)
0031182:
[Android] Android : Splash screen not corrected for aspect ratio, appears stretched (
Fritz)
0031353:
[Functions] Functions: json_encode on a double nested map with reals as keys will give gibberish the first time (
Russell Kay)
0031619:
[Windows (YYC)] Functions: [YYC] Doesn't always validate the number of arguments passed to script_execute(), can cause knock-on errors (
Russell Kay)
0031612:
[Functions] Functions: draw_set_color inside a with is not producing the same results between VM and YYC (
Russell Kay)