Commit Graph

247 Commits

Author SHA1 Message Date
Nut.andor
3175af1436 more bosses 2025-10-26 02:58:33 +02:00
Nut.andor
88b817961d New requirement "skillIncrease" to check if a skill increase for n levels is possible 2025-10-26 02:52:31 +02:00
Nut.andor
a6e6c2a6a0 0 gold items should not be buyable 2025-10-24 23:17:34 +02:00
Nut.andor
f802a2a7a4 0 gold items should not be buyable 2025-10-24 14:52:39 +02:00
Nut.andor
44c8323b0f 0 gold items should not be buyable 2025-10-17 11:39:43 +02:00
Nut.andor
9abec9d873 debug 2025-10-05 01:26:49 +02:00
Nut.andor
1d5a3d1fe0 Merge branch 'pulls/1829009049/92' into AT_Source_Next_Release 2025-10-03 23:31:34 +02:00
Nut.andor
5c518cfd40 typo 2025-10-03 16:50:15 +02:00
Nut.andor
aa05f73961 simplification of update and beta
by adding versionNameSuffix for debug and new beta build profile
2025-09-21 21:33:05 +02:00
Nut.andor
18288a5338 used overload 2025-09-21 19:47:07 +02:00
Nut.andor
dcf96d1a07 Adding cache function 2025-09-21 19:39:28 +02:00
Nut.andor
d2c73ad07a Possibility to flip a Monster Sprite horizontally 2025-09-21 19:21:53 +02:00
Nut.andor
3fd1b5904a Merge branch 'pulls/1829009049/91' into AT_Source_Next_Release 2025-09-21 19:17:33 +02:00
Nut.andor
a9861b1c41 Android upgrade (15) 2025-09-21 18:35:02 +02:00
Nut.andor
6a264d6a8d itemCategories: Default: "other" 2025-09-13 18:23:10 +02:00
Nut.andor
1e6907349a Pull Request #92: Possibility to flip a Monster Sprite horizontally 2025-09-09 14:23:16 +02:00
Raphi
c761689bb6 deactivate debug 2025-09-04 18:08:21 +02:00
Raphi
127b897156 In debug it works??? 2025-09-04 17:51:41 +02:00
Nut.andor
bdfbb70a40 Dbg 2025-09-04 01:21:31 +02:00
Raphi
73f5ede48e Changed boolean to int for random probability 2025-09-03 17:38:56 +02:00
Raphi
a2fccb3b72 Reverted testing parameter to false 2025-09-03 17:25:55 +02:00
Raphi
b824357bcb more fixes 2025-09-03 17:19:01 +02:00
Raphi
62cacf81ac fixes 2025-09-03 17:12:21 +02:00
Raphi
0050f70f1e Moved random to Monster constructor 2025-09-03 17:06:42 +02:00
Raphi
fd2c9c2b12 Added randomness to flip 2025-09-03 17:01:45 +02:00
Raphi
071354c21e fixes 2025-09-03 15:49:11 +02:00
Raphi
520f6c2d2e Small code cleanup 2025-09-03 15:21:54 +02:00
Raphi
9164e9a900 created if statement in TileCollection.java 2025-09-03 14:39:31 +02:00
Raphi
e53172d18f I forgot stuff... 2025-09-03 14:30:39 +02:00
Raphi
cf7dd4d0f4 Added Matrix import 2025-09-03 13:57:49 +02:00
Raphi
53f315dfe7 Add allow... to MonsterTypeParser with default value of false 2025-09-03 13:07:50 +02:00
Raphi
152816e3ca Add allowHorizontalSpriteFlip in Constructor of Monster.java 2025-09-03 12:16:41 +02:00
Raphi
e4230b5f51 Flip Sprite horizontally whenever allowHorizontalSpriteFlip is true 2025-09-03 11:35:14 +02:00
Raphi
ff65ec3023 Prepare flipping in TileCollection.java 2025-09-03 11:26:07 +02:00
Raphi
786a772998 Assign allowHorizontalSpriteFlip as a parameter to tiles.drawTiles 2025-09-03 11:24:39 +02:00
Raphi
b2c10b60c7 Add variable in Actor.java to allow horizontal flipping of sprite 2025-09-03 11:17:40 +02:00
Nut.andor
f64981a0a6 prepared next version nbr 2025-08-28 18:16:20 +02:00
Nut.andor
7b290271ce Merge branch 'master' into AT_Source_Next_Release 2025-08-28 18:12:26 +02:00
Nut.andor
f49bb528c0 Version 2025-08-23 11:14:03 +02:00
Nut.andor
fd3dfbb500 Pull Request #91: Android upgrade (15) 2025-08-20 17:07:58 +02:00
Nut.andor
810f5a2fc8 added graphic 2025-08-03 23:18:20 +02:00
OMGeeky
a4fbe20871 refactor window insets handling for fullscreen and touch area
Signed-off-by: OMGeeky <aalaalgmx@gmail.com>
2025-08-03 18:57:39 +02:00
OMGeeky
0d73ee10fa set usable padding for title logo in StartScreenActivity 2025-07-29 05:52:29 +02:00
OMGeeky
f20529df62 setSystemBarsBehavior so it disappears automatically when in fullscreen
also don't run code, that is deprecated when on higher version
2025-07-29 05:38:01 +02:00
OMGeeky
ffef76b28b continue implementing edge-to-edge behaviour and insets 2025-07-29 05:05:40 +02:00
OMGeeky
cd49473e86 continue implementing edge-to-edge behaviour and insets (Start-Screen) 2025-07-29 04:06:06 +02:00
OMGeeky
363a395169 start implementing edge-to-edge behaviour and insets 2025-07-29 03:33:10 +02:00
OMGeeky
a09176d344 Refactor activity view setup to use app.setView for consistency 2025-07-29 03:05:50 +02:00
OMGeeky
f884af20b8 Replace custom Pair implementation with android.util.Pair 2025-07-29 00:08:02 +02:00
OMGeeky
a2859fbc56 Remove unnecessary @TargetApi annotations and remove unnecessary SDK-Version check 2025-07-28 23:33:23 +02:00