Main public logs
Appearance
Combined display of all available logs of Advanced Computers Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 12:12, 18 August 2026 GHXX talk contribs created page File:IntroductionSetupGui.png
- 12:12, 18 August 2026 GHXX talk contribs uploaded File:IntroductionSetupGui.png
- 12:10, 18 August 2026 GHXX talk contribs uploaded a new version of File:Sample computer setup running.png
- 12:08, 18 August 2026 GHXX talk contribs created page Introduction (Created page with "alt=Sample computer setup GUI|thumb|Sample computer setup GUI To get started, simply place down a Computer of any tier and place a Screen of any tier on top (although any side would work). Then open the computer's GUI and place a Mainboard, a Hard Disk Drive (optional) and an Advanced OS installation Floppy Disk (craftable by combining a normal floppy with a regular book in a crafting table). Next, simply press...") Tag: Visual edit
- 12:08, 18 August 2026 GHXX talk contribs uploaded a new version of File:Introduction computer setup.png
- 12:03, 18 August 2026 GHXX talk contribs created page File:Sample computer setup running.png
- 12:03, 18 August 2026 GHXX talk contribs uploaded File:Sample computer setup running.png
- 11:57, 18 August 2026 GHXX talk contribs created page File:Introduction computer setup.png
- 11:57, 18 August 2026 GHXX talk contribs uploaded File:Introduction computer setup.png
- 11:55, 18 August 2026 GHXX talk contribs created page File:Introduction computer gui.png
- 11:55, 18 August 2026 GHXX talk contribs uploaded File:Introduction computer gui.png
- 10:35, 18 August 2026 GHXX talk contribs created page Network Router (Created page with "alt=Network router|thumb|64x64px|Net-work router Network routers are used to transmit packets over short distances. Can be connected to network devices via Network Cable. == Notes == The blue indicated face currently serves no purpose but may be used in the future.{{Navbox content}}") Tag: Visual edit
- 10:28, 18 August 2026 GHXX talk contribs created page WAN Router (Created page with "alt=WAN router|thumb|64x64px|WAN router alt=Cheap WAN router|thumb|64x64px|Cheap WAN router WAN routers are used to transmit packets over long distances or even across dimensions. The packet pathfinding algorithm will only use WAN routers as a last resort option and attempt to route primarily through regular Network Routers, regardless of distances. As the normal WAN router is re...") Tag: Visual edit
- 10:17, 18 August 2026 GHXX talk contribs created page Network Cable (Created page with "alt=Net-work cable|thumb|64x64px|Net-work cable Network cables are used to connect blocks that are capable of transmitting, receiving or forwarding Network packets, such as Computer, WAN Router and Network Router. For more information regarding network transmissions see Network.{{Navbox content}}") Tag: Visual edit
- 10:06, 18 August 2026 GHXX talk contribs created page Punchcard (Created page with "Punchcards are the low-tier alternative to Floppy Disk and Hard Disk Drive, only being capable of storing 80 characters each, but allowing bootstrapping in case one does not want to use the built-in UEFI and Advanced OS installation floppy disk. These stamped cards are created in Punchcard Machine and read by a Computer connected to a Punchcard Reader. If a computer boots it immediately attempts to find a punchcard reader with a punchcard in t...") Tag: Visual edit
- 10:01, 18 August 2026 GHXX talk contribs created page File:Stamped Punchcard.png
- 10:01, 18 August 2026 GHXX talk contribs uploaded File:Stamped Punchcard.png
- 00:21, 18 August 2026 GHXX talk contribs created page Network (Created page with "The NetworkUD component allows sending network packets to other Computers, connected via Network Cables, Network Routers and Wan Routers. Upon sending a packet, the shortest path is calculated (only utilizing WAN routers if absolutely necessary), and after some time (which depends on the distance) the packet is emitted on the destination computer in the form of a <code>network</code> machine event, as descr...") Tag: Visual edit
- 11:56, 17 August 2026 GHXX talk contribs created page UEFI Specification (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
- 03:08, 2 August 2026 GHXX talk contribs created page Internet (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.")
- 03:07, 2 August 2026 GHXX talk contribs created page TextBuffer (Created page with "From https://ac.ghxx.dev/apidocs.txt, {{Todo|format this into a nice table with descriptions}}<syntaxhighlight lang="java" line="1"> @LuaExposed(LuaExposed.Policy.READ): public int width; @LuaExposed(LuaExposed.Policy.READ): public int height; @LuaCallable: public void free() @LuaCallable: public byte getFg(int x, int y) @LuaCallable: public byte getBg(int x, int y) @LuaCallable: public char getText(int x, int y) @LuaCallable: public void set(int x, int y,...") Tag: Visual edit
- 01:36, 2 August 2026 GHXX talk contribs created page Gpu (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:04, 2 August 2026 GHXX talk contribs created page ManagedMassStorage (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:07, 2 August 2026 GHXX talk contribs created page API:Sides (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 |}")
- 23:42, 1 August 2026 GHXX talk contribs created page Component Registry (Created page with "The Component Registry allows accessing all currently available Components and is the most convenient way of accessing components. {| class="wikitable" |+ ComponentRegistryUD methods |- ! Name !! Type !! Description |- | style="white-space: nowrap;" | <code>:list()</code> || <code>function -> (string, userdata)</code> || Returns an iterator function that, in each invocation returns a string representing the type of the current component along with the actu...") Tag: Visual edit
- 22:49, 1 August 2026 GHXX talk contribs created page UEFI (Created page with "The ''UEFI'' is accessible is accessible via the Computer component's <code>uefi</code> property, provided by all Mainboard tiers. == Provided API == This virtual component offers the following properties: {| class="wikitable" |+ UEFI properties |- ! Name !! Type !! Read/Write !! Description |- | <code>data</code> || string || READ WRITE || Represents the data (=code) that is stored on the UEFI. To change the contents, simply write to this property. |} Keep in mi...") Tag: Visual edit
- 22:33, 1 August 2026 GHXX talk contribs created page NVRAM (Created page with " The ''Non-volatile RAM'' is accessible is accessible via the Computer component's <code>nvram</code> property, though this is only available on Mainboard tiers 2 and higher. The Nvram effectively acts as a Lua table that is automatically saved, but keys are limited to strings, and values may only be set to primitives being (''number'', ''string'', ''boolean'' and ''nil''). Nil is not technically storable in this object as that is used to delete the key from th...") Tag: Visual edit
- 22:13, 1 August 2026 GHXX talk contribs created page Device Cable (Created page with "alt=Device cables ingame|thumb|Device cables ingame Device cables are used to connect peripheral device blocks, such as Item Interface or Redstone IO to computers. A device cable network is only valid if it contains exactly one computer. If there is more than one Computer in such a network, all participating computers are instantly and forcefully shut down and put into the ''crashed'' state. If such a cable is connected t...") Tag: Visual edit
- 22:06, 1 August 2026 GHXX talk contribs created page File:DeviceCable thumbnail.png
- 22:06, 1 August 2026 GHXX talk contribs uploaded File:DeviceCable thumbnail.png
- 21:56, 1 August 2026 GHXX talk contribs created page Mainboard (Created page with "alt=Mainboard|thumb|Mainboard The Mainboard acts as a container for 1 to 3 Virtual Components. By default all mainboards contain the UEFI component. The second tier also comes with an NVRAM (Non-volatile RAM) equipped, and the final tier also includes a TPM (Trusted Platform Module), but this final component is not implemented yet. Therefore the tier 3 mainboard acts like a tier 2. There is...") Tag: Visual edit
- 21:44, 1 August 2026 GHXX talk contribs created page Module:Navbox/doc (Created page with "Creates a navbox used as the bottom of most pages")
- 21:38, 1 August 2026 GHXX talk contribs created page Advanced OS (Created page with "Advanced OS is the built-in operating system provided by us. It provides a number of different helper scripts (or binaries if you want to call it that) in <code>/bin/</code>, as well as a text editor called nano, inspired by the real nano text editor, though our feature set is significantly smaller. If you wish, you can write your own operating system. In that case, you may find the [https://github.com/MidnightMages/AcLuaDev/ AcLuaDev] project qu...") Tag: Visual edit
- 21:27, 1 August 2026 GHXX talk contribs created page Floppy Disk (Created page with "alt=Hard disk drive|thumb|Hard disk drive Floppy disks are very similar to HDDs both in the sense that they store data, are currently managed-only and have no size quota just yet. A big difference is that you can craft an Advanced OS installation floppy which allows you to install our built-in operating system. Though you can also write your own if you wish to. You may want to look at the AcLuaDev...") Tag: Visual edit
- 21:15, 1 August 2026 GHXX talk contribs created page Hard Disk Drive (Created page with "alt=Hard disk drive|thumb|Hard disk drive Hard disk drives (HDDs) are one of the items providing functionality for storing data that persists across computer reboots. They come in many different tiers, though currently the only difference is visually. In the future, different drives will offer a different amount of storage space, perhaps also different access timings and maybe more. == Provided component == This item provi...") Tag: Visual edit
- 18:42, 1 August 2026 GHXX talk contribs created page Redstone IO (Created page with "alt=Redstone IO block|thumb|Redstone IO block The Redstone IO block provides support for reading and setting redstone signals. It even supports specifying signal levels. == Provided component == This block provides the <code>itemInterface</code> component, offering methods shown below. For information on the side argument, see API:Sides. {| class="wikitable" |+ ItemInterfaceUD component methods |- ! Name !! Type !! Description |- | style=...") Tag: Visual edit: Switched
- 18:31, 1 August 2026 GHXX talk contribs created page File:RedstoneIoBlock.png
- 18:31, 1 August 2026 GHXX talk contribs uploaded File:RedstoneIoBlock.png
- 18:29, 1 August 2026 GHXX talk contribs deleted page File:RedstoneIo.png (content was: "Redstone IO block", and the only contributor was "GHXX" (talk))
- 18:21, 1 August 2026 GHXX talk contribs undeleted page File:RedstoneIo.png (1 file)
- 18:21, 1 August 2026 GHXX talk contribs undeleted page File:RedstoneIo.png (1 revision)
- 18:16, 1 August 2026 GHXX talk contribs deleted page File:RedstoneIo.png (content was: "Redstone IO block", and the only contributor was "GHXX" (talk))
- 18:14, 1 August 2026 GHXX talk contribs created page File:RedstoneIo.png
- 18:14, 1 August 2026 GHXX talk contribs uploaded File:RedstoneIo.png
- 18:06, 1 August 2026 GHXX talk contribs created page Item Interface (Created page with "alt=Item interface block|thumb|Item interface block The Item Interface allows interacting with in-world inventories and moving items between inventories of blocks that are adjacent to the item interface. A basic example would be reading inventory contents, or making a sorting system that automatically voids certain items by dropping them into lava. File:ItemInterfaceExampleSetup.png|alt=Example setup utilizing the item interface to trans...") Tag: Visual edit
- 17:45, 1 August 2026 GHXX talk contribs created page File:ItemInterfaceExampleSetup.png
- 17:45, 1 August 2026 GHXX talk contribs uploaded File:ItemInterfaceExampleSetup.png
- 17:44, 1 August 2026 GHXX talk contribs created page File:ItemInterfaceThumb.png
- 17:44, 1 August 2026 GHXX talk contribs uploaded File:ItemInterfaceThumb.png
- 04:50, 1 August 2026 GHXX talk contribs created page Punchcard Machine (Created page with "alt=Punchcard Machine block|thumb|Punchcard Machine block Sometimes you may wish to modify a Mainboard that is not located in the current Computer. This is precisely the purpose of the Mainboard Programmer block. To modify a mainboard, simply put it into the block's GUI and run any of the component API methods below. Some players may want an extra challenge, or some nostalgia, and thus can start from just Punchcard instea...") Tag: Visual edit