Dustin Carlino
|
73f23549b6
|
WIP debugging a car entering a lane too quickly
|
2018-08-07 11:13:13 -07:00 |
|
Dustin Carlino
|
4e5d8eccb0
|
handling end-of-path for lookahead
|
2018-08-07 10:41:44 -07:00 |
|
Dustin Carlino
|
9dce169a88
|
working on arbitrary lookahead and not hitting lead vehicles
|
2018-08-06 16:46:08 -07:00 |
|
Dustin Carlino
|
d71c2cf70d
|
filling out more kinematics stuff, resuming aorta driving model.
stopping for intersections now seems OK...
|
2018-08-06 14:56:14 -07:00 |
|
Dustin Carlino
|
36525da7d8
|
using a quadtree to prune parcel intersections
|
2018-08-06 13:34:17 -07:00 |
|
Dustin Carlino
|
82902199a2
|
moving parcel grouping into convert_osm, which is run with --release anyway
|
2018-08-06 13:10:48 -07:00 |
|
Dustin Carlino
|
e31061860b
|
drawing groups of parcels with different colors. very slow, since it's
done without a quadtree and every load
|
2018-08-06 12:54:56 -07:00 |
|
Dustin Carlino
|
b1c74157d9
|
scale the zoom speed based on how far already zoomed in
|
2018-08-05 15:22:55 -07:00 |
|
Dustin Carlino
|
be4ffc8d31
|
only draw turn icons in editor mode
|
2018-08-05 14:24:38 -07:00 |
|
Dustin Carlino
|
c7bae2b6ef
|
type aliases for units
|
2018-08-04 17:04:48 -07:00 |
|
Dustin Carlino
|
5b41f4a9b5
|
few things towards new driving model, without lookahead
|
2018-08-04 15:07:11 -07:00 |
|
Dustin Carlino
|
474215d478
|
moving agent stepping code to be owned by each agent
|
2018-08-04 14:10:27 -07:00 |
|
Dustin Carlino
|
676e076ae1
|
repeating determinism tests for both driving models
|
2018-08-04 13:25:09 -07:00 |
|
Dustin Carlino
|
7611be90ab
|
trying enums with delegation...
|
2018-08-04 12:26:58 -07:00 |
|
Dustin Carlino
|
bb934ff509
|
WIP making both driving models toggleable...
|
2018-08-04 09:54:13 -07:00 |
|
Dustin Carlino
|
c2306ef47a
|
forking aorta driving model from parametric one...
|
2018-08-04 08:03:55 -07:00 |
|
Dustin Carlino
|
87d040f061
|
first making driving stuff private, before making a second driving model
|
2018-08-03 14:32:08 -07:00 |
|
Dustin Carlino
|
7f6bc5aac4
|
refactoring selection plugin, dont popup tooltips without Ctrl
|
2018-08-03 14:11:15 -07:00 |
|
Dustin Carlino
|
73eaf4818f
|
draw thick border around buildings
|
2018-08-02 12:42:43 -07:00 |
|
Dustin Carlino
|
d47912e13c
|
hide turn icons when lane is hidden
|
2018-08-02 12:24:19 -07:00 |
|
Dustin Carlino
|
67c81df83f
|
draw stopping buffer for cars
|
2018-08-02 11:15:47 -07:00 |
|
Dustin Carlino
|
1348db1288
|
different colors for cars and peds
|
2018-08-01 15:06:23 -07:00 |
|
Dustin Carlino
|
a4b8c2247f
|
debugging for intersections
|
2018-08-01 14:39:38 -07:00 |
|
Dustin Carlino
|
5ad6f53607
|
use new dimensioned version, letting us serialize maps and clean up
hacks elsewhere
|
2018-08-01 14:05:38 -07:00 |
|
Dustin Carlino
|
73f4c95bd0
|
test to make sure savestating stays deterministic
|
2018-08-01 13:37:26 -07:00 |
|
Dustin Carlino
|
890f6541af
|
turns between sidewalks were getting conflated after the TurnID change; adding parent intersection fixes it. should fix ped warping problem.
|
2018-08-01 13:31:14 -07:00 |
|
Dustin Carlino
|
ec38ccc11e
|
refactoring common code in intersections
|
2018-08-01 11:38:35 -07:00 |
|
Dustin Carlino
|
aaf2933768
|
debug cars and peds
|
2018-08-01 09:35:02 -07:00 |
|
Dustin Carlino
|
3941621127
|
draw ped waiting for a turn
|
2018-07-31 20:31:41 -07:00 |
|
Dustin Carlino
|
c7aced1112
|
coloring pedestrians differently when selected
|
2018-07-31 13:56:14 -07:00 |
|
Dustin Carlino
|
473b5bf22e
|
handle missing objects in warp plugin
|
2018-07-31 13:49:04 -07:00 |
|
Dustin Carlino
|
296e16aea9
|
warp to agents
|
2018-07-31 13:25:03 -07:00 |
|
Dustin Carlino
|
a91359a66f
|
render buildings earlier so paths dont overlap sidewalks
|
2018-07-30 20:51:53 -07:00 |
|
Dustin Carlino
|
c7bf59dde0
|
refactor serde multimap helper
|
2018-07-30 17:39:15 -07:00 |
|
Dustin Carlino
|
c874d432f9
|
revamping walking sim to match driving. may have some warping bugs...
|
2018-07-30 17:28:14 -07:00 |
|
Dustin Carlino
|
cc8c6453ac
|
make walking sim state match driving, with a kind of SimQueue equivalent
|
2018-07-30 17:03:33 -07:00 |
|
Dustin Carlino
|
af706f72e1
|
making the new protocol for agent/intersection interaction. it works!
\o/
|
2018-07-30 16:10:39 -07:00 |
|
Dustin Carlino
|
fe62537ee3
|
moving part of car behavior to an immutable reaction to a worldview
|
2018-07-30 15:11:15 -07:00 |
|
Dustin Carlino
|
6cc8489dfa
|
reduce some visibility
|
2018-07-30 15:01:41 -07:00 |
|
Dustin Carlino
|
93815c91f0
|
argh, broke serialization again. refactoring a nice btreemap solution
|
2018-07-30 14:50:53 -07:00 |
|
Dustin Carlino
|
7205e6d926
|
lifting intersection sim state out of driving
|
2018-07-30 14:39:15 -07:00 |
|
Dustin Carlino
|
d4f2966a5d
|
changing API of intersection policies to allow for peds
|
2018-07-30 14:22:36 -07:00 |
|
Dustin Carlino
|
19133adad8
|
fixed the broken savestating; custom multimap serialization was just
plain wrong
|
2018-07-30 13:30:30 -07:00 |
|
Dustin Carlino
|
c9b890e44c
|
hash to btree, for easier comparison in serializtion
|
2018-07-29 16:58:41 -07:00 |
|
Dustin Carlino
|
af6b7c08ac
|
fixing sim serialization after TurnID became a tuple struct
|
2018-07-29 16:34:47 -07:00 |
|
Dustin Carlino
|
cce85994f6
|
dont need a sort anymore... actually, can't run the determinism test
right now
|
2018-07-29 15:51:06 -07:00 |
|
Dustin Carlino
|
1cf2ca435e
|
display cars/peds at low zoom levels in intersections
|
2018-07-28 11:21:46 -07:00 |
|
Dustin Carlino
|
ac0f580ef1
|
adjust when color picker runs, to avoid a key conflict
|
2018-07-28 11:12:28 -07:00 |
|
Dustin Carlino
|
298babc85d
|
parallelizing parked->driving car pathfinding too
|
2018-07-28 11:02:28 -07:00 |
|
Dustin Carlino
|
f732335ed8
|
parallelizing pathfinding for pedestrians
|
2018-07-27 15:51:44 -07:00 |
|