Search found 4373 matches

by albinopapa
November 14th, 2014, 9:18 am
Forum: Everything
Topic: Advanced Lesson 7 HElP! (again!!!)
Replies: 14
Views: 5851

Re: Advanced Lesson 7 HElP! (again!!!)

I'll check it out in the morning, but yeah what you described is what I was referring to about messed up draw code. I'll probably have to compare it to mine to figure out the rest, but it's 3am and I'm going to bed. Anyone else feel free.
by albinopapa
November 14th, 2014, 5:10 am
Forum: Everything
Topic: I want to ask a personal question.
Replies: 2
Views: 1724

Re: I want to ask a personal question.

I ask the same question to myself everyday. I am 21 and an undergraduate Aerospace engineering student at Istanbul Technical University in Turkey. My program is cool of course yeah but unfortunately I realized (too late maybe) all I want(ed) to do was programming and making games. So school is an a...
by albinopapa
November 14th, 2014, 4:53 am
Forum: Everything
Topic: What is the purpose of Chili's Framework
Replies: 5
Views: 3371

Re: What is the purpose of Chili's Framework

Other graphical API's are GDI/GDI+ and WIC, Windows Imaging Component. These are of course Windows specific, not sure what Linux and Mac use. The chili framework is actually more closely related to the 2 I just mentioned and later in the tutorials chili actually uses GDI+. Windows, pre win7, uses GD...
by albinopapa
November 13th, 2014, 4:05 pm
Forum: Everything
Topic: Chilli Framework problem with keyboard - not working at all
Replies: 5
Views: 2611

Re: Chilli Framework problem with keyboard - not working at

SortOth wrote:nooooo no no no, you no stand-under! :D I did write all the code I needed, used kbd.SpaceIsPressed() and etcetera.
you see, Im talking about the class of the keyboard and sound. it works... then I alt+tab somewhere, I come back to the exe and hitler says ICH NEIN SEE NEIN KEYBOARD HEARE

Awesome :)
by albinopapa
November 13th, 2014, 4:03 pm
Forum: Everything
Topic: I want to ask a personal question.
Replies: 2
Views: 1724

I want to ask a personal question.

I found chili's tutorials 25 months ago and aside from 3 months last year and 3 months this year, basically not during summer when son is out of school, I have been practicing and experimenting and reading everyday. I feel I have a pretty good understanding of he C++ language at least an intermediat...
by albinopapa
November 13th, 2014, 3:06 pm
Forum: Everything
Topic: Advanced Lesson 7 HElP! (again!!!)
Replies: 14
Views: 5851

Re: Advanced Lesson 7 HElP! (again!!!)

toCenter({width / 0.0f,height / 0.0f})

umm, you never / by 0

Even fixing that, there seems to be other problems with the draw code for ship and walls.
by albinopapa
November 13th, 2014, 6:21 am
Forum: Everything
Topic: Help me Please! After minimizing from full screen, all the b
Replies: 6
Views: 2605

Re: Help me Please! After minimizing from full screen, all t

AdjustWindowRect( &wr,WS_POPUP,FALSE ); HWND hWnd = CreateWindowW( L"Chili DirectX Framework Window",L"Chili DirectX Framework", WS_POPUP | WS_CLIPCHILDREN,wr.left,wr.top,wr.right-wr.left,wr.bottom-wr.top, NULL,NULL,wc.hInstance,NULL ); This code fixed it for me. Your window is not WS_OVERLAPPEDWIN...
by albinopapa
November 13th, 2014, 6:00 am
Forum: Everything
Topic: What is the purpose of Chili's Framework
Replies: 5
Views: 3371

Re: What is the purpose of Chili's Framework

To understand what each of the files are for, you must understand C++ a bit more and what classes are. The chili framework is just a starting point to teach C++ and some game development. It's not designed to be a full featured framework or for full featured games. He does go over some of the framew...
by albinopapa
November 12th, 2014, 10:41 pm
Forum: Everything
Topic: Help me Please! After minimizing from full screen, all the b
Replies: 6
Views: 2605

Re: Help me Please! After minimizing from full screen, all t

I tried looking it over, and the coordinates are off from the get go for me. It's about a full button height off.
by albinopapa
November 12th, 2014, 6:14 pm
Forum: Everything
Topic: Code Babes
Replies: 11
Views: 5250

Re: Code Babes

Yeah, relationships get complicated. You would have to understand both sexes to come up with a good algorithm. Unfortunately, I can't help ya on that one hehe.