Commit graph

124 commits

Author SHA1 Message Date
Lonami Exo 1d30887a44 Add bonus particle system class 2017-02-10 18:17:30 +01:00
Lonami Exo ae3ccf01c1 Show current score on time mode (closes #5) 2017-02-10 17:35:43 +01:00
Lonami Exo 0fb83b69c3 Allow clicking on empty space to pick the piece (#3) 2017-02-10 13:59:25 +01:00
Lonami Exo 2dea9274cf Fix piece rotation not being saved 2017-02-10 13:43:57 +01:00
Lonami Exo 3407851c84 Fix invalid piece locations after loading a saved game 2017-02-10 13:43:57 +01:00
Lonami Exo 07bec548b6 Add serialization versioning 2017-02-10 13:31:40 +01:00
Lonami Exo c02c00ee64 Save on pause, don't save time mode, ignore *.sav files 2017-02-10 13:14:15 +01:00
Lonami Exo f954766d99 Add visual feedback when a game was saved 2017-02-09 21:09:04 +01:00
Lonami Exo 6ab176cbc3 Fix saving time mode state, delete save after loading 2017-02-09 20:45:51 +01:00
Lonami Exo 8a103f9533 Save the game state on pause (closes #1) 2017-02-09 20:34:23 +01:00
Lonami Exo 67d74936d2 Add binary serializer, make game classes serializable 2017-02-09 19:04:03 +01:00
Lonami Exo 6d2501b022 Fix theme change not being updated everywhere 2017-02-08 18:29:28 +01:00
Lonami Exo da08fb0420 Update to v0.2.1 2017-02-08 17:20:16 +01:00
Lonami Exo c302a4b5b4 Limit holder's cell size to match board's size (closes #2) 2017-02-08 15:58:45 +01:00
Lonami Exo 07fed37697 Replace post-increment with pre-decrement 2017-02-06 16:22:47 +01:00
Lonami Exo 0aba6d1724 Update to v0.2 2017-02-05 17:21:39 +01:00
Lonami Exo 077f1919a4 Theme pause band 2017-02-05 17:12:29 +01:00
Lonami Exo ed8aabbed0 Update links 2017-02-05 16:48:52 +01:00
Lonami Exo e6fb6b78e4 Allow returning to play mode after time dead 2017-02-05 16:32:19 +01:00
Lonami Exo b760fe20cb Don't allow putting pieces after game over 2017-02-05 16:28:45 +01:00
Lonami Exo d31991a7af Do not cover the piece with the finger on mobile 2017-02-05 15:46:07 +01:00
Lonami Exo 206b93968f Add time mode button 2017-02-05 15:26:12 +01:00
Lonami Exo 6dd3861f0e Save time mode high score 2017-02-05 14:55:39 +01:00
Lonami Exo d35c8481e5 Pause menu now pauses the time mode*
Also conserve gamemode on "Replay"
2017-02-05 13:22:40 +01:00
Lonami Exo bf0fa208f5 Add an abstract base scorer (reuse code) 2017-02-04 20:24:46 +01:00
Lonami Exo 47301864eb Add time mode scorer 2017-02-04 19:35:02 +01:00
Lonami Exo cafe83ad80 Update README.md 2017-02-04 10:57:53 +01:00
Lonami Exo 8550359cb7 Fix sound button not updating its state 2017-02-02 15:46:13 +01:00
Lonami Exo 6524fe8518 Fix sound bug (maybe) 2017-02-01 11:16:26 +01:00
Lonami Exo 6a45790538 Fix going back on the Customize screen 2017-02-01 10:49:39 +01:00
Lonami Exo 07527966b6 Update used license 2017-02-01 10:46:55 +01:00
Lonami Exo 14bed3dba5 Fix broken links 2017-01-31 17:23:29 +01:00
Lonami Exo 5bedfd8d5b "Update" to version 0.1 2017-01-31 12:50:16 +01:00
Lonami Exo 4fe34c1d75 Fix README 2017-01-31 12:34:52 +01:00
Lonami Exo 10f57da788 Update LICENSE 2017-01-31 12:32:24 +01:00
Lonami Exo e72bfc339b Add README and CONTRIBUTORS 2017-01-31 12:30:07 +01:00
Lonami Exo c72e260a23 Add theme generator 2017-01-31 11:59:08 +01:00
Lonami Exo 00b4c74585 Add original resources 2017-01-31 11:26:34 +01:00
Lonami Exo 9d74c813e5 Add missing colors to the themes 2017-01-31 11:02:39 +01:00
Lonami Exo 6fde0e7b00 Show theme name and price, add smaller font 2017-01-31 10:30:21 +01:00
Lonami Exo dd76e119df Store the used font on the game skin 2017-01-31 09:54:30 +01:00
Lonami Exo 43f4ca68c6 Code clean up 2017-01-30 21:36:45 +01:00
Lonami Exo 6cff9d5968 Give up on the ShapeRenderer (Band and ThemeCard) 2017-01-30 20:34:05 +01:00
Lonami Exo d8825b0f27 Fix buttons using wrong drawable (after Customize screen) 2017-01-30 19:36:39 +01:00
Lonami Exo 4706cb221e Use per-theme cell texture 2017-01-30 19:08:40 +01:00
Lonami Exo 02c8290c29 Update button style on theme change 2017-01-30 18:58:54 +01:00
Lonami Exo 382a41c06b Add dark theme, use its background, allow changing theme 2017-01-30 18:37:06 +01:00
Lonami Exo a681fbaccd Show available themes on customize 2017-01-30 18:16:54 +01:00
Lonami Exo 219e229bb9 Add custom Theme system using external files 2017-01-30 15:52:10 +01:00
Lonami Exo eb9b6ee5f1 Add customize screen 2017-01-29 18:04:13 +01:00