All public logs
Combined display of all available logs of Freeblox. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:53, 13 July 2023 Evert talk contribs created page Development whiteboard (Created page with "== Database structuring == === Auth microservice === ==== Users ==== {| class="wikitable" |+ !Key !Type !Description !Default |- |id* |PK UUID |User ID, UUID |<code>uuid_generate_v4()</code> |- |username* |varchar 255 |Username | |- |email* |varchar 255 |Email address | |- |phone |varchar 255 |Phone number | |- |country |varchar 2 |2-character country code | |- |language* |varchar 2 |2-character language code |en |- |password* |text |bcrypt 12 rounds password | |- |dis...") Tag: Visual edit
- 18:43, 9 July 2023 Evert talk contribs created page User stories (Created page with "== Account == === User wants to create an account to play on the site === # User visits the site. # User is provided with an option to create an account by entering username and email address or logging in to an existing account. # The user enters their desired username and email address and is forwarded to a form # User enters their desired password and optionally a custom display name, country, preferred language and phone number. # User creates an account and is abl...") Tag: Visual edit
- 21:05, 7 July 2023 Evert talk contribs created page Freeblox:Privacy policy (Created page with "This wiki does not currently allow community contributions and by extension does not collect any visitor information. However, some very vague information may be present in our technical logs, pretty much limited to just your IP address and the articles you visited and that's about it. This data is only retained for a month and only for technical reasons. No trackers are utilized and no technical logs are shared with third parties.") Tags: Mobile edit Mobile web edit
- 17:29, 7 July 2023 Evert talk contribs created page Character (Created page with "A '''character''' consists of a mesh of multiple parts, a skeleton and animations, and feature flags dictating how the character can be customized.") Tag: Visual edit
- 15:33, 7 July 2023 Evert talk contribs created page Web platform (Roles) Tags: Visual edit Mobile edit Mobile web edit
- 18:59, 27 June 2023 Evert talk contribs created page Freeblox:About (Created page with "This wiki is about the game project. See Vision for more info.")
- 17:35, 27 June 2023 Evert talk contribs uploaded File:Early Screenshot.png
- 17:35, 27 June 2023 Evert talk contribs created page File:Early Screenshot.png
- 17:31, 27 June 2023 Evert talk contribs created page Vision (Created page with "The vision for '''Freeblox''' is to make a game platform similar to the more basic aspects of [https://www.roblox.com/ Roblox]. This platform includes: * A web-based 3D game editor with basic features for making simple games using predefined shapes, objects and materials. This editor should include accessibility features to make it as easy as possible to make a game. * A web platform for aggregating user created games, assets and characters. Character customization can...") Tag: Visual edit
- 17:08, 27 June 2023 Evert talk contribs created page GameObject (Created page with "'''GameObject''' is the base class for all objects in the game. Internally in the game client it extends [https://threejs.org/docs/index.html?q=objec#api/en/core/Object3D Object3D]. == Properties == === <code>objectType: string</code> <small>[archivable] [replicated] [read-only]</small> === String representation of the object type. === <code>uuid: string</code> <small>[archivable] [replicated] [read-only]</small> === Internal wikipedia:Universally_unique_identifier|...") Tag: Visual edit
- 16:39, 27 June 2023 Evert talk contribs created page Project Architecture (Created page with "frameless|674x674px === Connection flowchart === frameless|738x738px") Tag: Visual edit
- 16:36, 27 June 2023 Evert talk contribs uploaded File:Freeblox game session.svg
- 16:36, 27 June 2023 Evert talk contribs created page File:Freeblox game session.svg
- 16:35, 27 June 2023 Evert talk contribs uploaded File:Freeblox Architecture.svg
- 16:35, 27 June 2023 Evert talk contribs created page File:Freeblox Architecture.svg
- 16:28, 27 June 2023 Evert talk contribs created page Protocol (Created page with "{| class="wikitable" |'''Packet ID''' |'''Packet name''' |'''Fields''' |'''Type''' |'''Description''' |- | rowspan="3" |0 | rowspan="3" |AUTH |Player UUID |UUID (StringNT) |UUID of player |- |Session Token |StringNT |Session token for pre-created game session |- |Client Version |uint8 |Client protocol version |- |1 |KEEPALIVE | | |Used to measure latency and refresh socket |- |2 |STREAM_START |World Name |StringNT |Used to indicate that the server is uploading a new worl...") Tag: Visual edit
- 16:16, 27 June 2023 MediaWiki default talk contribs created page Main Page