_Bastler
e796503810
latest dev
2021-11-24 16:29:14 +01:00
David Négrier
6e6cdc7bde
Revert "Improving log messages"
2021-11-24 16:20:07 +01:00
_Bastler
a99be4fbf5
Merge branch 'develop' of github.com:thecodingmachine/workadventure
2021-11-24 15:44:37 +01:00
David Négrier
a1107bd20e
Merge branch 'develop' of github.com:thecodingmachine/workadventure into improve_logging
2021-11-24 15:36:35 +01:00
David Négrier
2cbf5b56af
Fixing linting
2021-11-24 15:29:12 +01:00
_Bastler
16a73d4de6
getMapProperty
2021-11-24 14:32:45 +01:00
_Bastler
e43e1d8463
Merge branch 'develop' of github.com:thecodingmachine/workadventure
2021-11-16 10:56:33 +01:00
David Négrier
4e042389c5
Merge branch 'master' of github.com:thecodingmachine/workadventure into develop
...
# Conflicts:
# front/src/Connexion/ConnectionManager.ts
# pusher/src/Controller/AuthenticateController.ts
# pusher/src/Controller/IoSocketController.ts
# pusher/src/Services/JWTTokenManager.ts
2021-11-15 16:30:45 +01:00
_Bastler
00d9df1f4e
Merge branch 'develop' of github.com:thecodingmachine/workadventure
2021-11-01 17:51:12 +01:00
Alexis Faizeau
d4470568ec
Fix change layer api functions
2021-10-29 23:16:36 +02:00
_Bastler
47881a59ed
Merge branch 'develop' of github.com:thecodingmachine/workadventure
2021-10-29 19:57:51 +02:00
_Bastler
6ed4a9bdc5
Merge branch 'develop' of github.com:thecodingmachine/workadventure
2021-10-29 19:57:47 +02:00
Alexis Faizeau
934e24f837
Implement on enter/leave layer events
2021-10-29 19:44:58 +02:00
_Bastler
7fb13cf54b
santitize, popup class
2021-10-28 19:15:02 +02:00
Gregoire Parant
f8ae189cee
HotFix handler message in chat store
...
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com >
2021-10-27 14:29:39 +02:00
Alexis Faizeau
fb7fe0dc0a
Rename cowebsite API functions
2021-10-25 19:00:26 +02:00
Alexis Faizeau
f84c4b3276
Refacto insert cowebsite
2021-10-25 19:00:26 +02:00
Alexis Faizeau
b81b1ff68b
Implement new cowbesite system on API
2021-10-25 19:00:26 +02:00
David Négrier
0ecabd14f1
Switching API to use type="module" scripts
...
This allows using imports inside scripts imported by WorkAdventure out of the box (and therefore easily importing the scripting-api-extra without resorting to using a bundler)
2021-09-20 09:14:14 +02:00
_Bastler
cf69b3259a
Merge branch 'develop' of github.com:thecodingmachine/workadventure
2021-09-14 08:17:37 +02:00
David Négrier
f92b728a8e
Fixing broken chat API
2021-09-13 14:50:02 +02:00
_Bastler
4913010273
fix drinks
2021-09-06 20:15:41 +02:00
_Bastler
64613b076e
Merge branch 'develop' of github.com:thecodingmachine/workadventure
2021-09-06 18:49:47 +02:00
kharhamel
4160235b92
ran pretty on the front
2021-09-06 14:31:59 +02:00
_Bastler
a633f79dd7
Merge branch 'develop' of github.com:thecodingmachine/workadventure
2021-08-27 20:19:30 +02:00
David Négrier
7576fbbe6d
Merge pull request #1392 from thecodingmachine/iframeMenuScript
...
Iframe menu script
2021-08-27 17:41:04 +02:00
David Négrier
10c08dea6d
Merge pull request #1393 from thecodingmachine/variableHasProxy
...
Fixing "has/in" on variables proxy object
2021-08-27 15:07:50 +02:00
David Négrier
a0d3685227
Fixing "has/in" on variables proxy object
...
When using WA.state, using `"myVariable" in WA.state` would always return false.
This is now fixed by adding a "has" method on the Proxy class.
Also, added a `WA.state.hasVariable` method.
2021-08-27 11:29:59 +02:00
GRL
706f531ca2
Add types file in API
2021-08-27 11:17:48 +02:00
_Bastler
e806325da9
Merge branch 'develop' of github.com:thecodingmachine/workadventure
2021-08-27 10:40:30 +02:00
GRL
cf7bfe79ca
Refactor to only have one function registerMenuCommand
...
When selected custom menu is removed, go to settings menu
Allow iframe in custom menu to use Scripting API
Return menu object when it is registered, can call remove function on it
2021-08-27 10:34:03 +02:00
GRL78
7c956d1481
REVIEW : Migration Menu and Report Menu in Svelte ( #1363 )
...
* WIP: svelte menu
* temp
* temp
* New menu svelte
* Migration of report menu in svelte
* Migration of registerCustomMenu for Menu in Svelte
Refactor subMenuStore
Suppression of old MenuScene and ReportMenu
* Suppression of HTML files that aren't use anymore
* fix deeployer
* First pass on css
* First pass on css
* Second pass on css and reportMenu
* Second pass on css and reportMenu
* Second pass on css and reportMenu
* Third pass on css and reportMenu
* Correction following test
* Contact page only if environment variable exist
* Update service worker
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com >
* Change requested
* Change requested
Co-authored-by: kharhamel <oognic@gmail.com >
Co-authored-by: Gregoire Parant <g.parant@thecodingmachine.com >
2021-08-26 12:01:07 +02:00
David Négrier
5cd3ab4b4c
Removing ts-ignore
2021-08-25 09:30:05 +02:00
GRL
f3c4d344b3
Add iframe submenu by scripting API
...
Delete menu by scripting API
2021-08-24 17:35:06 +02:00
GRL
49eb28dacf
Merge branch 'develop' of github.com:thecodingmachine/workadventure into menuInSvelte
2021-08-24 09:38:24 +02:00
_Bastler
2ce9451f2f
Merge branch 'develop' of github.com:thecodingmachine/workadventure
2021-08-23 19:31:49 +02:00
GRL
ad95fa5e11
Execute scripts of the map after creating gameScene
2021-08-23 18:53:59 +02:00
GRL
edfe440c6e
Merge branch 'develop' of github.com:thecodingmachine/workadventure into menuInSvelte
2021-08-20 16:18:45 +02:00
_Bastler
6ff4f4f52e
Merge branch 'develop' of github.com:thecodingmachine/workadventure
2021-08-19 10:36:23 +02:00
David Négrier
8a64491952
Improving popup
...
If a popup message is empty, only the buttons will be displayed (not the container)
Unrelated: the Sound.play method in the API now accepts 0 arguments.
2021-08-18 11:53:41 +02:00
_Bastler
fc567e76f4
update dependencies, Iframe module loading
2021-08-17 20:33:20 +02:00
GRL
f4ce5f9a3b
Merge branch 'ReportMenuSvelte' of github.com:thecodingmachine/workadventure into menuInSvelte
2021-08-11 15:04:47 +02:00
GRL
8105e966ff
Migration of registerCustomMenu for Menu in Svelte
...
Refactor subMenuStore
Suppression of old MenuScene and ReportMenu
2021-08-11 14:07:34 +02:00
_Bastler
27d331ea37
Merge branch 'develop' of github.com:thecodingmachine/workadventure into main
2021-08-10 10:25:24 +02:00
GRL78
e0fb31fc58
WIP: Migrate AudioManager in Svelte ( #1325 )
...
* Migrate AudioManager in Svelte
* use import type when needed
2021-08-06 09:11:17 +02:00
_Bastler
e9e96c9e30
Merge branch 'develop' of github.com:thecodingmachine/workadventure into main
2021-08-05 20:46:42 +02:00
David Négrier
6b9b999996
Making embedded iframes scriptable using the WA.room.website namespace.
2021-08-05 12:37:05 +02:00
David Négrier
bc1c6a4986
Refactoring displayActionMessage signature. Now accepting an options object. This should allow for more options in the future.
2021-08-05 12:02:00 +02:00
David Négrier
d1e5d57459
Changing the method name from "triggerMessage" to "displayActionMessage".
...
Generally speaking, I like to call the message at the bottom an "action message".
And things can "trigger" it, but in the case of a method that actually proactively displays the message, I find "displayActionMessage" to be a better name.
Also, removing package-lock files and improving code style
2021-08-05 09:17:33 +02:00
_Bastler
d046460d76
Merge branch 'develop' of github.com:thecodingmachine/workadventure into main
2021-08-04 18:02:49 +02:00