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

Pages: 1 ... 88 89 [90] 91 92 ... 139
1336
Miscellaneous / Re: How often would you seek programming help?
« on: November 19, 2011, 11:33:38 pm »
I usually ask around when I'm having trouble. Sometimes I always try to figure it out myself before asking though.

1337
Computer Projects and Ideas / Re: Fun with AJAX
« on: November 19, 2011, 05:38:46 pm »
Seems to work in Chrome... I think :P

I see that there is no loading icon when I load a new page.

1338
Computer Projects and Ideas / Re: Daemons
« on: November 19, 2011, 05:27:40 pm »
Yeah, once I get a menu and the battle system working I'll post a vid perhaps. I just need some decent screen capture software, which I think I already have. :D

1339
Calculator C / Re: Small-C - confused
« on: November 19, 2011, 04:59:28 pm »
It looks to me that ti83p_asm.rel does not exist. I'm getting the exact same error on the included test program.

Edit: I emailed the author. I hope I get a reply :)

1340
Calculator C / Re: Small-C - confused
« on: November 19, 2011, 03:49:11 pm »
I think you need. TI.H If included. Or it might be a different instruction perhaps?

1341
Calculator C / Re: Small-C - confused
« on: November 19, 2011, 03:35:21 pm »
Can you supply a link to that one? I have a post around here that explains the path.

I'll try to find it.

1342
Calculator C / Re: Small-C - confused
« on: November 19, 2011, 02:57:22 pm »
I wonder if there's a converter to change 83 ASM to 83+ ASM.

Also, did you change printf to puts?

1343
Computer Projects and Ideas / Re: Tile-Cat Map Editor
« on: November 19, 2011, 02:46:12 pm »
The largest map can be 4.61168601 × 10^18

Or however large a vector of ints can be in C++ :P

I can add some code to change the format. I want to give the option to save the map as chars (1 byte) or ints (4bytes)

Also I want to be able to export to an AppVar so calc coders can benefit from it.

1344
Computer Projects and Ideas / Re: What should I call my Engine?
« on: November 19, 2011, 02:42:36 pm »
oh, I like that suggestion :D

Daemonic Engine it is then XD

lol
Spoiler For Spoiler:
Daemons - Powered by the Daemonic Engine :P

1345
Computer Projects and Ideas / Re: Daemons
« on: November 19, 2011, 02:40:44 pm »
Yeah I figured out a method of locating where to spawn. I keep the map name of the last map and look for its position in an array of map names. When I find it I search for that value in the transition data and spawn the character there. If no such position is found or no such map name exists I have the character spawn in a default location per map.

Basically the opposite of what I do to transition in the first place ;D

1346
Calculator C / Re: Small-C - confused
« on: November 19, 2011, 02:32:06 pm »
Instead of printf(str), use puts(str)

From the readme:

Quote
Function:     puts(str)
Parameters:   char *str - string to display to screen.
Returns:      Nothing
Include File: TI.H
Description:  Displays the string 'str' at current cursor location and moves
              cursor to the end of the string

1347
Calculator C / Re: Small-C - confused
« on: November 19, 2011, 02:16:05 pm »
Can you post your code? If it's the same syntax as C then I could probably help. :D

1348
Calculator C / Re: Small-C - confused
« on: November 19, 2011, 02:02:55 pm »
Wait, woah, woah. You're saying there's C for the calc? Can you supply a link, I definitely want to check this out. XD

It might be the formatting for a file that's readable by the calc.

1349
Miscellaneous / Re: Post your typing speed
« on: November 19, 2011, 11:14:46 am »


D:

1350
Computer Programming / Re: Help with unreferenced vtables
« on: November 19, 2011, 10:32:21 am »
Yeah, I figured that out last night and that was it. Thanks anyways :D

Pages: 1 ... 88 89 [90] 91 92 ... 139