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 - V1mes

Pages: [1] 2 3 ... 7
1
Axe / Re: [Tutorial] Using the PageSwap axiom
« on: December 19, 2012, 02:05:49 pm »
Does it not matter then that i have not included func3 in the jump table?

2
Axe / Re: [Tutorial] Using the PageSwap axiom
« on: December 19, 2012, 01:05:42 pm »
Ok i made a small mistake thanks for pointing it out. I edited my question  :angel:

3
Axe / Re: [Tutorial] Using the PageSwap axiom
« on: December 19, 2012, 12:46:39 pm »
I'm sorry I don't understand your answer  :-\

4
Axe / Re: [Tutorial] Using the PageSwap axiom
« on: December 19, 2012, 08:16:37 am »
Another trivial question:

Say I have

Code: [Select]
Goto Start
Goto Func1
Goto Func2
Goto Func4

Lbl Start
...
Return

Lbl Func1
...
Return

Lbl Func2
...
sub(Func3)
...
Return

Lbl Func3
...
Return

Lbl Func4
...
Return
in my lib app.

will appFunc(3)(r1,r2,...) execute Func4 or Func3?

5
Axe / Re: What can be done in Axe in 3D ?
« on: December 18, 2012, 05:58:44 am »
Ok, this was what I found. I'll try and look for some tutorials too.

http://en.wikipedia.org/wiki/Scanline_rendering
http://en.wikipedia.org/wiki/Volume_rendering

As for the voxel tutorial, this is what I found:
http://www.advsys.net/ken/voxlap/voxlap05.htm
http://www.flipcode.com/voxtut/
https://sites.google.com/site/letsmakeavoxelengine/

Hope this helps. Also let us know what you decide to do, can't wait to see some results  ;D

6
Miscellaneous / Re: Random YouTube Videos
« on: December 17, 2012, 12:00:50 pm »
Can never quite remember the lyrics for that one   ;)

7
Other Calculators / Re: What graphing calculators does your school have?
« on: December 17, 2012, 10:12:35 am »
Anybody else's classes not even supply any calculators?

Here in UK they don't.

8
Miscellaneous / Re: Random YouTube Videos
« on: December 17, 2012, 04:31:01 am »

9
Miscellaneous / Re: Random YouTube Videos
« on: December 17, 2012, 04:09:55 am »

I got through 23:06 of that ._.

"Buttery, Biscuit, Base~"



I must have heard this over 100 times:

I like the base base base base
I like the buttery biscuit base
I like the base base biscuit base
I like the buttery biscuit base
I like the base, I like the buttery base
I like the buttery biscuit base
I like the buttery base, I like the buttery base
B-b-base base base base base knowledge

Crunchy base, nutty base
I like the buttery biscuit base
Acid base, smack around the face
I like the buttery biscuit base
Hard base, soft base,
I like the buttery biscuit base
I like the buttery base, I like the buttery base
But it needs more oomph

That base that base that base, oopmh
That toasty nutty base
That biscuit base base, that base base
That toasty base, that base
That rubbery base, slimy base
That base base base base base underneath
That base, that base
That toasty nutty base

I like the base base base base
I like the buttery biscuit base
I like the base base biscuit base
I like the buttery biscuit base
I like the base, I like the buttery base
I like the buttery biscuit base
I like the buttery base, I like the buttery base
I like the buttery biscuit base

But but it but but but but
But but it but but but but
But but but but but but but
But but but but but but but
But but it but but but but
But but it but but but but
But but but but but but but
But but but but but but but it needs to be a little bit deeper

And then bang in comes the
Wobble base wobble base wobble wobble wobble base
Wobble wobble wobble wobble wobble wobble base
Wobble base wobble base wobble wobble wobble base
Wobble wobble wobble wobble wobble wobble base
Wobble base wobble base wobble wobble wobble base
Wobble wobble wobble wobble wobble wobble base
Wobble base wobble base wobble wobble wobble base
Wobble wobble wobble wobble wobble wobble wobble

Aah
Wobble wobble wobble wobble wobble
It overpowers everything

That base base that base base
That toasty nutty base
That base base that base base
That toasty base that base
Crunchy meaty jammy spongy
Gooey nutty rubbery greasy
Slimy toasty sticky hard
Buttery biscuit base
Oomph

 :banghead:

Also https://www.youtube.com/watch?v=clZHQzBz0_I LOL

10
Reuben Quest / Re: Reuben Quest
« on: December 17, 2012, 04:05:37 am »
Actually he has to look like the guy to the right, but in 8x8 form (or 8x9 if you have masking or something would be fine) and facing 4 directions. Else it won't look consistent and you would be better off keeping the current sprite D:



Oh ok, sry; removed my post

11
News / Re: 2012 Apocalypse TI-83+/TI-84+ Programming Contest
« on: December 16, 2012, 04:33:40 am »

12
Miscellaneous / Re: Random YouTube Videos
« on: December 16, 2012, 04:32:56 am »
Yeah I only just came across that one lol

Also listened to this all the way through, somehow :P :

13
Miscellaneous / Re: Random YouTube Videos
« on: December 15, 2012, 04:55:56 am »

14
Axe / Re: Text
« on: December 14, 2012, 01:54:02 pm »
And it is...

15
Gaming Discussion / Re: 100 Games that is hard to 100%
« on: December 14, 2012, 01:42:16 pm »
21. The Binding of Isaac + Wrath of the Lamb expansion
22. Nethack, Angband, ADOM (mostly b/c of the infinite dungeon ;D), so basically, any traditional roguelike!

Pages: [1] 2 3 ... 7