summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-07-21HexMap.configure(…) -> HexMap._init(…)Jérémy Zurcher2-9/+8
2020-07-20Merge pull request #1 from lifelike/unignore_importsJérémy Zurcher18-1/+579
2020-07-20Ignore .import, but unignore *.importPelle Nilsson18-1/+579
2020-07-20be less moronicJérémy Zurcher1-1/+1
2020-07-20add MIT licenseJérémy Zurcher1-0/+19
2020-07-20rename HexBoard into HexMapJérémy Zurcher3-3/+3
2020-07-20Tile.on_board -> Tile.on_mapJérémy Zurcher2-7/+7
2020-07-20move demo files into subdir demoJérémy Zurcher9-16/+16
2020-07-20remove unnecessary method prototypes from TileJérémy Zurcher1-15/+0
2020-07-19update influence.gifJérémy Zurcher1-0/+0
2020-07-19implement Range Of Influence DemoJérémy Zurcher7-15/+39
2020-07-19implement range Of InfluenceJérémy Zurcher5-1/+106
2020-07-19fix distance()Jérémy Zurcher1-3/+5
2020-07-19document public APIJérémy Zurcher4-21/+47
2020-07-15timeout before resized on ready (fix android), OSInfoJérémy Zurcher2-0/+10
2020-07-15add zoom buttons, support one button mouse, add fontJérémy Zurcher6-57/+110
2020-07-15Camera : adapt zoom_boundariesJérémy Zurcher1-1/+2
2020-07-15redo app tree to support resizingJérémy Zurcher2-40/+55
2020-07-15must reconfigure camera after map swapJérémy Zurcher1-0/+1
2020-07-15logic clean upJérémy Zurcher3-19/+26
2020-07-15Map : clean upJérémy Zurcher2-62/+65
2020-07-15HexBoard : remove unused parameterJérémy Zurcher1-4/+4
2020-07-14update READMEJérémy Zurcher1-2/+2
2020-07-14normalize and optimize Orientation in line of sightsJérémy Zurcher1-40/+30
2020-07-11update gifsJérémy Zurcher3-1/+2
2020-07-11implement shortest pathJérémy Zurcher6-2/+65
2020-07-11properly implement road marchJérémy Zurcher7-13/+30
2020-07-11fix anglesJérémy Zurcher1-20/+24
2020-07-10add check boxesJérémy Zurcher3-10/+48
2020-07-10implement possible_moves()Jérémy Zurcher8-10/+112
2020-07-10Hex : reorder overlays, add moveJérémy Zurcher2-14/+16
2020-07-10fix adjacents()Jérémy Zurcher1-3/+3
2020-07-09add screencastJérémy Zurcher3-1/+1
2020-07-09implement different terrain type, use elevation, and height to compute LOSJérémy Zurcher8-29/+56
2020-07-09implement adjacents()Jérémy Zurcher2-1/+18
2020-07-09add READMEJérémy Zurcher3-0/+23
2020-07-09Initial commitJérémy Zurcher22-0/+740