Dustin Carlino
|
b365f595bd
|
populate OSD during event. this lets wizard display prompts easily.
|
2018-09-20 14:57:42 -07:00 |
|
Dustin Carlino
|
c95f5e7a4d
|
starting a stateful multi-question GUI wizard. just accepts usize's
right now
|
2018-09-20 14:29:50 -07:00 |
|
Dustin Carlino
|
4b26411794
|
show current selected polygon as preview
|
2018-09-19 18:44:17 -07:00 |
|
Dustin Carlino
|
c7f2c50e25
|
draw menus centered in the screen, with highlighted lines
|
2018-09-19 17:38:31 -07:00 |
|
Dustin Carlino
|
96994eb9bd
|
load existing polygon with pre-filled name
|
2018-09-19 14:24:09 -07:00 |
|
Dustin Carlino
|
60d4e0af33
|
list existing polygons with menu
|
2018-09-19 12:28:29 -07:00 |
|
Dustin Carlino
|
ce91b77ad6
|
highlighting the cursor in text boxes
|
2018-09-18 18:52:25 -07:00 |
|
Dustin Carlino
|
8b0fb9248c
|
using Pt2D in ezgui's API when appropriate
|
2018-09-18 15:09:17 -07:00 |
|
Dustin Carlino
|
1050d86e67
|
making a proper Circle type in geom
|
2018-09-18 14:00:55 -07:00 |
|
Dustin Carlino
|
e8ef4545fb
|
remove to_vec from Pt2D; only need it in one triangulation-specific place
|
2018-09-18 13:44:14 -07:00 |
|
Dustin Carlino
|
49ebe97c21
|
small refactor in ezgui and polyline
|
2018-09-18 13:39:55 -07:00 |
|
Dustin Carlino
|
7dc192b0c9
|
refactoring helpers to draw lines
|
2018-09-18 13:29:30 -07:00 |
|
Dustin Carlino
|
e65f3aecc7
|
update to rust 1.29, re-run format
|
2018-09-15 16:54:00 -07:00 |
|
Dustin Carlino
|
8db279ff7c
|
refactoring toggleable layers
|
2018-09-13 10:49:56 -07:00 |
|
Dustin Carlino
|
986717dc76
|
dont expose ezgui's modules
|
2018-09-10 17:32:33 -07:00 |
|
Dustin Carlino
|
64d4117c0c
|
moving GUI runner to ezgui
|
2018-09-09 18:50:36 -07:00 |
|
Dustin Carlino
|
7eb279a978
|
simplify toggleable layer; dont need to repeat key names
|
2018-08-14 14:06:32 -07:00 |
|
Dustin Carlino
|
40cb2bf6f4
|
making draw_polygon only accept a geom Polygon. guess ezgui depending on geom is fine.
|
2018-08-09 10:57:19 -07:00 |
|
Dustin Carlino
|
5d2a4f3ac4
|
trying an ear clipping algorithm for buildings and parcels. works great,
lots of cleanup needed now!
|
2018-08-08 14:39:08 -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
|
1348db1288
|
different colors for cars and peds
|
2018-08-01 15:06:23 -07:00 |
|
Dustin Carlino
|
3fa06fd032
|
dont repeat keypress manually in OSD message
|
2018-07-26 14:28:01 -07:00 |
|
Dustin Carlino
|
120e7c5db1
|
plumb through UI controls for road edits
|
2018-07-24 15:43:01 -07:00 |
|
Dustin Carlino
|
2ebc13140b
|
round of rustfmt after 1.27 upgrade
|
2018-07-09 12:30:59 -07:00 |
|
Dustin Carlino
|
18132e3c8b
|
consistently having one(ish) plugin do stuff at a time
|
2018-07-06 12:25:43 -07:00 |
|
Dustin Carlino
|
e2aabeb0e9
|
refactoring drawing primitives into GfxCtx
|
2018-07-06 11:04:18 -07:00 |
|
Dustin Carlino
|
8f244438c1
|
plumbing window_size with canvas
|
2018-07-06 10:26:35 -07:00 |
|
Dustin Carlino
|
43536743a8
|
warp plugin, and making text entry handle numbers
|
2018-06-26 09:05:14 -07:00 |
|
Dustin Carlino
|
6afb71ea5f
|
preps for line trimming
|
2018-06-25 11:54:15 -07:00 |
|
Dustin Carlino
|
9b1ce9b3b3
|
split canvas scrolling and text
|
2018-06-22 14:47:07 -07:00 |
|
Dustin Carlino
|
0d46b413bb
|
move gfxctx
|
2018-06-22 14:42:13 -07:00 |
|
Dustin Carlino
|
348f9a0a0f
|
very hacky menu to pick what color to change
|
2018-06-21 13:45:09 -07:00 |
|
Dustin Carlino
|
6b8a5a0103
|
moving more colors to scheme
|
2018-06-21 11:18:17 -07:00 |
|
Dustin Carlino
|
e7e334a460
|
using color scheme in most places
|
2018-06-21 10:32:07 -07:00 |
|
Dustin Carlino
|
03df50c96e
|
fill in parcel interior with color
|
2018-06-19 14:24:30 -07:00 |
|
Dustin Carlino
|
923883883b
|
updating README and trimming license declarations
|
2018-06-03 17:56:53 -07:00 |
|
Dustin Carlino
|
0e672f9e09
|
remove svg rendering. output is too large, never used.
|
2018-05-16 18:58:30 -07:00 |
|
Dustin Carlino
|
b8842d5852
|
detect and fix when two parts of the UI try to read the same key
|
2018-05-14 19:00:26 -07:00 |
|
Dustin Carlino
|
f2b7344940
|
using new rust 1.26 match stuff, and fmt
|
2018-05-10 16:19:26 -07:00 |
|
Dustin Carlino
|
065c2ce9ba
|
Importing everything since the initial import
|
2018-04-10 17:51:37 -07:00 |
|
Dustin Carlino
|
1863289f6d
|
Initial import of A/B Street prototype.
|
2018-03-13 08:06:03 -07:00 |
|