Skip to content

Commit 6914e96

Browse files
committed
asset-portfolio action
1 parent 3ce8095 commit 6914e96

File tree

2 files changed

+55
-7
lines changed

2 files changed

+55
-7
lines changed

CHANGELOG.md

+45-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# Changelog
22
- All notable changes to this project will be documented in this file, this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
33

4+
5+
46
## Unpublished
57
### V0.9.6 Beta
68
- CSS 3D renderer support.
79

10+
11+
812
## Published
913
### V0.9.5 Beta
1014
- Splitabble tabs in the UI
@@ -25,6 +29,8 @@
2529
- VideoStream object
2630
- Mouse back and forward buttons support (Chrome and desktop only).
2731

32+
33+
2834
### V0.9.4 Beta
2935
- Multi object edit (position, rotation and scale)
3036
- Support for SVG file loading
@@ -36,6 +42,8 @@
3642
- New general settings tab
3743
- Experimental android export support
3844

45+
46+
3947
### V0.9.3 Beta
4048
- Shadow material
4149
- Support for .blend files (@Galactrax)
@@ -52,38 +60,46 @@
5260
- Fixed particle scalling issues
5361
- File export API
5462

63+
64+
5565
### V0.9.2 Beta
5666
- Support for multi selection
5767
- Geometry binary operations (CSG)
58-
- Subtract
59-
- Intersect
60-
- Union
68+
- Subtract
69+
- Intersect
70+
- Union
6171
- Immediate mode
6272
- Postprocessing
63-
- Postprocessing editor
73+
- Postprocessing editor
6474
- Resize is now a part of Object3D
6575
- Improvements to nsp files
66-
- Moved from base64 to raw binary data.
76+
- Moved from base64 to raw binary data.
6777
- Cube camera preview
6878
- Fixed dropdown menus getting out of screen
6979

80+
81+
7082
### V0.9.1 Beta
7183
- Internal debug console
72-
- Preview materials and textures in console
73-
- Visualize math structures
84+
- Preview materials and textures in console
85+
- Visualize math structures
7486
- Desktop auto update mechanism (auto download build from github master branch)
7587
- Load 3D file drag and drop with texture support
7688
- Skeleton serialization (@takahirox)
7789
- ES6 lint support
7890
- Support for line and points material
7991
- Improvements in material editor
8092

93+
94+
8195
### V0.9.0 Beta
8296
- Division property for HTML elements
8397
- Camera preview positioning
8498
- Cubemaps from equirectangular projection
8599
- Binary project files (.nsp)
86100

101+
102+
87103
### V0.8.9.26 Alpha
88104
- Improved audio implementation
89105
- Control sky colors on UI
@@ -94,28 +110,38 @@
94110
- Keep file name on web version
95111
- Force webgl context loss when tabs closed
96112

113+
114+
97115
### V0.8.9.25 Alpha
98116
- Added CubeCamera
99117
- Added SpriteSheet texture animation support
100118
- Gamepad support
101119
- Improved UI elements
102120

121+
122+
103123
### V0.8.9.24 Alpha
104124
- Added snap to grid
105125
- First version of NodeJS build system (@GGAlanSmithee)
106126
- Open ISP as url argument on web version
107127
- Support for orbit navigation
108128

129+
130+
109131
### V0.8.9.23 Alpha
110132
- Added support for STL files
111133
- Fixed locked keys in Keyboard after alerts, prompts, etc
112134
- Added support for nested menu in ContextMenus
113135
- Support for 3DS files
114136
- CircleGeometry
115137

138+
139+
116140
### V0.8.9.22 Alpha
117141
- Removed editor state, tabs are self updated
118142

143+
144+
119145
### V0.8.9.21 Alpha
120146
- Editor standalone version (@Seagat2011)
121147
- Support for File API loading
@@ -125,23 +151,31 @@
125151
- Drag and drop CubeTextures
126152
- Drag and drop tabs in editor
127153

154+
155+
128156
### V0.8.9.20 Alpha
129157
- Cubetexture support
130158
- Improved material serialization
131159
- Sort objects in the explorer
132160

161+
162+
133163
### V0.8.9.19 Alpha
134164
- Renamed variables variable_name to variableName
135165
- Added Texture Editor
136166
- Documentation page
137167

168+
169+
138170
### V0.8.9.18 Alpha
139171
- Added geometry properties to geometry panels
140172
- Camera draw order
141173
- Fixed OBJ and MTL loading
142174
- Default app export template loading screen
143175
- Audio preview
144176

177+
178+
145179
### V0.8.9.17 Alpha
146180
- Particle editor position, velocity and acceleration delta now shows in different a row
147181
- Fixed program resources dispose
@@ -151,6 +185,8 @@
151185
- Added program, scene and self variables to scripts (can be used without this reference)
152186
- Generic multi file format 3D model loading
153187

188+
189+
154190
### V0.8.9.16 Alpha
155191
- Fixed file path changing after project export
156192
- Program rendering settings (Antialiasing, Shadows)
@@ -161,6 +197,8 @@
161197
- Renamed NunuRuntime to NunuApp (Makes more sense)
162198
- Fixed copy/paste inside object panels
163199

200+
201+
164202
### V0.8.9.15 Alpha
165203
- Added font preview in asset explorer
166204
- Fixed material preview projection

CODE_OF_CONDUCT.md

+10
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.
66

7+
8+
79
## Our Standards
810

911
Examples of behavior that contributes to creating a positive environment include:
@@ -22,22 +24,30 @@ Examples of unacceptable behavior by participants include:
2224
* Publishing others' private information, such as a physical or electronic address, without explicit permission
2325
* Other conduct which could reasonably be considered inappropriate in a professional setting
2426

27+
28+
2529
## Our Responsibilities
2630

2731
Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.
2832

2933
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.
3034

35+
36+
3137
## Scope
3238

3339
This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.
3440

41+
42+
3543
## Enforcement
3644

3745
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [email protected]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
3846

3947
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
4048

49+
50+
4151
## Attribution
4252

4353
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]

0 commit comments

Comments
 (0)