Update for current tools
More cleanup
Removed midpoint propagation
More cleanup and regression fixes
More cleanup and regression fixes
Checkpoint: All but World cleaned up.
Checkpoint: more cleanup, reworked Ac3d
Code review checkpoint
Checkpoint: more code cleanup
Removed Boost::Python component and main program.
Merge branch 'obj-model' into develop
Various minor fixes
Add PID output stream and () operators.
Fix no-interaction option.
Allow clockwise tracks.
Added Austria track.
Replace AC3D class with Model class that uses A...
Reduce the default racing line stiffness
Update Boost configure scripts.
Added accelerometer to display.
Adjusted performance.
Fix mirror view placement.
Adjust performance
Refactor some racing line stuff.
Added textured models to GT cars.
Remove old model files
Import models with textures.
Reset the wheel's rotation angle in reset().
Merge branch 'GT-model' into develop
Add Boost system and Boost filesystem library c...
Allow inverted rectangles.
Don't avoid calculating slip ratio.
Added accelerometer to display.
Allow clockwise tracks.
Fix mirror view placement.
Rework and simplify collision avoidance.
Set view positions for the sky in mirrors.
Passing improvements WIP
Fix no-interaction option.
Adjusted performance.
Allow parameters on the command line.
Move and tilt the driver's view with acceleration.
Show acceleration numbers on debug dashboard.
Added Austria track.
Read the controls file even if there are no cars.
Adjust performance
Have you tried ./configure LDFLAGS=-L/usr/local/lib The "yes" entries are because...
I'm not sure why configure.ac is used. 'configure' should already be there. I just...
Sorry, that should be 'git checkout 0.8.2' not 'git branch 0.8.2'. -------- Forwarded...
Sorry about that. This project suffers from having only one active developer. I've...
Add documentation to the repository.
Sorry it took me so long to get to this. You can check out the 0.8.2 branch to try...
Configuration fixes.
Adding /usr/local/lib to the library path seems like the right thing to do. config.log...
Thanks for the report, and thanks for maintaining the Vamos package for FreeBSD....
Distribute all track files.
Update change log.
Make configure and makefiles more portable.
Don't put the cars so far off track for qualify...
Merge branch 'braking'
Fade in braking more quickly
Back to pygame
Updated changelog for 0.8.1
Set derivative term to 0 for gap PID.
Try to display track from python
Remove game experiment from master branch.
Version 0.8.1 - Configuration Fixes
Don't put the cars so far off track for qualify...
Distribute all track files.
Updated changelog for 0.8.1
Update change log.
Make configure and makefiles more portable.
Version 0.8.0 - Pythonified!
Updated change log.
Removed 'default' data files.
Show lap times for practice.
Update README
Changed license to GPL3.
Remove unused variable.
Distribute and install robot car documentation.
Add a start/finish line camera to random tracks.
Hide debugging output from the screen.
Main program fixes
Updated autotol files.
Default to full-screen.
Made Python optional.
Build Python modules as part of compilation.
Added -fPIC to flags.
Minor cleanup.
Provide most vamos.cc functionality from vamos.py
Added boost::python wrappers for libraries.
Add qualify option.
Print results to files.
Implemented timed qualifying session.
Reorganize main application.
Read and write race results.
Fix starting grid positions.
Remove key repeat from map view.
Merge branch 'passing'
Improved passing and collision avoidance.