1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-01-07 07:50:27 +00:00

Commit Graph

  • 06b63980eb Merge pull request #196 from SquidDev-CC/feature/docs Daniel Ratcliffe 2017-05-05 17:19:26 +0100
  • 3eae944923 Merge pull request #198 from SquidDev-CC/hotfix/no-reset-redstone Daniel Ratcliffe 2017-05-05 17:17:15 +0100
  • 6997471280
    Add palette functions to monitor peripheral Lignum 2017-05-05 18:12:33 +0200
  • 4b95ed5d53 Do not reset redstone inputs when adding peripherals SquidDev 2017-05-05 16:53:49 +0100
  • 088dab799e
    Network the colour palette Lignum 2017-05-05 17:21:53 +0200
  • 0cdd0ea21a Change license headers to block comments SquidDev 2017-05-05 16:16:09 +0100
  • c413b9af04 Merge pull request #194 from SquidDev-CC/feature/docs Daniel Ratcliffe 2017-05-05 16:08:45 +0100
  • 76e926c090 Document several undocumented arguments and exceptions SquidDev 2017-05-05 16:07:18 +0100
  • d87b0e9435 Fix selection boxes not being shown SquidDev 2017-05-05 15:24:53 +0100
  • b0f0d8fd71
    Add getColour/setColour to the window api Lignum 2017-05-05 16:14:13 +0200
  • 7b07921a73 General improvements to the documentation SquidDev 2017-05-05 14:56:15 +0100
  • 56c9dec687
    Add term.setColour/term.getColour Lignum 2017-05-05 15:52:21 +0200
  • 936a531cd5
    Add a palette class and use it for rendering Lignum 2017-05-05 15:24:29 +0200
  • 09215daa03 FileSystem uses a WeakHashMap to store it's open file handles Daniel Ratcliffe 2017-05-05 00:52:26 +0100
  • 42f2235d45 Made the black colour on monitors, terminals, block and item graphics darker Daniel Ratcliffe 2017-05-04 23:45:27 +0100
  • 2436d813e6 Treat a maximumFilesOpen values of 0 as unlimited Daniel Ratcliffe 2017-05-04 22:15:26 +0100
  • 6271555c45 Merge pull request #192 from Lignum/render-improvements Daniel Ratcliffe 2017-05-04 23:09:48 +0100
  • 4b8493baab
    Terminal cursor bounds checking Lignum 2017-05-05 00:08:10 +0200
  • 4e3def39e0
    Render terminal cursor in a less awkward way Lignum 2017-05-04 23:53:43 +0200
  • 7e71045c7b
    Remove texture coordinates from text background part Lignum 2017-05-04 23:49:08 +0200
  • 2d5d5e3a9e
    Use GL_TRIANGLES in FixedWidthFontRenderer Lignum 2017-05-04 23:43:05 +0200
  • c0b5b6af07
    Add ".idea" to .gitignore Lignum 2017-05-04 23:39:12 +0200
  • c104eabcdd
    Use GlStateManager where necessary, replace GL_QUADS with GL_TRIANGLE_STRIP Lignum 2017-05-04 23:38:24 +0200
  • 933bdcc6b7 Make monitor text glow in the dark SquidDev 2017-05-04 22:24:39 +0100
  • 45803e4a49 Replace get...() functions with properties. NOT ALL TESTED YET! Tim Ittermann 2017-05-04 23:18:03 +0200
  • 8abff95441 Peripherals no longer break turtle<->redstone connectivity Daniel Ratcliffe 2017-05-04 22:01:32 +0100
  • f99caed4f2 Merge pull request #169 from Lignum/fd-limit Daniel Ratcliffe 2017-05-04 22:12:50 +0100
  • 4b0a976bd6 Merge pull request #182 from SquidDev-CC/feature/turtle-upgrade-both Daniel Ratcliffe 2017-05-04 22:02:09 +0100
  • 30d191df0b
    Avoid casts with generic type args Lignum 2017-05-04 23:00:02 +0200
  • 17a3e120e8 Merge pull request #180 from boq/master Daniel Ratcliffe 2017-05-04 21:42:34 +0100
  • 55b160e1bb Merge pull request #164 from SquidDev-CC/hotfix/turtle-connectivity Daniel Ratcliffe 2017-05-04 21:28:08 +0100
  • a57eb14113 Added windows setup script Daniel Ratcliffe 2017-05-04 21:14:28 +0100
  • fa99305914 Merge pull request #168 from SquidDev-CC/hotfix/modem-model-rotation Daniel Ratcliffe 2017-05-04 21:08:51 +0100
  • 27ef182294 Merge pull request #158 from SquidDev-CC/feature/require-container Daniel Ratcliffe 2017-05-04 21:08:34 +0100
  • 82e76d9872 Merge pull request #184 from SquidDev-CC/hotfix/sort-list Daniel Ratcliffe 2017-05-04 21:06:26 +0100
  • 2a0556fa4c Merge pull request #185 from SquidDev-CC/hotfix/unpack-length Daniel Ratcliffe 2017-05-04 21:05:14 +0100
  • 22e36fc35d Merge pull request #178 from boq/patch-1 Daniel Ratcliffe 2017-05-04 21:04:14 +0100
  • 655a328b86 Merge pull request #174 from SquidDev-CC/hotfix/shutdown-abort Daniel Ratcliffe 2017-05-04 21:03:40 +0100
  • df1ef7133d Merge pull request #181 from SquidDev-CC/hotfix/gps-locate Daniel Ratcliffe 2017-05-04 21:02:36 +0100
  • bd14223ea8 Manually specify the number of values to unpack SquidDev 2017-05-04 10:49:41 +0100
  • 72dfb0e7cc Sort the result of FileSystem.list SquidDev 2017-05-03 22:27:38 +0100
  • b2cc6ec82a Add TimeAPI to Computers APIs Tim Ittermann 2017-05-03 23:12:48 +0200
  • c1d5ae2a09 Rename src/main/java/dan200.computercraft/core/apis/TimeAPI.java to src/main/java/dan200/computercraft/core/apis/TimeAPI.java Tim Ittermann 2017-05-03 23:11:52 +0200
  • 627524dcb7 Create TimeAPI.java Tim Ittermann 2017-05-03 23:10:58 +0200
  • 6b6829e22b Use tonumber when validating message format SquidDev 2017-05-03 18:39:32 +0100
  • 67eecd4b1c Use tonumber instead of checking type SquidDev 2017-05-03 18:21:14 +0100
  • a021a072b5 Allow turtle upgrades to act as tools and peripherals SquidDev 2017-05-03 17:28:54 +0100
  • 7e5970673f Ensure GPS coordinates are numbers SquidDev 2017-05-03 16:30:22 +0100
  • 4eb4bb933f
    Different fix for shadow turtles Bartek Bok 2017-05-03 16:03:47 +0200
  • 5284b145f8
    Handle tile entity changes Bartek Bok 2017-05-03 11:14:39 +0200
  • bd8769f300 Fix compilation error Bartek Bok 2017-05-02 23:40:31 +0200
  • 994dcd9f58
    Localise the maximumFilesOpen setting Lignum 2017-05-02 18:29:50 +0200
  • 2bfb53227a
    Merge master into fd-limit Lignum 2017-05-02 18:26:45 +0200
  • ba761a15b6 Send termination signals unless the computer is off SquidDev 2017-05-02 14:04:48 +0100
  • 58e6e9ea46 Fixed a typo Daniel Ratcliffe 2017-05-02 13:56:24 +0100
  • 4825aefccf Merge pull request #167 from SquidDev-CC/hotfix/limit-label Daniel Ratcliffe 2017-05-02 13:54:43 +0100
  • 3a360a50b0 Merge pull request #166 from SquidDev-CC/feature/config-gui Daniel Ratcliffe 2017-05-02 13:46:01 +0100
  • 65ef8a0937 Add config GUI description to changelog/whatsnew SquidDev 2017-05-02 13:34:33 +0100
  • 14d3a182d9 Fix NPE when clearing disk label SquidDev 2017-05-02 13:32:53 +0100
  • 800e448264 Improved the wording of some of the labels in the Config UI Daniel Ratcliffe 2017-05-02 13:28:54 +0100
  • 2fef772f3d Use '?' for unprintable characters SquidDev 2017-05-02 13:24:42 +0100
  • 463d6fdcbe Fixed some typos Daniel Ratcliffe 2017-05-02 13:18:20 +0100
  • b2c786c06c Merge pull request #171 from JLLeitschuh/fix/daemon_thread Daniel Ratcliffe 2017-05-02 08:53:05 +0100
  • c537c4fa78 Swap from builtin/generated to item/generated SquidDev 2017-05-02 02:12:51 +0100
  • 2a01883177
    Make threads daemon threads Jonathan Leitschuh 2017-05-01 20:34:28 -0400
  • c190ec5147 Do not limit labels to the ASCII range. SquidDev 2017-05-02 00:12:58 +0100
  • 6ff9db89cc
    Fix file handle leak Lignum 2017-05-02 00:44:33 +0200
  • 2a1e110a65
    Make the file descriptor limit configurable Lignum 2017-05-02 00:17:16 +0200
  • d08b47db93 Preserve default values in configuration SquidDev 2017-05-01 23:14:06 +0100
  • 2d0690e625
    Add file descriptor limit Lignum 2017-05-02 00:05:42 +0200
  • 876df68294 Rotate modem models 180 degrees SquidDev 2017-05-01 22:39:18 +0100
  • b1efbdad95 Impose additional limitations on disk and computer labels SquidDev 2017-05-01 22:23:54 +0100
  • 230b578a98 Add config GUI SquidDev 2017-05-01 22:13:25 +0100
  • 02ce111d9e Invert side when checking connectivity SquidDev 2017-05-01 21:43:24 +0100
  • 1b562ae837 Merge pull request #159 from SquidDev-CC/feature/http-extensions Daniel Ratcliffe 2017-05-01 18:11:21 +0100
  • ae04070915 Update documentation to include HTTP API changes SquidDev 2017-05-01 18:05:04 +0100
  • f2596a8547 Return string->string headers instead, joining fields with a comma. SquidDev 2017-05-01 18:00:53 +0100
  • 6cd734a305 Merge pull request #160 from JLLeitschuh/patch-1 Daniel Ratcliffe 2017-05-01 17:54:27 +0100
  • d4cb5f6f3f Add travis-ci build status badge to README Jonathan Leitschuh 2017-05-01 12:50:15 -0400
  • 5775c77aa3 Merge pull request #157 from JLLeitschuh/feat/add-travis Daniel Ratcliffe 2017-05-01 17:38:47 +0100
  • 29952d5b4f Various extensions to the HTTP API SquidDev 2017-05-01 17:28:20 +0100
  • b2542289f0 Require the player to be interacting with the computer when typing SquidDev 2017-05-01 17:07:32 +0100
  • 910ac37716 Add travis.yml file to project Jonathan Leitschuh 2017-05-01 11:47:42 -0400
  • ec7a251c09 Merge pull request #156 from SquidDev-CC/feature/fs-find-performance Daniel Ratcliffe 2017-05-01 16:47:44 +0100
  • 92b319a05b Merge pull request #155 from JLLeitschuh/bug/make_gradlew_executable Daniel Ratcliffe 2017-05-01 16:46:37 +0100
  • b3760f58e6 Performance improvements to fs.find SquidDev 2017-05-01 16:45:41 +0100
  • a74388c954 Make gradlew executable by default Jonathan Leitschuh 2017-05-01 11:43:41 -0400
  • 5c6369b910 Merge pull request #154 from SquidDev-CC/hotfix/unborked-patches Daniel Ratcliffe 2017-05-01 16:31:14 +0100
  • bbbbccf63d Fire all entity interaction events in TurtlePlaceCommand SquidDev 2017-05-01 15:39:03 +0100
  • d050ca9849 Fix advanced computer's item model SquidDev 2017-05-01 15:30:55 +0100
  • 77d225d1fe Listen to correct block update SquidDev 2017-05-01 15:26:38 +0100
  • 9b5f4a877c Fix null bounding box being returned SquidDev 2017-05-01 15:20:45 +0100
  • 34cb75dfc3 Fix various tile entities not syncing correctly SquidDev 2017-05-01 15:13:42 +0100
  • 43d68db349 Add missing classes SquidDev 2017-05-01 15:05:43 +0100
  • b202b7b8a5 Converted tabs to spaces throughout Daniel Ratcliffe 2017-05-01 15:48:44 +0100
  • df01405583 codesize.sh now counts JSON too Daniel Ratcliffe 2017-05-01 15:24:08 +0100
  • 7d497f2835 ComputerCraft 1.80pr0 1.80pr0 Daniel Ratcliffe 2017-05-01 14:51:26 +0100
  • e85cdacbc5 ComputerCraft 1.79 initial upload 1.79 Daniel Ratcliffe 2017-05-01 14:32:39 +0100
  • 38623b31c4 Update README.md Daniel Ratcliffe 2016-03-02 15:32:44 +0000
  • 3483c1df0f Update README.md Daniel Ratcliffe 2014-09-19 14:35:38 +0100