Alain Bryden ef23033b2c #1773 - Fix duplicate file extensions
For some time now, filenames have included the extension, so there's no need to append ".js" either on a single-file download or zip download.

While I was in the area, I also fixed .txt files in a folder - they had the same bug as scripts used to (appear in the zip as an underscore). I consolidated the code since it was the same for script files and text files.

I also added the ability to download *.js and *.ns (previously only supported *, *.script, and *.txt)

I also made the wildcard matching just a bit more flexible, so if someone really wanted to, they could go "download *blah.js" and get all scripts ending with that pattern ¯\_(ツ)_/¯
2021-11-25 23:06:13 -04:00
2021-11-11 23:28:08 -05:00
2021-11-22 11:37:39 -05:00
2021-11-05 00:19:41 -04:00
2021-11-11 23:28:08 -05:00
2021-11-25 23:06:13 -04:00
2021-11-11 23:28:08 -05:00
2018-08-30 01:12:33 +10:00
2021-09-25 02:36:49 -04:00
2021-10-11 16:38:50 -04:00
2021-09-16 18:10:27 -04:00
2021-09-08 23:47:34 -04:00
2021-11-02 14:42:41 -04:00
2021-09-08 23:47:34 -04:00
2021-10-18 19:12:41 -04:00
2021-09-19 03:13:49 -04:00
2021-11-03 13:43:03 -04:00
2021-11-24 16:15:19 -05:00
2021-09-10 00:13:03 -04:00
2018-03-12 14:39:04 -05:00
2021-10-11 16:38:50 -04:00
2021-09-27 17:09:48 -04:00
2021-11-11 17:00:36 -05:00
2021-11-19 15:50:22 -05:00
2021-09-20 22:30:11 -04:00
2021-11-02 15:51:18 -04:00
2021-10-13 02:27:55 -04:00
2021-10-27 23:19:19 -04:00
2021-10-30 12:34:14 -04:00

Bitburner

Bitburner is a programming-based incremental game that revolves around hacking and cyberpunk themes. The game can be played at https://danielyxie.github.io/bitburner.

Documentation

The game's official documentation can be found on Read The Docs. Please note that this is still a work-in-progress.

The documentation is created using Sphinx.

Anyone is welcome to contribute to the documentation by editing the source files and then making a pull request with your contributions. For further guidance, please refer to the "As A Documentor" section of CONTRIBUTING.

Contribution

There are many ways to contribute to the game. It can be as simple as fixing a typo, correcting a bug, or improving the UI. For guidance on doing so, please refer to the CONTRIBUTING document.

You will retain all ownership of the Copyright of any contributions you make, and will have the same rights to use or license your contributions. By submitting a pull request you agree to grant me perpetual, worldwide, non-exclusive, transferable, royalty-free, and irrevocable rights to use, publish, and distribute your contributions to the project. A formal Contributor's License Agreement will be drawn up in the future.

If you would like to make significant contributions to the project as a collaborator, please reach out to @danielyxie to help coordinate the effort.

Description
Bitburner source code.
Readme 343 MiB
Languages
TypeScript 97.1%
JavaScript 2.7%