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 - Ti-Programmer

Pages: 1 ... 3 4 [5] 6 7
61
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: July 19, 2011, 10:27:10 pm »
1783: You actually read through all 98 pages of this thread
1791: You took the time to look at this post.

62
TI Z80 / Re: TBEXE - Pre-alpha feature requests
« on: July 19, 2011, 10:14:27 pm »
@Ti-Programmer, could you explain more on what you mean by templates? It'll only support .8xp program files on the first release, if that helps. It seems like a good idea, though. As for the emulator, I might consider that for the first release, but I was thinking that might be able to be accomplished using a plugin (I'll contact the people who control Wabbit when the time comes). FTP shouldn't be too hard using sockets. I like that idea, people could easily work on the project with others. Thanks! :D

@pianoman, get about 199 others to go for it and you got yourself a deal :P

I thought this was an IDE at first...
Sorry...
But you could ask SirCmpwn to integrate this in his IDE, he might do it.
Its really useful for those who don't have roms.

Um... What? This is an IDE... IDE stands for Integrated Development Environment. Visual Studio is an IDE, SharpDevelop is an IDE; the concept is not TI-based lol. I don't want to ask SirCmpwn to integrate this; I want this to be a standalone IDE :P

Besides, with lunixbochs's Python interpreter (we might have to port it to C#) there really won't be a need for an emulator. I understand how I could implement templates, though, so thanks for that! (I was confused at first because there really wasn't any need that I could think of)
Ok. I think i understand now. I would love to have a copy when it's released. It sounds pretty cool, from what i've read.

63
TI Z80 / Re: Star Fox
« on: July 19, 2011, 08:36:24 pm »
Yeah, this project is dead from what I understand.
Man, too bad. This project was lookin pretty good. It needed some work, but pretty good progress.

64
News / Re: Five new Coders of Tomorrow hired
« on: July 19, 2011, 08:32:46 pm »
Congratz guys!
Sounds like some great projects that are being worked on!
really interested in the IDE.......
Ti-Programmer
My IDE?  :D
Yea, it seems like a really cool project. I bet if u added functionality for LUA, it would be 10 times greater than what TI can produce in a year. I'd love to have a ported version, to linux that is. What programming language are you writing it in?

65
TI Z80 / Re: TBEXE - Pre-alpha feature requests
« on: July 19, 2011, 07:43:32 pm »
@Ti-Programmer, could you explain more on what you mean by templates? It'll only support .8xp program files on the first release, if that helps. It seems like a good idea, though. As for the emulator, I might consider that for the first release, but I was thinking that might be able to be accomplished using a plugin (I'll contact the people who control Wabbit when the time comes). FTP shouldn't be too hard using sockets. I like that idea, people could easily work on the project with others. Thanks! :D

@pianoman, get about 199 others to go for it and you got yourself a deal :P

I thought this was an IDE at first...
Sorry...
But you could ask SirCmpwn to integrate this in his IDE, he might do it.
Its really useful for those who don't have roms.

66
News / Re: Five new Coders of Tomorrow hired
« on: July 19, 2011, 07:21:19 pm »
Congratz guys!
Sounds like some great projects that are being worked on!
really interested in the IDE.......
Ti-Programmer

67
News / Re: More online tools, this time for Nspire Lua
« on: July 19, 2011, 06:38:32 pm »
Those programs are lookin pretty cool! that could help programmers a tremendous amount. Cause you could design on the computer and convert to Ti-Pic and use it as a menu screen, or a sprite, or something.

68
Yea, just like graphmastur said.

Don't declare 5 different void onMessage()'s
put all the if() statements in one onMessage(). I'll edit my post and see if I can get the source working here.

Ti-PrgmR


EDIT:

Code: (BryceBot.java) [Select]
import org.jibble.pircbot.*;

public class BryceBot extends PircBot {
public BryceBot() {
this.setName("BryceBot");
}
   
public void onMessage(String channel, String sender,
                       String login, String hostname, String message) {
if (message.equalsIgnoreCase("$time")) {
String time = new java.util.Date().toString();
sendMessage(channel, sender + ", The time is now " + time);
if (message.equalsIgnoreCase("$op")) {
if (sender.equalsIgnoreCase("KittyGirl")) {
op(channel, sender);
sendMessage(channel, sender + ", you have been opped.");
}
if (sender.equalsIgnoreCase("UbuntuGuy")) {
op(channel, sender);
sendMessage(channel, sender + ", you have been opped.");
}
if (sender.equalsIgnoreCase("Ti-PrgmR")) {
op(channel, sender);
sendMessage(channel, sender + ", you have been opped.");
}
}
}
}
}

69
Art / Re: All art made by me!!!!!!!!!!
« on: July 19, 2011, 01:04:24 pm »
I wanna know how u did the first one.........
can the gimp do that stuff?
cause i know i can colorize and some other things, but can you do that?

70
TI Z80 / Re: TIBDE
« on: July 18, 2011, 02:00:16 pm »
That looks really cool. i wish the TIs had a bigger screen so that you could see more of it. Looks way better than the built in Program Editor. Nice Job!

71
Miscellaneous / Re: I'm Leaving
« on: July 18, 2011, 08:18:41 am »
Hey DJ_O.
You don't know who I am because I joined after you left.
But, if you're reading this, then I am Ti-Programmer.
This is truely a great community that you help build up here, its a great place for newcomers and ones that are experienced. It encourages people to go farther, do more. And you are a major part in this story it seems.
I do hope you comeback, then we meet for real.

Ruler, same for you too.
I hope you comeback after you fix your reasons IRL.

Thanks for what you have done!
Goodbye, and Good Luck to you both!
Ti-Programmer

72
Sigh...why is my entry so buggy? I really don't know why, as my calc seemed to handle it perfectly fine, as did Wabbit =/

It might be that ppl are not following instructions. cause i forgot to put the appvar in archive and it was in ram (or vice versa, i just know it was in the wrong spot) and my ti-nspire 84 mode froze.

Its a really great game, just some support for ppl who don't read the readme before they play it would be great.

like something to detect if its in the wrong spot and tell the user, or move it to the right spot.

73
Well, its like having 5, 6, or even 7 (depending on the diversity of the levels) different games. But you did good not trying to make a bunch of levels, you focused on the quality of the game, which is truely better.

74
^Like if the total file size comes to ~30k haha. If I had time for compression I might've been able to fit StickNinja all in the app though, hmmmm

Leafiness0; You should make Tag smoothscrolling. That way you could use 8x8 graphics :D Also I'm sad that it's 15mhz, :( running my batteries down =/
heh, I should make a 8x8 zoom in button for nymless.

Nymless was great in it's drawing and physics, the only thing I would recommend is a level pack. Do that and its a fun game!

75
TI Z80 / Re: My Last Minute Contest Entry - Easy Game
« on: July 16, 2011, 09:17:32 pm »
Someone, *cough*thepenguin77*cough* has defiled this game by otherwise causing it to not work properly. Such foul acts cannot and will not be tolerated. Period. All persons in this act are to disregard all false statements from anyone who commits this act. Anyone caught doing these acts will be shamed for eternity. Thank you, and have a great time playing.

Pages: 1 ... 3 4 [5] 6 7