-
Notifications
You must be signed in to change notification settings - Fork 26
/
NEWS
162 lines (113 loc) · 3.74 KB
/
NEWS
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
35
* Check for identical vertices in is_line (Josh Bicking),
* Fix PyGObject warnings (Aniket Mathur),
* Update POT file (Aniket Mathur),
* Update Sugargame to v1.3 (Ayush Nawal),
* Port to Python 3, update CollabWrapper, use Box2D upstream (Srevin Saju),
* Add an installation script for smooth handling (Srevin Saju),
* Add instructions to install PYBox2d in README.md (Srevin Saju),
* Add Note in README regarding pypi package (Srevin Saju),
* Update activity.info to sugar-activity3 (Srevin Saju),
* Add more dependent packages for physics activity (Srevin Saju),
* Workaround the require bytes issue (Srevin Saju),
* Remove empty translations (James Cameron),
34
* New translations (Chris Leonard, et al),
* Remove source code no longer needed (James Cameron),
* Update collaboration wrapper (James Cameron),
* Ensure source code formatting (James Cameron),
* Fix video system not initialised error on stop (James Cameron),
* Port from GObject to GLib (James Cameron),
* Fix traceback during sharing (James Cameron),
33
* Add license metadata (Walter Bender),
* Fix for Fedora 18 32-bit fail to start #4926 (James Cameron),
* Remove duplicate LICENSE (James Cameron),
* Fix missing samples widget on Fedora 18 (James Cameron),
* Remove old log messages (James Cameron),
* Port to Sugargame v1.2 (James Cameron),
32
* Fix ground bodies bug (Cristian García),
* Fix Keep Error (Nicholas Kernan),
* Add colour controls, specific and random choice (James Cameron),
* Fixes for collaboration wrapper (Sam Parkinson),
* Fix warnings in log (James Cameron),
* Fix Box2D import again (James Cameron).
31
* New translations (Chris Leonard et al),
* JSON imports/exports fixed (Cristian García),
* CSV imports/exports removed,
* Set maximum participants (Abhijit Patel).
30
* New translations
* Typo fixed
* Added repository link to activity.info
29
* Merged Samdroid's new collaboration wrapper
28
* More robust strategy for finding Box2D module.
27
* Updated VTE and Box2D support; cleaned up support for ARM (Ezequiel Pereira)
26
* Add missing add_badge code (the toolkit badge code is not yet upstream).
25
* Added gallery of sample projects (Ignacio Rodriguez)
24
* Added controls for simulation speed (Sai Vineet)
* Added the ability to drag motors and pins (Sai Vineet)
23
* Rename local copy of elements to eliminate name conflict on SoaS
22
* Fix problem with right mouse click cursor disappearing
21
* New translations
20
* pep8 cleanup of Elements package
* Added more robust error checks in Elements
* Fixed color conversion bug in Elements
19
BUG FIX:
* Fix regression in delete tool introduced in v17
18
BUG FIX:
* Fixed problem with using drag with touch.
17
ENHANCEMENT:
* Chain tool behaves like magic pen: you can make loops and closed paths
16
ENHANCEMENT:
* Add sharing to magic pen and polygon
* Clean up of some internals
15
ENHANCEMENT:
* Added support for collaboration
BUG FIX:
* Fix problem with pause/play button
14
ENHANCEMENTS:
* New translations
* GTK3 conversion by Ignacio Rodriguez
13
ENHANCEMENTS:
* Added palettes to set density, bouciness, and friction (w/Sai Vineet)
* Added palette to set motor speed, rotation (w/Sai Vineet)
* Added chain tool (w/Sai Vineet)
BUG FIX:
* Updated Box2d version to eliminate some memory leaks (Sai Vineet)
12
ENHANCEMENTS:
* Added option to joints to set collideConnected = False
* Added clear_all (Sai Vineet)
* Added tracking (Sai Vineet)
* Added tracing (Sai Vineet)
* Added erase traces (Sai Vineet)
* Added save/restore of pens and traces (Sai Vineet)
BUG FIXES:
* Removed cjson dependency for elements
* pep8 cleanup (Sai Vineet)
11.9
* Removed cjson dependency for elements
* Added option to joints to set collideConnected = False
* Added clear_all (svineet)
* Added tracking (svineet)
* Added tracing (svineet)