Dustin Carlino
|
b6b1be7d18
|
starting a way to add some text to a GeomBatch
|
2020-02-08 10:36:44 -08:00 |
|
Dustin Carlino
|
59686dddbc
|
can we render svg text directly? need harfbuzz. [rebuild]
|
2020-02-08 10:36:44 -08:00 |
|
Dustin Carlino
|
872cd0cba6
|
'save as' feature for map edits. autosave otherwise.
|
2020-02-06 12:31:06 -08:00 |
|
Dustin Carlino
|
2f2f0506fa
|
jump to lane editor straight from sandbox mode. tune lane editor style
slightly [rebuild]
|
2020-02-05 16:17:16 -08:00 |
|
Dustin Carlino
|
d3fe865ad9
|
tuning signal editor
|
2020-01-29 16:22:49 -08:00 |
|
Dustin Carlino
|
43ea723111
|
tune lane editor style, and refactor some widget centering patterns
[rebuild]
|
2020-01-29 12:16:18 -08:00 |
|
Dustin Carlino
|
1043008ba8
|
and bus lanes [rebuild]
|
2020-01-22 15:55:04 -08:00 |
|
Dustin Carlino
|
562f462519
|
draw an icon on parked cars
|
2020-01-19 15:48:41 -08:00 |
|
Dustin Carlino
|
ca6b81099c
|
rename scenarios to be less confusing
|
2020-01-19 14:39:46 -08:00 |
|
Dustin Carlino
|
497d05552a
|
use a locate icon button in a few places
|
2020-01-16 15:34:30 -08:00 |
|
Dustin Carlino
|
90300c655e
|
switch remaining signal editor stuff to a top-center panel
|
2020-01-13 15:56:25 -08:00 |
|
Dustin Carlino
|
8f17bc9227
|
branch a copy of the signal diagram for the editor
|
2020-01-13 10:36:52 -08:00 |
|
Dustin Carlino
|
de1c481c93
|
svg parking icons
|
2020-01-12 09:20:54 -08:00 |
|
Dustin Carlino
|
f4f85febd7
|
choose heatmap via yuwen's icons. layouting is funky, but when is it
not?
|
2020-01-11 13:42:26 -06:00 |
|
Dustin Carlino
|
5ae2557b2c
|
adjusting some speed panel buttons. the new triangles dont do anything
yet.
|
2020-01-07 12:52:56 -06:00 |
|
Dustin Carlino
|
eeb0c653c4
|
grab the right sunset/sunrise icons
|
2020-01-03 11:55:19 -06:00 |
|
Dustin Carlino
|
852ee69430
|
buttons to zoom in/out fully. poor animation for now.
|
2020-01-02 12:21:47 -06:00 |
|
Dustin Carlino
|
1ad3dfd634
|
always draw crosswalks, draw walk / dont walk icons
|
2020-01-01 13:47:55 -06:00 |
|
Dustin Carlino
|
517a35775f
|
adding pan buttons to minimap. they dont do anything yet, but the hard
part was positioning the minimap using all the new layouting
|
2019-12-25 12:01:51 -08:00 |
|
Dustin Carlino
|
2a67872d17
|
turning the old scoreboard into a separate dashboard. also fold in the
bus route explorer
|
2019-12-21 14:43:03 -08:00 |
|
Dustin Carlino
|
d5312fabd4
|
remove the show/hide feature from ModalMenus. ModalMenus are on the way out, the icon is often covering stuff up, and now we can delete some old pngs
|
2019-12-18 16:26:28 -08:00 |
|
Dustin Carlino
|
7701e19c05
|
tune a few text button colors, to make it more obvious they're buttons
|
2019-12-17 14:58:36 -08:00 |
|
Dustin Carlino
|
eda40ecdec
|
start an interactive legend for the minimap. pretty disjoint from real
AgentColorScheme right now
|
2019-12-16 15:40:32 -08:00 |
|
Dustin Carlino
|
2c8f68344c
|
move tool panel to Composite, the first one with interaction. edit mode
exit temporarily broken, need to rearrange things a bit
|
2019-12-16 09:42:12 -08:00 |
|
Dustin Carlino
|
97c8a84efb
|
switching out lane editing icons for yuwen's nice ones
|
2019-12-15 11:06:59 -08:00 |
|
Dustin Carlino
|
5440fca4fe
|
move the functions from the last MenuUnderButton to the ModalMenus, just so I can get rid of the atrocity that is MenuUnderButton
|
2019-12-12 15:24:07 -08:00 |
|
Dustin Carlino
|
f51a077ee9
|
move some more functionality to the tool panel. remove another
MenuUnderButton
|
2019-12-12 15:09:28 -08:00 |
|
Dustin Carlino
|
bd557ef4bb
|
move savestate tools in debug mode to modal menu, getting rid of another MenuUnderButton
|
2019-12-12 14:12:14 -08:00 |
|
Dustin Carlino
|
0de212f763
|
move back and settings to a bottom-left panel, out of the drop-down menus. no more hamburgers!
|
2019-12-12 14:10:09 -08:00 |
|
Dustin Carlino
|
706f602e10
|
splitting time/speed panels. horrible layouting hacks
|
2019-12-11 13:08:17 -08:00 |
|
Dustin Carlino
|
f0af92f00e
|
split out an agent meter with icons for the modes
|
2019-12-11 10:13:36 -08:00 |
|
Dustin Carlino
|
4e96363398
|
tuning color rewriting and placement of some svg icons. removing the
crazy shader color masking
|
2019-12-08 13:44:43 -08:00 |
|
Dustin Carlino
|
5a7314d137
|
Add color rewriting and stroke support for SVG images. Cut over more
images, discovering some break...
|
2019-12-08 12:46:56 -08:00 |
|
Dustin Carlino
|
77099a164b
|
try using usvg and lyon to produce Polygon+Colors from svg files. so
far, so good. dodging a dependency on harfbuzz (which doesn't build in
my windows cross-compilation env), now trying on mac...
|
2019-12-08 10:24:01 -08:00 |
|
Dustin Carlino
|
81a19eb78d
|
remove the experimental hi-res grass and park textures and all the
flagged off textures. going to experiment in a different branch instead.
|
2019-12-05 09:37:05 -08:00 |
|
Dustin Carlino
|
1a9c78b5fe
|
tuning a few last things with the speed panel for now
|
2019-11-28 13:45:08 -08:00 |
|
Dustin Carlino
|
6fcf8d4478
|
redo layouting of new speed panel. pull absolute coordinates from
mockup. looks much closer now
|
2019-11-28 10:31:55 -08:00 |
|
Dustin Carlino
|
d553530ee7
|
prototype new speed panel. adapting changes from
https://github.com/jinzhong2/abstreet/tree/new_speed_panel
|
2019-11-27 15:42:19 -08:00 |
|
Dustin Carlino
|
188b2fd372
|
adding in some image buttons for the main menu. no highlighting yet.
wrong bounding boxes.
|
2019-11-25 19:31:39 -08:00 |
|
Dustin Carlino
|
dfd036300b
|
refactor: make text_dims return ScreenDims. also, update the logo image
|
2019-11-25 17:38:37 -08:00 |
|
Dustin Carlino
|
573edbd13e
|
adding the logo to the title screen and filling out some credits
|
2019-11-24 19:09:07 -08:00 |
|
Dustin Carlino
|
aa4a002fb4
|
fix the mysterious flipped textures. i thought the UV mapping was the problem, but turns out I was using from_rgba_reversed for some mysterious reason
|
2019-11-24 08:55:37 -08:00 |
|
Dustin Carlino
|
a2ea691fa3
|
fix the 16 texture limit on mac properly, by using texture arrays for icons
|
2019-11-24 07:38:32 -08:00 |
|
Dustin Carlino
|
50e7eb5c82
|
haha, i uh, forgot the parking button. freudian slip?
|
2019-11-13 12:22:31 -08:00 |
|
Dustin Carlino
|
0f427542c7
|
putting in dummy paint buttons to edit mode
|
2019-11-13 08:54:25 -08:00 |
|
Dustin Carlino
|
7833346fa2
|
cleaning up speed controls
|
2019-10-30 18:15:03 -07:00 |
|
Dustin Carlino
|
a94e210c22
|
changing speed controls to be a panel of manually arranged buttons. not
done, but functionality is cutover. fix details later.
|
2019-10-30 15:01:11 -07:00 |
|
Dustin Carlino
|
6ffa5fbf6e
|
move savestating under a save menu
|
2019-10-30 10:26:44 -07:00 |
|
Dustin Carlino
|
d757b45bff
|
manually workaround y inversion with stretched textures by modifying the
images
|
2019-10-29 16:36:19 -07:00 |
|
Dustin Carlino
|
c2fd82328a
|
move more controls under a general menu
|
2019-10-29 15:31:55 -07:00 |
|