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 ... 37 38 [39] 40 41 ... 239
571
You can upgrade, but it is not a good idea to upgrade the "normal" way. You can use nlaunch(y) to upgrade your calculator in a safe way that will most of all give Ndless the reboot-proof property. Using nlaunch(y), you can even have some sort of dual-boot and keep both OSes on your calc, in case you sometimes want to go back to 3.1 (or the contrary, in case you are still using 3.1 but sometimes want to use 3.6).

If you already updated the normal way, don't worr, there's a way to downgrade (with nsNandMgr iirc), to go back to 3.1 and do what I said about nlaunch(y) afterwards.

And you should backup your files, upgrade or not, accidents come fast ;)
No need to delete them though.

572
Other / Re: New Computer
« on: April 19, 2014, 07:37:06 am »
YAY Xeon! I never understood why anybody would need i7 or i5 if there are way better ones for the same price!
In my case because laptops with Xeons are pretty rare :P
And my laptop runs all the games I want for now (including AC4, the one everyone complains about it not running on newer desktops) so I didn't need anything higher.

573
Other / Re: New Computer
« on: April 19, 2014, 06:29:47 am »
Haha ! I received something in my mail yesterday too, it was two official GameCube controllers. I guess we both had the same reaction, like "We're gonna have fun with this thing" (quote from Wolf O'Donnell) :P

574
Axe / Re: Axe 2048 help?
« on: April 18, 2014, 11:17:16 am »
Or use "external" safe RAM like the one pointed by L1, or L2, etc.

575
Axe / Re: How does one make an Axe Library, in Axe.
« on: April 17, 2014, 04:26:54 pm »
Also, just a side note. To help everyone (including yourself) understanding your code, you can use self-explanatory names (up to 13 characters) to you labels (and have custom-named variables too but that needs declaration and understanding memory and such), and I think that FAR is far from being self-explanatory (even though the content of the routine is).

576
News / Re: OS 3.3 available for the TI-Nspire CX CAS
« on: April 17, 2014, 12:50:35 am »
Where can I get Ndless for 3.6? I have a TI-Nspire CX rev. D

Also, does it really work? Because I don't want to get screwed and being locked in 3.6 if Ndless doesn't work...
Well you don't have to update, you can keep the OS 3.1 ;)
You can also have both the 3.1 and the 3.6 on your calc using nlaunch(y) in case you still prefer the 3.1 for some reason but need the 3.6 for some other reasons.

577
TI Z80 / Re: 2048 (with animations) !
« on: April 16, 2014, 12:55:01 am »
Bug report !
I had on the bottom row, in that order, 2, 8, 256, nothing, and when I pressed right, I had nothing, nothing, 2, 8 and the 256 was offboard.
I don't remember what I had on the other rows though.

J'avais dans cet ordre là sur la dernière ligne, 2, 8, 256, rien, et quand j'ai appuyé sur droite j'ai obtenu rien, rien, 2, 8, et le 256 était à côté du plateau.
Je ne me souviens plus de ce que j'avais sur les autres lignes par contre.

Well, help? :/
I'd say that you should just try to make something really stupid, not something geniusly optimized fast and small.. Like a If for each directionnal key and 4 times "the same" code. Then, you'll optimize that if you want.
Let's take the left key as an example. What you do is go through your board from left to right, and move the tiles you encounter to the left if they can move. I'd suggest you actually have two boards, one being the board before the movement, and the other one being the board after the movement (and then you store the "after" in the "main").
Same for the right key, except that you go through your board from right to left this time, and you move your tiles to the right, obviously.

578
TI Z80 / Re: 2048 (with animations) !
« on: April 14, 2014, 04:39:51 pm »
Your French is better than mine. :P
Well I am French, so... :P

And I might put that in my port...if I had one. :/
I STILL need help with the basic SLIDING! :mad:
Can someone please help? None of my implementations are working! :/
Are you talking about animations or "just" detecting where a tile should go and whether it should merge with another one ?

579
TI Z80 / Re: 2048 (with animations) !
« on: April 14, 2014, 03:45:23 pm »
Could you implement game saving ? Like, I quit the game then come back and I continue the previous game and don't have to start over ?
__

Tu pourrais implémenter la sauvegarde ? Genre je quitte, je reviens et je continue ma partie au lieu d'en recommencer une ?

580
1) Why do you want your program in RAM ? Isn't it better in Archive ? ???
2) When you dragged and dropped your program onto the Device Explorer window, did you drop under the "Flash" word or above it ?

581
TI Calculators / Re: deleting glitch
« on: April 14, 2014, 02:19:40 pm »
Not ABH but AHB. :P
Fail. Thanks. But that was understandable I guess (the only thing that has three uppercase letters including A,H,B in Nover).

582
Axe / Re: How does one make an Axe Library, in Axe.
« on: April 14, 2014, 02:11:46 pm »
Well I was kinda right about the cause of the problem. And that's what Runer said when he wrote "make sure that you either include it in a place where you know execution won't naturally reach, or to make sure that your subprogram/library wraps its code in a block that will skip its execution, like If 0 ... End or Goto SubEnd ... Lbl SubEnd."

prgmLIB should be at the bottom of your source. Don't put a return in the end of it, but in the beginning. Also it should start with "..", not ".", although that's not the problem.


Like so :
Code: [Select]
:.header
:ACT()
:other code
:prgmLIB


:..
:Return
:Lbl ACT
:r1->strg111
I'd advise more to put the Return in the main program for more visibility. I just like to know where my program ends.

I am against using subprograms anyway, except for huge projects. You said it yourself in the zStart topic, you're wasting time swapping between your files, time that you could save if everything was at the same place. And you would not have problems being lost thanks to zStart's label menu. But whatever fits you I guess.

583
TI Calculators / Re: deleting glitch
« on: April 14, 2014, 02:51:33 am »
1) If you are using Nover, disable it for a moment and remove it from the startup folder
2) Press reset
3) Delete your document. Check if it's gone for real, it should be
4) If you are using Nover, re-enable it but with a lower ABH frequency

Note, I am not an Nspire pro, so I think what I said is right but I am not sure if that really works :P
At least it shouldn't hurt.

584
TI Z80 / Re: 2048 (with animations) !
« on: April 13, 2014, 04:57:31 pm »
Finally a 2048 clone with smooth animations. Great job :)

585
Humour and Jokes / Re: Is your son a computer hacker?
« on: April 13, 2014, 02:00:37 pm »
Phew. I dyed my hair green and use Ubuntu, which is Linux not Lunix, so everything is ok for me. Plus, I bought an ATI as a graphic card, not an AMD, and never asked my parents to change their ISP because I don't live in their house most of the time so I could choose one I like without asking them.

Pages: 1 ... 37 38 [39] 40 41 ... 239