Commit graph

8261 commits

Author SHA1 Message Date
Alezia Kurdis
a94ed7f6c1
Minor Code Adjustments
Minor Code Adjustments
2020-05-06 23:37:36 -04:00
Alezia Kurdis
8c1d80d495
To really avoid a regression 2020-04-27 22:48:47 -04:00
Alezia Kurdis
cc6fc40b0e
to avoid regression. 2020-04-27 22:19:04 -04:00
Alezia Kurdis
90ef2ee070
Replace Label "Allow Transition"
Replace Label "Allow Transition" for "Allow Translation".
2020-03-22 16:25:29 -04:00
Alezia Kurdis
c86bf3dd7d
New tooltips for the alpha properties.
This fix replaces the text of the tooltips of all the "alpha" properties
by a more informative text for profane users.
2020-03-20 23:01:28 -04:00
Alezia Kurdis
1f72e995d7
Fix the "outline fill" of the textEffect property
Fix the "outline fill" of the textEffect property

The value to used was "outline fill" and not "outlineFill" as the JS doc pretends.
Issue #221 has been open to fix the JSdoc.

The usage of a space separated value has been imagined to preserve the backward compatibility of the existing script.
in order to support a list (space separated) of effects to apply instead of a single effect as today.
2020-03-19 01:00:21 -04:00
Alezia Kurdis
1b53014030
Added 5 missing properties
Added 5 missing properties
On "TEXT" entity:
- font
- textEffect
- textEffectThickness
- textEffectColor
On "WEB" entity:
- inputMode

Added "physics" section to "MATERIAL" entity.

Allowed negative values to be entered on the following light intensity properties:
- ZONE: keyLight intensity
- ZONE: ambientLight intensity
- LIGHT: intensity
2020-03-18 19:39:18 -04:00
Alezia Kurdis
5fad30dc17
Added 5 missing properties
Added 5 missing properties
On "TEXT" entity:
- font
- textEffect
- textEffectThickness
- textEffectColor
On "WEB" entity:
- inputMode
2020-03-18 19:12:48 -04:00
Alezia Kurdis
35e76610a8
Added 3 other missing properties
Added 3 other missing properties:
- "alpha" of the "Image" Entity.
- "billboardMode" of the "Web" Entity.
- "showKeyboardFocusHighlight" of the "Web" Entity.
2020-03-18 00:06:18 -04:00
Alezia Kurdis
500c2eff5d
Adding tooltips for 3 other missing properties
Adding tooltips for 3 other missing properties:
- "alpha" of the "Image" Entity.
- "billboardMode" of the "Web" Entity.
- "showKeyboardFocusHighlight" of the "Web" Entity.
2020-03-18 00:01:53 -04:00
Alezia Kurdis
1b3744ac73
Add alpha property on Shape entity
Add the "Alpha" property on the "Shape" entity editor.

propertyID: "shapeAlpha",
propertyName: "alpha",
2020-03-16 23:19:04 -04:00
Alezia Kurdis
f29cde66cd
Add alpha property on Shape entity
Add the tooltip for the alpha property of Shape entity.
2020-03-16 23:16:14 -04:00
Alezia Kurdis
8ab40e1a08
Fix the userData and materialData editor
Fix the userData and materialData editor.
Only 2 conditions have been modified to make it works.
I have removed a significant quantity of dead code
that was trying to overlay a static text an obscure reason.
Please, retest this. In case I missed something that I don't know.
2020-03-10 00:48:54 -04:00
Alezia Kurdis
d934018c7b
Codes minor adjustments
Codes minor adjustments.
Some formatting issues.
Use element instead of a string
2020-03-04 18:42:57 -05:00
Alezia Kurdis
206b1b12c5
Additional fixes about the formatting.
Additional fixes about the formatting.
2020-03-04 18:26:23 -05:00
Alezia Kurdis
ed9918a537
Fix for the multiselection.
This is the fix for the multiselection case.
(It doesn't include the solution for User Data.)
2020-03-03 19:21:14 -05:00
Alezia Kurdis
e6a45690ba
Color Adjustments
The color has been attenuated on those 2 icons.
It was too present compared to the others.
2020-03-02 23:53:55 -05:00
Alezia Kurdis
d1c641de49
Code minor adjustments.
Code minor adjustments to be compliant with the coding convention.
2020-03-02 23:13:47 -05:00
Alezia Kurdis
4a1926a901
Code minor adjustments.
Code minor adjustments to be compliant with the coding convention.
2020-03-02 23:11:45 -05:00
Alezia Kurdis
124b3fe6a2
Code minor adjustments.
Code minor adjustments to be compliant with the coding convention.
2020-03-02 23:10:33 -05:00
Alezia Kurdis
f3096ae74d
Replace tabulations for spaces.
Replace tabulations for spaces in the code.
2020-03-01 22:37:44 -05:00
Alezia Kurdis
5c7e6e43c2
Replace tabulations for spaces.
Replace tabulations for spaces in the code.
2020-03-01 22:36:43 -05:00
Alezia Kurdis
fa7143c87e
Replace tabulations for spaces.
Replace tabulations for spaces in the code.
2020-03-01 22:35:48 -05:00
Alezia Kurdis
0eb6f1f183
Fix page height blocking dropdown
Fix the page height that blocked the correct use of the shape dropdown.
The layout looks more stable now.
2020-02-29 15:52:06 -05:00
Alezia Kurdis
29e780e3f1
Sections reorganization
1- Section "behavior" is now split in 2 sections: "behavior" and "scripts"

2- Particles sections: "particles_acceleration" and "particles_spin" 
has been joined as a new section: "particles_behavior"

3- Particles section: "particles_alpha"  has been merged under  section: "particles_color"
2020-02-29 14:07:15 -05:00
Alezia Kurdis
bb422a3832
Icons for sections reorganization
behavior will be split: behavior,  scripts
particles_behavior will replace: particles_acceleration and particles_spin
2020-02-29 14:02:57 -05:00
Alezia Kurdis
2bd0950a01
Delete particles_spin.png
Not going to be used.
2020-02-29 14:00:10 -05:00
Alezia Kurdis
fd0186f997
Delete particles_acceleration.png
No going to be used.
2020-02-29 13:59:38 -05:00
Alezia Kurdis
3c4e073874
Properties Editor using tabs
Properties Editor using tabs instead of collapsible sections to avoid painful scrolling.
2020-02-28 23:52:24 -05:00
David Rowe
5db58bd9b8 Add inspect.js to default scripts 2020-02-27 21:14:49 +13:00
Kasen IO
6b4080b042 Fix module check. 2020-02-25 18:08:07 -05:00
Kasen IO
5dbd294166 Remove leftover cachebust on pickRayController.js 2020-02-25 02:11:12 -05:00
kasenvr
68d9ec81d9
Merge branch 'kasen/core' into feature/default-nametag 2020-02-25 02:09:30 -05:00
Kasen IO
1636175e4a Makes simplified namtag a default script, disabled while using inspect.js (alt key) 2020-02-25 01:40:17 -05:00
kasenvr
754e57ca78
Update FloofChat.js
Created a chat relay on the metaverse server, grid chat now works again.
2020-02-16 20:20:04 -05:00
Kasen IO
08ec9ef3b7 Various URL updates + window title update. 2020-02-05 15:25:51 -05:00
Fluffy Jenkins
5492759a0c Made requested changes and changed how it loads 2020-01-29 19:50:23 +00:00
Fluffy Jenkins
a66bbcb125 Made fixes 2020-01-28 22:23:01 +00:00
Fluffy Jenkins
b8e41fd244 Added basic beta default scripts feature 2020-01-28 22:06:27 +00:00
George Deac
7b97fa879d
Update FloofChat.html 2020-01-26 01:18:15 +02:00
George Deac
bbae98e194
Merge branch 'kasen/core' into kasen/core 2020-01-23 23:21:22 +02:00
George Deac
8ad8457ebe
Add files via upload 2020-01-22 21:54:31 +02:00
kasenvr
31ea9e33c7
Merge pull request #107 from FluffyJenkins/feature/communityModules
Fixed url parsing breaking with text formatting! <3
2020-01-21 22:53:52 -05:00
Fluffy Jenkins
f77f629cad Fixed bug caused by code review changes uwu 2020-01-22 02:56:53 +00:00
Fluffy Jenkins
553b7d1f38 Code Review Changes 2020-01-21 22:54:35 +00:00
Fluffy Jenkins
d32fc6ab86 Fixed url parsing breaking with text formatting! <3 2020-01-21 22:02:53 +00:00
kasenvr
65dde00f6c
Merge pull request #95 from FluffyJenkins/feature/communityModules
Add goto json support (defaults to darlings goto), etc
2020-01-17 12:13:41 -05:00
f5fcb90cac
Revert "Removed obsolete default scripts + more branding changes." 2020-01-16 18:51:49 -06:00
Fluffy Jenkins
6bed25ee27 Formatting (bloody ide not doing qml) 2020-01-16 19:44:34 +00:00
Fluffy Jenkins
1e47165303 fixed minor bug, whoops 2020-01-15 21:38:25 +00:00