61
TI Z80 / Re: First Fantasy: Mana Force 2020 updates
« on: June 06, 2020, 04:05:21 pm »
I saw that on TICalc, it looks cool :0
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. 61
TI Z80 / Re: First Fantasy: Mana Force 2020 updates« on: June 06, 2020, 04:05:21 pm »
I saw that on TICalc, it looks cool :0
62
Calculator C / Re: What's the best sprite editor for TI 68k C/ASM?« on: May 21, 2020, 08:00:52 am »
It has been a long time since I did 68k C and Assembly, but I thought that you could basically "include" a .bmp or .png or what-have-you. I know I can do that with the Z80 calcs and probably eZ80.
If so, I always opt for old-school MS Paint, or mtpaint on Linux. 63
News / Re: Super Star Hero, A Futuristic Action-RPG For Windows« on: May 13, 2020, 06:02:13 pm »In particular, two posts up.and where can i play it?There is a link in the post. 64
Other Calc-Related Projects and Ideas / Re: Plane Jump« on: May 09, 2020, 09:29:34 pm »
Wow, nice work! I enjoyed you sharing screenshots of the process!
In regards to the title graphics issue, you could make a higher quality version and store it in a separate, optional file. 65
TI-BASIC / Re: A test did not resolve true or false. What does this mean?« on: May 03, 2020, 10:25:45 am »
You need something like:
Code: [Select] If n="yes" Then Because you are telling Request to store the input string to variable n.Also, you can post code in [code]<your code here>[/code] 66
Introduce Yourself! / Re: I new here« on: April 28, 2020, 05:53:28 pm »
Welcome! What kind of programming are you interested in? Also, have some
! 67
ASM / Re: Pokémon Neptunium« on: April 07, 2020, 03:10:44 pm »
"thanks to Zeda" ===> "Zeda said that the map and names it looked cool"
That is genuinely cool stuff, I'm quite impressed with that compiler and development right on the nspire, great work! 68
ASM / Re: ASM Optimized routines« on: April 05, 2020, 10:56:59 am »
I have two routines that I am proud of and thought they'd be useful!
Binary Search Binary Search is an efficient way to search through sorted data. Regardless of the data, the core of the algorithm is the same, so I made a routine that is the core algorithm! All you have to do is pass a pointer to a routine in IX that compares two pieces of data Code: [Select] ;Requires `call_ix` routine that looks like: Heapsort Heapsort is a clever and efficient sorting algorithm. Much like the Binary Search routine above, you pass IX pointing to a routine that actually interprets your data, so this can work on even your weirdest data format. IX points to a routine that either swaps two elements, or compares two elements (based on carry flag passed in). NOTE: This also includes the heapify routine, used by heapsort. This might also be useful if you only need to arrange data into a heap structure, but don't need to sort. Code: [Select] ; This routine requires the following subroutine: 69
Music Showcase / Re: After 15 years of wait, my music is finally available in physical CD format!« on: April 04, 2020, 03:10:34 pm »
I like those geometric designs
70
News / Re: April Fools« on: April 01, 2020, 12:56:39 pm »
HA! I get it, great joke!
I don't actually get it 71
TI Z80 / Re: Heapsort, VATSort, and ListSort« on: March 28, 2020, 03:49:50 pm »
Necro Update!
I rewrote the heapsort to be really general-purpose. This significantly reduced the size of ListSort and it made it so that it doesn't require any additional user RAM (but it did make it slightly slower). I've attached the new heapsort.z80 and listsort.z80 But then I tailored the new heapsort to the task of sorting lists and made it even smaller (200 bytes, saving 157 bytes)! And it is faster, AND this version now uses 15MHz mode if available. Which reminds me: In the original benchmarks, I was apparently comparing my 6MHz program to TI's 15MHz SortA(, so my program is actually over 50 times faster than TI's on a 999-element list. 72
News / Re: Grammer 2.51 released!« on: March 11, 2020, 04:26:56 pm »7 years was a long time. I hope we won't have to wait 7 more years for another update. hahaOh trust me you won't. You got any suggestions for new updates? If you do feel free to post them here. I'm a contributer to the project and I use this instead of Axe and Assembly. Oof, I just recently got a new job and so far as I can tell, it's going to be taking up most of my programming time I'm definitely glad I put it up on GitHub as that makes it much easier for other people like Nonstickatom to contribute. As NSA ( ) said, if you find any bugs or have any requests that you would like to be considered, feel free to post in the forums (or GitHub) 73
Grammer / Re: Font Converter: zStart and Omnicalc« on: March 09, 2020, 01:01:58 pm »
It should start with 1-byte for the width, followed by 7 bytes of data. I imagine that you can technically edit the widths of the zStart font and then the large font would also technically be variable-width on the graph-screen (The OS's format is the same for both fonts, just all the large font chars have a width of 5).
74
Grammer / Re: Font Converter: zStart and Omnicalc« on: March 07, 2020, 07:23:08 am »How do you actually create ZStart fonts? I could never find a computer editor back in the days (there was none included with ZStart or it was missing?) and I liked ZStart fonts because they could be a different size than Omnicalc's.Oh, zStart actually has a built-in font editor. The format is actually like the OS' internal format, which is sightly different from Omnicalc or BatLib font, but also slightly easier to access. 75
General Calculator Help / Re: TI nspire cx (non-cas) Red screen problem« on: February 29, 2020, 07:34:16 am »
So far as I know, upgrading to 4.5.2 was a bad idea. You had to have had ndless for any of this, and ndless doesn't work on 4.5.2.
I looked at the Reddit thread and they asked a question that you never followed up on: do you have a serial device, like an Arduino ? Maybe you can use that (I have no idea how). Note: I know very little about any of this. Critor on tiplanet is far more knowledgeable (I think Critor modified my nspires, actually). All I do know is that once people were on 4.5.2, they were fricked. |
|