Commit Graph

99 Commits

Author SHA1 Message Date
Zukero
ebbbf0ccfc Removed the useless (and misguiding) % symbol after AC, BC and CC stats.
Removed soon-to-be-closed GCode repository link, replaced by github one.
2015-10-28 17:43:11 +01:00
Zukero
defbd007b2 Merged movement animation with "missed" attack animation.
New string in strings.xml, for the "MISS" animated message.
Adapted in-combat movement to have animations there too.
No "sleep" anymore in monster actions. Now relying only on animation
callbacks.
2015-04-14 14:04:05 +02:00
Oskar Wiksten
f6559cac31 Refactor: remove unused resources 2013-11-03 14:55:59 +01:00
Oskar Wiksten
d13cd4c02a Add preference "use localization", to allow disabling partial translations 2013-09-08 16:56:03 +02:00
Oskar Wiksten
83d2a8bde0 Convert all code spaces to tabs.
* Yay for spaces-vs-tabs flamewar!
* Also removes trailing whitespaces in code
2013-07-23 16:36:26 +02:00
Oskar Wiksten
0bd2a820c7 Add % or "percentage points" to some skill descriptions (thanks Antison!) 2013-07-18 17:11:21 +02:00
Oskar Wiksten
9fab58f239 Slightly shorter setting names for "Show loot dialog" (thanks Tomcat!) 2013-07-18 13:50:29 +02:00
Oskar Wiksten
9dafe1f410 Change hard hit to 0-2 dmg instead of 1-1. 2013-07-15 15:24:10 +02:00
Oskar Wiksten
66efb43925 Spelling corrections (Thanks Pyrizzle) 2013-07-14 18:41:29 +02:00
Oskar Wiksten
ac90febeb1 Add setting "Show quickslots when toolbox is opened" 2013-07-13 13:00:14 +02:00
Oskar Wiksten
bf94eee299 Changed all <string-array> into referencing @string/ values
* Will make translation easier when adding new items in existing string arrays.
2013-07-06 16:19:24 +02:00
Oskar Wiksten
a0b31542e4 Add more settings to control how loot bags are presented 2013-07-06 15:09:46 +02:00
Oskar Wiksten
daec6ee814 Basic UI styling for game statistics 2013-07-06 11:02:13 +02:00
Oskar Wiksten
4ead45744e Added game statistics to hero overview screen 2013-07-06 01:01:49 +02:00
Oskar Wiksten
3dcc608cc1 Add rapier item category to 1h sword proficiency skill 2013-07-02 22:02:21 +02:00
Oskar Wiksten
fd2014a697 Add warning on the startscreen about savegames in alpha- and beta version. 2013-07-01 20:09:00 +02:00
Oskar Wiksten
c4908630c3 Change "weapon proficiency"-skills to adding %ac,%bc,%cs instead of fixed values
* Also, lower "weapon and shield" and "2hand style" slightly.
2013-07-01 19:15:38 +02:00
Oskar Wiksten
8ac12ac960 Add preferences for setting position of quickslots 2013-06-29 18:11:07 +02:00
Oskar Wiksten
a74bef815c Updated translation MO-file parser to read the MO filename from strings.xml. 2013-06-27 20:44:46 +02:00
Oskar Wiksten
7476bb3432 POC monsters moving during combat - Fix merge issues from master. 2013-06-27 20:42:42 +02:00
Oskar Wiksten
d84d6e6c12 First try at a Pathfinder for moving monsters towards the player based on different aggression types. 2013-06-27 20:42:42 +02:00
Oskar Wiksten
9d1720e19d Change "fighting bare hands" to "fighting unarmed". 2013-06-27 20:40:55 +02:00
Oskar Wiksten
8b6aafc5bd Added better descriptions for the new skills. 2013-06-27 20:40:55 +02:00
Oskar Wiksten
dfff586d7d Better descriptions for some of the new skills. 2013-06-27 20:40:55 +02:00
Oskar Wiksten
1bd20564fd Added weapon proficiency & fighting style skills. 2013-06-27 20:40:55 +02:00
Oskar Wiksten
98caa3295e Fix some Android Lint warnings. 2013-06-26 22:26:57 +02:00
Oskar Wiksten
f9979f32dc Show quest progress updates in conversation. 2013-06-15 10:16:27 +02:00
Oskar Wiksten
9b7c5207d0 Add toolbox button for displaying combat log. 2013-06-15 09:40:53 +02:00
Oskar Wiksten
3e5f77d891 Updated copyright notice to "2010-2013". 2013-02-02 13:56:26 +01:00
Oskar Wiksten
a50c1a1279 Actor traits refactoring - Reworked UI for displaying the actor stats tableview. 2013-01-28 01:01:29 +01:00
Oskar Wiksten
d375c1b4d8 Added link to Andor's Trail wiki in About/Help. 2012-11-10 16:58:44 +01:00
Oskar Wiksten
57682f83cf Updated lots of spelling and grammar corrections (thanks ctnbeh13!). 2012-10-28 10:06:19 +01:00
Oskar Wiksten
7e3bfac549 Bump version to v0.6.12b2. 2012-10-22 20:06:11 +02:00
Oskar Wiksten
6dd8578b59 Show slot number when prompting for confirmation about overwriting savegames. 2012-10-21 21:13:48 +02:00
Oskar Wiksten
32be42531b Provide setting to disable confirmation dialog box when overwriting a savegame slot. 2012-10-21 18:26:43 +02:00
Oskar Wiksten
852d4c8878 Changed wording on the confirmation dialog box when overwriting a previous savegame. (thanks ctnbeh13) 2012-10-18 06:30:53 +00:00
Oskar Wiksten
b881b6c15d Merge branch 'traits_refactoring' 2012-10-07 18:19:44 +02:00
Oskar Wiksten
69ca9ec3af Merge branch 'itemcategories' 2012-10-07 18:18:35 +02:00
Oskar Wiksten
7aedeae7ba Merge branch 'worldmap'
Conflicts:
	AndorsTrail/res/values/strings.xml
	AndorsTrail/src/com/gpl/rpg/AndorsTrail/activity/MainActivity.java
	AndorsTrail/src/com/gpl/rpg/AndorsTrail/controller/CombatController.java
	AndorsTrail/src/com/gpl/rpg/AndorsTrail/view/StatusView.java
2012-10-07 18:17:53 +02:00
Oskar Wiksten
a358fdf344 Provide setting to disable UI animations, such as the combat bar. 2012-10-07 17:25:14 +02:00
Oskar Wiksten
4a834765b4 Styled worldmap. Default generated worldmap tilesize changed from 12 to 8 pixels. 2012-10-07 16:41:17 +02:00
Oskar Wiksten
99cf22814d Separate the worldmap into segments, so that only one segment at a time is displayed. This way, even dungeon maps can be displayed. 2012-10-07 16:41:17 +02:00
Oskar Wiksten
51883dbdf5 WIP on displaying an actual worldmap in-game. 2012-10-07 16:40:43 +02:00
Oskar Wiksten
534148431e Refactored how item stats are applied. Changed item stats from re-using CombatTraits (which is used on actors) on items, to now instead use more explicit fields on the AbilityModifierTraits object. 2012-10-07 16:39:28 +02:00
Oskar Wiksten
2bd3016904 Initial work on item categorization. 2012-10-07 16:09:27 +02:00
Oskar Wiksten
b3408a2123 Updated description of rejuvenation skill to indicate that it only affects temporary conditions (thanks Mad P!) 2012-09-14 21:21:00 +02:00
Oskar Wiksten
c2bdcb25f2 Regeneration skill only applies when not adjacent to a monster. 2012-07-30 13:51:58 +02:00
Oskar Wiksten
0e047aaa8b Minor map and spelling corrections. 2012-06-14 21:49:05 +02:00
oskar.wiksten
c461a65501 Updated German translation (thanks Samuel) (issue 303).
Fixed issue with icons for actor conditions not being removed after the effect duration has passed (thanks insink71 for finding it!) (issue 304).
Bumbed version number to v0.6.11b2

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@252 08aca716-68be-ccc6-4d58-36f5abd142ac
2012-05-30 18:58:23 +00:00
oskar.wiksten
cf744a7b92 Minor conversation fixes (thanks ctnbeh13 & sdevaney)
Implemented actual gameplay help in the about section (thanks Nyktos & sdevaney!)

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@244 08aca716-68be-ccc6-4d58-36f5abd142ac
2012-05-13 15:58:46 +00:00