Skip to content

Conversation

@rsodre
Copy link
Collaborator

@rsodre rsodre commented Nov 10, 2025

Description

Related issues

Closes #<issue_number>

Introduced changes

Checklist

  • Linked relevant issue
  • Updated relevant documentation
  • Added relevant tests

Dkrenon and others added 30 commits October 10, 2025 11:45
* chore: set files with lore-staging.

* chore: file with commands for creating slot services

* chore: ugpraded world address

* chore: update address and names. chore; update publishes manifest

* chore: update vite to use manifest_stage

* chore: added logs to check issue with changing inv variables through effect.value

* chore: added more logs for debugging

* chore: update fixes for actions and text output for inv map actions

* chore: adjusted container open execute as well messages

* chore: removed prints

* chore: improve reacctable to call check container if have container the entity

* chore: improve verb and target recognition

* chore: improve output feedback messages

* chore: improve coins_balance pt 1

* chore: improve coins_balance pt2

* chore: improve coins_balance pt 3

* chore: improve coins_balance pt 4

* chroe: reverted testsing of coins_balance. chore: testing output messages

* chore: improve text feedback

* chore: adjust tplayer's alt names

* Feat/entity creator (#258)

* chore: added creator_address to Entity

* fix: removed duplicated controller command (wallet)

* chore: store editor status per wallet

* chore: enforce designer edit permissions

* chore: register registry from dojo_init, removed from client connect

* chore: created effect/item test

* chore: created Player.is_dead flag

* chore: hide /editor UI id not admin or editor

* chore: created g_player sys command

* chore: block core story edit for editor players

* chore: block entity drag for editor players

* chore: created g_game_data sys command

* fix: terminal was decoding terminal data twice

* fix: URL encoded  token metadata

* chore: refactored initial message display

* chore: created _components [game-id] to log a game's components

* chore: updated manifest. chore: update coins balance per game query

* added more logs to query coins

* Player editor, Client fixes, Index fixes (#259)

* chore: added creator_address to Entity

* fix: removed duplicated controller command (wallet)

* chore: store editor status per wallet

* chore: enforce designer edit permissions

* chore: register registry from dojo_init, removed from client connect

* chore: created effect/item test

* chore: created Player.is_dead flag

* chore: hide /editor UI id not admin or editor

* chore: created g_player sys command

* chore: block core story edit for editor players

* chore: block entity drag for editor players

* chore: created g_game_data sys command

* fix: terminal was decoding terminal data twice

* fix: URL encoded  token metadata

* chore: refactored initial message display

* chore: created _components [game-id] to log a game's components

* chore: Added button to create Player's route

* chore: Editor tree improvements

* chore: Create players entrance (Exit)

* chore: allow players to create_parent to place entrance

* fix: catch index out of bounds error

* fix: fixed _create_game error

* chore: Update Staging Branch with Develop changes (#261)

* Update app.data.ts

Signed-off-by: awtnmy <167875188+awtnmy@users.noreply.github.com>

* Update Typewriter.tsx

updating typwriter delay to slow down

Signed-off-by: awtnmy <167875188+awtnmy@users.noreply.github.com>

* Update app.data.ts

Signed-off-by: awtnmy <167875188+awtnmy@users.noreply.github.com>

* Update app.data.ts

test ascii art

Signed-off-by: awtnmy <167875188+awtnmy@users.noreply.github.com>

* Update app.data.ts

Signed-off-by: awtnmy <167875188+awtnmy@users.noreply.github.com>

* Update app.data.ts

fixing ascii art to tsx format / correct escape characters / monospacing to width of terminal

Signed-off-by: awtnmy <167875188+awtnmy@users.noreply.github.com>

* Update Typewriter.tsx

slowing typewriter down A LOT to check function

Signed-off-by: awtnmy <167875188+awtnmy@users.noreply.github.com>

* Update Typewriter.tsx

Signed-off-by: awtnmy <167875188+awtnmy@users.noreply.github.com>

* Update Typewriter.tsx

Signed-off-by: awtnmy <167875188+awtnmy@users.noreply.github.com>

* Update Typewriter.tsx

Adjusting speed and random delay range

Signed-off-by: awtnmy <167875188+awtnmy@users.noreply.github.com>

* Update help.data.ts

quick hack to initial help page FIX later

Signed-off-by: awtnmy <167875188+awtnmy@users.noreply.github.com>

* Update app.data.ts

Signed-off-by: awtnmy <167875188+awtnmy@users.noreply.github.com>

* Update help.data.ts

Signed-off-by: awtnmy <167875188+awtnmy@users.noreply.github.com>

* Update help.data.ts

Signed-off-by: awtnmy <167875188+awtnmy@users.noreply.github.com>

* Update help.data.ts

Signed-off-by: awtnmy <167875188+awtnmy@users.noreply.github.com>

* editing help messages

* Update help.data.ts

Signed-off-by: awtnmy <167875188+awtnmy@users.noreply.github.com>

* chore: grant permission to use editor

* caputalising verbs in intro

---------

Signed-off-by: awtnmy <167875188+awtnmy@users.noreply.github.com>
Co-authored-by: awtnmy <167875188+awtnmy@users.noreply.github.com>

* chore: update manifest file

* Achievements + unwrap fix (#263)

* chore: added creator_address to Entity

* fix: removed duplicated controller command (wallet)

* chore: store editor status per wallet

* chore: enforce designer edit permissions

* chore: register registry from dojo_init, removed from client connect

* chore: created effect/item test

* chore: created Player.is_dead flag

* chore: hide /editor UI id not admin or editor

* chore: created g_player sys command

* chore: block core story edit for editor players

* chore: block entity drag for editor players

* chore: created g_game_data sys command

* fix: terminal was decoding terminal data twice

* fix: URL encoded  token metadata

* chore: refactored initial message display

* chore: created _components [game-id] to log a game's components

* chore: Added button to create Player's route

* chore: Editor tree improvements

* chore: Create players entrance (Exit)

* chore: allow players to create_parent to place entrance

* fix: catch index out of bounds error

* fix: fixed _create_game error

* chore: implemented arcade achievements

* fix: unwrap error when noun is not around

* chore: provided feedback when trying to execute an action already done

* chore: running localhost stage

* chore: testing query coins per game

* chore: update `stage` manifest

* chore: improve feedback for InvItem `UseItem` as well wrong action executor.

* chore: `look around` called after game is created

* chore: adjusted `coins` query

* TextDescriptions by game (#272)

* chore: moved description_text to own file

* chore: created GameModelKeyImpl

* chore: read/write DescriptionText per game

* fix: fixed unwrap error entering invalid room

* fix: fixed some tests

* Update trigger.cairo

* chore: update `stage` manifest and fix coins query

* chore: fix on action executed check for displaying messages

* test: testing fix on coins query

* chore: add wallet preset

* chore: correct preset name

* chore: updated provided feedback when opening an open container. chore: Provide feedback in case `use [OBJECT]` but no target. chore: remove action message

* chore: fixed query coins balance

* feat: add new intro loader and minor FE cursor updates (#276) (#280)

[feat] add new intro loader and minor FE cursor updates (#276)

* add new intro loader and minor FE cursor updates

* rename case sensitive file

Co-authored-by: JCEEE Nicolas <0xjceee@proton.me>

* Crossroads editor (#281)

* chore: create player trails inside Crossroads

* chore: extracted <HierarchyTreeMenu> component

* chore: renamed Select Player button when it exists

* chore: Editor filters

* chore: creates players way back to Crossroads

* chore: added speak to dict, also small typo fix. chore: latest manifest

* chore: update staging from develop (#286)

* [feat] add new intro loader and minor FE cursor updates (#276)

* add new intro loader and minor FE cursor updates

* rename case sensitive file

* [chore] log when isDev (#285)

log when isDev

---------

Co-authored-by: JCEEE Nicolas <0xjceee@proton.me>

* Editor updates (#291)

* chore: start editor with all areas collapsed

* fix: removed PlayerStory from editor (not per game)

* chore: remember previously selected entity in the Editor

* chore: scroll editor to display selected entity

* chore: select sibling or parent after delete entity

* chore: hide Editor UI while entities loading

* chore: added preserve_children to Area, for Crossroads

* chore: update `stage` manifest

* chore: enable audio shuffle (#292)

* [feat] add new intro loader and minor FE cursor updates (#276)

* add new intro loader and minor FE cursor updates

* rename case sensitive file

* [chore] log when isDev (#285)

log when isDev

* rm comment msg when mobile

* remove inner heights

* test body height

* add audio track

* add audio player

* add music files and prep stores for multi files

* add icons

* add audio controls compnents

* feat: add audio player (#288)

* rm comment msg when mobile

* remove inner heights

* test body height

* add audio track

* add audio player

* add music files and prep stores for multi files

* add icons

* add audio controls compnents

* remove loop, enable shuffle, disable textare input when printing status

* fix: fixed irresponsive empty editor

* chore: point tracks to file in drive. chore: start always with `the belly of the earth` track

* test: fix url

* chore: replace url with local files for now

---------

Co-authored-by: RM3 <roger@studioavante.com>
Co-authored-by: Dkrenon <bgsbonilla@gmail.com>

* chore: rm comment msg when mobile (#287)

* [feat] add new intro loader and minor FE cursor updates (#276)

* add new intro loader and minor FE cursor updates

* rename case sensitive file

* [chore] log when isDev (#285)

log when isDev

* rm comment msg when mobile

* remove inner heights

* test body height

---------

Signed-off-by: Bernardo Serrano <72756999+Dkrenon@users.noreply.github.com>
Co-authored-by: Bernardo Serrano <72756999+Dkrenon@users.noreply.github.com>

* chore: remove vocal track from playlist

* chore: adjusted track random play

* chore: update `develop` slot addresses. chore: changed `lore-v3` to `orug-slot`. chore: update slot manifest

---------

Signed-off-by: awtnmy <167875188+awtnmy@users.noreply.github.com>
Signed-off-by: Bernardo Serrano <72756999+Dkrenon@users.noreply.github.com>
Co-authored-by: roger_s <roger@studioavante.com>
Co-authored-by: awtnmy <167875188+awtnmy@users.noreply.github.com>
Co-authored-by: JCEEE Nicolas <0xjceee@proton.me>
Base automatically changed from FE-Improvements-Fixes-v0.2.0 to staging November 19, 2025 10:34
Base automatically changed from staging to FE-Improvements-Fixes-v0.2.0 December 1, 2025 11:14
Base automatically changed from FE-Improvements-Fixes-v0.2.0 to staging January 22, 2026 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants