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+. :'(
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. 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
[FR] Autre Sujets de Programmation TI, Casio et Aide / Re: Un Tuto Pour Grammer« on: March 05, 2012, 04:27:32 pm »Dans ce cas, j'attends celui en françaisje 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
Computer Projects and Ideas / Re: BexIDE -- An Axe/(Extended) BASIC Mini-IDE« on: March 05, 2012, 03:50:47 pm »
Thank you, this feature could help me a lot.
![]() 139
Computer Projects and Ideas / Re: BexIDE -- An Axe/(Extended) BASIC Mini-IDE« on: March 05, 2012, 11:46:02 am »bitmap monochrom*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. It seems logical to me. ![]() 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... ![]() 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
Computer Projects and Ideas / Re: BexIDE -- An Axe/(Extended) BASIC Mini-IDE« on: March 04, 2012, 02:50:14 pm »
Can you add a full bitmap editor ? I mean a bitmap that can use even 256*256 pixels.
![]() 142
[FR] Autres Discussions TI et Casio / Re: 65 Ko d'archive sur 83+ : méthode simple, STABLE, et compatible TI Connect« on: March 04, 2012, 09:47:42 am »
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 Celles ci garde toujours les même valeurs :Code: [Select] :256/8→WIDTH Du coup autant faire les utiliser comme des constantes en début de code : Code: [Select] :256/8→°WIDTH Et ensuite les réutiliser de cette manière :Code: [Select] :°WIDTH*°LENGT→r1 Elles 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
[FR] Autres Discussions TI et Casio / Re: 65 Ko d'archive sur 83+ : méthode simple, STABLE, et compatible TI Connect« on: March 04, 2012, 04:41:11 am »
@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
The Axe Parser Project / Re: [Axiom] Advanced Graphics [in development]« on: March 02, 2012, 11:25:51 am »
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.
![]() I noted 10 wrong transfer : Spoiler For Spoiler: ![]() 148
[FR] Programmation Axe Parser / Re: Calculs avec des entiers plus grands que 65535« on: February 28, 2012, 05:43:12 am »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?
![]() |
|