Nut.andor
7ae4d9d3f6
v0.6.18:
...
- https:
2022-09-03 23:16:48 +02:00
Nut.andor
0f20f0cd6d
Sprites sorted
...
Missing sprites added (actorconditions, items, monster, effect)
monsters_warrior1 too much
monsters_arulir makes ATCS crash??
and I omitted fatboy73 this time, because the png has so many holes that would be in ATCS at the beginning of NPCs
2022-02-05 03:53:59 +01:00
Nut.andor
481956cfa5
I probably didn't understand the concept of the nsi compiler, so instead of using relative or variable paths I only got it with a fix path
2022-01-30 00:24:39 +01:00
Nut.andor
7c282aae53
Missing sprites added (actorconditions, items, monster, effect)
...
and sorted
2022-01-29 02:16:38 +01:00
Nut.andor
1fd3e6253e
Increased version number for the upcoming release
2022-01-28 23:50:07 +01:00
Gonk
70f61f0281
Prevent crash when creating a new replace area
2022-01-25 21:33:27 +01:00
Nut
2f82fd13a6
Merge pull request #2 from atsymboldot/worldmap-label-fix
...
Fix disappearing worldmap labels bug
2021-12-26 14:08:16 +01:00
Nut
f7e5785970
Merge pull request #1 from atsymboldot/master
...
Add spore immunity skill for Fungi Panic
2021-12-26 14:07:26 +01:00
Nut
084b23f641
helpful error message added
2021-12-26 14:02:14 +01: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
Nathan Watson
45aff3d25b
Add spore immunity skill for Fungi Panic
2020-10-11 13:49:22 -07:00
Nut
28a1d0b09e
bosses
2020-10-04 22:09:43 +02:00
Gonk
b96568049f
Added spritesheets
2020-08-09 20:23:22 +02:00
Gonk
e125b0339c
Added the giant basilisk spritesheet. that also prevents errors during compression
2020-06-08 20:16:17 +02:00
Gonk
65456a110b
Increased version number for the upcoming release
v0.6.16
2020-05-01 20:37:07 +02:00
Gonk
a9bd84b9f2
Merged all changes from my fork. They are needed to work on AT v0.7.10
2020-05-01 20:30:17 +02:00
Gonk
1bab8dc42f
Fix for ResourcesCompactor
2020-05-01 20:17:29 +02:00
Gonk
7863b73eda
fixed missing png extension
2020-04-12 21:12:19 +02:00
Gonk
32e1b87e09
Corrected linking of spritesheets in tmx
...
- added or altered spritesheets are now linked with relative paths so that they can be committed to an ATCS project and don't have any unwanted path infomation included
- when exporting the project all links to spritesheets are now changed to ../drawable/FILENAME.PNG
2020-04-05 20:46:03 +02:00
Gonk
4b6be99d98
Changed damage modifier default value to 100%
2020-02-25 20:24:26 +01:00
Gonk
13847bb8cd
Merge branch 'weapondamagemodifier' into jar20200220
2020-02-20 21:59:02 +01:00
Gonk
2d92a97689
Named the damage modifier according to the AT sources
2020-02-20 21:57:35 +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
63acc5bf2c
Merge branch 'factionscoreequals' into jar20200121
2020-01-21 22:22:13 +01:00
Gonk
4c51353e93
Merge branch 'pofileencoding' into jar20200121
2020-01-21 22:21:58 +01:00
Gonk
7bf6bbfcd1
Merge branch 'poleweapon' into jar20200121
2020-01-21 22:21:21 +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
Gonk
7297f47b67
read and write po files using utf 8 encoding
...
until now the system default was used, which is especially on windows not utf 8
2019-09-04 23:33:41 +02:00
Gonk
20877f7850
Changed the order for the pole weapon proficency
2019-07-11 21:21:10 +02:00
Gonk
b3c8879be1
added pole weapon proficiency
2019-07-08 22:27:23 +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.
v0.6.15
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
44c4e1f998
Merge pull request #9 from Chriz76/maprefresh
2019-04-23 20:52:44 +02:00
Gonk
450b0de02a
Adjusted external map change detection
...
On some systems changes by tiled were not detected and therefore the refresh button was greyed. The reason might have been that tiled recreates the files instead of changing them.
2019-04-20 21:35:59 +02:00
Zukero
57702a3a4a
Lib updated.
2018-11-28 15:14:08 +01: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.
v0.6.14
2018-09-17 20:55:18 +02:00
Zukero
1b01ecd37d
Version number missing in that file....
v0.6.13
2018-09-15 15:05:53 +02:00
Zukero
da5b686672
v0.6.13
2018-09-15 14:39:56 +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