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

Pages: 1 [2]
16
Other Calc-Related Projects and Ideas / ACT IV
« on: September 12, 2007, 01:54:00 am »
Actullay I can deal with monochrome sprites. It makes things a deal easier and allows the game to move faster.

17
Other Calc-Related Projects and Ideas / ACT IV
« on: September 10, 2007, 04:57:00 am »
Well i already know c.... And I have made a complete engine in tigcc before. Its not new to me. I just never released anything to the public that I wouldn't play over and over.  I just need help on some advance concepts and of course sprite making as sprites is not my strong points.

18
General Calculator Help / Installing Chrono Fantasy on a TI-89 Titanium
« on: September 10, 2007, 04:54:00 am »
I ran it. It works.  Also with Command 2 Conquer with the ghostbuster it only runs in black and white. It looks bad.  But it works with a recompile.

19
Other Calc-Related Projects and Ideas / ACT IV
« on: September 06, 2007, 06:20:00 am »
Ive been writing the story line for the past year now.  But been stalled with the actual game creation.  This game is story intensive and plot driven. (ie its not walk around forest fight boss, short dialouge)  It has conditional events.  Ethic choices.  What you do effects the out come of the game. This is an RPG.  I dont know whether it will be for the 89T in C or on the 83series in xlib.  If anyone wants to help me with the actual coding please give me post.

20
TI Z80 / HACC
« on: September 06, 2007, 05:27:00 am »
QuoteBegin-Halifax+4 Sep, 2007, 13:36-->
QUOTE (Halifax @ 4 Sep, 2007, 13:36)
@calc84maniac: I understand that, but what you said was a little flawed. JR has a 25% chance of being faster literally. Which I don't really know if you meant literally though by your post. Anyways this is why the decision is up to the programmer.

Really there is no sense in basing the speed of your routine off of that unless you know that it is more likely to be false which is most definitely not applicable in a compiler!

Also just so you know that logic applies to any command supporting conditionals.

@DJ_Omnimaga: No the TI-89t can have C++ if some builds the compiler. Any system can have C or C++ if some builds the compiler. But the problem is no one wants to build the compiler because frankly parsing C++ sucks and is very very hard.  

  I can't find the link now but I remember Kevin Kofler saying that programming for the 89T in C++ is just not feasible.  The amount of header space that a c++ program needs it to much. A simple command such as cout << "Hello World" would be in the kilobytes range.  Which compared to the printf("Hello World") or better yet the Drawstr (which use the calculators built in features), which compiles to just bytes. Is just way to big.  Making compiler wouldn't be terribly difficult some just has to make the linking library's.  Tigcc's compiler isn't made from scratch its derived from GCC.  Since most people when they  make games for the 89 just use the library functions.  Adding the extra features that c++ gives (and the extra compile size), Is just out the question.

Pages: 1 [2]