summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-29 | Ensures things still compile with -Wall -Werror... | Nathanael Sensfelder | |
2020-04-07 | ... | Nathanael Sensfelder | |
2019-11-02 | ... | Nathanael Sensfelder | |
2019-10-23 | ... | nsensfel | |
2019-10-21 | Update for Ataxia. | Nathanael Sensfelder | |
2019-10-08 | ... | Nathanael Sensfelder | |
2019-05-03 | Fixes invalid test of already occupied location. | nsensfel | |
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-23 | ... | nsensfel | |
2019-02-15 | Markers/triggers, shr_tile -> shr_tile{,_instance} | Nathanael Sensfelder | |
2019-02-15 | /{btl,map}_{map,location,direction}/shr_\2/ | nsensfel | |
2019-01-21 | Makes email truly optional. | Nathanael Sensfelder | |
2019-01-18 | Looks like there are still issues with DB updates. | nsensfel | |
Switching weapons does not work. In the little test I did, only one of their character got activated once the second player's turn started. | |||
2019-01-17 | ... | Nathanael Sensfelder | |
2019-01-17 | Matchmaking still has serious issues... | Nathanael Sensfelder | |
2019-01-17 | Should fix weapon issue. | Nathanael Sensfelder | |
2019-01-17 | Solves the permission issue with the battles. | nsensfel | |
2019-01-16 | ... | Nathanael Sensfelder | |
2019-01-16 | ... | nsensfel | |
2019-01-16 | ... | Nathanael Sensfelder | |
2019-01-15 | ... | nsensfel | |
2019-01-11 | [BROKEN] ... | nsensfel | |
2019-01-11 | ... | nsensfel | |
2019-01-11 | Got Dialyzer to yell at me again! Yay! | nsensfel | |
2019-01-09 | [BROKEN] Continuing to work on that bounty... | nsensfel | |
2019-01-09 | Little mistake when adding an element there. | nsensfel | |
2019-01-07 | Player maps & battles: lists -> orddicts. | nsensfel | |
2019-01-06 | ... | Nathanael Sensfelder | |
2019-01-05 | ... | Nathanael Sensfelder | |
2019-01-05 | ... | Nathanael Sensfelder | |
2019-01-04 | Still working on bounties & matchmaking... | nsensfel | |
2019-01-04 | Removes 'id' field from ataxia entry values. | nsensfel | |
While sometimes usefull as a way to retrieve the object's ID, they were both redundant (you can't get the object without its ID anyway) and bothersome to maintain (insert + update, which would have required setting up a bounty for any insert). | |||
2019-01-04 | Fixes -pa arg w/ yaws, {btl/rst}_character mixup. | nsensfel | |
2019-01-03 | ... | nsensfel | |
2019-01-02 | Bounties? | Nathanael Sensfelder | |
Somehow, Dialyzer does not see the type issues with src/bounty/bnt_join_battle.erl, but there are btl_character and rst_character mix-ups. |