summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-29 | Dialyzer error, compiles, some issues w/ client. | nsensfel | |
Dialyzer says: bnt_join_battle.erl:103: The created fun has no local return bnt_join_battle.erl:122: The call shr_inventory:ataxia_add_equipment(shr_equipment:unresolved(),shr_inventory:type()) does not have an opaque term of type shr_equipment:type() as 1st argument bnt_join_battle.erl:310: Function repair_join_battle/6 will never be called shr_inventory:ataxia_add_equipment(shr_equipment:unresolved(),shr_inventory:type()) is defined, though... Still some hiccups with what is sent to the client. | |||
2019-02-15 | Markers/triggers, shr_tile -> shr_tile{,_instance} | Nathanael Sensfelder | |
2018-08-28 | Still propagating the changes... | Nathanael Sensfelder | |
It'll require the attributes and statistics being recalculated every time a character is used, which isn't great. Can't exactly avoid it though: moving and changing weapon are both likely to alter them, and people rarely attack without doing one or the other. | |||
2018-08-28 | Adds the structure for omnimods, merges *_tile.erl | nsensfel | |
2018-08-02 | Moves to the new tile format. | Nathanael Sensfelder | |
2018-07-11 | "Battlemap" -> "Battle". | nsensfel | |