Oskar Wiksten
cf9b485971
Modify Reply quest- & item requirements into an array of requirements
2013-07-15 18:36:05 +02:00
Oskar Wiksten
9b66c604e6
Make monster aggression a property per monster type (instead of being derived from the monster class)
...
* Add property movementAggressionType on MonsterType, that gets read when deserializing monster types from json.
* Add dropdown in monster editor in content editor, to set the monster aggression type.
2013-06-27 20:42:42 +02:00
Oskar Wiksten
01e42134e2
Content editor: Do not default items to type "other".
2013-06-05 23:25:04 +02:00
Oskar Wiksten
82d8ee6280
Content editor: Fix missing reward type when importing conversations.
2013-06-04 20:11:25 +02:00
Oskar Wiksten
3069ab4819
Add bash script for starting editor locally.
2013-06-02 19:59:08 +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
729a2c98b7
Content editor minor fixes.
2013-04-01 14:50:45 +02:00
Oskar Wiksten
50cd3c20af
Content editor: add column to monster table editor to view hit effects.
2013-03-31 18:07:16 +02:00
Oskar Wiksten
84d01e1aed
Content editor: Add "previous"/"next" buttons in editors for items, monsters and actor conditions.
2013-03-27 20:15:02 +01:00
Oskar Wiksten
dd51f5de6c
Updates to content editor
...
* Do not reset store prices on items when changing between manual and automatic pricing.
* Correct urls on import/export pages to where the files are placed.
* Show indications in item table editor on effects that cause actor conditions.
2013-03-27 19:35:56 +01:00
Oskar Wiksten
5cb762113d
Added more monster icons from the TomeTik set.
2013-03-17 14:28:16 +01:00
Oskar Wiksten
993ec1d194
Conste editor: Add "Add" button at the bottom of the table editor.
2013-03-16 13:13:13 +01: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
9a5cf33108
Add automatic cost calculations for items that have hit- or kill-stats that affect HP or AP.
2013-03-16 10:38:19 +01:00
Oskar Wiksten
c2de054cf5
Add automatic cost calculations for items that have "increase use item cost" or "increase reequip cost"-stats.
2013-03-16 10:00:28 +01:00
Oskar Wiksten
bea69f06bf
Content editor: Only enable item's "has equip effects" if the item category is wearable.
2013-03-16 09:45:15 +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
7d09202329
Bugfix content editor: treat number fields as numbers (and not strings) when calculating monster experience.
2013-03-10 13:40:42 +01:00
Oskar Wiksten
eb3f3f989d
Bugfix: When exporting strings that start with a number (such as "2hsword"), only do integer conversion in the resulting JSON if the whole value is a number.
2013-03-09 23:45:38 +01:00
Oskar Wiksten
07bbe7dd9e
Added lots of new tiles for monsters, items and effects from opengameart.org.
2013-02-24 17:25:23 +01:00
Oskar Wiksten
fb45d7e372
Add support for "description" field on items, for lore/background text that should be displayed on the item.
2013-02-11 11:10:00 +00:00
Oskar Wiksten
a32595c645
Refactor content editor - Correct spelling on tooltips.
2013-02-09 12:42:01 +01:00
Oskar Wiksten
4476d77a73
Refactor content editor - Added hints for most editable fields.
2013-02-09 12:35:17 +01:00
Oskar Wiksten
cfeffe45f5
Refactor content editor - remove unused files.
2013-02-09 12:35:17 +01:00
Oskar Wiksten
dadf68da42
Refactor content editor - Updated description for "isStacking" on actor conditions.
2013-02-09 12:35:17 +01:00
Oskar Wiksten
059a68ddbe
Refactor content editor - Minor layout issue on item table editor.
2013-02-09 12:35:17 +01:00
Oskar Wiksten
7dbbcc45d0
Refactor content editor - Minor layout issue on item table editor.
2013-02-09 12:35:17 +01:00
Oskar Wiksten
a3ff6fb722
Refactor content editor - Add table editor for items.
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
7ef0152e4c
Refactor content editor - Simplify item cost calculations.
2013-02-09 12:35:17 +01:00
Oskar Wiksten
9f9d1ae5d5
Refactor content editor - Simplify monster exp calculation.
2013-02-09 12:35:17 +01:00
Oskar Wiksten
d08af3a089
Refactor content editor - Removed old files.
2013-02-09 12:35:17 +01:00
Oskar Wiksten
4a4450d20d
Refactor content editor - Remove conversation tree. Provide links to follow conversation topics.
2013-02-09 12:35:17 +01:00
Oskar Wiksten
8ec233096a
Refactor content editor - Display (buggy) treeview for editing conversation phrases.
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
30d8cb3a0d
Refactor content editor - Allow loading resources from existing json files.
2013-02-09 12:35:17 +01:00
Oskar Wiksten
948bd2c215
Refactor content editor - Actually remove things from model when pressing "remove".
2013-02-09 12:35:17 +01:00
Oskar Wiksten
889c607f9a
Refactor content editor - provide hovering hint on clickable icons.
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
d1412d8c9d
Refactor content editor - Handle unique monsters correctly.
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
cc0ff7bdb1
Refactor content editor - Remove unused files.
2013-02-09 12:35:16 +01:00
Oskar Wiksten
3dfd070d0b
Refactor content editor - More basic styling on import/export.
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
1d712006df
Refactor content editor - Use default values correctly.
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