| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | mapvalues deprecation -> view.mapvaluesHEADmaster | Nathan Perry | 2020-06-28 | 1 | -2/+4 |
| * | add type annotations on public members | Nathan Perry | 2020-06-28 | 34 | -178/+180 |
| * | convert away from deprecated Symbol syntax | Nathan Perry | 2020-06-28 | 6 | -25/+28 |
| * | apply scalafmt | Nathan Perry | 2020-06-28 | 57 | -3867/+4547 |
| * | write scalafmt.conf | Nathan Perry | 2020-06-28 | 1 | -0/+56 |
| * | fix some lints/deprecations | Nathan Perry | 2020-06-28 | 4 | -36/+27 |
| * | dev working | Nathan Perry | 2020-06-28 | 2 | -8/+3 |
| * | reindent to 4 spaces | Nathan Perry | 2020-06-28 | 53 | -3629/+3927 |
| * | strip out persistence for rework | Nathan Perry | 2020-06-28 | 15 | -198/+27 |
| * | don't load scalaversion dynamically | Nathan Perry | 2020-06-28 | 1 | -1/+1 |
| * | remove JSApp | Nathan Perry | 2020-06-28 | 1 | -2/+2 |
| * | scala.scalajs -> scala.js | Nathan Perry | 2020-06-28 | 2 | -3/+1 |
| * | update/fix macros | Nathan Perry | 2020-06-28 | 3 | -6/+8 |
| * | add build.properties | Nathan Perry | 2020-06-28 | 1 | -0/+1 |
| * | update dependencies | Nathan Perry | 2020-06-28 | 2 | -35/+37 |
| * | update github pages | Nathan Perry | 2017-01-26 | 3 | -601/+704 |
| * | fix bresenham, start display | Nathan Perry | 2017-01-26 | 8 | -53/+81 |
| * | a whole bunch of work on pretty much everything | Nathan Perry | 2017-01-26 | 23 | -105/+230 |
| * | tried optimizing overworld, but going to revert | Nathan Perry | 2017-01-25 | 5 | -50/+48 |
| * | made a few optimizations | Nathan Perry | 2017-01-25 | 10 | -47/+89 |
| * | visited memory retained | Nathan Perry | 2017-01-25 | 11 | -421/+92 |
| * | name generation in a good place | Nathan Perry | 2017-01-25 | 5 | -19/+38 |
| * | procedural nation generation working | Nathan Perry | 2017-01-25 | 2 | -6/+45 |
| * | convert to RenderTile | Nathan Perry | 2017-01-24 | 12 | -69/+56 |
| * | move doc -> docs | Nathan Perry | 2017-01-24 | 3 | -0/+0 |
| * | add build | Nathan Perry | 2017-01-24 | 4 | -1/+783 |
| * | fix player movement | Nathan Perry | 2017-01-24 | 2 | -11/+16 |
| * | a few more changes | Nathan Perry | 2017-01-24 | 7 | -45/+95 |
| * | standardized to World dimensions | Nathan Perry | 2017-01-23 | 8 | -36/+37 |
| * | converting to normalized dimensions | Nathan Perry | 2017-01-23 | 18 | -28/+92 |
| * | build out significant amount of weapon/armor/item systems | Nathan Perry | 2017-01-23 | 15 | -6/+281 |
| * | move map element into index | Nathan Perry | 2017-01-23 | 2 | -4/+3 |
| * | nation clustering improved/drawn to map | Nathan Perry | 2017-01-23 | 4 | -17/+61 |
| * | menus updated, hopefully overworld tiling roughly working | Nathan Perry | 2017-01-23 | 8 | -25/+111 |
| * | actually implement eviction for lru | Nathan Perry | 2017-01-22 | 1 | -3/+21 |
| * | lru implmeentation fixed and cache annotation extended with options | Nathan Perry | 2017-01-22 | 3 | -4/+8 |
| * | caching annotation working | Nathan Perry | 2017-01-22 | 3 | -6/+38 |
| * | implement lru | Nathan Perry | 2017-01-21 | 2 | -9/+36 |
| * | increase resolution to 512x512 | Nathan Perry | 2017-01-21 | 3 | -7/+7 |
| * | tweaked island generation weights a little bit | Nathan Perry | 2017-01-19 | 4 | -21/+31 |
| * | drop extraneous logging | Nathan Perry | 2017-01-19 | 2 | -29/+1 |
| * | nation generation | Nathan Perry | 2017-01-19 | 8 | -34/+199 |
| * | decided hamiltonian stuff doesn't *really* matter | Nathan Perry | 2017-01-18 | 2 | -14/+13 |
| * | dropping kdtree stuff | Nathan Perry | 2017-01-18 | 1 | -42/+0 |
| * | hamiltonian path implementation working | Nathan Perry | 2017-01-18 | 2 | -15/+84 |
| * | add kdtree | Nathan Perry | 2017-01-18 | 6 | -56/+422 |
| * | fast edges and fills | Nathan Perry | 2017-01-18 | 5 | -54/+28 |
| * | bfs data structures optimized | Nathan Perry | 2017-01-18 | 4 | -13/+20 |
| * | revert to set-based implementation | Nathan Perry | 2017-01-18 | 2 | -9/+8 |
| * | still listset-based implementation | Nathan Perry | 2017-01-18 | 2 | -14/+14 |