Show Posts

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.


Messages - aeTIos

Pages: 1 ... 204 205 [206] 207 208 ... 274
3076
Miscellaneous / Volcanic eruption - Iceland
« on: May 23, 2011, 01:00:31 pm »
A year ago, the volcano Eyjafjallajökull on Iceland erupted. Yesterday, the volcan Grimsvotn (GREEMSH-votn) erupted.
YouTube vid of the eruption:

3077
News / Re: A revolution in quadratic gaming, by Ralphdspam
« on: May 23, 2011, 12:53:17 pm »
WHY DO YOU NINJA MAH? ME ATES RULES5032!
GCS/E/ED/CM/MU/S/TW d? s+ a13 C++++ P L E-- W++ N+ o-- k- w++ M+ PS PE+ Y+ PGP+ t 5 X R+++ tv+ b++++ DI D+ G e-- h! r-- y?

3078
News / Re: A revolution in quadratic gaming, by Ralphdspam
« on: May 23, 2011, 12:50:38 pm »
ME THINK CALCULATOR OF YOUR ACTUALLY CRASHING WILL MAYBE.

3079
Axe / Re: Axe Q&A
« on: May 23, 2011, 12:48:34 pm »
But does it also count to the executable code? I mean, can you for example have 8000 bytes exec code and 13000 bytes of data?

3080
I was about to say that.

3081
hm. I feel a bit sorry now :|
Good luck for coming up with alternatives!

3082
Humour and Jokes / Re: xkcd comics I agree with
« on: May 23, 2011, 11:02:30 am »
768 is the number of bytes in saveSScreen, plotSScreen, and appBackUpScreen. Basically, it's the number of bytes needed to represent the screen :)
Hah, lol!

3083
Axe / Re: Axe Q&A
« on: May 23, 2011, 11:00:12 am »
Does data count to the maximum size of a flash app?

3084
Computer Projects and Ideas / Re: RulerOS
« on: May 23, 2011, 10:56:22 am »
Chrome is not in the poll D;

3085
TI Z80 / Re: AXLE - 2011 Axe Platformer Contest
« on: May 23, 2011, 10:54:59 am »
Gr... Gr... Great!

3086
TI Z80 / Re: [2011 Axe Entry] Uncharted TI
« on: May 23, 2011, 10:51:04 am »
Does data count to a flash app's size?

3087
I find that Camper was in it only for the money and I knew the whole time that rapture wasn't going to happen yesterday. That being said I think that Camper will declare a new date for the rapture using the 84+'s random integer function ;)
lol. Well said.

3088
Rapture insurance? O.O lol. How would you protect someone being taken away in less than 0.00001 seconds?

(Also, I dont believe in Rapture )

3089
Thanks. Also, this was said by a sect, like there are so many in the world. I think many Christians did not believe this. I did not.

3090
TI Z80 / Re: Contest entry - Continuity
« on: May 23, 2011, 09:00:49 am »
I tested with 2*3, that worked. I can use any map size, since I store the levels this way in the appvars:
Code: [Select]
Data(X) ;First byte of the tilemaps
Data(XposStart,YposStart)
Data(Level width,Level height)
Data(Level offset)   ; So if its 2*2, it'll be 4 bytes, and so on :)
Hex code for all slidetiles (216 bytes each)
I might use RLE, since that'll cut the level size drastically. Should take a look at Nemo's tutorial on that :P

IMPORTANT:
Oh, to avoid confusion between sub-maps and tiles (sprites), I'll use those definitions:
-Tile: Sprite
-Sub-map: Slider

Pages: 1 ... 204 205 [206] 207 208 ... 274