Hexcede

Results 15 issues of Hexcede

* Add `cd` and `ls` commands for navigating the instance tree and listing instances. * Add global `Directory` utility module which handles states such as the current directory and home...

### All of the following criteria must be met - [X] All Requirements must be installed. - [X] Full ``Latest.log`` file included. If no file exists then leave this unchecked...

Bug / Issue
Work-in-Progress
User Support
Crash

Roblox LSP currently doesn't resolve FindFirstAncestor's results, it only understands its type to be of `Instance`. There are several places where I use FindFirstAncestor to require ancestors without defining the...

enhancement

It'd be awesome if this could be upgraded to the latest version of ApkTool. Currently the latest build is 2.4.1 and the latest source version is 2.4.2.

The rojo extension tries to install aftman itself. However, this has aftman wanting to update, and it's failing. I believe this is because my `/home` and `/tmp` directories are not...

bug

When playtesting with Hoarcekat installed, switching to the server view and then back to the client view causes the Hoarcekat plugin GUI to become enabled (the UI will be empty,...

A Tween with a computed TweenInfo will animate with the value of the TweenInfo state at the time of the tween's underlying value changing. This means that a computed TweenInfo...

broken
ready - closing soon

These images of Source Keeper Tombstones with negative decay were taken in room E4S6 of [xxworld](https://xxworld.net). ![image](https://user-images.githubusercontent.com/8394472/151443462-24c151d3-536d-4e2a-bbae-1631a1d9a05f.png) ![image](https://user-images.githubusercontent.com/8394472/151443439-bab33f10-6420-48af-a2b6-0a431b020d96.png) ![image](https://user-images.githubusercontent.com/8394472/151443118-c714bd14-3e23-406e-bd4e-35b3119e8adb.png) ![image](https://user-images.githubusercontent.com/8394472/151443146-a5ecbe5d-61e7-4cc5-8ce1-a236dbaab024.png) Unfortunately, not really sure how or why this happened, but,...

When `StructureSpawn.renewCreep` is called with `undefined` as the creep value, it results in a runtime error in creep's `checkCommon` function. [Location of error in source (`creep.ts`)](https://github.com/laverdet/xxscreeps/blob/main/src/mods/creep/creep.ts#L440) This should have one...

Add an array function to deduplicate values within an array in a shorter and more readable form. This can currently be achieved like so: ```lua local deduplicated = Sift.Set.toArray(Sift.Set.fromArray(array)) ```...