Legend of the Seeker
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: Snarky on Tue 28/08/2018 06:16:03Quote from: Gurok on Tue 28/08/2018 03:57:55
The first season of Westworld was carried along by Anthony Hopkins, but I agree, beyond that it's utter garbage. It's what I like to affectionately call, low-budget Canadian sci-fi.
There are many things you could call Westworld, but "low-budget"?
Quote from: Mandle on Tue 28/08/2018 03:52:58
Yes, some are really good. But most aren't: The Exorcist, The Omen, Westworld, Emerald City, etc.
Quote from: Crimson Wizard on Wed 22/08/2018 10:46:08
I had no idea about this... May this be added to the manual? Because it mentions "constant expressions" right now.
Quote from: Crimson Wizard on Thu 09/08/2018 10:18:22Quote from: JFalcon on Thu 09/08/2018 10:06:08
That being said, is there a limitation on the number of case statements in a switch?
I checked the code, and "switch" uses same mechanism to keep record of nested script blocks as if/else, having same limit of 75.Quote from: JFalcon on Thu 09/08/2018 10:06:08the easiest thing to do would be to convert the resulting operation to a value that can be used within a switch...case from a loop.
The way that I would approach this using an array of structs, one the string that I would want to check and the other member with the value to use in the switch() case construct.
Ahh, yes, you are right, that will work. I was not thinking hard enough earlier.
Although I'd perhaps propose to again split this into verb ID and object ID to make further handling more convenient; for example, you will be able to run some specific commands in case of each "look", or tell "I cannot look at xxx" if the object is unknown, etc.
And of course there are still ways to split the giant switch into several parts to make it work in current AGS.
switch(true)
{
case Parser.Said("One"):
break;
case Parser.Said("Two"):
break;
...
}
Quote from: Khris on Sun 12/08/2018 09:20:53
Using more than 3GB (Gigabyte) of RAM, which is recommended very much, requires a 64bit OS and hence a 64bit CPU.
Quote from: tzachs on Fri 27/07/2018 04:41:29
Ah, ok, I saw that you linked to their pricing page, so I assumed you intend to use the paid version.
Quote from: Slasher on Thu 26/07/2018 14:02:03
Yes, I would. A yearly donation would be acceptable to assist costs.
Quote from: tzachs on Thu 26/07/2018 15:32:29
Cool initiative!
I'll probably use it if it's as convenient as imgur.
One concern, though, that if you run it on your server and it blows up or something, you'll need to take care of running backups. Did you consider hosting it in the cloud so you won't need to worry about this?
Quote from: tzachs on Thu 26/07/2018 15:32:29
Also, a free and open source alternative to Chevereto that you might want to check out: Pictshare.
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.478 seconds with 15 queries.