FillRectangle 4 Comments
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 [...]
goto Comment
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 1 Comment
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 [...]
AEOSgui Update Comment
Cool Story Bro!
AEOSgui 23 Comments
Fun stuff, man!