Tagged Questions
The pathing tag has no wiki summary.
10
votes
4answers
1k views
How do I have spaces in a MSBuild WebProjectOutputDir?
I am trying to call MSBuild from a command line. Everything was working fine when I was using a path that had no spaces, but now I have a path that has spaces and the command is failing.
Command ...
5
votes
6answers
1k views
Map-Navigation Project, How is road data generally stored/represented?
Navigation systems like the Garmin and TomTom have always fascinated me. I've wanted to implement small map/navigation applications to try out various pathing algorithms and expand on my knowledge of ...
3
votes
2answers
140 views
moving an object from point to point in a linear path
I'm trying to move a sprite across the screen in a straight line, towards on the location where've I touched the screen, what i did was upon the update() in each loop , it checks to see if the current ...
2
votes
1answer
156 views
Problem with A* pathing code
I have some C++ code I wrote to find an A* path, but it's behaving strangely. There's quite a bit of code here, so I'll split it into chunks and try to explain what I'm doing. I'm not gonna explain ...
2
votes
2answers
258 views
Mapping a branching tile path
I'm working on a game (and have asked a couple questions on it already), and now I have another question to ask of you guys.
The level format in this game is set up as a tilemap of Uint16's (I'm ...
1
vote
1answer
103 views
Pathing in 3D using Curve3D class - Problems
Im currently working on a project that involves generating a random track (fixed increments on the Z axis and randomized X and Y to create a bumpy/bendy track) i have the track implemented using ...
1
vote
1answer
474 views
Algorithm to find the shortest path, with obstacles
I have a collection of Points which represents a grid, I'm looking for an algorithm that gets me the shortest distance between point A and B.
The catch being any point (excluding A and B) can have an ...
1
vote
5answers
510 views
Dealing with relative filepaths in ASP.Net and Masterpages
This may be a painfully simply question for which I will be mocked but I am having difficulty in using filepaths in masterpages. I believe this is because if a page in a sub-directory to using the ...
1
vote
2answers
70 views
Pathing in a non-geographic environment
For a school project, I need to create a way to create personnalized queries based on end-user choices.
Since the user can choose basically any fields from any combination of tables, I need to find a ...
0
votes
2answers
57 views
MVC3 Using or Finding the ApplicationPath inside of the _Layout.cshtml page
I have a C#.Net web app and the pathing is different from my local box to the dev box. My local url is http://localhost:<port>/Proposal/Edit. However, on the dev server, it is ...
0
votes
1answer
246 views
C# Pathing algorithm for moving a object from point(X, Y) to point(X, Y)
Given a object which may move forward, backward, left and right at a given X,Y point. How to efficiently direct the object to a X,Y point using the given movement mechanics in the most efficient and ...
0
votes
1answer
271 views
C# Pathing algorithm for moving a object from point(X, Y) to point(X, Y)
Given a object which may move forward, backward, left and right at a given X,Y point. How to efficiently direct the object to a X,Y point using the given movement mechanics in the most efficient and ...
0
votes
3answers
309 views
Django pathing to javascript doesn't work
I've been trying all sorts of things and can't figure this out!
For some reason on the Django development server the paths to the javascript just don't work.
Directory structure is
...