Commit 3d34143
File tree
Expand file treeCollapse file tree
548 files changed
+2580
-2168
lines changedFilter options
- dist
- melonjs.mjs
- _virtual
- application
- audio
- camera
- geometries
- input
- lang
- level
- tiled
- renderer
- loader
- parsers
- compressed_textures
- math
- particles
- physics
- plugin
- renderable
- entity
- text
- ui
- state
- system
- tweens
- utils
- video
- canvas
- rendertarget
- texture
- parser
- utils
- webgl
- buffer
- compositors
- shaders
- utils
- types
- audio
- loader
- system
- video
- rendertarget
- docs/docs
- explorer
- melonjs
- Application
- Camera2d
- Math
- Renderer
- TMXUtils
- Tween
- audio
- collision
- device
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
548 files changed
+2580
-2168
lines changeddist/melonjs.mjs/_virtual/_commonjsHelpers.js
Copy file name to clipboardExpand all lines: dist/melonjs.mjs/_virtual/_commonjsHelpers.js+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
|
dist/melonjs.mjs/_virtual/earcut.js
Copy file name to clipboardExpand all lines: dist/melonjs.mjs/_virtual/earcut.js+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
|
dist/melonjs.mjs/_virtual/howler.js
Copy file name to clipboardExpand all lines: dist/melonjs.mjs/_virtual/howler.js+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
|
dist/melonjs.mjs/_virtual/index.js
Copy file name to clipboardExpand all lines: dist/melonjs.mjs/_virtual/index.js+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
|
dist/melonjs.mjs/_virtual/re.js
Copy file name to clipboardExpand all lines: dist/melonjs.mjs/_virtual/re.js+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
|
dist/melonjs.mjs/application/application.js
Copy file name to clipboardExpand all lines: dist/melonjs.mjs/application/application.js+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
| ||
187 | 187 |
|
188 | 188 |
|
189 | 189 |
|
190 |
| - |
| 190 | + |
191 | 191 |
|
192 | 192 |
|
193 | 193 |
|
|
dist/melonjs.mjs/application/header.js
Copy file name to clipboardExpand all lines: dist/melonjs.mjs/application/header.js+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
| ||
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
30 |
| - |
| 30 | + |
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
|
dist/melonjs.mjs/application/resize.js
Copy file name to clipboardExpand all lines: dist/melonjs.mjs/application/resize.js+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
|
dist/melonjs.mjs/application/settings.js
Copy file name to clipboardExpand all lines: dist/melonjs.mjs/application/settings.js+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
|
dist/melonjs.mjs/audio/audio.js
Copy file name to clipboardExpand all lines: dist/melonjs.mjs/audio/audio.js+13-9Lines changed: 13 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
| ||
283 | 283 |
|
284 | 284 |
|
285 | 285 |
|
| 286 | + |
286 | 287 |
|
287 | 288 |
|
288 | 289 |
|
289 | 290 |
|
290 |
| - |
| 291 | + |
291 | 292 |
|
292 | 293 |
|
293 |
| - |
| 294 | + |
294 | 295 |
|
295 | 296 |
|
296 | 297 |
|
| ||
303 | 304 |
|
304 | 305 |
|
305 | 306 |
|
| 307 | + |
306 | 308 |
|
307 | 309 |
|
308 |
| - |
| 310 | + |
309 | 311 |
|
310 | 312 |
|
311 |
| - |
| 313 | + |
312 | 314 |
|
313 | 315 |
|
314 | 316 |
|
| ||
322 | 324 |
|
323 | 325 |
|
324 | 326 |
|
| 327 | + |
325 | 328 |
|
326 | 329 |
|
327 |
| - |
| 330 | + |
328 | 331 |
|
329 | 332 |
|
330 |
| - |
| 333 | + |
331 | 334 |
|
332 | 335 |
|
333 | 336 |
|
| ||
347 | 350 |
|
348 | 351 |
|
349 | 352 |
|
| 353 | + |
350 | 354 |
|
351 | 355 |
|
352 | 356 |
|
| ||
356 | 360 |
|
357 | 361 |
|
358 | 362 |
|
359 |
| - |
| 363 | + |
360 | 364 |
|
361 | 365 |
|
362 |
| - |
| 366 | + |
363 | 367 |
|
364 | 368 |
|
365 | 369 |
|
|
dist/melonjs.mjs/camera/camera2d.js
Copy file name to clipboardExpand all lines: dist/melonjs.mjs/camera/camera2d.js+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
|
dist/melonjs.mjs/geometries/ellipse.js
Copy file name to clipboardExpand all lines: dist/melonjs.mjs/geometries/ellipse.js+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
|
dist/melonjs.mjs/geometries/line.js
Copy file name to clipboardExpand all lines: dist/melonjs.mjs/geometries/line.js+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
|
dist/melonjs.mjs/geometries/path2d.js
Copy file name to clipboardExpand all lines: dist/melonjs.mjs/geometries/path2d.js+17-17Lines changed: 17 additions & 17 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
| ||
71 | 71 |
|
72 | 72 |
|
73 | 73 |
|
74 |
| - |
| 74 | + |
75 | 75 |
|
76 | 76 |
|
77 | 77 |
|
78 | 78 |
|
79 |
| - |
| 79 | + |
80 | 80 |
|
81 | 81 |
|
82 | 82 |
|
| ||
128 | 128 |
|
129 | 129 |
|
130 | 130 |
|
131 |
| - |
| 131 | + |
132 | 132 |
|
133 | 133 |
|
134 | 134 |
|
| ||
153 | 153 |
|
154 | 154 |
|
155 | 155 |
|
156 |
| - |
| 156 | + |
157 | 157 |
|
158 | 158 |
|
159 | 159 |
|
160 | 160 |
|
161 | 161 |
|
162 | 162 |
|
163 |
| - |
| 163 | + |
164 | 164 |
|
165 | 165 |
|
166 | 166 |
|
| ||
187 | 187 |
|
188 | 188 |
|
189 | 189 |
|
190 |
| - |
| 190 | + |
191 | 191 |
|
192 | 192 |
|
193 | 193 |
|
| ||
216 | 216 |
|
217 | 217 |
|
218 | 218 |
|
219 |
| - |
| 219 | + |
220 | 220 |
|
221 | 221 |
|
222 | 222 |
|
| ||
225 | 225 |
|
226 | 226 |
|
227 | 227 |
|
228 |
| - |
| 228 | + |
229 | 229 |
|
230 | 230 |
|
231 | 231 |
|
| ||
266 | 266 |
|
267 | 267 |
|
268 | 268 |
|
269 |
| - |
| 269 | + |
270 | 270 |
|
271 | 271 |
|
272 | 272 |
|
| ||
281 | 281 |
|
282 | 282 |
|
283 | 283 |
|
284 |
| - |
285 |
| - |
| 284 | + |
| 285 | + |
286 | 286 |
|
287 | 287 |
|
288 | 288 |
|
| ||
317 | 317 |
|
318 | 318 |
|
319 | 319 |
|
320 |
| - |
| 320 | + |
321 | 321 |
|
322 | 322 |
|
323 | 323 |
|
324 | 324 |
|
325 | 325 |
|
326 | 326 |
|
327 | 327 |
|
328 |
| - |
| 328 | + |
329 | 329 |
|
330 | 330 |
|
331 | 331 |
|
| ||
355 | 355 |
|
356 | 356 |
|
357 | 357 |
|
358 |
| - |
| 358 | + |
359 | 359 |
|
360 | 360 |
|
361 | 361 |
|
| ||
373 | 373 |
|
374 | 374 |
|
375 | 375 |
|
376 |
| - |
| 376 | + |
377 | 377 |
|
378 | 378 |
|
379 | 379 |
|
| ||
401 | 401 |
|
402 | 402 |
|
403 | 403 |
|
404 |
| - |
| 404 | + |
405 | 405 |
|
406 | 406 |
|
407 | 407 |
|
|
dist/melonjs.mjs/geometries/point.js
Copy file name to clipboardExpand all lines: dist/melonjs.mjs/geometries/point.js+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
|
dist/melonjs.mjs/geometries/poly.js
Copy file name to clipboardExpand all lines: dist/melonjs.mjs/geometries/poly.js+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
|
dist/melonjs.mjs/geometries/rectangle.js
Copy file name to clipboardExpand all lines: dist/melonjs.mjs/geometries/rectangle.js+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
|
dist/melonjs.mjs/geometries/roundrect.js
Copy file name to clipboardExpand all lines: dist/melonjs.mjs/geometries/roundrect.js+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
|
dist/melonjs.mjs/geometries/toarccanvas.js
Copy file name to clipboardExpand all lines: dist/melonjs.mjs/geometries/toarccanvas.js+4-6Lines changed: 4 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
| ||
60 | 60 |
|
61 | 61 |
|
62 | 62 |
|
63 |
| - |
| 63 | + |
64 | 64 |
|
65 | 65 |
|
66 | 66 |
|
| ||
80 | 80 |
|
81 | 81 |
|
82 | 82 |
|
83 |
| - |
| 83 | + |
84 | 84 |
|
85 |
| - |
86 |
| - |
87 |
| - |
| 85 | + |
88 | 86 |
|
89 | 87 |
|
90 | 88 |
|
|
0 commit comments