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

Pages: 1 ... 65 66 [67] 68 69 ... 101
991
Other Calculators / Re: The Newprog discussion thread
« on: October 02, 2012, 02:47:00 pm »
I know someone that used that language, but not for long :/

992
TI-Nspire / Re: nCraft (3D minecraft-like game for the nspire)
« on: September 25, 2012, 01:29:40 pm »
Now I'll have to decide wich of FFTA or nCraft will I play...

993
And what is this? An fx-9860G3 with a high-resolution grayscale display?

http://www.google.com/patents/us20110227946
http://www.google.com/patents/us20110242130
http://www.google.com/patents/us20110254857






They saw us with grayscale, they used that  idea! GOnna love it!

994
Casio Calculators / Re: Prizm Useful Routines -- post here!
« on: September 19, 2012, 04:38:18 pm »
CopySrpite alpha palette with clipping :
Code: [Select]
void CopySprite_Palette_Alpha_clipping(const unsigned char* data, const unsigned short* palette, int x, int y, int width, int height)
{
   unsigned short* VRAM = (unsigned short*)VRAM_ADRESS;
   unsigned short* ptr = VRAM + y*LCD_WIDTH_PX + x;
   int i,j;
   int real_width = x+width > LCD_WIDTH_PX ? LCD_WIDTH_PX - x : width;
   int decal = x < 0? -x : 0;
   if(real_width <= 0 || decal >= width) return;
   for(j=0; j<height; j++) {
ptr += decal;
data += decal;
for(i = decal; i < real_width; i++)
{
if(*data)
*ptr = palette[*(data)];
ptr++;
data++;
}
data += width - real_width;
ptr += LCD_WIDTH_PX-real_width;
   }
}

995
Maximum Security / Re: DT's unnamed puzzle platformer
« on: September 17, 2012, 04:19:22 pm »
Didn't see the name in the subject -> No name for me ^^

996
nSDL / Re: nSDL 1.0.1—A very fast & robust graphics library
« on: September 17, 2012, 02:24:10 pm »
By the way, is the mouse supported or nope?

I want to port some demos! :p

EDIT: aw right, removed because stability issues...

997
Maximum Security / Re: DT's unnamed puzzle platformer
« on: September 17, 2012, 02:22:03 pm »
"Watercooling Turret"
"Turret underwater"
"Wet escape"

It's dangerous to go alone without title, take this!

998
Nspire I/O / Re: Nspire I/O
« on: September 16, 2012, 07:33:55 am »
Added to nSDK? WHy not? THat would be genious!

999
Casio Calculators / Re: Install script for PrizmSDK [*nix]
« on: September 13, 2012, 04:45:39 pm »
GOnna love it, I'll go Debian because my school uses it! p:

1000
The Axe Parser Project / Re: How closely tied is Axe to the TI-OS?
« on: September 11, 2012, 04:28:16 pm »
ANything except asm programs?

1001
News / Re: Update your fx-9750GII from OS 2.00 to 2.01 becomes possible!
« on: September 11, 2012, 02:46:07 pm »
Is this the normal 9750gii -> 9860gii hack?  I remember updating it last year to 2.01 by using an isolated OS and pfxrecover..

This is not the hack, but the hack needs the same tools.

It's just to install the 9750gii OS 2.01 on a 9750gii with OS 2.00, as Casio didn't bother to release a 2.01 updater for the 9750gii.
FOr me, that means they are counting on us to install the updates. So Casio is more or less caring about the community and its works! o/

1002
TI-Nspire / Re: gpSP-Nspire (GBA Emulator)
« on: September 11, 2012, 02:31:43 pm »
* Eiyeron is just poking critor
And by the way, Advance Wars runs more or less good with the grist version released. But I ever don't sens any changes with Overclocking...
For Advance Wars, I can't run the campaign. It immediately goes back to the startup screen with Gameboy and nintendo at the bottom. If I try again, then usually my calc reboots. D: Right now I've been playing war room.
I'mp playing on the two...

1003
TI-Nspire / Re: gpSP-Nspire (GBA Emulator)
« on: September 10, 2012, 03:32:00 pm »
* Eiyeron is just poking critor
And by the way, Advance Wars runs more or less good with the grist version released. But I ever don't sens any changes with Overclocking...

1004
Other Calc-Related Projects and Ideas / Re: Ti 84 emulator for the nspire
« on: September 05, 2012, 10:28:20 am »
Please do goron, I really miss Axe parser on a real calc! :p

1005
Casio PRIZM / Re: Graph3DP v1.0 RC 1; Prizm Hacking Continues
« on: September 05, 2012, 10:27:23 am »
That addin starts to look like better than any calc 3D graph I would saw in my short lifetime! :p

Pages: 1 ... 65 66 [67] 68 69 ... 101