Jump to content

New pages

New pages
Hide registered users | Hide bots | Hide redirects

26 August 2026

23 August 2026

  • 10:3210:32, 23 August 2026 Digital Crafter (hist | edit) [4,750 bytes] GHXX (talk | contribs) (Created page with "{{Template:Future Content}}Description == Provided component == This block provides the <code>autoCrafter</code> component, offering the following properties: {| class="wikitable" |+AutoCrafterUD component properties !Name !Type !Read/Write !Description |- |<code>containsMainboard</code> |<code>boolean</code> |READ |Returns whether a mainboard is located in the GUI slot. If this is false, most methods will throw an error. |} {| class="wikitable" |+AutoCrafterUD componen...") Tag: Visual edit originally created as "Auto Crafter"

22 August 2026

  • 12:1712:17, 22 August 2026 JLuaVM (hist | edit) [7,374 bytes] GHXX (talk | contribs) (Created page with "The JLuaVM, is the runtime that executes the Lua code that is running on computers in Advanced Computers. The source can be found [https://github.com/MidnightMages/JLuaVM on GitHub]. While we try to keep things very similar, there are a few tiny differences, listed below. In the remainder of this article, LuaC refers to PUC-Rio's implementation of Lua. == LuaC deviations == In these cases JLuaVM (referred to as 'we') behaves differently than LuaC, '''but we still fu...") Tag: Visual edit

19 August 2026

  • 13:4913:49, 19 August 2026 Debugger (hist | edit) [1,695 bytes] GHXX (talk | contribs) (Created page with "alt=Debugger|thumb|Debugger The allows obtaining additional information about the state of a variety of blocks. It also provides access to the crash information of computers as can be seen in the screenshot below. You can access this information by holding the debugger in your hand and right-clicking any block with it. Currently it lists the following properties about blocks that support this information. File:Debugger crash information....") Tag: Visual edit

18 August 2026

17 August 2026

  • 11:5611:56, 17 August 2026 UEFI Specification (hist | edit) [4,229 bytes] GHXX (talk | contribs) (Created page with "{{Note|Currently this spec is neither followed by the built-in UEFI, nor by Advanced OS, though this will change in the future.}} This page intends to describe an interface between the UEFI bootloaders and operating systems such as Advanced OS. As the name "bootloader" implies, the purpose is to find and boot an operating system, either from a local disk or over the network. Additionally, the bootloader may want to set up printing {{Navbox content}}") Tag: Visual edit

2 August 2026

  • 03:0803:08, 2 August 2026 Internet (hist | edit) [3,655 bytes] GHXX (talk | contribs) (Created page with "From https://ac.ghxx.dev/apidocs.txt, {{Todo|format this into a nice table with descriptions}}<syntaxhighlight lang="java" line="1"> @LuaCallable: public LuaObject get(String luaUrl) </syntaxhighlight> In the future we will also support sending http POST requests, etc.")
  • 01:3601:36, 2 August 2026 Gpu (hist | edit) [5,204 bytes] GHXX (talk | contribs) (Created page with "The GpuUD component is what allows for rendering to screens. It offers the following functionality: {| class="wikitable" |+ GpuUD component properties |- ! Name !! Type !! Read/Write !! Description |- | <code>remainingVideoRam</code> || <code>integer</code> || READ || The amount of video ram remaining. Every alive buffer requires a certain amount of video memory. |} {| class="wikitable" |+ GpuUD component methods |- ! Name !! Returns !! Description |- |<code>:newBuffer...") Tag: Visual edit
  • 01:0401:04, 2 August 2026 ManagedMassStorage (hist | edit) [3,548 bytes] GHXX (talk | contribs) (Created page with "The ManagedMassStorageUD component is what backs Hard Disk Drives and Floppy Disks. This virtual component offers the following properties: {| class="wikitable" |+ PunchcardReaderUD component properties |- ! Name !! Type !! Read/Write !! Description |- | <code>totalCapacityBytes</code> || <code>integer</code> || READ || Total capacity of this drive (capacity is currently not limited, so this is not meaningful currently) |} {| class="w...") Tag: Visual edit: Switched
  • 00:0700:07, 2 August 2026 API:Sides (hist | edit) [418 bytes] GHXX (talk | contribs) (Created page with "Several components refer to sides in method calls via an integer. Valid values are in the range 0 to 5, where each integer maps to the following absolute direction listed below: {| class="wikitable" |+ Side mapping |- ! Numerical side value !! Coordinate direction !! Minecraft direction |- | 0 || +y || Up |- | 1 || -y || Down |- | 2 || +z || South |- | 3 || -z || North |- | 4 || +x || East |- | 5 || -x || West |}")

1 August 2026

31 July 2026