All entries for Saturday 18 February 2006
February 18, 2006
Nearly Done
To Do:
Output from graph (csv?)
OffRamps
Standing Traffic (could leave out, not sure would be that useful)
Sort out simulation start/stop so can change ents whilst running, but not add/remove
Touch up dialogs
Problems I have had:
The backend is annoying, should have made addNext() addBack() etc incorporate adding the vehicle to the other itsself. Save on errors
Some issues with the backend, cars would drive over each other. Found to be beacuse i was using floats not doubles.
Issues with closed lanes – inserting elemetns into a linked list randomly was nasty!