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

Pages: 1 ... 148 149 [150] 151 152 ... 239
2236
Gaming Discussion / Re: 3DS Friend list/Kid Icarus: Uprising
« on: July 29, 2012, 12:30:52 pm »
Why Nintendo named his new DS console the same as a well known and powerful 3D software named 3Ds, I wish I could know.

Why ....
Because it is a Dual Screen console with 3D, so a 3D DS, and they were too lazy to pronouce two D so they came out with 3DS :P

2237
Miscellaneous / Re: Internet Map
« on: July 29, 2012, 12:25:15 pm »
I love the way that he arranged the map into a star-like system. :D
Nice Find!
They didn't have to find anything, it was already invented here.
Doesn't show the whole Internet though :D
Nope, this is a search enfine, it only shows what you are looking for and show how websites are linked to each other. But when I said they didn't invent anything, it was about the space-looking design, not about the function :)

2238
News / Re: New mViewer CX 3.2 adds JPEG support
« on: July 29, 2012, 12:23:07 pm »
Or you just add revisions, like Ndless. This would be mViewer CX 3.1 r1.
Now that I think of it, it is the same as Reo's solution but a bit more ugly -.-

2239
Miscellaneous / Re: Internet Map
« on: July 29, 2012, 02:29:22 am »
I love the way that he arranged the map into a star-like system. :D
Nice Find!
They didn't have to find anything, it was already invented here. I just wonder why the site I gave the link is so ugly, it used to be beautiful like in the spoiler but they changed it like that for no reason ???
Spoiler For Spoiler:

2240
News / Re: New mViewer CX 3.2 adds JPEG support
« on: July 29, 2012, 02:14:46 am »
This is great news :D
However, this still need Ndless, right ? So calling it mViewer 3.2 is not a good idea in my opinion. People could think it runs on OS 3.2

2241
TI Z80 / Re: M.E.T.A.
« on: July 28, 2012, 03:19:20 pm »
That reminds me... what does META means? Because it looks strangely close to PETA... O.O
Meta means something purely in the abstract realm. I'm not quite sure what it stands for in this particular game, however :)
EDIT: For people who didn't read the readme, META stands for Metamorphically Enhanced Transgalactic Astronaut.

2242
TI Z80 / Re: TinyCraft II (name subject to change)
« on: July 28, 2012, 01:36:37 am »
Have you any idea what you will add extra?
For now, I am working on making interactions with blocks, like cutting trees, etc ;)

I.e. I don't think redstone is possible? ;) maybe it's an idea for a next app, only lamps and such thing supported ten, and then or gates and and gates and stuff could be 1 block
I just looked at what it was on the MineCraft Wiki.
I don't think that will be doable at 6 MHz. So maybe after the final release, I'll add extensions for 15 MHz calcs but this is not planned at all :-\

edit: Lol, why do people still vote in the poll ? :P
(results of the poll:
- 14 persons voted for transparent chickens
- 4 voted for white chickens)

2243
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: July 27, 2012, 02:55:12 pm »
3095: We like to repeat stuff in here. A lot.
3096: We like to repeat stuff in here. A lot.
D: That is not even the real sentence, it is "We repeat stuffs in here. A lot." But you're right in some way: if we counted how many times this sentence appeared as a sign, the count would in fact be less than 2000 so it is useless to try to fix it :(
* Hayleia likes posting in this topic without adding any sign :P

2244
TI Z80 / Re: TinyCraft II (name subject to change)
« on: July 27, 2012, 01:51:36 pm »
Looks really nice. Glad this still progresses :)
agreed I havent checked it in ages and it is boss!!
Thanks :D
 And don't worry, I have nothing else to do than coding during summer holidays so I still have 15 days of 10 hours of coding. That should be enough to finish it I hope :)

oh thank you :D
No problem, it is my fault: I should make a zip and a readme.

2245
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: July 27, 2012, 01:43:01 pm »
3036: You are a calculator
3094: you are a calculator
I propose that the next signs is a 3095 bis then, so the figures are right :P

edit: Fixed

2246
TI-BASIC / Re: Jump code help please
« on: July 27, 2012, 01:36:06 pm »
EDIT: You should probably store pxl-test(Y+2,X) to a variable, cause it is used a bunch of times.
Or use some "Then", "End" and "Else" ;)

:47->X:31->Y:0->C
:ClrDraw
:Draw some stuff for it to drop on
:Repeat Y>54
:pxl-on(Y,X
:getKey->K
:If pxl-test(Y+2,X
:Then
  :0->C
  :If K=21:9->C
:Else
  :C-1->C
:End
:pxl-off(Y,X
:X+(K=26)-(K=24->X
:Y-(C>0)->Y
:Y+(C<0)->Y
:End

Moreover, you made something strange here:
  :If K=21 and pxl-test(Y+2,X
  :9->C
  ...
  :If pxl-test(Y+2,X
  :0->C
So the first If is useless ???

2247
TI Z80 / Re: TinyCraft II (name subject to change)
« on: July 27, 2012, 01:30:07 pm »
* annoyingcalc likes :D
O0 I found a bug :D in wabbitemu the title screen is all garbage
Are you sure you have a TCTitle appvar in archive when launching the game ?

2248
TI Z80 / Re: TinyCraft II (name subject to change)
« on: July 27, 2012, 12:02:57 pm »
Very nice Hayleia! I like the new titlescreen. :D
Thanks :D
I thought the old one lacked a bit of black and didn't reflect enough where TInyCraft came from :)

Also, I just insert that quote here.
I dislike having to press enter in a game. Just saying... :D
UPDATE
- The pie became a cake (and it is not a lie (see what I did here ?))
- Appvar existence checking
- In Game Key Configuration (avoid Math, Del, Mode) :D (see the aim of the quote now ?)
However, the keys you'll choose don't apply in the main menu, this is why I said "In Game".
edit: meh, chickens have problems now -.-°
Fixed :D

2249
TI Z80 / Re: M.E.T.A.
« on: July 27, 2012, 10:07:22 am »
I'm wondering if people are satisfying with non-scrolling map?
It doesn't only depend on people. If the game can't run fast enough with scrolling maps or if the bluriness is a problem, I think people are fully satisfied by a non-scrolling map. All they want is a good and playable game ;)

edit: D: No longer 1234 posts with 123 post ratings

2250
TI Z80 / Re: TinyCraft II (name subject to change)
« on: July 27, 2012, 04:19:00 am »
I don't think he'd have any grounds on which to sue you.. You're not making any kind of profit or anything by making the game, so all you're really doing is spreading the word of Minecraft, etc :)
Not false. He would sue me for advertising his games for free :P
But I still need to have a credits section, so his name appears somewhere.

edit: UPDATE
- New Title screen (which means that you need to change the TCTitle appvar) with credits in it :D
- Collisions are tile based instead of pixel based
- A lot of sprites were done (and a lot are ugly :P), press MATH to choose a tile to set then alpha to aim and 2nd to set the tile
- Crafting menus now show what is needed to craft items
- New items in the Crafting menus but some are going to change (the pie is going to become a cake for example)

Pages: 1 ... 148 149 [150] 151 152 ... 239