14 Commits

Author SHA1 Message Date
Josh Goldberg b48307fffb Emergency fixes for game-crashing player bugs
`animatePlayerStartWalking` doesn't exist, and togglePauseMenu was being
passed the player.
2016-02-14 22:27:09 -08:00
Josh Goldberg 363e346af4 Added borderPrimary as attribute to Things
This helps determine priority when multiple Things can be a Thing's
border.

Fixes #123.
2016-01-08 20:55:54 -08:00
Josh Goldberg de94e6cb32 Added secondary Pokemon stats menu
Also fixed up the primary one for dynamic health bar width and more
clean sizing.
2015-12-11 18:30:44 -08:00
Josh Goldberg f57f2e2e15 Added blank "Town Map" menu with giant sprite
There will need to be some optimizations eventually.
2015-12-02 22:53:18 -08:00
Josh Goldberg 4606990207 Fix for trainers not walking to players
Distance between was being computed as NaN. Fixes #109.
2015-11-29 15:21:42 -08:00
Josh Goldberg cc1e489811 Finished migrating names to uppercase
Fixes #105.

Hopefully...
2015-11-29 06:29:37 -08:00
Josh Goldberg 3af9a35dbd Separated settings/maps.js into settings/maps/...js
Updated grunt, tests, and gitignore to go with it. This is the same
change as FullScreenMario.
2015-11-27 20:04:01 -08:00
Josh Goldberg 463aa1868d Fixes for a few cutscene errors
Added an ID to the anonymous trigger causing the Oak grass cutscene.
Fixed scoping errors for PokeCenter cutscene.

Fixes #100.
2015-10-30 20:10:02 -07:00
Josh Goldberg f2f369672f Fixed keyboard menu to allow spaces
Fixes #71.
2015-10-22 20:31:13 -07:00
Josh Goldberg 7d5db7d814 Whoopsies fix for wrong opacity, text raising 2015-10-17 22:35:12 -07:00
Josh Goldberg c5051b974c Brought in fixes for Pokemon choice menus
Going to have to merge into master. This will be crappy for a day.
2015-10-17 20:29:01 -07:00
Josh Goldberg 045e5ec716 Fix for dropped characters' unitsizes 2015-07-13 18:49:30 -07:00
Josh Goldberg 9cf1be81d0 Converting settings/*.js to new GameStartr 2015-07-07 06:42:40 -07:00
Josh Goldberg c1d13bc47a Reorganized into TypeScript
The newer modules aren't in TypeScript yet so the references are broken.
Once those converted, they'll be added in.
2015-06-17 05:20:21 -04:00