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 ... 176 177 [178] 179 180 ... 239
2656
I must thank Xeda a lot: my calc crashed and I lost the source. However, Xeda had reminded me to backup my progress so I didn't have to restart from the beginning :D (but now I don't have enough time left to add the two features I wanted my game to have :().
So, Thanks Xeda :)

2657
The Axe Parser Project / Re: Features Wishlist
« on: March 18, 2012, 05:06:21 am »
I know it has been requested many times and you answered "It is not any slower than the old method" but could you add an option to disable the progress bar while compiling ? I compiled Pokemon with 1.0.5 and with 1.1.2 and it takes longer with 1.1.2 (or maybe I counted faster :P).

(I recorded gifs but they have to start at the same time if you want to compare speed).


2658
D: My snake is no good at all !
And my code is even worse >.< (except that one optimisation I made specially for kindermoumoute :P)

2659
TI-Nspire / Re: OSLauncher 3.1
« on: March 13, 2012, 04:32:11 pm »
(BTW, downrates don't exist anymore :) )
Yes, I saw that right after posting. But what will happen to people with a negative respect ?

And, did us being overly nice prevent TI from trying to tamper with our freedom to tinker ? Not in the slightest way.
I can't remember the exact phrase but it might be something like "the world wasn't created in one day" (or maybe it is Rome, idk :P)
I mean that OS Launcher already existed for previous versions of Ndless. Then, 3.1 came and we were "nice" only during a few months. Do you think that they will change their way of seeing us in only a few months ? I think that if we only released games on 4 or 5 consecutive versions of Ndless, they would start changing their mind.

Well, she trusts the community to also produce contents with the official tools they give, which has been greatly improved with Lua ;)
Yes, Lua has improved a lot, but I'll only give Ndless up when all games (and I didn't say "all programs") from Ndless run with Lua ;)

2660
[FR] Programmation Axe Parser / Re: [Axe parser] : projet worms
« on: March 13, 2012, 04:23:12 pm »
Après avoir testé pas mal l'éditeur de dessin, je me suis rendu compte qu'il n'éditais pas la map à cause de la barre d'option en bas (je vais donc régler ça).
???

Sinon, pour la map, je suis assez d'accord pour dire qu'on pourra faire plein de tests dessus dans la mesure ou elle est bien variee.

Quant au code, qu'est-ce qui est routine, et qu'est-ce qui est boucle ? ???
Sinon, pour l'organisation, le "code" parait correct :)

2661
Dommage malgré tout que je l'ai déjà terminé :/
He ho ! y'en a qui sont en prepa et qui galerent à trouver du temps pour coder un jeu aussi basique que le snake, ici :P

2662
TI-Nspire / Re: OSLauncher 3.1
« on: March 13, 2012, 11:58:21 am »
I really don't think that releasing this was a good idea. Maybe it would have taken years, but TI could eventually have changed their mind after they see we don't do anything against their interest. Now they'll think they can't trust us.
Moreover, it is a matter of days before Ndless is blocked so I really don't get the point of releasing it now ???
One thing you coould have done is a video of it working, but with no release, to tell TI "I don't harm your interest while I could". But I guess it is too late

(feel free to downrate me if you think that post was not constructive, I was explaining my point of vue)

2663
TI Z80 / Re: zStart - an app that runs on ram clears
« on: March 11, 2012, 01:31:05 am »
Also, will zStart support 5 character labels in the label menu ?
Same request, will this feature added soon ? :s

Probably not. To be honest, that label menu is one of the things in the app that takes up the most space, and going to 5 characters would actually require quite a change. It might be possible, I'm not positive, but 5 letter sorting will definitely never happen (probably 200 byte addition).
Does anyone actually use the Sort for labels?  I've never used it, and although I think it's really cool, I personally find it unnecessary.
I do. It is really useful when you code in Axe and you want to skip all the data at the beginning or go to a specific routine in your code.

edit: I have 77 respect :P

2664
Axe / Re: Seeding the Random Number Generator
« on: March 10, 2012, 11:39:34 am »
(Sorry for the stupid question but I am French and I don't understand the word "seed" in this context (I thought it was for plants) ???)
It means to set an initial value or a place to start to a random number generator. In TI-BASIC you'd use int→rand.
Seed signifie la valeur qui va initier le générateur. Ca signifie aussi "graine"...
Here
Ninja'd
(Ok, thanks :). And I knew it had something to do with plants :P)

2665
Axe / Re: Seeding the Random Number Generator
« on: March 10, 2012, 11:35:06 am »
(Sorry for the stupid question but I am French and I don't understand the word "seed" in this context (I thought it was for plants) ???)

2666
[FR] Programmation Axe Parser / Re: [Axe parser] : projet worms
« on: March 10, 2012, 07:57:50 am »
(Flemme d'appuyer sur quote :P)

"Parcours de la pixelmap sans dépasser les limites de celle-ci."
Bonne idée, j'avais la flemme :P

"L'enregistrement dans l'appvar marchait très bien (bravo hayleia), mais maintenant c'est optimisé pour. "
Optimisé pour... pour quoi ?

"Ajout de l'option "annuler dernière action" en appuyant sur le touche "del"."
Bonne idée, on risque de s'en servir quand on fera vraiment des maps.

"peut être que le lors du changement de pinceau on a pas besoin de centrer le pinceau dans un carré"
Bof, pour la place que ça prend... Mais j'avoue que c'est inutile :P

"il me semble que les fonctions d'affichage sont pas très optimisées."
Celles que j'ai faites ou les fonctions de l'Axe ?

2667
TI-Nspire / Re: Nspire Movie Player - alternative to nPlayer
« on: March 10, 2012, 06:56:12 am »
Thanks for compiling it :)
Now how exactly do you use the moviecompile.exe ? :P

Quote
Otherwise, if you enjoy more control over the ffmpeg options, make a folder for all your frames. Then compile the helper.c program and copy the executable into your folder.

Change into your directory and run the following command on the command line:

ffmpeg -i /path/to/movie -s qvga -an -r 15 frame-%05d.jpg

This will spit out a whole lot of files. When it finishes, run the moviecompile program and it will produce a file. Copy this to your calculator along with the main program and run it. Make sure the extension ends in .nmp.tns.
Do we put the video in the "folder for all your frames" or do we put frames in it ?
Which format is supported ?
What does "Change into your directory" mean ? :P (I am French)

edit: I didn't understand anything to ffmpeg -.-°
Would it be possible to have a method with SUPER, for example ? It can convert a video into a sequence of JPG images, with 15 fps, etc, which is what you use according to what I understood :)

2668
[FR] Programmation Axe Parser / Re: Insertion par prgm()
« on: March 10, 2012, 06:53:18 am »
En fait, c'est surtout pour eviter d'avoir un enorme programme de code source. Avec des sous programmes, tu as plusieurs petits programmes de code source et donc c'est plus facile d'acceder au differentes parties de ton programme et tu n'as pas les 30 lignes de Data au debut du code...
En gros, il n'y a aucun avantage du point de vue codage en general mais cela peut t'aider a coder plus facilement :)

2669
TI-Nspire / Re: Nspire Movie Player - alternative to nPlayer
« on: March 10, 2012, 12:55:20 am »
Wait, in fact it seems that it didn't crash O.O
But after it ran the video, it diplays a black screen and waits for the 5 key to be pressed.
And when I tried all the keys, I pressed them quickly, maybe it didn't detect it when I pressed it.
Now it is ok, I press 5 at the end and it quits :)

I ran it on a CX CAS

I understand not everyone has one installed on their system though so I'll try to compile the helper program for Windows and release a binary.
Yeah, thanks :D
My sister uses a C compiler but I don't know how it works so I'll wait for your release :P

2670
TI Z80 / Re: zStart - an app that runs on ram clears
« on: March 09, 2012, 11:28:32 am »
I can't read 8 lvl grayscales pics on my 83+. :'(
I can't read 8 lvl grayscales pics on my 83+. :'(
O.O I can on mine (with 1.3.007 at least).

Do you actually want that? I can do it. It's just that it does corrupt your ram.
I do !!!

Also, we have "run when turning on", why not "run when turning off" ? :D

I mean. That's actually when the run when turning on runs. But unless you can give me a legitimate reason, it's not going to happen.
Is "I want my calc to turn off with style" a legitimate reason ? :P
No, it was just an idea that came in my mind, I don't need this ;)

"run when turning on" don't work on 83+.
It works for me with 1.3.007 (I didn't try 1.3.008 yet)


Also, will zStart support 5 character labels in the label menu ?

Pages: 1 ... 176 177 [178] 179 180 ... 239