Dustin Carlino
|
1e903c6cee
|
pass a flag to disable using mapfixes, since it's annoying to keep temporarily deleting these
|
2019-10-25 10:09:47 -07:00 |
|
Dustin Carlino
|
a8490aa16f
|
tweaking some map colors
|
2019-10-24 16:00:27 -07:00 |
|
Dustin Carlino
|
cb4720946c
|
experiment with texturing cars, with some fun UV coordinates. looks half
reasonable when it works. breaks on duplicate points, not sure what's
wrong yet
|
2019-10-24 14:07:03 -07:00 |
|
Dustin Carlino
|
90e1277152
|
another attempt: weighted arrows
|
2019-10-24 13:19:47 -07:00 |
|
Dustin Carlino
|
6f3f9d085f
|
weird heatmpish thing of all paths to/from a border or building. not too
useful.
|
2019-10-24 12:52:30 -07:00 |
|
Dustin Carlino
|
820a660132
|
experiment with building roofs
|
2019-10-23 23:36:01 -07:00 |
|
Dustin Carlino
|
17e02ebdf0
|
adding in support for rotating textures, except missing y-inversion
|
2019-10-23 16:30:23 -07:00 |
|
Dustin Carlino
|
d133dfd152
|
experimentally use textures for pedestrians. add support for stretching
texture coordinates
|
2019-10-23 15:46:00 -07:00 |
|
Dustin Carlino
|
299b5bb77f
|
remove old functionality for creating only partial PSRC scenarios.
rename the main scenario to be much more enticing
|
2019-10-23 08:04:55 -07:00 |
|
Dustin Carlino
|
25ab691946
|
add basic usage instructions
|
2019-10-22 12:27:47 -07:00 |
|
Dustin Carlino
|
c9db056c3a
|
start representing shared left turn lanes. nothing uses them yet,
just draw them (without the left turn markings)
|
2019-10-21 16:14:16 -07:00 |
|
Dustin Carlino
|
7ead5f9281
|
make traffic signal diagram always be a fixed width; zoom the intersection based on that
|
2019-10-21 15:17:21 -07:00 |
|
Dustin Carlino
|
c9a6f0a7d8
|
call out agents that've been blocked in an intersection for a while.
this is basically a fast gridlock detector
|
2019-10-20 12:49:25 -07:00 |
|
Dustin Carlino
|
28bb1ba194
|
interactively spawn a parked car in a garage
|
2019-10-19 17:17:33 -07:00 |
|
Dustin Carlino
|
5b9a8dd914
|
seeding buses more robustly. spot fixes to maps to prevent regressions
|
2019-10-19 16:54:54 -07:00 |
|
Dustin Carlino
|
7020544073
|
show which bus a ped is waiting for
|
2019-10-19 16:00:55 -07:00 |
|
Dustin Carlino
|
f1f951fc1c
|
Revert "distinguish parked cars that have a trip scheduled or not"
This reverts commit dba7ced094 .
Is slow, not so useful. Could implement more intelligently, but not
worthwhile yet.
|
2019-10-19 15:24:40 -07:00 |
|
Dustin Carlino
|
6989c72aa1
|
show location of all buses serving a route
|
2019-10-19 13:40:24 -07:00 |
|
Dustin Carlino
|
28f11e4ab3
|
draw entire bus route in explorer, with labeled stops
|
2019-10-19 13:02:17 -07:00 |
|
Dustin Carlino
|
b4b4e8fae8
|
solid yellow lines for oneways. dashed looks really strange with offside parking.
|
2019-10-18 15:08:30 -07:00 |
|
Dustin Carlino
|
c78486f039
|
fixes to short roads in 23rd. full day with freeform policy no longer
gridlocks! starting a vague tracking doc of outstanding issues per map
|
2019-10-18 14:19:32 -07:00 |
|
Dustin Carlino
|
56a277a284
|
show live parking counts in that analytics legend
|
2019-10-18 12:35:49 -07:00 |
|
Dustin Carlino
|
d6a9e0e541
|
just one copy of the code to calculate parked car seeding per bldg, in popdat. remove variant in scenario manager
|
2019-10-18 11:47:03 -07:00 |
|
Dustin Carlino
|
73a2482b6a
|
after escaping from instantiated scenario, wind up back at splash screen, not scenario manager
|
2019-10-18 11:25:01 -07:00 |
|
Dustin Carlino
|
dba7ced094
|
distinguish parked cars that have a trip scheduled or not
|
2019-10-17 14:54:30 -07:00 |
|
Dustin Carlino
|
70ac1a4495
|
interactive spawner can force using parked cars. revamping that terrible
code.
|
2019-10-17 13:44:14 -07:00 |
|
Dustin Carlino
|
0a97482a16
|
er, dont need parking hints on buildings and areas. also adjust traffic
signal box color; needed updating after changing colors a while ago
|
2019-10-17 12:44:00 -07:00 |
|
Dustin Carlino
|
c70a57e7ae
|
click to cancel info panel
|
2019-10-17 11:29:02 -07:00 |
|
Dustin Carlino
|
a55a7d3c48
|
cleaning up info panel for each case so far, bringing in any lingering stuff from the old sidebar branch
|
2019-10-14 14:23:48 -07:00 |
|
Dustin Carlino
|
f6865fac43
|
Get rid of ID::Trip, not sure why that ever made sense
|
2019-10-14 13:57:37 -07:00 |
|
Dustin Carlino
|
4df994a6c9
|
moving debug mode's tooltips into a popup info panel, hopefully the precursor to a sidebar
|
2019-10-14 13:42:22 -07:00 |
|
Dustin Carlino
|
430b1245c4
|
working on a new traffic signal scroller. disabled. decent start.
|
2019-10-13 18:44:19 -07:00 |
|
Dustin Carlino
|
5358931a5e
|
fixing up a few lingering places in the game that were constructing text prompts
|
2019-10-13 15:43:11 -07:00 |
|
Dustin Carlino
|
85ff33e72d
|
basic, but working, impl of cars lane-changing opportunistically
|
2019-10-13 14:30:20 -07:00 |
|
Dustin Carlino
|
a077276275
|
rewriting the wizard menu from scratch too. also making sure to update
master GUI state (where's the cursor?) up-front. that's independent from
letting the canvas pan, a client decision
|
2019-10-12 10:24:07 -07:00 |
|
Dustin Carlino
|
f548ded8cc
|
most modalmenus will maintain layout themselves. also stop doing
layouting in constructors; the first event will work fine.
|
2019-10-11 20:45:27 -07:00 |
|
Dustin Carlino
|
f1cae9bd37
|
dont show info when modalmenu hidden, just title. simplify setting info
from outside.
|
2019-10-11 20:10:12 -07:00 |
|
Dustin Carlino
|
419017a295
|
small refactor btwn sandbox and abtest mode
|
2019-10-11 14:01:56 -07:00 |
|
Dustin Carlino
|
05b953d639
|
split sim summary onto two nice lines
|
2019-10-11 13:25:41 -07:00 |
|
Dustin Carlino
|
81addd9c8c
|
making menu label swaps more ergonomic
|
2019-10-11 13:15:14 -07:00 |
|
Dustin Carlino
|
f71d229594
|
ability to change menu labels. use for speed controls and debug mode.
|
2019-10-11 13:09:32 -07:00 |
|
Dustin Carlino
|
88be94e789
|
simple stacked layouting for text box, slider, and modal menu (rewritten
from scratch). not fully done, but perfectly usable and clean!
|
2019-10-11 12:37:48 -07:00 |
|
Dustin Carlino
|
2edb275d3c
|
rename cycle -> phase, match the literature
|
2019-10-09 15:27:25 -07:00 |
|
Dustin Carlino
|
21aa42891d
|
parameterizing slider dims, making them match menus
|
2019-10-09 15:03:23 -07:00 |
|
Dustin Carlino
|
e0ae1d5195
|
tooltip with key bindings for hide/expand icons. doesn't look great
though.
|
2019-10-09 10:29:11 -07:00 |
|
Dustin Carlino
|
7e40f6797e
|
avoid crash in individ_trips
|
2019-10-08 17:09:32 -07:00 |
|
Dustin Carlino
|
ee5462e7c4
|
woops, wasnt keeping menu state synced when pausing externally
|
2019-10-08 11:20:26 -07:00 |
|
Dustin Carlino
|
258f3d4528
|
reverse lane direction as a new edit. might be a few determinism issues,
but seems to mostly work.
|
2019-10-07 18:04:31 -07:00 |
|
Dustin Carlino
|
98d7f26f2d
|
change pause/resume button to say the appropriate thing, now that it's easy
|
2019-10-07 14:58:55 -07:00 |
|
Dustin Carlino
|
7c3a26fed8
|
making ItemSlider and all trip viz also combine menu and slider better
|
2019-10-07 14:54:42 -07:00 |
|