1864 Commits

Author SHA1 Message Date
Florian Nücke
a08fa3be5d Fixed tmp file system's usage counter not being properly reset when closed and not being recomputed on load, closes #471. 2014-08-06 13:22:09 +02:00
Florian Nücke
7bdc52d0c2 Fixes #467. 2014-08-05 00:55:40 +02:00
Florian Nücke
18213bde2a Fixed setmetatable(t, nil), closes #464. 2014-08-04 23:55:23 +02:00
Florian Nücke
f685f81cc7 Fixes #463 - io.lines() was derped. 2014-08-04 17:51:37 +02:00
Florian Nücke
d77da6698f Fixed non-flipped color value being sent to clients in hologram.setPaletteColor(), leading to wrong display until reloading. 2014-08-02 15:01:35 +02:00
Florian Nücke
ebad9911ed Fixed disk / floppy access sounds ignoring OC specific volume setting from config. 2014-08-02 14:36:42 +02:00
Florian Nücke
84b0abb4bf Fixed side check for server racks in internal switch mode. 2014-08-01 18:20:48 +02:00
Florian Nücke
3665e26b9f Fixed mouse scrolling working on tier one screens. 2014-08-01 17:12:36 +02:00
Florian Nücke
9602576678 Updated list of supported mods in info message that's displayed when no power providing mods are present. 2014-08-01 15:33:35 +02:00
Florian Nücke
add56c98c5 Fixed generator upgrade leaving ghost stacks (size zero) when inserting fuel, fixes #448. 2014-07-31 19:17:09 +02:00
Florian Nücke
4c576a81f9 Fixed chunk loader upgrade remaining active when robot powers down, should resolve #447. 2014-07-30 17:27:37 +02:00
Florian Nücke
28fc8b175b Fixed items that only differ in their NBT tag potentially being merged when picked up by a robot. Closes #449. 2014-07-30 17:09:28 +02:00
Florian Nücke
395533ef14 Fixed a glitch in font texture generation, closes #444.
Fixed crash for glyphs where the size in the Unifont differs from the expected character width.
2014-07-29 17:39:53 +02:00
Florian Nücke
7998bc87aa Added additional check which may or may not fix #442. 2014-07-29 14:49:53 +02:00
Florian Nücke
e9b49e292f Improved raytracing used for robot placement/interaction checks some and added range limit (so stuff like buckets can only be used in adjacent blocks, e.g.) 2014-07-29 14:23:18 +02:00
Florian Nücke
3e62c0e0ae Fixes components in robots not being properly disconnect before the dropped item is generated, closes #441. 2014-07-29 13:37:49 +02:00
Florian Nücke
510bc85acb Should fix chunk loader not working in some cases. Closes #440. 2014-07-28 19:24:09 +02:00
Florian Nücke
a6f6aa1476 Fixed being able to delete file system folder itself in unbuffered mode, closes #434.
Fixed empty file system folders in the saves folder disappearing while still in use (also only relevant for unbuffered mode).
2014-07-26 13:31:59 +02:00
Florian Nücke
8044039d2e Adjusted for 1.3.2 release. 2014-07-25 11:31:08 +02:00
Florian Nücke
a43f1b6c8f Potential fix for bad state after failed robot move. v1.3.2 2014-07-25 10:46:56 +02:00
Florian Nücke
79b1fb78ba Prep work for Arguments.optXYZ. 2014-07-25 09:46:34 +02:00
Florian Nücke
57a6c85b32 Before I forget again. 2014-07-24 22:38:21 +02:00
Florian Nücke
1e3b4a2344 Added method to query the address of the screen a GPU is currently bound to. 2014-07-24 16:16:01 +02:00
Florian Nücke
a74157cb3e Catch potential exceptions in tick handler for SimpleComponents. 2014-07-24 15:25:04 +02:00
Florian Nücke
51861e142f Fixed loot disks not making floppy noises. 2014-07-23 21:34:43 +02:00
Florian Nücke
b72060d7a8 Removed some more stuff from LuaJ kernel sandbox that's not needed. 2014-07-23 21:12:55 +02:00
Florian Nücke
5cf5a62316 Prep texture work for #393. 2014-07-23 20:58:11 +02:00
Florian Nücke
b94dbbeb9c Merge branch 'LuaJSucks' of https://github.com/gamax92/OpenComputers 2014-07-23 17:54:09 +02:00
gamax92
7331f42b0b Fix collectgarbage
Converted String switch case to if statements
2014-07-23 09:43:27 -06:00
Florian Nücke
c3c059558e Added creative tier servers, closes #394. 2014-07-23 17:14:52 +02:00
Florian Nücke
4c9fafcfb0 Merge branch 'istasi-patch-8' 2014-07-23 14:22:10 +02:00
Florian Nücke
530f0ca18f Formatting df.lua, added --si. 2014-07-23 14:21:37 +02:00
Florian Nücke
ca4e285511 Merge branch 'patch-8' of https://github.com/istasi/OpenComputers into istasi-patch-8 2014-07-23 13:59:14 +02:00
Florian Nücke
52006b3bfd Should fix NPE in tablets, closes #427. 2014-07-23 13:56:32 +02:00
Florian Nücke
6bf9423f35 Added IM support for Keyboards, closes #247. Sorry, cba to fiddle in FMP support for these. 2014-07-23 08:09:34 +02:00
Florian Nücke
63bdcad60b Added a bunch of missing Callback doc strings (gpu and fs).
Exposing component.methods to user programs (so you don't need a proxy to list methods on components).
2014-07-23 07:57:16 +02:00
gamax92
739852e811 Fix collectgarbage
Default is now collect, all options are now listed, and error message
changed.
2014-07-22 12:14:53 -06:00
Florian Nücke
3dee113325 Added option to server racks to control how they act as switches (internal or external).
External is the 'old' mode, internal will only relay messages to the side a server is connected to and other servers in the rack. This can be used to make servers act as network filters more easily (with one server per connected network).
Also might have fixed some derpery in how messages are relayed in general.
2014-07-22 18:33:45 +02:00
Florian Nücke
b718f22c9c Added an HDD to tablet for testing. 2014-07-22 16:48:27 +02:00
istasi
dea42d852c Update df.lua
-h for human readable, will show KB and MB
2014-07-22 16:32:14 +02:00
Florian Nücke
56be86f17e Possibly fixing some minor potential crashes. 2014-07-22 14:30:55 +02:00
gamax92
ef7b8f7f60 Fix error in OsLib
give the letter not the ascii code
2014-07-22 00:27:32 -06:00
gamax92
ed25c4ff5e Add a check to WeakTable
This is probably wrong, but what debugging and results show this fixes
LuaJ crashing on boot and randomly breaking
2014-07-22 00:20:21 -06:00
Florian Nücke
0e238fdb9f Fixed unmounting. I think. Herpdiderp. 2014-07-22 03:22:03 +02:00
Florian Nücke
c542d4462d Crapload of getWorldTime->getTotalWorldTime to avoid stuff breaking when doDaylightCycle false. 2014-07-21 23:01:29 +02:00
Florian Nücke
8843534c44 Should fix an NPE introduced by save dir cleanup. 2014-07-21 22:38:34 +02:00
Florian Nücke
4e0af14764 Fixed clipboard pasting in readonly files in edit.
Fixed crash for too large clipboard - was slightly too optimistic there. Now explicitly forbidding > 64k messages and splitting smaller ones int 16k packets just to be safe.
2014-07-21 22:27:21 +02:00
Florian Nücke
89afea6a07 Cleaning up empty file system folders when in unbuffered mode to avoid cluttering the save folder. 2014-07-21 21:10:47 +02:00
Florian Nücke
253c8f0c2b Updated wiki url in readme. 2014-07-21 20:56:50 +02:00
Florian Nücke
5683d61435 Fixed derp in gpu.set introduced with wide char checks (aka 'index out of bounds of doom'). 2014-07-21 20:36:14 +02:00