Dustin Carlino
|
2218f6fd08
|
filling out rust article
|
2019-04-22 15:53:26 -07:00 |
|
Dustin Carlino
|
4eece7bae7
|
borrow text to draw, stop cloning everywhere
|
2019-04-22 13:29:24 -07:00 |
|
Dustin Carlino
|
26fd30191d
|
removing controls from LogScroller, which doesn't do the right thing and
also crashes if you try to scroll
|
2019-04-22 11:06:07 -07:00 |
|
Dustin Carlino
|
eae301ee1b
|
only need one runner script for the releases, now that we can load different maps easily
|
2019-04-21 18:27:38 -07:00 |
|
Dustin Carlino
|
45083198ea
|
load different maps from splash menu
|
2019-04-21 15:59:04 -07:00 |
|
Dustin Carlino
|
17870baf9d
|
actually start with a menu. just play and quit right now.
|
2019-04-21 13:32:28 -07:00 |
|
Dustin Carlino
|
1dca1bd560
|
handle arrow-making for short last lines
|
2019-04-20 21:59:17 -07:00 |
|
Dustin Carlino
|
f5a863c64a
|
argh, i cant do algebra. fixed arrowheads.
|
2019-04-20 18:20:42 -07:00 |
|
Dustin Carlino
|
24d6924231
|
screensaver mode
|
2019-04-20 16:00:24 -07:00 |
|
Dustin Carlino
|
4b1107bf57
|
clean up ezgui runner API
|
2019-04-20 15:10:03 -07:00 |
|
Dustin Carlino
|
669fd886d5
|
improve turn markings on lanes
|
2019-04-20 11:47:42 -07:00 |
|
Dustin Carlino
|
3364cd1d0c
|
smoothing out some of the weird SharedSidewalkCorners, starting article
for r/rust
|
2019-04-20 10:40:35 -07:00 |
|
Dustin Carlino
|
a1176e053b
|
use hotkey color in OSD, to make OSD slightly more readable
|
2019-04-19 16:05:06 -07:00 |
|
Dustin Carlino
|
beba58924c
|
pedestrian turn arrows
|
2019-04-19 15:35:51 -07:00 |
|
Dustin Carlino
|
64506f0007
|
woops, forgot the table of contents
|
2019-04-19 13:28:47 -07:00 |
|
Dustin Carlino
|
380bb159a0
|
link to binary releases and patreon and slightly rearrange main article
|
2019-04-19 13:25:32 -07:00 |
|
Dustin Carlino
|
dc2649ad59
|
fix some crashes when spawning agents
|
2019-04-18 18:42:52 -07:00 |
|
Dustin Carlino
|
2a833d1e62
|
polishing docs
|
2019-04-17 17:34:57 -07:00 |
|
Dustin Carlino
|
f0c7b1e020
|
fill out more of the main article
|
2019-04-17 16:48:38 -07:00 |
|
Dustin Carlino
|
e5b6fb5216
|
actually, just make this be an article overviewing features of a/b st.
and start to tie together other pages...
|
2019-04-17 14:17:50 -07:00 |
|
Dustin Carlino
|
81740a7684
|
turns out png is a terrible format for simple screenshots; gif is way smaller and identical
|
2019-04-16 15:04:39 -07:00 |
|
Dustin Carlino
|
30ed6058fd
|
filling out more map screens
|
2019-04-16 14:47:10 -07:00 |
|
Dustin Carlino
|
5ed6f2256e
|
also spawn peds around an intersection
|
2019-04-16 13:37:30 -07:00 |
|
Dustin Carlino
|
615c33903b
|
filling out screenshots for the map article
|
2019-04-16 13:05:50 -07:00 |
|
Dustin Carlino
|
7885477e59
|
a round of clippy
|
2019-04-15 18:54:19 -07:00 |
|
Dustin Carlino
|
05e1398a3d
|
fix up road clipping and enable it permanently. chose to disconnect
intersections that would be connected by a road that starts or ends OOB.
result looks great!
|
2019-04-15 11:04:04 -07:00 |
|
Dustin Carlino
|
9a2699aab9
|
take a single screenshot (hiding menus and stuff)
|
2019-04-15 10:07:50 -07:00 |
|
Dustin Carlino
|
72ae49e25f
|
draw real map bg by default now
|
2019-04-13 16:22:37 -07:00 |
|
Dustin Carlino
|
e873f79f67
|
removing old code for area clipping
|
2019-04-13 15:54:13 -07:00 |
|
Dustin Carlino
|
366267fcbf
|
try clipping areas a different way. disabled, but close to working well.
|
2019-04-13 13:25:00 -07:00 |
|
Dustin Carlino
|
2ecd8a0edb
|
avoid crash in make_shared_sidewalk_corner
|
2019-04-12 13:32:41 -07:00 |
|
Dustin Carlino
|
11a1c3543e
|
clip buildings that're partly out-of-bounds
|
2019-04-12 13:05:59 -07:00 |
|
Dustin Carlino
|
ab2e37e2ab
|
fix the show_route plugin, enter main state from hovering, not inactive
|
2019-04-12 12:20:36 -07:00 |
|
Dustin Carlino
|
d542e6675f
|
filling out some instructions for the binary releases. also writing down
some interview questions / actual tasks for a UX person I'd love to
hire. :)
|
2019-04-12 12:11:26 -07:00 |
|
Dustin Carlino
|
a9afc3efdd
|
improve arrow API, at least -- creating them from a polyline is fine
|
2019-04-11 17:39:07 -07:00 |
|
Dustin Carlino
|
d207c3c33a
|
rip out parcels entirely; unused for long time and no anticipated uses
|
2019-04-11 11:40:37 -07:00 |
|
Dustin Carlino
|
834384fb10
|
remove the Trace type rename; serves no purpose. also the unused
stopping_buffer; no more lookahead
|
2019-04-11 10:27:28 -07:00 |
|
Dustin Carlino
|
c25d544fe2
|
fixing edits_name in map paths and also supporting Windows backslashes in paths
|
2019-04-10 11:22:36 -07:00 |
|
Dustin Carlino
|
27fc74c05a
|
implement a stop sign-ish policy
|
2019-04-10 10:22:13 -07:00 |
|
Dustin Carlino
|
94d08efd61
|
clicking outside of a menu shouldnt do anything
|
2019-04-03 15:16:54 +09:00 |
|
Dustin Carlino
|
35d6995a7b
|
starting a plugin to visualize a scenario, by just displaying
neighborhood polygons
|
2019-04-03 15:03:07 +09:00 |
|
Dustin Carlino
|
d0a3b5c383
|
lane edit validity
|
2019-04-03 12:41:10 +09:00 |
|
Dustin Carlino
|
9744c22955
|
draw the selected thing as an additional transparent polygon. makes changing lane types reasonable.
|
2019-03-28 14:28:57 +09:00 |
|
Dustin Carlino
|
c7dc028601
|
Display for Traversable
|
2019-03-18 13:21:57 -07:00 |
|
Dustin Carlino
|
652e01ba87
|
deal with short lanes. also dont mark turn_finished until the car is
totally out the intersection.
|
2019-03-17 17:13:28 -07:00 |
|
Dustin Carlino
|
c40c4fdff4
|
eager impl to not hit the back of cars. no handling of short lanes, and
follower waits before starting to cross the end of a lane.
|
2019-03-16 14:53:46 -07:00 |
|
Dustin Carlino
|
1ba7e5d325
|
woops, not so easy to figure out a proper retry for room_at_end
|
2019-03-14 16:05:07 -07:00 |
|
Dustin Carlino
|
9dac5deba0
|
script to format all markdown so far. nested lists are sort of weird,
but fine...
|
2019-03-13 14:11:52 -07:00 |
|
Dustin Carlino
|
375f47e637
|
traffic sim article intro and part of discrete sim section
|
2019-03-12 12:56:51 -07:00 |
|
Dustin Carlino
|
caded99919
|
basic linux+windows release script
|
2019-03-12 08:47:18 -07:00 |
|