STANNcam icon indicating copy to clipboard operation
STANNcam copied to clipboard

An easy to use camera object for Gamemaker studio, with options to change game and GUI resolution independently, and upscale pixelart

Results 18 STANNcam issues
Sort by recently updated
recently updated
newest added

enhancement
code semantics

The X and Y positions of the stanncam do not fully settle on at the follow instance's X and Y positions when using the zoom magnification. The camera position ends...

bug

Zoom factors greater than 1 should mean zooming in, thus making things bigger on the screen. The way that STANNcam's zoom factors work is that factors lower than 1 zoom...

bug
v2.3.2

https://github.com/jack27121/STANNcam/assets/46312671/c5cf152a-1073-4b05-a37e-0dbf0f52f979 When moving at really low speeds, the camera appears to be stuttering, this could potentially be fixed by having a minimum speed

enhancement
v2.3.2

This is the subpixel jitter improvement I did for Tom. All of my changes are marked with a comment containing "Cloaked Games" so you can search and see what I...

![GameMaker_TmH45npKFr-small](https://github.com/jack27121/STANNcam/assets/46312671/e83812cd-c6e2-446b-9557-b8227d245841) ![GameMaker_vwhQvzEzLj-small](https://github.com/jack27121/STANNcam/assets/46312671/250535e1-95ac-44fd-9d3d-03eee6adbba9) The gui is always being compensated to fit in the middle of the screen, maybe it should be an option whether to do so or not. A flag...

enhancement

![GitHubDesktop_hYFj4YQAdx](https://github.com/jack27121/STANNcam/assets/46312671/96b2398b-fb60-4c2b-b5f8-5a9bbd32db52) When manually dragging the game window to resize, you can see the display resolution isn't integer values. Either this is a visual error. Or else the window size should...

bug

right now camera zones can only be rotated 90 degrees or they won't work. They should be able to be rotated any angle. Also possibly should let zones overlap

feature suggestion
v2.4.0

to roll the camera. positive roll should rotate the camera counter-clockwise (just like image-angle does it) Could try to change the view matrix of the camera to rotate. But will...

feature suggestion