summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-27Starting to add communications w/ the server.nsensfel
2017-10-26Makes the interface more reactive to single clicks.nsensfel
2017-10-26Working on the input methods for multi-char selectnsensfel
2017-10-25Quick CSS class name fix.nsensfel
2017-10-25Simplifies the Model states.nsensfel
2017-10-25Split CSS into multiple files. Renames some stuff.nsensfel
2017-10-24Adds teams.nsensfel
2017-10-24Fuses selection/state. Allows Tile focusing.nsensfel
2017-10-23Attempts to fix the CSS...Nathanael Sensfelder
2017-10-23Improves Error messages, CSS.nsensfel
2017-10-23Adds tabs to the footer menu, no CSS for it though.nsensfel
2017-10-23Starting work on status/config/chat UI.Nathanael Sensfelder
2017-10-21Adds controls for the UI scaling.Nathanael Sensfelder
2017-10-20Improves UI. Makes way for visually scalable bmap.Nathanael Sensfelder
2017-10-20Fixes being able to leave the map.nsensfel
No idea how it still worked when the characters where outside the map...
2017-10-20Welp, it's fixed. I don't really know why.nsensfel
2017-10-20Tries, and fails, to fix the Attack Range issue.nsensfel
2017-10-19Mostly fixes attack indicator.Nathanael Sensfelder
Still missing: can't attack through a character, regardless of range.
2017-10-19Fixes movement indicators, borks attack ones.Nathanael Sensfelder
2017-10-19Fixes 'www' generation, navigator path change.Nathanael Sensfelder
2017-10-19Partially fixes Navigator.nsensfel
Still borked: click on a reachable tile, then click on another reachable tile doesn't seem to properly change the path.
2017-10-19Adds colors to see the battlemap.nsensfel
Navigator seems borked, though.
2017-10-19Starting a more modular approach for the website.nsensfel
2017-10-19No longer use Html.beginnerProgramnsensfel
2017-10-18Borked mouse controls for the navigator, it seems.Nathanael Sensfelder
2017-10-18Correcting whatever the compiler tells me is wrong.nsensfel
2017-10-17Separates Navigator from Tiles.nsensfel
2017-10-12Started a rather large reorganization.messy-exchangesNathanael Sensfelder
2017-09-27Improves error msgs & UI controls.Nathanael Sensfelder
2017-09-27Small cleanups.Nathanael Sensfelder
2017-09-27Adds license file.Nathanael Sensfelder
2017-09-27Splits client and server into two repositories.Nathanael Sensfelder
2017-09-26Range indicators are now clickable.Nathanael Sensfelder
2017-09-25Introduces 'States' for the model.Nathanael Sensfelder
2017-09-25Adds changes before merge.Nathanael Sensfelder
2017-09-23Now shows attack range.range-indicatorsNathanael Sensfelder
2017-09-23Remove the prev RangeIndicators upon char changeNathanael Sensfelder
2017-09-23Fixes "Too much recursion" and some similar issuesNathanael Sensfelder
2017-09-22First shot at range indicators.Nathanael Sensfelder
2017-09-22Navigator.reset_tile t -> Tile.set_tile dir treorderingNathanael Sensfelder
2017-09-22Clears up Battlemap/Navigator.elmNathanael Sensfelder
2017-09-22Clears up View.elm.Nathanael Sensfelder
2017-09-22Clears up Update.elm a bit.Nathanael Sensfelder
2017-09-22No more import ... exposing.Nathanael Sensfelder
It got too confusing.
2017-09-21Adds movement points, indicator for current char.Nathanael Sensfelder
2017-09-21Improves path indicators.Nathanael Sensfelder
2017-09-18Adds backtrack support.Nathanael Sensfelder
2017-09-18Characters can actually move.Nathanael Sensfelder
2017-09-18Character-focused navigators.Nathanael Sensfelder
2017-09-15Adds UI to test the Navigator.Nathanael Sensfelder