Alexis Faizeau
253ae60478
Add disable proximity meeting test map
2022-05-11 15:28:39 +02:00
David Négrier
2ba1dad8e8
Adding a map to test startup on silent zone
2022-05-11 11:27:52 +02:00
Alexis Faizeau
9c5fcd2fd8
Implement UI Website ( #2087 )
...
* Implement UI Website system
* Add UIWebsite documentation
* Implement review fixes
* Add getAll function on UIWebsite
Co-authored-by: Alexis Faizeau <a.faizeau@workadventu.re>
2022-05-04 18:30:31 +02:00
David Négrier
0316565f12
Fixing setTiles test
2022-04-26 18:06:07 +02:00
David Négrier
d5cb662028
Fixing showHideLayer test
2022-04-26 18:06:07 +02:00
David Négrier
caf8a74ade
Adding test to check custom menus
2022-04-26 18:06:07 +02:00
David Négrier
ed1efe12f2
Adding an additional E2E test regarding iFrames and scripts
2022-04-26 18:06:07 +02:00
David Négrier
944a0729be
Fixing typo in test
2022-04-26 14:57:04 +02:00
David Négrier
4ca72af09e
Merge pull request #2091 from thecodingmachine/add-away-indicator-for-hero
...
Availability Statuses
2022-04-22 15:19:48 +02:00
Piotr 'pwh' Hanusiak
8ff791e024
removed obsolete collider from map
2022-04-20 13:25:56 +02:00
Piotr 'pwh' Hanusiak
2a7b09be15
change state even for jitsi on trigger
2022-04-20 13:18:12 +02:00
Piotr 'pwh' Hanusiak
ec3b28271d
fixed object areas not triggering properties change on immediate collision
2022-04-19 15:55:41 +02:00
Piotr 'pwh' Hanusiak
23092c75d6
merged develop
2022-04-19 12:43:56 +02:00
David Négrier
ecda1a21a0
Merge branch 'develop' of github.com:thecodingmachine/workadventure into use-tiled-objects
2022-04-19 08:56:53 +02:00
David Négrier
8c5c680cfb
Adding a new "jitsiNoPrefix" property.
...
When set to "true", WorkAdventure will NOT prefix the Jitsi room name with a hash, gicing full control to the user over the Jitsi room name.
2022-04-19 08:52:26 +02:00
Piotr 'pwh' Hanusiak
61c68b0875
silent indicator when on jitsi zone
2022-04-14 14:31:31 +02:00
Piotr 'pwh' Hanusiak
8f0b02a9c8
change away to availability status
2022-04-14 11:03:58 +02:00
Piotr 'pwh' Hanusiak
45e254b931
visible indicator for hero. Using images in order to fix graphic circles glitching out during movement
2022-04-13 14:31:18 +02:00
Piotr 'pwh' Hanusiak
a71d29d997
merged develop
2022-04-12 15:22:40 +02:00
Piotr 'pwh' Hanusiak
99b49c39c5
change TestDoor to Test Pathfinding to no longer be misleading
2022-04-12 15:15:58 +02:00
Piotr 'pwh' Hanusiak
d4f5dc6d35
moved focusable property handling away from gamescene
2022-04-12 12:47:45 +02:00
Piotr 'pwh' Hanusiak
1ca393f3db
open website linked from Tiled Object
2022-04-12 10:57:38 +02:00
David Négrier
a689756d85
Removing Typescript on maps container
...
Typescript is almost not used on this container (and causing a bunch of startup errors that are not important but worrying first time users). Removing it completely.
2022-04-11 22:47:31 +02:00
Piotr 'pwh' Hanusiak
255f4375da
go from zones to area name for interactive Tiled Objects
2022-04-11 16:16:52 +02:00
Piotr 'pwh' Hanusiak
2fa504a189
add test map
2022-04-11 13:40:55 +02:00
Piotr 'pwh' Hanusiak
67f4972292
little cleanup
2022-04-11 13:12:19 +02:00
Piotr 'pwh' Hanusiak
6a394945f3
we can now trigger events when stepping on tiled rectangular objects. WIP
2022-04-07 15:49:58 +02:00
dependabot[bot]
4f7a885149
Bump minimist from 1.2.5 to 1.2.6 in /maps
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-04 17:53:47 +02:00
dependabot[bot]
f04cfb3bb4
Bump ansi-regex from 4.1.0 to 4.1.1 in /maps
...
Bumps [ansi-regex](https://github.com/chalk/ansi-regex ) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases )
- [Commits](https://github.com/chalk/ansi-regex/compare/v4.1.0...v4.1.1 )
---
updated-dependencies:
- dependency-name: ansi-regex
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-29 15:32:22 +02:00
Benedicte Quimbert
fac445a8fe
Fixes tileset import
2022-03-25 16:40:05 +01:00
Benedicte Quimbert
4215925141
Adds test map
2022-03-25 16:40:05 +01:00
Valdo
6d9a3f45dc
Allow audio ( #1991 )
...
* Removing old unused images
Just a bit of cleanup!
* Allow audio feature
* Pretty
* Ignored screenshot folder
* Added manual test
* Simplified test map
Co-authored-by: Valdo Romao <v.romao@thecodingmachine.com>
2022-03-21 16:22:51 +01:00
Piotr Hanusiak
d4dcd0d5ce
Actions menu api ( #1862 )
...
* wip
* wip
* random action on click
* removing actions
* register single key per command use
* change removeActionsMenu action name
* fixed actions menu not hiding content properly:
* actions menu fix
* added mock Block Player action
* ActionsMenu buttons styling
* added displaying priority for menu actions
* moved utils actionMenu features to the UI
* import as a type:
* more object oriented style for API
* removed registered actions from RemotePlayer instance
* readme update
* Fixing typos / Improving wording
* added instructions on AlterActionsMenu test map
Co-authored-by: Hanusiak Piotr <piotr@ltmp.co>
Co-authored-by: David Négrier <d.negrier@thecodingmachine.com>
2022-03-14 10:15:10 +01:00
Piotr Hanusiak
0196eae055
async call for recalculating tiles costs ( #1890 )
...
* async call for recalculating tiles costs
* fixed setWalkingCostGrid still being a blocking process
* set exits tiles cost from the start
* removed typing error from code
Co-authored-by: Hanusiak Piotr <piotr@ltmp.co>
2022-03-08 16:28:54 +01:00
Lukas Hass
ed0e49d16e
update docs and remove references to testcafe
2022-02-18 16:11:26 +01:00
Hanusiak Piotr
3875d3b0f5
Merge branch 'develop' into avoid-exits-on-path
2022-02-16 14:03:48 +01:00
David Négrier
0b82df0d41
Merge branch 'develop' of github.com:thecodingmachine/workadventure into move-to-improvements
2022-02-11 16:58:40 +01:00
Hanusiak Piotr
65fb15704e
calculate cost for exit tiles
2022-02-10 17:15:33 +01:00
Hanusiak Piotr
470e3ca1ce
cr fixes #1
2022-02-09 15:15:14 +01:00
Hanusiak Piotr
71e18d1838
update moveTo test map
2022-02-09 11:05:43 +01:00
Hanusiak Piotr
fe570c9117
moveTo object position
2022-02-09 10:17:31 +01:00
Hanusiak Piotr
20267d3483
Merge branch 'develop' into fix-issue-1835
2022-02-09 09:35:43 +01:00
Hanusiak Piotr
b32a2970e4
collisionGrid now updates on showing / hiding layers
2022-02-08 15:46:41 +01:00
Hanusiak Piotr
57bd8783e0
scroll factor applied automatically
2022-02-08 13:17:35 +01:00
Hanusiak Piotr
a53cbbff34
create test map
2022-02-08 11:04:12 +01:00
Alexis Faizeau
60c17ecea2
Re-implement set width of main cowebsite
2022-02-07 14:55:51 +01:00
Alexis Faizeau
56d8f62dd0
Add a new test map for co-website with trigger property
2022-01-27 16:33:11 +01:00
David Négrier
2cf51a058a
Merge pull request #1757 from ValdoTR/typos
...
Fixed some typos :)
2022-01-25 21:06:24 +01:00
Valdo Romao
aefb28d895
Fixed some typos :)
2022-01-25 19:43:27 +00:00
Hanusiak Piotr
90a76e9f04
fixed layer name in docs
2022-01-25 11:03:58 +01:00