No, I’m not talking about the canned pork (I haven’t tried it yet, but I think I will soon)

I’m talking about usless adverts (expecially the ones that aren’t even on topic…)

THEY DRIVE ME CRAZY!!!

ARGH!!!!!!!

Comment below if you hate spam too!!

(And if I wanted advertisements, I would have banner ads on top and to the sides, but I hate ads…)

FillRectangle

public static void FillRectangle(uint lx, uint ly, uint sx, uint sy, uint colour)
{
for
(uint xx = lx; xx < sx + lx; xx++)
{
for
(uint yy = ly; yy < sy + ly; yy++)
{
if
(xx <= 319 && xx >= 0)
screenbuffer[yy * 320 + xx] = colour; //If you are using a uint[] as a screen buffer, use this, otherwise use this:
//Screen.SetPixel320×200x8(xx, yy, colour);
}
}
}

for this to work you use have

using Cosmos.Hardware;
using Screen = Cosmos.Hardware.VGAScreen;

private static uint[] screenbuffer = new uint[512000]; //Optional, you don’t need a buffer, but I recommend it;

and have added colors to the palette and added:

Screen.SetMode320×200x8();

before the main loop.

goto

I feel a bit odd… I just used a goto statement… because I was lazy… This is not good practice… Worse, the code is a mess now in that little spot. Eh, I guess I’ll fix it later. (This is a project unrelated to AEOSgui)

:)

Email Choice

7 out of our 13 (14 if you include myself) users have a gmail account… Which I think is a bit odd… Go for Yahoo, I use it and haven’t had any problems, (except the router doesn’t let me actually do port forwarding, which would otherwise allow me to have my own home server… But that’s their internet service, not email service… why do I get off topic?)

Tags:

As soon as I get a PS/2 mouse [USB is apparently not supported...] I’ll run AEOSgui on my second computer and record it. It may become the new way to show off releases…

AEOSgui

Yay, a new version!

More goodies for you to enjoy!

http://www.ertnerd.com/source.zip

(please note that the link will never really change… unless I say so.)

Tags:

New Site

I decided to just get WordPress (it was free)

I needed a new look anyway… Grey is drab wonderful!

I’ll get the AEOSgui link back up with the latest version.

Theme by RoseCityGardens.com