Search found 33 matches

by JerryTheBig
August 5th, 2013, 10:23 pm
Forum: Everything
Topic: Chili Wiki
Replies: 14
Views: 6665

Re: Chili Wiki

That is exactly the reason why there should be a page about framework. Because some of us dont know where these things are.
by JerryTheBig
August 5th, 2013, 10:03 pm
Forum: Everything
Topic: Chili Wiki
Replies: 14
Views: 6665

Re: Chili Wiki

This gets pretty serious. I would appreciate wiki page about framework. For example: Performance I dont know why when I Play crysis I have more than 30 FPS. And when I start my own game with grid 20 x20 tiles that has texture 64x32 px I have only about 18. In release mode, I load texture only once.....
by JerryTheBig
July 24th, 2013, 12:43 pm
Forum: Everything
Topic: switching items in array
Replies: 3
Views: 1825

Re: switching items in array

Thanks it works fine. Comments are Czech.
by JerryTheBig
July 23rd, 2013, 6:42 pm
Forum: Everything
Topic: switching items in array
Replies: 3
Views: 1825

switching items in array

Hi, why is impossible to copy one object from array[index] to array[index+1]. It is KeyedSurface array. I think it happens because I dont have copy constructor. But I have never done thinks like this before so I am ot sure. If the problem is copy constructor then how can I fix it. The code is attach...
by JerryTheBig
July 18th, 2013, 12:30 pm
Forum: Everything
Topic: String problems
Replies: 7
Views: 3112

Re: String problems

Thanks a lot. It works.
by JerryTheBig
July 18th, 2013, 7:21 am
Forum: Everything
Topic: String problems
Replies: 7
Views: 3112

Re: String problems

Can you help me solve this problem using wchar*? I am stuck. I cant continue without loading images
by JerryTheBig
July 17th, 2013, 9:10 pm
Forum: Everything
Topic: String problems
Replies: 7
Views: 3112

String problems

Hi I have a big problem with string things Firstly, I am not able to load a few pics to an array because this thing: array[i].SetSurface( std::wstring(L"Sprites\\temple\\t%d.bmp",i),D3DCOLOR_XRGB(255, 0, 255)); hates me, It is in the code. Please help me. Secondly, could anybody tell me something ab...
by JerryTheBig
July 17th, 2013, 5:55 am
Forum: Everything
Topic: Isometric grid
Replies: 2
Views: 1538

Re: Isometric grid

Thanks for reply. I will ask for help with device handlers soon if you dont mind I dont know what it is. T he code is confusing because as you can see I can hardly speak/write common english. I am not familiar with programming english. Currently I am working on render order and it goes fine. I have ...
by JerryTheBig
July 16th, 2013, 7:26 pm
Forum: Everything
Topic: Isometric grid
Replies: 2
Views: 1538

Isometric grid

Hi, I made a poor isometric grid. It isn't a big deal. I am posting this code, because I love strategy games like caesarIII that use this king of grid. I just want to know how good game you guys are able to make. There are a lot of people who like programing. I haven't seen a lot of strategy games h...
by JerryTheBig
July 15th, 2013, 8:03 pm
Forum: Everything
Topic: Mouse Middle button
Replies: 2
Views: 1665

Re: Mouse Middle button

Thanks a lot. I didnt expected that would be so easy.