Skip to content

Commit fd6f2bd

Browse files
author
punkice3407
committed
Added incomplete bones attribute, increased limits in some NumericStepper, various fixes, importing sprite sheets now working, objects bulk editor and other amazing features in context menu :P
1 parent 1f80b20 commit fd6f2bd

63 files changed

Lines changed: 3272 additions & 582 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

asconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"signingOptions": {
3535
"keystore": "object_builder.p12",
3636
"storetype": "pkcs12",
37-
"tsa": "http://timestamp.apple.com/ts01"
37+
"tsa": "https://freetsa.org/tsr"
3838
}
3939
},
4040
"config": "air",
@@ -44,4 +44,4 @@
4444
"output": "workerswfs/ObjectBuilderWorker.swf"
4545
}
4646
]
47-
}
47+
}

locale/en_US/strings.properties

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ always=Always
3232
animation=Animation
3333
animationEditor=Animation Editor
3434
animationMode=Animation mode
35+
animationDuration=Animation Duration
36+
animationSettings=Animation Settings
37+
setDurationForAllFrames=Set duration for all frames
3538
appearance=Appearance
3639
asItem=As Item
3740
asynchronous=Asynchronous
@@ -45,6 +48,15 @@ close=Close
4548
columns=Columns
4649
confirm=Confirm
4750
copy=Copy
51+
copyObject=Copy Object
52+
pasteObject=Paste Object
53+
copyAttributes=Copy Attributes
54+
pasteAttributes=Paste Attributes
55+
copyId=Copy ID: {0}
56+
confirmPasteObject=Replace existing object with copied object?
57+
confirmPasteAttributes=Replace existing attributes with copied attributes?
58+
objectCopied=Object copied to clipboard
59+
attributesCopied=Attributes copied to clipboard
4860
corpse=Corpse
4961
crop=Crop
5062
customClient=Custom Client
@@ -54,10 +66,21 @@ deleteFrame=Delete frame
5466
duplicate=Duplicate
5567
duplicateFrame=Duplicate frame
5668
edit=Edit
69+
bulkEdit=Bulk Edit
70+
bulkPropertyEditor=Bulk Property Editor
71+
itemsSelected={0} items selected
72+
bulkEditDescription=Check 'Change' for properties you want to modify, then set their values.
73+
applyChanges=Apply Changes
74+
change=Change
75+
groundProperties=Ground Properties
76+
grid=Grid
77+
othersProperties=Others Properties
5778
edition=Edition
79+
noPropertiesAvailable=No properties available for bulk editing
5880
effect=Effect
5981
effects=Effects
6082
empty=Empty
83+
zoom=Zoom
6184
error=Error
6285
exit=Exit
6386
export=Export
@@ -92,6 +115,7 @@ lastFrame=Last frame
92115
layer=Layer
93116
legs=Legs
94117
listAmount=List Amount
118+
list=List
95119
load=Load
96120
loadAs=Load as
97121
loop=Loop
@@ -230,6 +254,7 @@ verticalWall=Hook South
230254
horizontalWall=Hook East
231255
rotatable=Rotatable
232256
hasOffset=Has Offset
257+
hasBones=Has Bones
233258
offsetX=Offset X
234259
offsetY=Offset Y
235260
dontHide=Don't Hide

locale/es_ES/strings.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ verticalWall=Gancho Vertical
230230
horizontalWall=Gancho Horizontal
231231
rotatable=Rotable
232232
hasOffset=Desplazamiento
233+
hasBones=Huesos
233234
offsetX=Desplazamiento X
234235
offsetY=Desplazamiento Y
235236
dontHide=Siempre Visible

locale/pt_BR/strings.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,8 @@ hangable=Pode Ser Pendurado
228228
verticalWall=Gancho Vertical
229229
horizontalWall=Gancho Horizontal
230230
rotatable=Girável
231-
hasOffset=Tem Deslocamento
231+
hasOffset=Los Huesos
232+
hasBones=Huesos
232233
offsetX=Deslocamento X
233234
offsetY=Deslocamento Y
234235
dontHide=Não Deve Ser Ocultado

0 commit comments

Comments
 (0)