Quote from: WHAM on Fri 29/11/2013 11:49:53Oh, and consider this: a YEAR in this fantasy world has 14 days.
The Winter is Coming!
Spoiler
Sorry, could not help myself 

[close]
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: WHAM on Fri 29/11/2013 11:49:53Oh, and consider this: a YEAR in this fantasy world has 14 days.
Quote from: Ghost on Fri 29/11/2013 05:45:57You miss the unfortunate possibility that
Personally, I think the Jester is reliable. My reasoning is that if the EVIL KING held him in a dungeon, he must have been NON-EVIL. That, or the EVIL KING hated jesters.
Quote from: Calin Leafshade on Wed 27/11/2013 23:21:56Unfortunately, that's true. It produces very formal sequence of instructions, mimicing how real x86 processor (IIRC) works: putting values to registers, getting them back, calculating, putting result to register, getting it back once again for other use, etc, etc., and every action is processed separately. I think it does at least about 3-5 things more than needed per each primitive operation.
The AGS compiler, AFAIK, has no optimisation and uses no advanced CPU instructions.
unsigned char * serialised_image; // see the '*' added here
serialised_image = new signed char [engine->GetSpriteWidth (id) * engine->GetSpriteHeight (id)];
serialised_image = engine->GetRawBitmapSurface (temp);
engine->ReleaseBitmapSurface (temp);
Quote from: Knox on Wed 27/11/2013 15:09:05You don't have to manually change it, you can do that on winsetup window too (after you press "Advanced >>>" button).
On another subject, is it possible in future versions to be able to set the cachemax size directly in the Game Settings panel? (as apposed to manually modifying the acsetup.cfg file)
Quote from: Radiant on Mon 25/11/2013 15:03:50Quote from: Crimson Wizard on Mon 25/11/2013 12:42:09Thank you. Is that related to Dx5/Dx9?
1. Fallback to software driver if hardware one could not be created.
[override]
multitasking=0/1
os=dos/win/linux/mac
Quote from: David Ostman on Fri 22/11/2013 07:05:43
I was thinking.. With custom resolution would I be able to enter some arbitrary resolution that "doesn't exist"
Quote from: LameNick on Thu 21/11/2013 19:49:43I am supposed to rewrite the setup program when I get time, in plans it should display a list of resolutions supported by your gfx card.
Awesome! Works nicely so far, one more stupid question though: is there no way for it to recognize the monitor's resolution? does screenwidth/height in the acsetup.cfg always need to be edited when the game is played on different monitor setup?
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 2.753 seconds with 16 queries.