Quote from: Crimson Wizard on Yesterday at 02:23:44We moved to full 32-bit ARGB colors. All colors in script must be made a 0xAARRGGBB number, or a Game.CreateColorFromRGB used.
Another potential issue is drawing with a transparent color. Since alpha component is now in play, the result is that with fully transparent color no pixels are changed. This may be worked around by setting DrawingSurface.BlendMode = eBlendCopy.
surface.DrawingColor = 14458110;
surface.DrawingColor = 0xFFEA99FB;
Quote from: Gilbert on Yesterday at 02:04:34I guess it's just someone who are used to "modern high-res HD graphics" and cannot stand blocky pixels, so they prefer playing the game in a tiny window.
Quote from: ThreeOhFour on Yesterday at 02:19:58Finally back to building an AGS project after getting it written and when I tried to update my project from Alpha 14 of AGS 4.0 to Alpha 22 I noticed that my functions that use the DrawLine() command no longer work. Has the way dynamic sprites work changed between these versions? It doesn't crash, it's just that nothing shows up. Restoring my backup up project and opening it in the Alpha 14 build had the lines showing up as expected.
Quote from: Crimson Wizard on Thu 17/07/2025 18:09:46"Awful" how?
Quote from: Monsieur OUXX on Yesterday at 00:28:38EDIT 3: My laptop is known for having a very high resolution combined with a very wide screen (3840 x 2160). Could it be that the coordinates of the popup window are so crazy that the system decides to close it? It's just a shot in the dark, because like I said I do see it flash briefly.
Quote4) I press F5 -> It does not regenerate the warningsF5 does not rebuild all rooms, only recently modified ones.
QuoteIn the end I had to take a screenshot of the warnings, to have both the room and the warnings side by side.You can do right-click - Copy the output messages.
Quote from: Monsieur OUXX on Yesterday at 00:28:38EDIT 2 : I've reset all the settings to default (I changed the font, like I said before) but the issue is still there. I've recorded a video : https://www.mediafire.com/file/r4o3f4jitnx68cx/ags_troubleshooting.mp4/file
(WARNING: It will remain online only 3 days)
Quote from: Crimson Wizard on Yesterday at 00:22:55How many monitors do you have on your system? A while ago we have had a report that this window may move to another monitor.Usually yes, weird issues like this happen on multi-monitor setups. But today I'm purely on my laptop, with nothing else plugged in.
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.074 seconds with 10 queries.