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 ... 108 109 [110] 111 112 ... 239
1636
TI Z80 / Re: VVVVVV
« on: February 28, 2013, 02:43:22 pm »
That's another quite big improvement! I like it :D Unfortunately I do not own a TI84 :( therefore you have nspired me to make another 'clone' :P
Or better: make a 84+ emulator for Nspire :P

Anyway, it is great to see fast progress on this :D
I wonder why you never finished any projects if you code so efficiently O.O

1637
Other Calculators / Re: TI-Concours - last days to subscribe !
« on: February 28, 2013, 01:18:27 am »
There's a very small chance I participate so, even if I already registered... I'm also disappointed : why always Nspires ?
It is true that it is disappoiting to win a calc you already have. But that is not worse than giving a TI 76.fr, as the zContest ;)

1638
News / Re: TI bans community calculator emulation
« on: February 26, 2013, 12:59:48 pm »
Come on, for me it's obvious. They're just trying to increase their emulators sales ($$$) to protect their investment. That's all! ;)
There are several kind of people:
- "basic" students, who don't care about emus. They won't buy emus. Especially if they don't own the calc, which they could not test if there is no free emu available, so really, they won't buy any emu.
- coders, who want to code efficiently with a fast emulator. But TI's emulators never were fast so those people won't buy emus (or make me dream, will TI manage to code something that truly works well ?)
- Teachers who use the emu they can.

So the only emulator sales are based on teachers. But will they really make more money on teachers by banning emus ? Personnally, I only saw a teacher use an emulator in my school once, and it was an official emu (I think it was TI SmartView) so TI won't make more money on my school by banning emus.

1639
Other Calculators / Re: TI-Concours - last days to subscribe !
« on: February 26, 2013, 12:51:31 pm »
Lol at the calendar. The second Axe period is exactly the week before the beginning of my exams XD
I am not very disappointed though if there are only Nspires to win (already have a CX CAS).

1640
Axe / Re: Input user text?
« on: February 26, 2013, 01:18:28 am »
You can also check the routines thread index. There are some input routines out there :)

As for checking what the string says, seems like a job for Equ>String ;)

1641
Axe / Re: really big files and how to use them
« on: February 26, 2013, 01:15:53 am »
It's crazy slow to make a TMP copy every time you draw. Also, files work form RAM. :P
They work from RAM but there is no point using them from RAM :P
And it may be too slow for moving tilemaps but he only draws the map once (I guess) and then only the player moves, so the loss of speed isn't a big problem here.

Well, I gots this working with Hayleia over IRC! Thanks y'all!
Great :D

1642
Axe / Re: really big files and how to use them
« on: February 25, 2013, 02:33:52 pm »
Lol, then you have two solutions: either create a temporary appvar with the right size (pointed by U) and copy the archived one in it, or copy 8 bytes of data to a temporary buffer like L3 before each pt-on. For example, if your Pt-On is like Pt-On(X,Y,f(Y1)), you can replace it by Copy(f(Y1),L3,8):Pt-On(X,Y,L3)

1643
Axe / Re: really big files and how to use them
« on: February 25, 2013, 02:28:24 pm »
Ah i guess ypu put a Y1 in your pt-on, which is forbidden.
Then, try this instead (sorry, i am on android so i'll post a weird syntax)

Getcalc appvpimap,Y1
Copy Y1,L3,768

Then replace all the Us (the ones i said shoumd become y1s) by L3

1644
Axe / Re: really big files and how to use them
« on: February 25, 2013, 02:19:09 pm »
Code: [Select]
GetCalc("vPIMAP",Y1)->U

It goofs up the graphics routine and everything that calls that appvar.

Any help?
Remove the useless "->U" and replace all your "U" after this line by "Y1". And don't forget to archive your appvar.

1645
TI Z80 / Re: TokenIDE - TI-BASIC IDE
« on: February 25, 2013, 11:37:05 am »
As long as the .exe is noticeable enough among the other files, I don't really mind the number of .dlls in the folder :)
So, for me, it is your choice ;)

1646
TI Z80 / Re: zStart - an app that runs on ram clears
« on: February 25, 2013, 11:34:25 am »
Feature idea:
For now, when we are in the program editor, we have shortcuts to quickly compile an Axe source execute it and come back to editing.
Could there be the possibility to have the same (without the compiling part) for Basic and Grammer programs ?

1647
OmnomIRC Development / Re: OmnmomIRC changelog and suggestions
« on: February 24, 2013, 11:58:07 am »
I like that afk feature suggestion :D

Also, I accidentally double posted and and, OmnomIRC notified for the two posts, which is normal.
But when I deleted one of my posts, it notified again ???

1648
TI Z80 / Re: [Axe] Temple Run 2D
« on: February 24, 2013, 11:54:48 am »
This is a good idea to make it in 2D to speed it up :)
Something I wonder though: is that greyscale or blur that I see ?

1649
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: February 24, 2013, 02:12:06 am »
4528: On Dolphin browser, the first website you created a gesture for was Omnimaga (true story)

1650
Other Calculators / Re: Getting an 84+SE!
« on: February 23, 2013, 01:09:51 am »
I got just the calculator, no cables or documentation or anything
But the mini-USB from my Nspire fits the mini-USB port on this one, so all is well. 
Don't worry about the documentation :P
However, you may miss the Silverlink at times: the USB cable is faster than the SilverLink but there are some apps that can only be transferred through the Silverlink.

Pages: 1 ... 108 109 [110] 111 112 ... 239