Commit graph

146 commits

Author SHA1 Message Date
Rusty Striker fb12477c98
allow undo when the new pieces are generated since it is REALLY not that helpful and "gaming the system", also ver bump 2024-09-22 17:01:41 +03:00
Rusty Striker d8a304c6e4
hide undo button on game over screen (because you lost, no backsies) 2024-09-18 22:29:08 +03:00
Rusty Striker ef8f9c0797
add undo (which might be a bit wasteful by it works so meh for now) to pause menu (doesnt work after new pieces generation for balance) 2024-09-18 20:55:48 +03:00
Rusty Striker 0be7645aba
Glitch effect (sorta, will prob modify later) 2024-09-17 23:14:22 +03:00
Rusty Striker a39246546a
set money to 9999 for now so i could get all themes again 2024-09-17 17:12:17 +03:00
Lonami Exo 7bc26d9a62 Make method static if possible
Closes #61.
2020-08-30 12:00:48 +02:00
Lonami Exo 2c7125710f Avoid using FitViewport in Android
Fixes #66.
2020-08-30 11:54:39 +02:00
Lonami Exo 9c6be35369 Re-run libGDX setup and replace project files with those 2020-03-29 14:46:19 +02:00
Jaeheon Shim f1e0f3c7fd Use FitViewport in MainMenuScreen for proper resizing (#60) 2019-12-29 01:06:47 +01:00
Lonami Exo c61b4827c1 Auto reformat the entire codebase 2019-09-05 16:48:14 +02:00
Lonami Exo 5e5cfc3d5f Fix several lints and warnings 2019-09-05 16:44:07 +02:00
Lonami Exo 4fd28f3c14 Rename package name to dev.lonami.klooni 2019-09-05 16:16:13 +02:00
Lonami Exo ef2fb8fa84 Automatic code reformat 2018-02-05 10:31:24 +01:00
andidevi d7db9b8f82 Refactor effects to use the Factory pattern (#43)
This shows several advantages:
- No need for several switchs with hardcoded names.
- Easier and better control per theme (name, price…).
- Easier to keep track of available effects and their order.
2018-02-05 10:23:12 +01:00
Lonami Exo cd472451f4 Fix .effectNameToInt loading all sounds (revert f718db8) 2017-09-10 11:49:12 +02:00
Lonami Exo 0c5683c043 Fix waterdrop and explode particles dying before time 2017-09-10 11:38:12 +02:00
Lonami Exo b22bd8b36a Add a new explode effect 2017-09-10 11:15:34 +02:00
Lonami Exo 6ad52898cd Prevent consecutive settings from using the same colour 2017-09-09 20:56:04 +02:00
Lonami Exo 5a1d24bc6a Remove unused static variable 2017-09-09 19:41:34 +02:00
Lonami Exo c42cd14aaa Fix up to avoid infinite recursion on Effect.effectNameToInt 2017-09-09 18:51:33 +02:00
Lonami Exo f718db851c Don't hardcode effect names on two different places 2017-09-09 18:40:43 +02:00
Lonami Exo df0741567c Add a new spinning effect 2017-09-09 18:39:33 +02:00
Lonami Exo e58c0e1a67 Show feedback when toggling settings (closes #20) 2017-09-09 13:11:38 +02:00
Lonami Exo 1b1eb678db Made lint happier 2017-07-26 11:16:14 +02:00
Lonami Exo e51f27d091 Show a random piece instead a single cell when showcasing effects 2017-07-26 11:02:33 +02:00
Lonami Exo 70f696eebd Modify the transform matrix when drawing the board instead cells' pos 2017-07-26 10:36:44 +02:00
Lonami Exo 8199924808 Update to v0.7 2017-07-19 21:03:11 +02:00
Lonami Exo ea2ddb8554 Fix VanishEffect looking awkward due to the interpolation used 2017-07-19 20:51:06 +02:00
Lonami Exo 739077f612 Fix crash by not specifying a default effect 2017-07-19 19:53:54 +02:00
Lonami Exo 29fedd74a5 Showcase the effects on the shop more slowly 2017-07-19 19:53:38 +02:00
Lonami Exo b0abab11ab Showcase all the effects when their shop is shown 2017-07-19 16:20:13 +02:00
Lonami Exo ebc373e26b Fix VanishEffect never actually vanishing 2017-07-19 16:16:18 +02:00
Lonami Exo d2325220f8 Create a generic ShopCard to reuse more code 2017-07-19 14:47:47 +02:00
Lonami Exo 5b25a3f6d5 Show EffectCard's in the customize screen shop 2017-07-19 13:32:49 +02:00
Lonami Exo 779f37045b Create an EffectCard for the shop to show them 2017-07-19 13:32:33 +02:00
Lonami Exo 5a9a5c5a3b Create an Effect class similar to Theme and make use of it 2017-07-18 18:46:21 +02:00
Lonami Exo 2c2b512742 Add a button to toggle between effects and themes shop 2017-07-18 10:32:32 +02:00
Lonami Exo 7c9d4c9a99 Add a new waterdrop effect 2017-07-12 15:36:28 +02:00
Lonami Exo 5cadc74e3e Don't hardcode the used effect, add a new sound for Evaporate one 2017-07-09 14:13:50 +02:00
Lonami Exo 79fac8c328 Fix the original vanish effect never disappearing 2017-07-08 21:35:41 +02:00
Lonami Exo ccec6f7b81 Add a new Evaporate effect when clearing cells 2017-07-08 21:33:29 +02:00
Lonami Exo 0713d4a5de Make the clear-row vanish effect a lot more generic 2017-07-08 20:57:20 +02:00
Lonami Exo cbb13f672f Show a shutdown button upon death (closes #23), update to v0.6.1 2017-07-08 11:32:39 +02:00
Lonami Exo 6781e49998 Change project License 2017-05-26 11:05:36 +02:00
Lonami Exo c962128753 Overlay timer on time mode sharing 2017-05-14 17:44:50 +02:00
Lonami Exo 9106292543 Increase drag limit when selecting themes 2017-05-14 17:28:50 +02:00
Lonami Exo 17f3fe40e6 Add a nicer share screen 2017-05-14 17:27:08 +02:00
Lonami Exo 8b38d92633 Avoid selecting a different theme when dragging 2017-05-09 16:49:16 +02:00
Lonami Exo 3b1124d77c Automatically scroll to the currently used theme 2017-05-09 16:39:59 +02:00
Lonami Exo 347382dd69 Fix buttons row being clipped on height 2017-05-09 16:22:36 +02:00