Tagged Questions

This tag is for questions related to racing games and simulations, their development, resources, 2d / 3d modelling, scripting, creating realistic handling, collisions, rotation of the wheels etc.

learn more… | top users | synonyms

2
votes
3answers
43 views

Ajax requests and racing conditions (client and server side)

Let's imagine the situation that we've sent two similar (almost similar) async ajax requests to server one by one. Because of lag in network, the second request was executed before first request. ...
2
votes
7answers
216 views

Race condition during thread start?

I'm running the following code to start my threads, but they don't start as intended. For some reason, some of the threads start with the same objects (and some don't even start). If I try to debug, ...
2
votes
1answer
655 views

How to calculate the slope of a point on a terrain data (e.g. Digital Elevation Matrix)

I want to implement a 3D car racing game and I need to approximate the magnitude and the direction of the slope of any arbitrary point on a terrain. Terrain Data Format: - heights[ ][ ]: 2D array of ...
1
vote
1answer
144 views

Physical car sound simulation in car racing game

i have been thinking how to create realistic sound for a car. The main sound is the engine, then all kind of wind, road and suspension sounds. Are there any open source projects for the engine sound ...
1
vote
2answers
104 views

How to eliminate racing conditions for elements with autopostback=true in ASP.NET?

We develop using Sharepoint, therefore we have to stick to ASP.NET 3.5. In case if our page have field with autopostback and a button we encounter race conditions as soon as user was on autopostback ...
1
vote
1answer
112 views

Get first unlocked row in MYSQL

When someone visits my website, he will see the page with the fewest pageviews. All pages, including a pageview counter, are stored in a MYSQL database. If a page is viewed, the pageview counter is ...
0
votes
1answer
499 views

Xna racing game on multi monitor setup or alternatives via C#

I'm developing a car game where a person uses a wheel on a pc connected to two projectors. One projector should show the front view and the other the view from the back of the car. The object of the ...
0
votes
1answer
39 views

Shockwave How Would I Start?

I was just wondering, how would I go about creating a browser based 3D racing game to be a shockwave game? Any links and tutorials would be very helpful Thanks