Commit Graph

2937 Commits

Author SHA1 Message Date
Zukero
495b48cbf8 Merge pull request #138 from NutAndor/v076
Release candidate v076 before compression
2019-10-03 22:09:43 +02:00
Nut
837e54c33e preparation for release build 2019-10-03 21:43:25 +02:00
Gonk
5812f49fc3 added null check 2019-09-10 22:33:37 +02:00
Gonk
22bd3da2a9 development savegames are marked and overwriting regular savegames is not allowed in development mode 2019-09-10 21:38:03 +02:00
Gonk
0975ac7b26 permadeath and limited saves
- When starting a new game the player can choose the regular default mode (unlimited saves and lives) or one of the new modes (Unlimited lives, 50, 10 ,3, 1 life)
- The mode and remaining lives is displayed on the hero overview page.
- There can be only one savegame for a limited saves game: Saving a limited save game ends the game. Loading a limited saves game deletes the save slot.
- Heros now have a hero ID and there is a cheat prevention that checks if the savegame was already continued.
- Added some warning and explanation dialogues
2019-07-28 22:32:20 +02:00
Gonk
d04176e055 adjusted sorting of skills
- until now the ordinal value of the skill id was used as default sort order. Since the ordinals are stored in the savegames  inserting new skills was only possible at the end of the list.
- skills now have a position member that determines the default sort order
- now using a linkedhashmap for storing the skills. this map allows iterating in the order in which the values were inserted
- switching back to "unsorted" restores the default sort order
- changed the order for the pole weapon proficency to be behind the other weapon proficiencies
2019-07-11 21:28:31 +02:00
Gonk
6a7a9a8750 added pole weapons category and proficiency, removed scythe category 2019-07-07 22:55:32 +02:00
Gonk
f4aa70a3e7 Improved localization handling on screen turn (might fix issue #125)
- in some activities the code for setting the locale was missing and therefore a simple turn of the device switched to localized texts even if localized resources were disabled
- for all other activities there was the problem that the locale was set only in onCreate but in some special cases the config is reset but only onResume gets called (e.g. when turning the device, hitting the home button, turning the device back and then switching to AT again). Setting it only in onResume would be too late for the regular cases. The code is almost a noop if there is no change to be done so it seems ok to call it twice.
- created two baseclasses for activities to encapsulate the logic and increase the chance that a new activity will be based on that classes and the code will not be forgotten
- might fix issue #125 "Localized resources showing even when disabled"
- ways of working solutions for setting the locale differ from API level to API level (see https://proandroiddev.com/change-language-programmatically-at-runtime-on-android-5e6bc15c758)
- tested on android Pie and Marshmallow
2019-06-24 23:01:49 +02:00
Nut
18099e016b merge of 0_7_6_ATCS and omicronrg9 2019-06-20 19:12:47 +02:00
Nut
ebd5b538ca basic settings 2019-06-20 17:35:25 +02:00
Nut
74c901953f basic setting 2019-06-20 10:26:22 +02:00
Nut
538750bb0c Merge pull request #21 from Zukero/master
merge zukero
2019-06-20 10:10:50 +02:00
Zukero
c4119fa48e Merge pull request #124 from Chriz76/teleportbrimhaven
debuginterface teleport to brimhaven4 south
2019-06-09 08:50:27 +02:00
Gonk
db36afa5e5 debuginterface teleport to brimhaven4 south 2019-06-08 23:10:36 +02:00
Nut
3d65e72f59 Merge pull request #18 from NutAndor/master
sync with zukero
2019-06-05 20:46:11 +02:00
Nut
131ac0ec79 Merge pull request #17 from Zukero/master
sync with zukero
2019-06-05 20:39:20 +02:00
Zukero
97a81e3d8e Merge pull request #120 from Chriz76/randomrequirements
Randomrequirements
2019-05-12 12:04:44 +02:00
Gonk
176cf1dd76 Use chance member in Requirement for random requirements
- it is based on the text in requireID
- adjusted parsing
2019-05-11 21:27:11 +02:00
Gonk
9a0f183392 Added random requirement using the same format like the droplist chance encoded in the requireID. 2019-04-24 23:03:36 +02:00
Zukero
fc569d841f Fixed issue in the debug droplist's chance format (number instead of
string)
2019-04-24 00:48:02 +02:00
Nut
7127cf8647 Update items_misc_3.png 2019-04-21 09:28:49 +02:00
Nut
4049f0d5dd target version for compile 2019-04-21 01:04:22 +02:00
Nut
42d0bef263 target version for compile+test 2019-04-21 00:25:54 +02:00
Zukero
2623fe6517 Merge pull request #116 from Chriz76/replaceareamapcheck
Fixed replace area validation
2019-04-10 15:21:50 +02:00
Zukero
6deca064d4 Clean up debugging items. 2019-04-10 15:20:56 +02:00
Zukero
f856b03c37 Removed bogus tileset references in a pair of maps. 2019-04-10 15:17:59 +02:00
Gonk
43831ae7e0 Fixed replace area validation 2019-03-28 21:49:24 +01:00
Zukero
a4b2dc8b4e Merge pull request #112 from BWPanda/patch-1
Removed 'guynmart_main_3' duplicate
2019-03-16 08:26:09 +01:00
Zukero
cdbfd5f9b2 Merge pull request #113 from BWPanda/patch-2
Fixed grammar.
2019-03-16 08:24:45 +01:00
Peter Anderson
03958eb3f1 Fixed grammar. 2019-03-15 23:15:01 +02:00
Peter Anderson
65d2a73efa Removed 'guynmart_main_3' duplicate 2019-03-15 22:15:05 +02:00
Zukero
0492bfbde0 Merge pull request #111 from Rijackson/master
Add scythe to axe proficiency skill and whip to blunt proficiency ski…
2019-03-09 19:37:14 +01:00
Rijackson
efe06255a3 Add scythe to axe proficiency skill and whip to blunt proficiency skill. Changes to Falothen's dialogue to reflect this are here: https://github.com/Rijackson/0_7_6_ATCS 2019-03-09 11:30:07 -05:00
Zukero
1dbf4bf5cb Fixes for the most "popular" and puzzling crashes on GPlay,
supposedly caused by extreme race conditions.
2019-02-22 21:02:35 +01:00
Zukero
72a36a7c12 Fix crash when taunting with instant combat speed.
Thanks Little_John for your help tracking it down!
2019-02-22 19:37:30 +01:00
Zukero
cac9237d9e Merge pull request #107 from Rijackson/master
Added Rafael Mendes (fifa1988) to authors.xml for PT/BR translation. …
2019-02-12 08:01:55 +01:00
Rijackson
586c632118 Added Rafael Mendes (fifa1988) to authors.xml for PT/BR translation. Long overdue! 2019-02-11 21:01:16 -05:00
Zukero
0e8602ff87 Bump version code to 47 (0.7.6) 2019-01-26 23:03:32 +01:00
Zukero
83d88deba7 v0.7.5 2019-01-26 23:00:06 +01:00
Zukero
57ed67b87a Workaround for saving issue on first execution of app. 2019-01-26 16:52:13 +01:00
Zukero
9f77828e98 Merge pull request #101 from NutAndor/master
fix guynmart_wood2.tmx bug
2019-01-25 19:05:58 +01:00
Nut
94ad7706c3 fix guynmart_wood2.tmx bug
- ID guynmart_s_lake_11b was missing
- Unkorh could disappear before quest step
2019-01-25 18:26:32 +01:00
NutAndor
db0364e35d Merge pull request #16 from Zukero/master
sync with zukeros
2019-01-25 18:04:44 +01:00
Zukero
52ddeb406a Prevented weird NPE on Taunt for LG V20... 2019-01-24 22:00:54 +01:00
Zukero
a8955c7799 Merge branch 'master' of https://hosted.weblate.org/git/andors-trail/user-interface/ 2019-01-24 21:36:06 +01:00
Daniel Stasiak
1cfbb06835 Translated using Weblate (Polish)
Currently translated at 72.9% (6579 of 9023 strings)
2019-01-24 21:35:22 +01:00
Kevin Pochat
e91b059225 Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.2% (519 of 523 strings)
2019-01-24 21:35:17 +01:00
Kevin Pochat
80e93e4e5f Translated using Weblate (Polish)
Currently translated at 99.6% (521 of 523 strings)
2019-01-24 21:35:17 +01:00
Kevin Pochat
595ec93738 Translated using Weblate (Arabic)
Currently translated at 7.1% (37 of 523 strings)
2019-01-24 21:35:16 +01:00
Zukero
574f8b964f Merge branch 'master' of https://hosted.weblate.org/git/andors-trail/user-interface/ 2019-01-24 21:32:48 +01:00