summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-18 | Use blc_error in blc_{armor,weapon}. | Nathanael Sensfelder | |
Dialyzer confuses me: shr_omnimods.erl:90: Overloaded contract for shr_omnimods:apply_coefficient_to_mods/2 has overlapping domains; such contracts are currently unsupported and are simply ignored shr_omnimods.erl:96: Overloaded contract for shr_omnimods:merge_mods/2 has overlapping domains; such contracts are currently unsupported and are simply ignored This seems to imply that shr_omnimods:damage_type_mods() and shr_omnimods:attribute_mods() overlap, which is not supposed to be the case. | |||
2019-08-18 | ... | Nathanael Sensfelder | |
2019-08-15 | ... | Nathanael Sensfelder | |
2019-08-15 | ... | Nathanael Sensfelder | |
2019-08-15 | ... | Nathanael Sensfelder | |
2019-08-10 | Statistics -> Attributes. | Nathanael Sensfelder | |
2019-07-29 | Working on a different way to balance stats... | Nathanael Sensfelder | |
2019-07-16 | Woops, forgot comparison. | Nathanael Sensfelder | |
2019-07-16 | Fixing equations using my phone. | Nathanael Sensfelder | |
2019-07-15 | ... | Nathanael Sensfelder | |
2019-07-15 | Starting work on an automatic balancer tool. | Nathanael Sensfelder | |
2019-06-14 | Makes it pass Dialyzer's checks again.attributes_removal | Nathanael Sensfelder | |
2019-06-12 | Finding small mistakes here and there... | Nathanael Sensfelder | |
2019-06-12 | Still needs more testing... | Nathanael Sensfelder | |
2019-06-12 | That should do it. | Nathanael Sensfelder | |
2019-06-12 | [Untested] Adds handling of opportunity attacks. | Nathanael Sensfelder | |
2019-06-12 | Adds more funs to handle map markers. | Nathanael Sensfelder | |
Using map markers to handle attacks of opportunity appears to be a bad idea: while it does make their detection very cheap, this leads to having frequent (and rather large) updates to the markers. | |||
2019-06-07 | ... | nsensfel | |
2019-06-07 | Woops, NotOpportunistic != Opportunistic... | nsensfel | |
2019-06-07 | Normal attack crit multipler is 1.0, not 0.0. | nsensfel | |
2019-06-06 | Fixes some of the issues I've found. | nsensfel | |
2019-06-06 | It compiles and mostly passes Dialyzer's tests. | nsensfel | |
2019-06-06 | [Broken] ... | nsensfel | |
2019-06-06 | [Broken] ... | nsensfel | |
2019-06-06 | [Broken] ... | nsensfel | |
2019-06-05 | [Broken] ... | nsensfel | |
2019-06-05 | [Broken] Changing how actions are handled... | nsensfel | |
2019-06-04 | ... | nsensfel | |
2019-06-04 | ... | Nathanael Sensfelder | |
2019-05-21 | Working on Attacks of Opportunity. | Nathanael Sensfelder | |
2019-05-10 | Adds neighborhood generation function. | Nathanael Sensfelder | |
2019-05-08 | Adds name generation function. | Nathanael Sensfelder | |
2019-05-07 | Working on markers... | nsensfel | |
2019-05-03 | Fixes invalid test of already occupied location. | nsensfel | |
2019-05-03 | Didn't add portraits from equipement w/ ataxia. | nsensfel | |
2019-05-03 | Merge branch 'master' of dreamhost:~/repositories/git/tacticians-server | nsensfel | |
2019-05-03 | Fixes client/server JSON mismatch. | nsensfel | |
2019-04-29 | Found why Dialyzer inferred type(), not either(). | Nathanael Sensfelder | |
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-04-29 | ... | Nathanael Sensfelder | |
2019-04-26 | ... | nsensfel | |
2019-04-26 | Makes Dialyzer validate shared & battle. | nsensfel | |
2019-04-25 | ... | Nathanael Sensfelder | |
2019-04-25 | ... | nsensfel | |
2019-04-25 | Merging btl_character_turn_{data,update}... | nsensfel | |
2019-04-24 | ... | nsensfel | |
2019-04-23 | ... | nsensfel | |
2019-04-23 | ... | nsensfel | |
2019-04-23 | Merge branch 'master' of dreamhost:~/repositories/git/tacticians-server | nsensfel | |
2019-04-23 | ... | Nathanael Sensfelder | |