BenLubar / df-ai

Dwarf Fortress + Artificial Intelligence
https://benlubar.github.io/df-ai/
zlib License
248 stars 26 forks source link

Added menu to Population webpage #63

Closed mattregul closed 6 years ago

mattregul commented 6 years ago

The Population page can get quite long, this little quick-menu will aid the User in getting to the data they need.

(also added a few minor comments)

Quick and simple...

image

mattregul commented 6 years ago

Guts of the change: https://github.com/mattregul/df-ai/blob/master/population.cpp#L384-L399

mattregul commented 6 years ago

Oh, also pulled CSS links out and into their own method https://github.com/mattregul/df-ai/blob/master/weblegends.cpp#L84-L90