Page 1 of 1

new update of a new thing .. lol

Posted: October 12th, 2015, 4:51 pm
by MrGodin
This is an example of how i am using the grid system.
Left click to select, right click to plot a spot for moving
The camera is currently tied to object with the index of 0. The plan is to scroll camera with mouse.
Am working on separation between objects while moving
I compiled in visual studio 2015 using Direct2D. Built with d1d2.h so it should run on most machines. and a multithreaded Dll build

Re: new update of a new thing .. lol

Posted: October 12th, 2015, 5:54 pm
by albinopapa
Works fine for me in Win 10. Looks good so far. Some of the units seem to backtrack a tile when first deployed. Hopefully, you will make it so that the units stay selected instead of getting deselected after sending them to target tile.

Re: new update of a new thing .. lol

Posted: October 12th, 2015, 6:20 pm
by MrGodin
Funny you should mention that. I implemented the obj to set the tile its on to be a barrier. I have fixed that bug since i uploaded it lol. i caught it right away. Ohh well, one of those things.
As far as deselecting, i have to right now because i have a vector container holding the selected objects and i then run through that list to set paths ect, once done i clear the list and any selected objects gets its selected value set to false.
I will address that by making obj groups and assigning then into a group list

Re: new update of a new thing .. lol

Posted: October 13th, 2015, 8:39 am
by Pindrought
Cool stuff man. Did you make the sprites yourself? If so, what did you use to make them?

Re: new update of a new thing .. lol

Posted: October 13th, 2015, 1:49 pm
by MrGodin
Yeah, i just used an old version of Paint Shop Pro to make the sprites. Art isn't my thing, but i get by i suppose lol

Re: new update of a new thing .. lol

Posted: October 14th, 2015, 12:59 am
by MrGodin
Oh and Pindrought, long time no see.. Hows the server/client stuff working out ? still doing that ?.
Peace Out

Re: new update of a new thing .. lol

Posted: October 16th, 2015, 10:06 am
by Pindrought
MrGodin wrote:Oh and Pindrought, long time no see.. Hows the server/client stuff working out ? still doing that ?.
Peace Out
I haven't been doing much in C++, i've mostly been working and that is all boring C#/RPG4 stuff. I really want to get back on this board and try to get active in the community. When i've been checking on the board recently it seems a bit dead compared to previously.

I've been wanting to work on making better tutorials for the server/client stuff and posting up on here. I think it would be nice if we had tutorials over topics that Chili doesn't cover just to have the most information available to the members of the forum. I need to get back into watching Chili's tuts too. I stopped for a while because I wasn't grasping all of the information so there was no point in proceeding.