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 |
|
Dustin Carlino
|
7574869798
|
tie together a popup menu and a button in a really simple way. move some
info and location things there
|
2019-10-29 15:14:17 -07:00 |
|
Dustin Carlino
|
00253d2783
|
using textures for the hide/show buttons. making it easier to sometimes
upload expensive textures. draw show/hide buttons on top of modal menus,
even when they sometimes overlap.
|
2019-10-29 13:47:04 -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
|
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
|
9a624397e0
|
supporting up to 10 textures
|
2019-09-10 15:44:07 -07:00 |
|
Dustin Carlino
|
fdd770088d
|
very hacky, minimal impl of texturing water
|
2019-09-10 15:21:58 -07:00 |
|