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

Pages: 1 ... 8 9 [10] 11 12 ... 57
136
TI Z80 / Re: zStart - an app that runs on ram clears
« on: March 06, 2012, 06:40:30 am »
I can't read 8 lvl grayscales pics on my 83+. :'(

137
Dans ce cas, j'attends celui en français :D
je me suis dis la même chose un jour, mais c'était sur l'Axe Parser. :/

@persalteas : tu n'as pas accès à #omnimaga-fr ? Je ne t'y vois jamais. O_o

138
Thank you, this feature could help me a lot. :o

139
Can you add a full bitmap editor ? I mean a bitmap that can use even 256*256 pixels. :)
Well this is an IDE for the TI-84+/SE, which doesn't have colors lol.
bitmap monochrom*
It seems logical to me. O.O

In Axe I can convert a bitmap with X width and Y height both including a number between 0 and 255. You have limited your IDE to 24*24 pixels... :banghead:

140
[FR] Programmation Axe Parser / Re: [Axe parser] : projet worms
« on: March 05, 2012, 11:33:19 am »
Plop,
Désolé de te demander ça, mais est ce que tu peux refaire les cercles avec cet axiom ?
Ce sera beaucoup plus léger et on pourra changer la taille du pinceau au delà des 8*8. :)

141
Can you add a full bitmap editor ? I mean a bitmap that can use even 256*256 pixels. :)

142
C'est ça le principale problème je pense, ils sont encore dans la calculatrice mais on y a pas accès. ???

En fait je me demandais, il y a bien des calculatrice avec plus de mémoire qu'elle n'en affiche (comme certains modèles de 84+) et auxquelles on a débloqué cette mémoire. Est ce que c'est le même système ici ? Pourquoi personne n'a jamais essayé de fixer cette mémoire de manière permanente via un programme asm, une modification d'OS, un patch... ?

143
[FR] Programmation Axe Parser / Re: [Axe parser] : projet worms
« on: March 04, 2012, 09:03:13 am »
J'ai fais quelque optimisation très vite fais, c'est plutôt bien optimisé en général. ;)

Il y a juste un truc que je n'ai pas modifié parce que j'étais pas sûr, mais parmi les variables que tu rajoute :
Code: [Select]
:L1+704→°WIDTH
:L1+702→°LENGT
Celles ci garde toujours les même valeurs :
Code: [Select]
:256/8→WIDTH
:256→LENGT

Du coup autant faire les utiliser comme des constantes en début de code :
Code: [Select]
:256/8→°WIDTH
:256→°LENGT
Et ensuite les réutiliser de cette manière :
Code: [Select]
:°WIDTH*°LENGT→r1Elles seront juste remplacées lors de la compilation. Comme je ne sais pas si tu compte les modifier (avec des map 512*128 ou 1024*64), j'ai pas fais la modification. ;)

144
@DJ_O : est ce que tu pourrait faire une news en anglais pourrait motiver certains programmeurs asm pour débloquer définitivement ces 65Ko ? :)

145
That's look pretty nice, where can I download it (same if that's not finished) ?

146
News / Re: Introducing "Programming the TI-83+/84+"
« on: February 29, 2012, 03:16:09 pm »
If you translate it in french, I think I'll buy it. That's a good idea to keep a written record of all your experience. Keep it up ! ;)

147
The Axe Parser Project / Re: Bug Reports
« on: February 28, 2012, 01:22:34 pm »
I take back what I said, today I tested more carefully returned values, and I noticed it : wrong value are divided by 2. O.O
I noted 10 wrong transfer :
Spoiler For Spoiler:
Sended : Received
14 : 7
1 : 0
12 : 6
5 : 2
2 : 1
6 : 3
14 : 7
13 : 6
18 : 9
4 : 2
It show wrong bytes are shifted (divided by 2). I don't know how torio get the other bug, but excuse me if I disturb you again. ::)

148

PS : pourquoi ne pas me poser la question sur espace-TI directement ?
Je ne vois pas le problème de poser une question ici sur Omnimaga dans la section française au lieu d'espace-TI. Surtout qu'en plus Axe Parser est un projet d'Omnimaga.

Je te rassure tout de suite, cela n'a rien à voir avec omnimaga, c'est un tout autre débat sur espace-TI. :)

149
TI Z80 / Re: zStart - an app that runs on ram clears
« on: February 27, 2012, 03:26:37 pm »
I suppose 1.3.007 only work on 83+, so if you have a 84+ use 1.3.006. ;)

150
The Axe Parser Project / Re: [Axiom] Floating Point Math (and other stuff)
« on: February 27, 2012, 02:56:05 pm »
I notice your aciom use Select() command, but it's the same tokens than Axe parser command, is there no conflict? ???

Pages: 1 ... 8 9 [10] 11 12 ... 57