42 Commits

Author SHA1 Message Date
Oskar Wiksten
bd27e5d5ab Bump version to v0.7.2dev 2014-03-02 09:30:40 +01:00
Oskar Wiksten
f5df781fc9 Content editor: enable dragdrop sorting of resources 2013-11-24 11:29:53 +01:00
Oskar Wiksten
8bb663a739 Update version to v0.7.1dev 2013-08-03 11:56:49 +02:00
Oskar Wiksten
52c7cc5acc Content editor: Add hierarcical view of conversation phrases and replies. 2013-04-06 12:30:07 +02:00
Oskar Wiksten
11c301a24c Content editor: Remember displayed columns in table editors when changing pages. 2013-03-16 12:29:53 +01:00
Oskar Wiksten
626c558335 Content editor: Move reusable logic functions for calculating item cost & monster exp to separate js file. 2013-03-16 09:45:14 +01:00
Oskar Wiksten
73efe5e62b Content editor: Change name of js libraries folder "inc"->"lib". Add favicon image. Close icon selector dialog by pressing escape button. 2013-03-16 09:45:13 +01:00
Oskar Wiksten
4476d77a73 Refactor content editor - Added hints for most editable fields. 2013-02-09 12:35:17 +01:00
Oskar Wiksten
09d4d39fe5 Refactor content editor - Provide table-based editor for monsters. 2013-02-09 12:35:17 +01:00
Oskar Wiksten
f2b9e6a9f3 Refactor content editor - Reorganized files into separate directories. 2013-02-09 12:35:17 +01:00
Oskar Wiksten
feb05838f8 Refactor content editor - work in progress on editor for dialogue. 2013-02-09 12:35:17 +01:00
Oskar Wiksten
bb33261d21 Refactor content editor - Enable popup to select icon for items, monsters and actor conditions. 2013-02-09 12:35:16 +01:00
Oskar Wiksten
f9e0a3e591 Refactor content editor - display icons of items, monsters and actor conditions. 2013-02-09 12:35:16 +01:00
Oskar Wiksten
5970a584f5 Refactor content editor - More baic styling 2013-02-09 12:35:16 +01:00
Oskar Wiksten
aa9480448d Refactor content editor - Basic ui styling 2013-02-09 12:35:16 +01:00
Oskar Wiksten
8f73b28979 Refactor content editor - Hide some item fields on standard layout. 2013-02-09 12:35:16 +01:00
Oskar Wiksten
d54c1ab6f8 Refactor content editor - Add support for loading actual content with http get. 2013-02-09 12:35:16 +01:00
Oskar Wiksten
f80157a0d0 Refactor content editor - Add support for editing items and item categories. 2013-02-09 12:35:16 +01:00
Oskar Wiksten
8570d4d760 Refactor content editor - Add support for editing droplists. 2013-02-09 12:35:16 +01:00
Oskar Wiksten
c33cd6bd2a Refactor content editor - Added views for updating, exporting and importing quests and actor conditions. 2013-02-09 12:35:16 +01:00
Oskar Wiksten
b9d36db162 Refactor content editor - Updated editor to use module pattern. Implemented import/export of json formats. 2013-02-09 12:35:16 +01:00
Oskar Wiksten
6d05129384 Work in progress on updated Content editor that uses angular.js instead of jqueryui. 2013-02-09 12:35:16 +01:00
Oskar Wiksten
b85943fa80 Bump version number to v0.7.0dev 2012-11-10 13:19:13 +01:00
Oskar Wiksten
bf1fe3bbed Updated content editor so that it may use the new item categories. The categories are loaded from the resource file asynchronously. 2012-10-07 16:10:39 +02:00
Oskar Wiksten
c17b63a9a4 Updated content editor version number 2012-07-10 19:32:09 +02:00
Oskar Wiksten
33dbfca39f WIP on displaying images in lists in AndorsTrailEditor. 2012-07-10 19:30:15 +02:00
oskar.wiksten
328a2e66a6 Added boolean "isPositive" to actor conditions (currently unused though).
Made "Insect contagion" and "Blistering skin" nonstacking, and increased the magnitude of the effects instead.
Increased critical skill of some monsters.

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@240 08aca716-68be-ccc6-4d58-36f5abd142ac
2012-05-05 13:50:57 +00:00
oskar.wiksten
0bf3fab678 Changes to critical hits - now based on "critical skill" that defines the effective critical chance by a nonlinear formula (sqrt).
Conversation corrections (thanks ctnbeh13)

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@227 08aca716-68be-ccc6-4d58-36f5abd142ac
2012-03-30 16:38:19 +00:00
oskar.wiksten
ad5b8991bf Added support for the extended reward system to the conversation resource files and the content editor.
Added support for different types of item requirements in conversation replies. For example, requiring the player to wear a specific item instead of just having it in inventory.

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@216 08aca716-68be-ccc6-4d58-36f5abd142ac
2012-01-08 12:55:48 +00:00
oskar.wiksten
4f640f2726 Completed implementation of monster classes and factions in the monster resource file, so that these properties are read from there.
Also introduced a property of uniqueness per monster (meaning that unique monsters will not respawn). This will replace the uniqueness that was previously set on spawn areas, since it is more intuitive to define it per monster type. 

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@215 08aca716-68be-ccc6-4d58-36f5abd142ac
2012-01-08 01:10:27 +00:00
oskar.wiksten
46e15eb474 Bumped version to v0.6.11dev.
Added initial implementation of translation validator.

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@193 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-10-30 11:56:46 +00:00
oskar.wiksten
bedc7df087 Refactor: Moved all code that does parsing of resource files into separate namespace, and into specialized reusable parser classes.
Refactor: Changed property "searchTag" if objects of type ItemType into property "id", because that is what it is used for.

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@159 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-09-14 17:20:45 +00:00
oskar.wiksten
d83a420be2 Added "clear" button to content editor.
Added accordion to import/export dialogs in content editor.
Fixed bug in content editor when changing an id of a phrase.
Made editor tabs closable with escape key.
Split the item tileset image into several smaller parts.
Added more images for some armours, weapons and monsters.


git-svn-id: https://andors-trail.googlecode.com/svn/trunk@155 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-09-12 12:23:29 +00:00
oskar.wiksten
bebabbb2aa Introduced a setting for whether d-pad should be minimizable or not.
Added skills for resistance of actor conditions. (thanks Samuel)
Remove duplicate items (but give back gold) whose store price has increased, to prevent exploiting the newer item prices.
Changes to code comments, display texts. (thanks Samuel)

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@146 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-07-30 19:50:53 +00:00
oskar.wiksten
c15fc2a5ff Updated content editor to display automatic price calculation.
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@145 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-07-30 12:17:20 +00:00
oskar.wiksten
173b8cb6c5 Update content editor with actor condition categories.
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@141 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-07-23 12:49:24 +00:00
oskar.wiksten
b5644f6730 Display legendary, extraordinary and quest items with a background color to distinguish them from other items.
Updated bulk selection interface (thanks to ejwessel).
Added more selftests for quests that require items.

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@132 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-07-16 10:06:02 +00:00
oskar.wiksten
76da6fc22b Updated editor to reflect monster ids as strings.
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@111 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-06-22 17:43:36 +00:00
oskar.wiksten
0165021017 Updated resource editor: Improve autocomplete. Bugfix for table editor on chrome. Decrease indentation on conversation tree. Shorten strings in conversation tree. Dynamically calculate item store prices and monster exp. Tooltip for "follow next phrase" button in conversation editor.
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@83 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-05-07 14:42:14 +00:00
oskar.wiksten
b5a3f10e6d First version of threaded conversation editor in the updated resource editor.
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@72 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-05-03 22:15:45 +00:00
oskar.wiksten
153b815125 Updated ResourceLoader for droplists, quests and monsters to read the extended resource files from the new editor.
Included Italian translation updates by liogiu from Issue 181, Issue 182 and Issue 183.

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@70 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-04-14 20:09:09 +00:00
oskar.wiksten@gmail.com
40125054cf Initial version of updated consolidated editor.
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@66 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-04-11 18:29:22 +00:00