summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-06Minor UI improvements.nsensfel
2019-05-03Base dmg icon, dmg types help.nsensfel
2019-05-03Adds some help for stats & attributes.nsensfel
2019-04-29Still a lot of work to be done with the CSS...nsensfel
2019-03-27It compiles again!Nathanael Sensfelder
2019-03-26[Broken] ...nsensfel
2019-03-23[Broken] ... 'battle' compiles again ...Nathanael Sensfelder
2019-03-23[Broken] ... still refactoring ...Nathanael Sensfelder
2019-03-23[Broken] ...Nathanael Sensfelder
2019-03-22[Broken] ...Nathanael Sensfelder
2019-03-22[Broken] More factoring in progress...nsensfel
2019-03-15[Broken] Got 'battle' to compile again.nsensfel
2019-03-15[Broken] Starting a code refactoring...nsensfel
2019-03-06Impr. MapEd tile focus, CSS factoring.nsensfel
2019-02-26Splits Tile & TileInstance (Battle).Nathanael Sensfelder
2019-02-18...Nathanael Sensfelder
2019-02-18...Nathanael Sensfelder
2019-02-11Untested attempt at adding players.nsensfel
2019-02-11Keeps track of who the players are.nsensfel
2019-01-31Adds a few more icons...nsensfel
2019-01-17Adds missing files.Nathanael Sensfelder
2019-01-17The battle loads, but it's nobody's turn to play...nsensfel
2019-01-17Woops, forgot the elm.json for the battle module.Nathanael Sensfelder
2019-01-17That should do it!elm-0.19Nathanael Sensfelder
What's being exchanged with the server in the battle module is not up to date though...
2019-01-17Remaining: time/delay, list encoding, httpNathanael Sensfelder
2019-01-17...Nathanael Sensfelder
Starting to get "elm: not enough bytes" errors.
2019-01-17Moving battle module to Elm 0.19...Nathanael Sensfelder
2019-01-16...Nathanael Sensfelder
2018-11-15[Untested][Out-of-sync] Use Strings for IDs.nsensfel
2018-09-25Reworking the CSS...nsensfel
2018-09-08Redirects to login (and back) if disconnected.Nathanael Sensfelder
2018-09-07Adds "Undo" action, (move?.(attack+switch_wp)?)nsensfel
2018-09-06Login redirects to main menu if already connected.nsensfel
2018-09-05Adds "Main Menu" buttons.Nathanael Sensfelder
2018-08-31Adds a directory for shared code.nsensfel
2018-08-30Shows omnimods when focusing a Tile.omnimodsNathanael Sensfelder
2018-08-30Removes most PHs, updates omnimods on action.nsensfel
2018-08-29It almost works, still has PHs and no omni updatesNathanael Sensfelder
2018-08-29It compiles!Nathanael Sensfelder
2018-08-29Adds the omnimods to the tiles & chars.Nathanael Sensfelder
2018-08-29...Nathanael Sensfelder
2018-08-29Still working on it...Nathanael Sensfelder
Turns out enumerables are not considered to be "comparable". That might make the code a bit more ugly...
2018-08-29Starting to update structures to use omnimods...nsensfel
2018-08-07Removes obsolete style files.Nathanael Sensfelder
2018-08-07Moving to SCSS, theme improvements, index p. txtNathanael Sensfelder
2018-08-05Fixes the borders being displayed in reverse order.Nathanael Sensfelder
2018-08-03Updates to the new tile format (again).Nathanael Sensfelder
2018-08-02Getting the map editor up to date...Nathanael Sensfelder
It'll need a different way to display available tile instances to the user. Also, patterns will likely be more generic, replacing the current numbers with 'A', 'B', and tile variation indices.
2018-08-02Moves to the new tile format.Nathanael Sensfelder
2018-08-02Found some slight mistakes in corner borders.Nathanael Sensfelder
... which means I have to go back and edit every frontier template that contains one.