Richard Davey
|
c46c3e4c82
|
The Core.Config.resolution property has been removed.
|
2020-09-12 11:53:23 +01:00 |
|
Richard Davey
|
d844402d4d
|
Merge pull request #5298 from samme/feature/audio-config-default
Add default value for Phaser.Core.Config#audio
|
2020-09-11 16:25:50 +01:00 |
|
Richard Davey
|
0aea690497
|
Removed inputMouseCapture and added configs for inputMousePrventDefaultDown , Up and Move instead.
|
2020-09-11 10:59:20 +01:00 |
|
samme
|
ae5182be7d
|
Default Phaser.Core.Config#audio; and refactor
|
2020-09-10 09:22:44 -07:00 |
|
Richard Davey
|
477b847f13
|
Config.render.maxTextures is a new game config setting that allows you to control how many texture units will be used in WebGL.
|
2020-07-15 16:51:40 +01:00 |
|
Richard Davey
|
85e6c229b3
|
Updated docs for #5191
|
2020-07-13 12:51:36 +01:00 |
|
Richard Davey
|
8c977bc391
|
Merge pull request #5127 from samme/fix/TimeStep-wake
Fix TimeStep#wake() when running
|
2020-07-13 11:52:10 +01:00 |
|
Adam Moore
|
341bc9b9d8
|
update docs for pixelArt to be more specific
For pixel art, we want the aliasing, so anti-aliasing should be off, or false.
|
2020-05-20 17:25:50 -07:00 |
|
samme
|
f8376c83bb
|
Fix wake() when running
Should not sleep
|
2020-04-29 09:39:22 -07:00 |
|
Richard Davey
|
b14b60516a
|
Fixed duplicate event introduced in #5038
|
2020-04-27 11:53:08 +01:00 |
|
halilcakar
|
43f26ad31f
|
Update JSDocs for events
|
2020-03-10 11:11:43 +03:00 |
|
Richard Davey
|
20fabba0b9
|
Impact Physics is now removed from the core API
|
2020-02-04 14:52:04 +00:00 |
|
Richard Davey
|
0d263be52a
|
Config.loaderWithCredentials is the new global setting for XHRSettings.withCredentials .
|
2020-01-22 16:30:11 +00:00 |
|
Richard Davey
|
ff65e69cd1
|
Changed copyright date to 2020
|
2020-01-15 12:07:09 +00:00 |
|
Richard Davey
|
1eec78375a
|
Removed old comments
|
2020-01-07 12:39:38 +00:00 |
|
Richard Davey
|
d995cff36f
|
Merge pull request #4885 from rexrainbow/bug/game.destroy()
Fix bug of game.destroy()
|
2019-12-18 14:33:03 +00:00 |
|
Richard Davey
|
32b46b8e20
|
TimeStep.smoothStep is a new boolean property that controls if any delta smoothing takes place during the game step. Delta smoothing has been enabled in Phaser since the first version and helps avoid delta spikes and dips, especially after loss of focus. However, you can now easily toggle if this happens via this property and the corresponding FPSConfig property.
|
2019-12-17 13:04:50 +00:00 |
|
Hua
|
3010c005dc
|
Fix bug of game.destroy()
|
2019-11-27 11:09:12 +08:00 |
|
Richard Davey
|
ffabf069e0
|
Added mipmapFilter to game config
|
2019-11-19 13:00:37 +00:00 |
|
Richard Davey
|
e5f93738ca
|
Merge pull request #4807 from jcyuan/master
fix TS issues and fix the condition to check video support.
|
2019-11-19 10:49:09 +00:00 |
|
Richard Davey
|
cc6cec5c83
|
Added in forceSetTimeout fps value (#4179)
|
2019-11-18 16:23:29 +00:00 |
|
J.C
|
9507ec7591
|
fix ts error, and update the output file.
|
2019-10-16 13:39:06 +08:00 |
|
samme
|
bc55428c49
|
Check pendingDestroy in headlessStep()
Fixes #4804
|
2019-10-15 12:00:44 -07:00 |
|
Richard Davey
|
e3039ffb64
|
Added antialiasGL option
|
2019-08-29 11:46:58 +01:00 |
|
Richard Davey
|
ca74b85b75
|
Better Sound Manager type
|
2019-08-07 18:20:19 +01:00 |
|
Richard Davey
|
b5662db113
|
New context lost / restored events
|
2019-07-15 15:28:23 +01:00 |
|
Richard Davey
|
12bcda98a6
|
Added support for a desynchronized context and alpha support in 2D
|
2019-06-04 19:13:49 +01:00 |
|
Richard Davey
|
d82b46c4d2
|
Updates TS Parser to handle Function[]
Fix #4522
|
2019-06-04 18:14:58 +01:00 |
|
Richard Davey
|
7aa3b3b07b
|
TimeStep.now is a new property that holds the exact performance.now value, as set at the start of the current game step. Also, completed jsdocs.
|
2019-05-24 15:27:45 +01:00 |
|
Richard Davey
|
b86d737e2e
|
Game.getTime would return NaN because it incorrectly accessed the time value from the TimeStep.
|
2019-05-24 15:27:33 +01:00 |
|
Richard Davey
|
ec5f3d3a33
|
The TimeStep.step method no longer uses the time value passed to the raf callback, as it's not actually the current point in time, but rather the time that the main thread began at. Which doesn't help if we're comparing it to event timestamps.
|
2019-05-24 14:40:11 +01:00 |
|
Richard Davey
|
22d6ec1e36
|
Removed inputQueue config option
|
2019-05-23 17:17:54 +01:00 |
|
Richard Davey
|
ee6506af8c
|
The TimeStep will no longer set its frame property to zero in the resetDelta method. Instead, this property is incremented every step, no matter what, giving an accurate indication of exactly which frame something happened on internally.
|
2019-05-23 16:10:22 +01:00 |
|
Richard Davey
|
c91ed91ce3
|
License link update
|
2019-05-10 16:15:04 +01:00 |
|
Richard Davey
|
a6341a97a8
|
Fixed Types references
|
2019-05-09 15:32:53 +01:00 |
|
Richard Davey
|
1dca2c2c8a
|
Scenes Types
|
2019-05-09 12:37:37 +01:00 |
|
Richard Davey
|
490dd62f2b
|
Impact Types
|
2019-05-09 12:34:05 +01:00 |
|
Richard Davey
|
fbe2470f99
|
Arcade Physics Types
|
2019-05-09 12:33:37 +01:00 |
|
Richard Davey
|
a269816129
|
Core Types
|
2019-05-09 11:50:26 +01:00 |
|
Richard Davey
|
e0a9980fda
|
Updated docs
|
2019-04-30 17:11:26 +01:00 |
|
Richard Davey
|
3c655bff3e
|
Improved jsdocs
|
2019-04-30 11:08:34 +01:00 |
|
Richard Davey
|
813429d8dc
|
Added getDuration and getDurationMS
|
2019-04-26 19:13:12 +01:00 |
|
Richard Davey
|
a47019b415
|
Keep the property but set to null by default.
|
2019-04-24 12:54:48 +01:00 |
|
Richard Davey
|
61921525f1
|
There is a new webpack config FEATURE_SOUND which is set to true by default, but if set to false it will exclude the Sound Manager and all of its systems into the build files.
|
2019-04-24 12:23:21 +01:00 |
|
Richard Davey
|
8c55844f6c
|
Merge pull request #4469 from samme/docs/scenes
Docs for scene config and optional scene methods
|
2019-04-16 13:24:49 +01:00 |
|
samme
|
f9797d0ed0
|
Add Phaser.Scenes.Types.CreateSceneFromObjectConfig
|
2019-04-10 12:43:44 -07:00 |
|
Richard Davey
|
950fc79e2e
|
Took DOM Element out of experimental and hooked to the Scale Manager
|
2019-04-09 23:28:40 +01:00 |
|
samme
|
c83521ddae
|
Fix GameConfig link
|
2019-04-09 13:01:38 -07:00 |
|
Bogdan Sikora
|
6e1db82a96
|
Transparent type added GameConfig
|
2019-03-09 16:05:36 +01:00 |
|
Richard Davey
|
9bfd1e28b0
|
Added missing audio config property
|
2019-02-24 22:12:11 +00:00 |
|
Richard Davey
|
341e78ce0d
|
Added touch Window handlers and remove handlers
|
2019-02-22 02:26:52 +00:00 |
|
Richard Davey
|
c90ae09f9f
|
Added window specific handlers
And game config option:
```
input: {
windowEvents: false
},
```
|
2019-02-22 02:11:13 +00:00 |
|
Richard Davey
|
fd629fe783
|
Adding callback typedefs
|
2019-02-13 16:32:27 +00:00 |
|
Richard Davey
|
b4dbfea0a1
|
Impact typedefs
|
2019-02-13 15:05:16 +00:00 |
|
Richard Davey
|
3bb73c5664
|
Fixed Group defs and completed Arcade Physics defs
|
2019-02-13 14:45:36 +00:00 |
|
Richard Davey
|
f62ec4a739
|
Config typedefs done
|
2019-02-13 12:58:04 +00:00 |
|
Richard Davey
|
ccaae460a4
|
Added jsdoc version numbers to each event
|
2019-02-12 11:37:58 +00:00 |
|
Richard Davey
|
17d56bd8ac
|
Moved jsdoc comment to stop weird TS module generation
|
2019-02-08 13:08:32 +00:00 |
|
Richard Davey
|
60542a25cc
|
Numerous jsdoc and TS related fixes
|
2019-02-04 17:16:08 +00:00 |
|
Richard Davey
|
4d4f500629
|
Improved typedefs
|
2019-01-31 11:12:00 +00:00 |
|
Richard Davey
|
21c06668fb
|
jsdoc fix
|
2019-01-29 23:21:24 +00:00 |
|
Richard Davey
|
cb7b335d7f
|
Moved ScaleManager to its own namespace (Phaser.Scale) and out of DOM
|
2019-01-29 15:42:27 +00:00 |
|
Richard Davey
|
4182228e5a
|
Updated DOM Container reference
|
2019-01-29 15:18:04 +00:00 |
|
Richard Davey
|
a9db477718
|
Moved to dom folder
|
2019-01-29 15:17:52 +00:00 |
|
Richard Davey
|
8d5a1fbd11
|
pixelArt if zoom !== 1
|
2019-01-29 15:17:41 +00:00 |
|
Richard Davey
|
f4e152747e
|
Clarified parent setting in game config
|
2019-01-23 17:03:21 +00:00 |
|
Richard Davey
|
00e2f9a491
|
Added Input Queue flag.
|
2019-01-23 15:51:56 +00:00 |
|
Richard Davey
|
a75540a6c0
|
Updated docs.
|
2019-01-23 00:11:44 +00:00 |
|
Richard Davey
|
f8d624c639
|
Removed property access
|
2019-01-22 16:28:54 +00:00 |
|
Richard Davey
|
20c768e1af
|
Missed a console log
|
2019-01-18 13:42:49 +00:00 |
|
Richard Davey
|
bc962c25dc
|
All listeners use the new Events
|
2019-01-18 13:41:43 +00:00 |
|
Richard Davey
|
25c1a5fe74
|
Added Texture Manager Events and moved 'ready' responsibility to it
|
2019-01-17 11:54:41 +00:00 |
|
Richard Davey
|
95dde9a320
|
Finished the Game events
|
2019-01-15 16:27:32 +00:00 |
|
Richard Davey
|
aa341854c7
|
Happy New Year
|
2019-01-15 16:20:22 +00:00 |
|
Richard Davey
|
e882218fc4
|
Renamed boot to core and updated events accordingly
|
2019-01-15 16:17:04 +00:00 |
|
Richard Davey
|
0d90f75b5f
|
Splitting the dev branch up into versions.
|
2016-11-22 01:36:56 +00:00 |
|
Richard Davey
|
89885dcb7c
|
Refactored the Input Manager.
|
2016-11-10 00:10:39 +00:00 |
|
photonstorm
|
519c121a52
|
Updated the way the State Config works.
|
2016-11-09 14:52:53 +00:00 |
|
Richard Davey
|
48f90fec34
|
Implemented a State based MainLoop system, with fully split logic / render cycles and frame rate. Each State can now set its own frame rate. Added in more Camera commands, moved the Tween Manager into the State Systems, and started work on the new heavily reduced Game object.
|
2016-11-08 01:50:57 +00:00 |
|
photonstorm
|
b3c2ddb420
|
Pre-crash salvage.
|
2016-11-07 17:05:14 +00:00 |
|
Richard Davey
|
4b42972a9b
|
Comment out some parts that don't work yet.
|
2016-11-07 00:33:42 +00:00 |
|
Richard Davey
|
89a737a620
|
State Manager holds all given states until booted before creating them.
|
2016-11-04 05:41:00 +00:00 |
|
Richard Davey
|
f9745bbce3
|
States now own a Loader instance, rather than it being a Phaser global.
|
2016-11-04 03:21:04 +00:00 |
|
Richard Davey
|
a366ef8f3c
|
New State Manager up and running.
|
2016-11-04 02:08:17 +00:00 |
|
Richard Davey
|
dd34e4033a
|
Brand new State class.
|
2016-11-03 22:26:52 +00:00 |
|
Richard Davey
|
2dd7e68707
|
Extends the Factory.
|
2016-11-03 22:26:28 +00:00 |
|
Richard Davey
|
03b651f79f
|
Loads of tweaks re: Transform inheritance.
|
2016-11-01 00:31:45 +00:00 |
|
photonstorm
|
fd3898742f
|
Added ability to toggle multi-texture support at run-time.
|
2016-10-25 16:44:23 +01:00 |
|
photonstorm
|
64cd88f7b4
|
Trying out flash effect.
|
2016-10-19 17:17:26 +01:00 |
|
photonstorm
|
18b12dfc3e
|
Huge amount of work getting the WebGL renderer sorted out, tidied up and merged with the latest Texture and Transform components.
|
2016-10-18 17:03:25 +01:00 |
|
Richard Davey
|
c39c97f9d8
|
Starting to split up.
|
2016-10-17 21:22:55 +01:00 |
|
photonstorm
|
15fbd0962d
|
Renamed to Update Manager.
|
2016-10-14 08:58:12 +01:00 |
|
photonstorm
|
9f07eb176b
|
StateManager no longer saves and resets the context around a Canvas state render function.
|
2016-10-14 06:30:44 +01:00 |
|
photonstorm
|
e06b900a61
|
Removed antialias, transparent and physicsConfig arguments from the Game constructor.
|
2016-10-14 06:30:07 +01:00 |
|
photonstorm
|
60d348c464
|
Implemented a Dirty Transform Manager. Testing it out, but so far, so good.
|
2016-10-14 04:09:07 +01:00 |
|
photonstorm
|
26711241ac
|
Disabled access to World and Camera for now.
|
2016-10-14 02:20:35 +01:00 |
|
photonstorm
|
d0cb0f2457
|
Commented out World and Camera for now.
|
2016-10-14 02:19:10 +01:00 |
|
Richard Davey
|
d6bb27f51c
|
Disabled the Debug class.
|
2016-10-13 01:54:01 +01:00 |
|
Richard Davey
|
70729234e8
|
Added the Texture Manager into the core systems list.
|
2016-10-10 23:39:52 +01:00 |
|
Richard Davey
|
0af16817a5
|
Refactored GameObjects to GameObject .
|
2016-10-09 22:27:58 +01:00 |
|