summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mapvalues deprecation -> view.mapvaluesHEADmasterNathan Perry2020-06-281-2/+4
* add type annotations on public membersNathan Perry2020-06-2834-178/+180
* convert away from deprecated Symbol syntaxNathan Perry2020-06-286-25/+28
* apply scalafmtNathan Perry2020-06-2857-4017/+4697
* write scalafmt.confNathan Perry2020-06-281-0/+56
* fix some lints/deprecationsNathan Perry2020-06-284-36/+27
* dev workingNathan Perry2020-06-282-8/+3
* reindent to 4 spacesNathan Perry2020-06-2853-3792/+4090
* strip out persistence for reworkNathan Perry2020-06-2815-198/+27
* don't load scalaversion dynamicallyNathan Perry2020-06-281-1/+1
* remove JSAppNathan Perry2020-06-281-2/+2
* scala.scalajs -> scala.jsNathan Perry2020-06-282-3/+1
* update/fix macrosNathan Perry2020-06-283-6/+8
* add build.propertiesNathan Perry2020-06-281-0/+1
* update dependenciesNathan Perry2020-06-282-35/+37
* update github pagesNathan Perry2017-01-263-601/+704
* fix bresenham, start displayNathan Perry2017-01-268-53/+81
* a whole bunch of work on pretty much everythingNathan Perry2017-01-2623-105/+230
* tried optimizing overworld, but going to revertNathan Perry2017-01-255-50/+48
* made a few optimizationsNathan Perry2017-01-2510-47/+89
* visited memory retainedNathan Perry2017-01-2511-421/+92
* name generation in a good placeNathan Perry2017-01-255-19/+38
* procedural nation generation workingNathan Perry2017-01-252-6/+45
* convert to RenderTileNathan Perry2017-01-2412-69/+56
* move doc -> docsNathan Perry2017-01-243-0/+0
* add buildNathan Perry2017-01-244-1/+783
* fix player movementNathan Perry2017-01-242-11/+16
* a few more changesNathan Perry2017-01-247-46/+96
* standardized to World dimensionsNathan Perry2017-01-238-36/+37
* converting to normalized dimensionsNathan Perry2017-01-2318-28/+92
* build out significant amount of weapon/armor/item systemsNathan Perry2017-01-2315-6/+281
* move map element into indexNathan Perry2017-01-232-4/+3
* nation clustering improved/drawn to mapNathan Perry2017-01-234-18/+62
* menus updated, hopefully overworld tiling roughly workingNathan Perry2017-01-238-25/+111
* actually implement eviction for lruNathan Perry2017-01-221-3/+21
* lru implmeentation fixed and cache annotation extended with optionsNathan Perry2017-01-223-4/+8
* caching annotation workingNathan Perry2017-01-223-6/+38
* implement lruNathan Perry2017-01-212-9/+36
* increase resolution to 512x512Nathan Perry2017-01-213-7/+7
* tweaked island generation weights a little bitNathan Perry2017-01-194-21/+31
* drop extraneous loggingNathan Perry2017-01-192-29/+1
* nation generationNathan Perry2017-01-198-34/+199
* decided hamiltonian stuff doesn't *really* matterNathan Perry2017-01-182-14/+13
* dropping kdtree stuffNathan Perry2017-01-181-42/+0
* hamiltonian path implementation workingNathan Perry2017-01-182-15/+84
* add kdtreeNathan Perry2017-01-186-56/+422
* fast edges and fillsNathan Perry2017-01-185-54/+28
* bfs data structures optimizedNathan Perry2017-01-184-13/+20
* revert to set-based implementationNathan Perry2017-01-182-9/+8
* still listset-based implementationNathan Perry2017-01-182-14/+14