-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME.txt
65 lines (42 loc) · 2.37 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
COPAL - Community Physics Additions for Lumberyard
Version: 0.4.2.1
-------------------------------------------------------------------------------------------------
Installation notes:
1) Extract this zip into your Amazon\Lumberyard\1.X.0.0\dev\Gems folder.
2) In the project configurator add this Gem to your project
3) Build the project.
-------------------------------------------------------------------------------------------------
Changelog:
0.4.2.1 - Changed to MIT license
- Changed to MIT license
--------------------------------------------------------------------------------------------------
0.4.2 - fixed for Lumberyard 1.11 and possibly 1.10
- Fixed dependencies for Lumberyard 1.10 and 1.11 (by Uriah)
--------------------------------------------------------------------------------------------------
0.4.1 - Global areas out, Ignore params in.
- Removed the global areas for gravity and buoyancy and replaced them with flags on aggregators. (by Gamely)
-------------------------------------------------------------------------------------------------
0.4.0 - Force struct and Force tag system
- Moved all forces and torques to be represented as a "Force" struct
- Fixed gravity not working properly at times
- Fixed forces not respecting "Enable" tags
- Added tag system to filter forces by tags, aggregators only respond to forces with their tags
-------------------------------------------------------------------------------------------------
0.3.0 - Expanded Examples
- Added an Electromagnetic Force Aggregator as an example of new force "types"
- Added a fixed strengh local Electromagnetic field (force component)
- Added a local gravitational acceleration field (force component)
- added a simple spring force with a variable k value and rest length (force component)
-------------------------------------------------------------------------------------------------
0.2.0 - First release as Gem
- Moved into a Gem
- Fixed Simple Oscillator exploding in distance (actions apply immediately)
-------------------------------------------------------------------------------------------------
0.1.0 - Initial release
-------------------------------------------------------------------------------------------------
Autors:
EladDv
Gamely
Uriah
-------------------------------------------------------------------------------------------------
This work is licensed under the MIT license