Nut.andor
2bc8b65264
version nbr 6.20
...
new requirements: date, dateEquals, time, timeEquals
new rewards: mapchange
2023-10-03 21:20:32 +02:00
Nut.andor
b2584a24cc
export default
2023-09-24 00:25:29 +02:00
Nut.andor
5fe2dfe148
Merge branch 'pulls/1195352/4' into v0.6.19
...
Remove empty sprites from selection panel
2023-09-10 19:28:14 +02:00
OMGeeky
ada352a02c
implement ignoring fully transparent sprites
2023-09-10 17:15:28 +02:00
OMGeeky
fc0d97aa2f
reformat file & optimize usings
2023-09-10 16:11:02 +02:00
Nut.andor
7451f582ce
bugfix sprite
2023-09-09 22:51:21 +02:00
OMGeeky
2339a9307c
respawnspeed (originally spawnchance) renamed & added to UI
2023-08-31 23:49:03 +02:00
Nut.andor
7ae4d9d3f6
v0.6.18:
...
- https:
2022-09-03 23:16:48 +02:00
Nathan Watson
ff4d8a6b6c
Fix disappearing worldmap labels bug
...
The "worldmap.labels" map is keyed by namedarea.id (corresponding to map.area), while the "mapLocations" map is keyed by map.id. This causes worldmap labels to be marked for removal when there's a namedarea.id that does not match any map.id, which happens to be true for all namedareas except crossglen and crossroads.
This logic is unnecessary anyway, because WorldMapView.pushToModel is only invoked by WorldmapSegment.pushToModel, which only triggers when maps are added or moved, but not deleted. Deletions are instead handled by WorldmapSegment.elementChanged. As such, it should never be the case that a label is removable in a pushToModel call.
2021-01-04 01:07:57 -08:00
Gonk
4b6be99d98
Changed damage modifier default value to 100%
2020-02-25 20:24:26 +01:00
Gonk
9c21c7cd02
Merge branch 'weapondamagemodifier' into jar20200121
2020-01-21 22:24:59 +01:00
Gonk
f4fd8ad5bb
Merge branch 'wearremoverequirement' into jar20200121
...
# Conflicts:
# src/com/gpl/rpg/atcontentstudio/model/gamedata/Requirement.java
# src/com/gpl/rpg/atcontentstudio/ui/gamedataeditors/DialogueEditor.java
# src/com/gpl/rpg/atcontentstudio/ui/map/TMXMapEditor.java
2020-01-21 22:24:42 +01:00
Gonk
7d40d56430
The damage modifier can now be edited, also added "on hit received" columns to the items comparator
2019-12-26 21:05:39 +01:00
Gonk
d7e83575e3
wearRemove requirement
...
wear and wearRemove behave similar and wear now also requires the value property
2019-11-11 21:53:25 +01:00
Gonk
811870184b
factionscoreEquals
2019-10-13 17:57:41 +02:00
Zukero
ac68006a69
v0.6.15 released.
...
Includes a way to view which tileset a tile is from on a map. It is
shown in the tooltip from the "Testing" tab of the map editor.
2019-05-31 10:28:16 +02:00
Zukero
92e07e76d2
Added Gonk to the contributors.
2019-05-31 09:55:17 +02:00
Gonk
5a3315da1a
Added random requirement and a null pointer fix for the droplist editor
...
- used in conversations and replace areas
- using the droplist chance editor
2019-05-12 11:45:48 +02:00
Zukero
e12c6bcc25
Overhaul of the droplist's drop chance editor, planning to use it for
...
the random requirement type' chance too.
2019-04-24 00:45:57 +02:00
Zukero
3e5f732f82
Added Minify.java license
2018-09-28 09:42:50 +02:00
Zukero
b497493853
Fixed issues in i18n tools. Added beanshell worker indicator.
...
Added resources compression tools too.
2018-09-21 18:51:12 +02:00
Zukero
00c05e7507
Fixed Dialogue Tree bug and spacing issues.
...
v0.6.14 released.
Dialogue Tree bug caused by copy-pasting code created NPEs when not
activating translator mode. Made Dialogue Tree node spacing double when
activating translator mode.
2018-09-17 20:55:18 +02:00
Zukero
0a3da17d47
First implementation of a bookmarks system.
...
Not persistent yet, so you lose them all when you close ATCS.
2018-09-13 13:34:04 +02:00
Zukero
bf42f86408
Made dialogue-tree translations loading asynchronous.
...
Fixed quote escaping issue in english.pot generation tool.
2018-09-13 09:39:42 +02:00
Zukero
aa543bc111
Merge pull request #6 from zizkin/master
...
Translations
2018-09-10 10:07:27 +02:00
Jiri Zizkin Zizka
f4041ee2c7
Add myself to contributors
2018-09-10 10:02:16 +02:00
Zukero
3e8d578474
Enhanced translation-related tools.
...
No UI, because there's limited interest for typical users, so it's a
beanshell-only tool for now.
2018-09-08 15:37:29 +02:00
Jiri Zizkin Zizka
67b8acd20b
Code more human readable
2018-09-06 22:16:33 +02:00
Jiri Zizkin Zizka
d1612269c0
Update to translation in DialogueGraphView
2018-09-06 16:12:58 +02:00
Jiri Zizkin Zizka
f95327bd12
Show translated text from Weblate in DialogueGraphView
2018-08-29 20:45:47 +02:00
Jiri Zizkin Zizka
e0425e335d
Bugfix: Add missing listener in WorkspaceSettingsEditor for more intuitive behaviour of translator mode
2018-08-29 20:33:37 +02:00
Zukero
3800bf8ff0
Added code to generate new english.pot file and some tools to ease
...
transition of existing translations towards the new content.
2018-08-10 23:45:50 +02:00
Zukero
ae5822703a
Fixed harmless NPE in Dialogue editor.
2018-03-26 17:41:42 +02:00
Zukero
9b68ef6679
Added missing "Faction" field to the NPC UI.
2018-03-26 17:14:10 +02:00
Zukero
38c206cbaf
TMX Maps editor's "Replacement" tab is now called "Testing" and has more
...
tools.
2018-03-04 15:39:30 +01:00
Zukero
b12ed1802f
Added hero sprite rendering to help debug layering issues in
...
"Replacements" tab of TMX Map editor.
2018-03-04 12:19:56 +01:00
Zukero
0b8bc8448a
Fixed memory leaks.
...
Closed projects were held in memory because the Map folder watcher
threads were still alive.
2018-02-28 16:25:28 +01:00
Zukero
221a031c2b
Added support for new spawn area property: ignoreAreas.
2018-02-22 16:25:38 +01:00
Zukero
78ceacb0ce
Warnings hunt.
2018-02-13 15:26:13 +01:00
Zukero
ea28b7475a
Fixed non-critical NPE.
2018-02-12 11:40:36 +01:00
Zukero
e5bb59b876
Added support for the"alignmentSet" dialogue reward type
2018-02-10 14:43:22 +01:00
Zukero
c3144db751
Fixed bug in "Npc->Effect on every hit->Actor conditions applied to the
...
target". Widget state wasn't updated correctly upon using the radio
buttons.
2018-02-04 11:50:32 +01:00
Zukero
daeb394373
Fixed dialogue reward editor. giveItem reward type now allows negative
...
amounts.
Added Nut's spritesheets to spritesheet.properties
2018-01-16 23:37:58 +01:00
Zukero
407d50a01e
Added Wizard for export project settings. Added export to game source
...
folder directly. Untested...
2017-12-18 18:58:09 +01:00
Zukero
1786860a3b
Buf fixes for worldmaps upon contained map deletion.
2017-10-31 15:50:04 +01:00
Zukero
97119b7101
Fixed copy-pasting bug and made wording more consistent.
2017-10-09 18:52:08 +02:00
Zukero
104029124b
Added support for the "revenge strike" feature in NPCs and Items.
...
Untested yet, and error-prone, because it was made with a LOT of
copy-paste-replacing.
2017-10-09 18:36:41 +02:00
Zukero
2aad37549c
Bug fixes and added icon overlay for immunity management.
2017-08-28 13:30:08 +02:00
Zukero
8dc05bd26a
Updated UI and model to support Actor Condition Immunity.
...
Overall, a much better UI to tune Actor Condition-based effects on
Dialogues, Items and NPCs.
2017-08-28 01:05:19 +02:00
Zukero
f53302cb18
Font scaling is now also scaling icons, and works in most of the UI.
2017-08-24 18:37:30 +02:00