Quote from: Mandle on Fri 08/11/2019 04:38:25The actor?!?
Ronald Reagan?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: Mandle on Fri 08/11/2019 04:38:25The actor?!?
Ronald Reagan?
Quote from: Gilbert on Sat 26/10/2019 19:30:50I've watched it and thought it wasn't too bad. It was made quickly and cheaply, but I'd say the result is probably better than the modern versions (I've not seen them all).
Yep. It was shot as a real movie but was never supposed to be released.
export BUILD_TYPE=release
mkdir build_$BUILD_TYPE
cd build_$BUILD_TYPE
cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE ..
make
Quote from: robcolton on Mon 14/10/2019 23:24:18Also, Windows Explorer can accidentally lock the files whilst trying to look at the directory contents. So you could also try closing all Explorer windows which are displaying game directories.
My AGS folder is in my OneDrive documents folder, I'll try to pause OneDrive and exclude it from virus checking and see if that helps.
Quote from: Gurok on Mon 14/10/2019 02:25:37You could also similarly optimise the constructor for the array.This was the part I was most interested in trying to optimise, but maths isn't my strong suit. I would guess that trying to work out the maximum number of delimiter instances that yield a value would allow the array size to not be so large, but the substring checks required would just present a similar problem to the string splitting, and performance wise it is just better to over-commit the array size?
Quote from: TheManInBoots on Tue 01/10/2019 01:14:38Sacrifice some chin to protect the forehead.
Radiation protection lmao
Quote from: Matti on Sun 22/09/2019 11:13:29
Doesn't HiDPI just mean that a small screen can have a high resolution? What do you mean by support?
Quote from: eri0o on Sun 15/09/2019 16:29:18The whitespace package that comes with it is enabled and pre-configured to do lots of whitespace changes. If you edit the settings for this package you can stop it doing this. Git on Windows will also auto-convert line endings by default, which can get complicated if you are sharing the checked out file between Windows and something else.
just watch Atom, because it sometimes gets confused with line ends and replaces line ends of everything it touches - not a problem for ags but if you have your game on Source Control like git, you will get spurious file changes of Atom randomly replacing line endings for whole files. Atom hasn't given this bug anymore for me, so maybe they fixed it, but I had it on the past.
Quote from: Crimson Wizard on Wed 11/09/2019 01:05:45Selecting the theme writes it into the user profile, so this isn't straight forward to do.
Maybe we could add it to the installer actually, if it's preferable.
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.082 seconds with 14 queries.