Commit Graph

52 Commits

Author SHA1 Message Date
Josh Goldberg 0d6a09f566 (v0.5.5) Bumped gulp-shenanigans to 0.5.20 2016-11-30 09:02:35 -06:00
Josh Goldberg 0acde34f81 Moved index clearing back into IListMenuSchema 2016-11-28 01:04:39 -05:00
tsitsop 89314d5476 Refactored index saving (#18)
* Changed clearedIndicesOnDeletion to be IMenuSchema

* Made some changes to index saving.

Moved saveIndex to IMenuSchema and refactored clearMenuIndices
2016-11-26 17:02:20 -05:00
tsitsop d7e0ff7b37 Changed clearIndicesOnDeletion to be IMenuSchema (#17)
* Changed clearedIndicesOnDeletion to be IMenuSchema

* Made some changes to index saving.

Moved saveIndex to IMenuSchema and refactored clearMenuIndices
2016-11-26 01:14:26 -05:00
tsitsop dc492c2c1f Added clearMenuIndices (#16) 2016-11-06 21:40:56 -08:00
tsitsop dd9cd48a12 Added clearedIndicesOnDeletion variable (#15)
* Added ListMenu indexing

Fixes #12

* Added `clearedIndicesOnDeletion` variable
2016-10-23 19:06:17 -07:00
tsitsop 15b3c5f7d6 Added ListMenu indexing (#14)
Fixes #12
2016-10-23 17:58:22 -07:00
Josh Goldberg a372d9c8b3 Bumped version to 0.5.4 2016-10-09 21:51:12 -07:00
Josh Goldberg 8ea553cb8d Fixed setup for gulp-shenanigans 0.5.15
Tests needed to be updated to the new form.
2016-10-09 20:17:30 -07:00
Colin a825597f17 Created Variable to Allow Right Text Padding to be adjusted. (#13)
* Corrected "GeneralText"'s right padding

Increase the right side padding by `this.GameStarter.unitsize * 2` in
function `private addMenuWords`

* Revert "Corrected "GeneralText"'s right padding"

This reverts commit 97b40d46ed.

* test

test

* Ran `gulp setup` and `npm update`

* Corrected my mistake of changing `textProperties.paddingX` to 0 instead of `textProperties.paddingRight` to 0

* Un-deleted that line
2016-10-09 16:36:07 -07:00
Josh Goldberg c4d60567b0 Fixed GameStartr references
Updated for recent changes in dependency chain. This correctly specifies
all of GameStartr's dependencies.
2016-08-18 17:04:13 -07:00
Josh Goldberg cfd83a8646 Fixed small tslint failures 2016-08-14 21:37:07 -07:00
Josh Goldberg 36ba27e949 Onboarded shenanigans.json (0.5.3) 2016-08-14 21:00:10 -07:00
Josh Goldberg cf2ca844e1 Bumped version to 0.5.2 2016-08-10 21:45:45 -07:00
Josh Goldberg 80dbecaac9 Added a modifierScope for replacements 2016-08-09 07:56:41 -07:00
Josh Goldberg 9dc7e8a862 Added recent FSP changes (sounds) as 0.5.1 2016-08-02 07:56:04 -07:00
Josh Goldberg 07afd36e89 Moved build process to gulp-shenanigans (#10)
* Moved build process to gulp-shenanigans

* Copied . files
2016-08-01 22:07:39 -07:00
Josh Goldberg 87f23a60e5 Fixed readme & package "sysstem" typo 2016-01-09 17:19:36 -08:00
Josh Goldberg 7fada4cef7 Merge pull request #8 from FullScreenShenanigans/documentation
Documentation
2016-01-09 17:15:09 -08:00
Josh Goldberg 02f98fb3ba Fixed list menu options for FSP usage 2016-01-09 17:13:22 -08:00
Josh Goldberg c2e2a85600 Filled out IMenuGraphr 2016-01-09 16:57:20 -08:00
Josh Goldberg 92d62e3658 Filled out .d.ts and brought in full GameStartr
It was silly mocking an IGameStartr interface to avoid having the
referenced modules.
2016-01-09 16:45:48 -08:00
Josh Goldberg c2366dd378 Documented everything in main .ts
A lot of the functions have been privatized, since they're not used in
FSP.
2016-01-09 15:04:05 -08:00
Josh Goldberg fcd8505699 Updated TS to two-step builds (source & combined) 2015-12-29 14:52:33 -05:00
Josh Goldberg 309b03d032 Fixes for tslint
Also brought in updated references
2015-11-28 00:42:25 -08:00