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 ... 93 94 [95] 96 97 ... 139
1411
[DE] Off-Topic / Re: Rhabarberbarbera!
« on: November 01, 2011, 10:07:31 am »
I found out what the story is, but I'm not going to post it...

Spoiler For Spoiler:
I cheated :P

That said, this video is very enjoyable to watch even if one doesn't understand a word they're saying. :P

1412
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: October 30, 2011, 07:10:16 pm »
2247: You have accessed Omni from your calc (true)

1413
Computer Programming / Re: Help with C++
« on: October 29, 2011, 04:14:27 pm »
It seems like in SDL, as in SFML, you need a pointer to the image. You take that pointer and use SDL_BlitSurface() like so:

param1: pointer to image

param 2: Rect image is stored in

param3: pointer to screen

param4: Rect with x,y coords of where to draw to the screen.

SFML, I think, has an easier drawing method of:

Code: [Select]
sf::RenderWindow App(sf::VideoMode(WindowWidth, WindowHeight, 32), "title");

sf::Image img;//Image data
img.LoadFromFile("img.png");
sf::Sprite imgSprite(img);//Pointer to data
imgSprite.SetPosition(x, y)

App.Draw(imgSprite)

1414
Computer Projects and Ideas / Re: Daemons
« on: October 28, 2011, 01:16:12 pm »
Ok, I will get a screenshot later but, I've got some progress! (Yayz)

I've gotten character movement and collision detection working.

Bugs:
-View moves faster than the camera
-Animation doesn't complete fully when moving up/left

So that meas I'm going to have the pleasant task of rewriting my movement code D:
(Unless I can find the bug that's been eluding me for months)

After that I'll start working on transitions as well as the battle engine. So, provided college doesn't get in the way, I might even be able to release a small demo soon to show my progress thus far. ;D

Now what I really want to get to is, I'm currently swamped. I can't ever find the time to sit down and work on this. So if anyone with C++ knowledge is interested, I'm looking for programmers to help me make this.

EDIT: Screenshot


1415
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: October 27, 2011, 06:35:51 pm »
2309: You correct you own mistakes

2310: You've been glared at

1416
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: October 27, 2011, 06:04:20 pm »
2305: We repeat stuffs in here. A lot. :P

2396: You glare at fisch for glaring at yeong

1417
Minecraft Discussion / Re: Note to self: TNT is dangerous
« on: October 27, 2011, 01:21:25 pm »
There's a computer specs thread? Heh, if I posted my specs people would wonder how I can play anything since the graphics card is so bad :P

(Probably even worse than a Ti-82!) :P

1418
Minecraft Discussion / Re: Note to self: TNT is dangerous
« on: October 27, 2011, 01:18:34 pm »
How badly did your game lag during and after the explosion? :P

1419
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: October 27, 2011, 01:16:16 pm »
2297: You impress people by making games

2298: You've made a game

2299: You made a game on your calc

2300: You released it on Omnimaga

1420
TI-Nspire / Re: [Lua] Image Editor
« on: October 27, 2011, 01:15:05 pm »
Hmm. Is there a way to make it so the images can be stored as separate files or made to be accessible outside of the nSpaint document? Or is that already implemented?

(I really should update the version on my calc and start working some more on some of my projects [I need to finish at least one of them] T_T) :P

1421
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: October 27, 2011, 01:10:19 pm »
2295: They are always suprised

1422
Gaming Discussion / Re: nes games you would you recomend?
« on: October 27, 2011, 01:08:54 pm »
Silver Surfer (for the challenge of it) as well as Battletoads. ;D

1423
Hello gta,

Welcome to Omnimaga. Hope you enjoy your stay. ;D

1424
TI Z80 / Re: Grammer Kitty Cannon
« on: October 27, 2011, 11:25:50 am »
It would be funny if you added lobsters as an easter egg :P

1425
General Calculator Help / Re: Ndless 3.0 for Nspire
« on: October 26, 2011, 07:25:18 pm »
I smell a conspiracy

Well. I wonder... What if someone starts a company, becomes successful and then use it as capital to release a better calc? Just food for thought. ;D

Pages: 1 ... 93 94 [95] 96 97 ... 139