Kilobyte22
744cd991a2
Made Disk Drives react to right clicks.
...
Disk drives now react to right clicks in the following ways:
regular right click, holding a disk: insert disk. If there is already a disk inside it is ejected first
regular right click, otherwise: open GUI
shift right click: eject disk
Furthermore, added myself to robot list
2014-06-19 10:52:07 +02:00
Florian Nücke
67321e73fe
Actually using the TMPDIR env var where relevant.
2014-06-18 14:02:56 +02:00
Florian Nücke
5c17e003ef
Merge git://github.com/Wuerfel21/OpenComputers
2014-06-18 13:49:59 +02:00
Florian Nücke
580386acaa
Fixed hardmode recipes for hard drives tier 2 and 3.
2014-06-18 13:16:32 +02:00
Florian Nücke
cfd8b5db16
Reworked font rendering system to be a little more generic.
...
Added font renderer i've been tinkering with that generates character textures on the fly from an actual font, in the hopes of supporting arbitrary unicode one day. It's terribly broken, still, though.
2014-06-18 13:10:30 +02:00
Wuerfel_21
aca9894e76
fixed random stuff
...
well, title states.
and there is some random binary for you:
11000011 01011101
10101110 11001111
00100011 00110110
01011000 01110101
11101111 11010100
11100101 10010011
00011001 11100101
10000101 10100000
11011001 01110110 10000111 00111000 00010000 10011001 10100111 10111100
10000101 00010000 01010010 10111101 10011101 00010101 10010001 00001101
10110100 10101111
00110001 11010101
01011010 11000000
00000100 10101011
01011111 11001111
2014-06-17 15:20:23 +02:00
Wuerfel_21
8ca7306f34
Made Histrory Length a EnvVar
...
Well, there is it!
2014-06-17 09:46:41 +02:00
Wuerfel_21
fe08db56cc
Made history longer
...
It was too short, i always needed to retype long commands
2014-06-16 23:12:37 +02:00
Florian Nücke
cbfe1dd25a
Moved besh-specific documentation to extra manpage for bash, removed it from the simple shell's manpage. Closes #333 .
v1.3.0-beta.1
2014-06-16 22:10:00 +02:00
Florian Nücke
7d62262984
Fixed pseudo-racing condition in package relay of switches and co. that could increase the time it took to resend a packet. Closes #327 .
2014-06-16 21:51:25 +02:00
Florian Nücke
8f1cac9f9a
Fixed variable expansion in shell.
2014-06-16 17:17:17 +02:00
Florian Nücke
82d1a8a955
Merge pull request #330 from Vexatos/patch-6
...
Added OPPM loot disk.
2014-06-16 17:01:13 +02:00
Vexatos
eaafbcaf9d
Create oppm.cfg
2014-06-16 16:54:05 +02:00
Vexatos
ce982b15b5
Create autorun.lua
2014-06-16 16:51:37 +02:00
Vexatos
8a7b11b169
Create oppm.lua
2014-06-16 16:49:23 +02:00
Vexatos
e1add13ca1
Update loot.properties
2014-06-16 16:48:43 +02:00
Florian Nücke
deac0eacb6
Added config file versioning for config updates.
2014-06-16 14:51:43 +02:00
Florian Nücke
d2a7ac8ad5
Made the animation on the side of chargers only visible when there's actually enough power to charge.
2014-06-16 00:16:57 +02:00
Florian Nücke
1b48aed45c
Possibly resolve some screen/terminal related glitches.
2014-06-15 23:43:22 +02:00
Florian Nücke
4be565ef38
Re-compiled Windows natives against Win7 SDK, possibly preventing issues like #321 .
...
Made it so that computers and robots can also be powered on by being shift-rightclicked when not holding an item.
2014-06-15 19:22:00 +02:00
Florian Nücke
1cd40f31f3
Minor reformatting, removing tabs and reducing indentation to 2 in maze program, to make it more readable on ingame computers.
2014-06-15 17:51:52 +02:00
Florian Nücke
f82c0a3b76
Merge branch 'patch-4' of git://github.com/ReTeYeZ/OpenComputers
2014-06-15 17:42:44 +02:00
Florian Nücke
4adee24d56
Merge branch 'patch-3' of git://github.com/ReTeYeZ/OpenComputers
2014-06-15 17:41:30 +02:00
Florian Nücke
42040e2da6
Added caching to component proxy lookups to make storing the component's address instead of its proxy in a variable more reasonable (and avoid creating multiple proxies for the same component).
...
Saving autorun setting in /etc/filesystem.cfg now.
2014-06-15 17:34:34 +02:00
ReTeYeZ
21d396012e
Small tweaks to the error output
2014-06-15 15:27:39 +02:00
ReTeYeZ
2b51bb2efe
Added maze.man
2014-06-15 15:19:06 +02:00
Florian Nücke
957f6c6e3f
Fixed bad fake player initialization in tile entity's validate().
2014-06-15 02:35:34 +02:00
Florian Nücke
5ba5c06d68
Fixed a sided error.
...
Some performance tweaks.
2014-06-15 02:16:05 +02:00
Florian Nücke
e67b103a5d
Fixed screen gui not resizing on resolution change. I think.
2014-06-14 22:50:01 +02:00
Florian Nücke
832e0cd84b
Made OpenGL error logging configurable.
2014-06-14 22:26:21 +02:00
ReTeYeZ
f7d96cb67b
Added small info
...
Accessable by maze help
2014-06-14 19:23:17 +02:00
ReTeYeZ
f5326c987c
Small fix to the error output
2014-06-14 18:38:32 +02:00
Florian Nücke
8c4d2e2936
Added .lua file extension to maze program.
2014-06-14 13:39:19 +02:00
Florian Nücke
f38e7febbd
Merge branch 'patch-2' of git://github.com/ReTeYeZ/OpenComputers
2014-06-14 13:38:02 +02:00
Florian Nücke
af6dab30b1
Merge branch 'patch-1' of git://github.com/ReTeYeZ/OpenComputers
2014-06-14 13:37:46 +02:00
Florian Nücke
db6c815e7c
Fixed kernel for LuaJ, closes #324 .
...
Don't trigger GC in LuaJ to avoid lags.
Slightly raised worker thread priority from minimal to somwhere inbetween normal and minimal, to reduce the likelyhood of the worker threads starving during server starts.
2014-06-14 13:32:13 +02:00
Florian Nücke
a5ef9a6abe
Added primitive globbing to simple shell.
...
Exposing 'filesystem.segments' (splits path into its parts).
Fixed filesystem.path to keep leading slash if present.
Made cp program multi-source capable.
Added verbose option to rm program.
2014-06-13 23:43:55 +02:00
Florian Nücke
8ce9d5d620
Should fix #323 .
2014-06-13 23:41:59 +02:00
Florian Nücke
e89ba4238d
Added third parameter to Geolyzer to control whether to ignore 'replaceable' blocks (except fluids), such as grass or vines.
2014-06-13 14:10:41 +02:00
Florian Nücke
ab355a283d
Should fix #322 .
2014-06-13 10:48:20 +02:00
Florian Nücke
87eb274576
Added check for native lib validity when failing to extract because it is read-only (e.g. opened in another process).
2014-06-13 10:36:17 +02:00
Florian Nücke
2e0c8378e6
Fixed #316 .
2014-06-12 21:55:00 +02:00
Florian Nücke
ef6f6ea017
Added creative tier robots, assembled (instantly) using a creative case.
2014-06-12 21:54:38 +02:00
Florian Nücke
babb256717
Added some warning so the assemble button tooltip, mentioning recommended parts (screen, keyboard, gpu, filesystem).
2014-06-12 21:52:00 +02:00
Florian Nücke
874f577890
API CHANGE: Added name getter to item descriptor, in case they're obtained via api.Items.get(ItemStack) an that's of interest.
2014-06-12 21:49:19 +02:00
ReTeYeZ
0223faa34e
Update loot.properties
2014-06-12 18:28:16 +02:00
ReTeYeZ
e360a68282
Dynamic Maze Generator
2014-06-12 18:22:08 +02:00
Florian Nücke
ac9446b334
Merge branch 'master' of github.com:MightyPirates/OpenComputers
2014-06-12 00:59:43 +02:00
Florian Nücke
c9db547031
Patched native libraries for Linux.
2014-06-12 00:59:11 +02:00
Florian Nücke
78b40a57dd
Updated FreeBSD native library.
2014-06-12 00:24:17 +02:00