OMGeeky
e1e85d7a90
extract into CustomListModel
2025-06-01 20:26:18 +02:00
OMGeeky
9ed9393b16
extract wordWrap to TextUtils helper-class
2025-06-01 19:24:24 +02:00
OMGeeky
8c42b498b0
rename needsToBeLinked to linkCheck and continue dedupe
2025-06-01 19:16:59 +02:00
OMGeeky
8561415574
dedup link check
2025-06-01 19:01:35 +02:00
OMGeeky
70055be6d2
improve usings
2025-05-03 20:16:57 +02:00
OMGeeky
286d95d83d
improve imports
2025-05-03 20:14:45 +02:00
OMGeeky
04b704daf0
more de-duplication
2025-05-03 20:10:36 +02:00
OMGeeky
3f1f988808
fix missed null check
2025-05-03 20:07:28 +02:00
OMGeeky
e232c33339
more de-duplication
2025-05-03 20:07:28 +02:00
OMGeeky
4239beb825
de-dupe code
2025-05-03 20:07:28 +02:00
Nut.andor
1555bd63db
Version with actor condition description is 21
2025-02-15 17:04:23 +01:00
Nut.andor
aa43382296
Merge branch 'pulls/1195352/7'
2025-02-15 16:34:58 +01:00
OMGeeky
c98f51744b
Add initial project configuration files and setup for ATContentStudio
2025-02-14 20:04:44 +01:00
Nut.andor
619aa1075f
Pull Request #6 : add description field to actor conditions
2024-12-27 13:05:53 +01:00
OMGeeky
38a3ad85c8
add description field to actor conditions
2024-12-27 10:12:48 +01:00
OMGeeky
a00b8fbc66
fix typo
2024-06-16 17:00:32 +02:00
OMGeeky
4d03c15e08
Improve some error messages
2024-02-08 18:38:11 +00:00
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
7dcdb90750
new version
2023-08-31 23:28:32 +02:00
Nut.andor
693de98212
Revert "v0.6.19"
...
This reverts commit 3f4bf58375 .
2023-02-04 20:41:21 +01:00
Nut.andor
3f4bf58375
v0.6.19
...
png names
2023-02-04 03:09:18 +01:00
Nut.andor
7ae4d9d3f6
v0.6.18:
...
- https:
2022-09-03 23:16:48 +02: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
Gonk
65456a110b
Increased version number for the upcoming release
2020-05-01 20:37:07 +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
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