Florian Nücke
3dd7075518
Don't even try to render the holograms on very low-end cards that don't support OpenGL 1.5 to avoid crashes.
2014-12-19 19:28:49 +01:00
Florian Nücke
c6d5584f93
Recompiled native lib on Win7, let's see if this helps on some systems...
2014-12-19 18:11:52 +01:00
Florian Nücke
4eceafaaa5
Adding git ref to version when building locally.
2014-12-19 18:11:25 +01:00
Florian Nücke
d5ade3f12b
Added leash upgrade.
2014-12-19 16:53:07 +01:00
Florian Nücke
643c4b7c1b
Got rid of a few uses of ForgeDirection.UNKNOWN.
2014-12-17 18:08:51 +01:00
Florian Nücke
b65141afec
Cheaper position update when target is reached.
...
Specific power settings for drones.
2014-12-16 22:58:33 +01:00
Florian Nücke
5d0d662c56
Merge remote-tracking branch 'origin/master-MC1.7.10' into drones
2014-12-16 20:03:56 +01:00
Florian Nücke
e66c7dc742
Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10
2014-12-16 18:42:54 +01:00
Florian Nücke
27e74e2b63
Added setting for EEPROM size. Closes #742 .
2014-12-16 18:41:29 +01:00
Florian Nücke
ea6cc631ef
Using NamedBlock
interface for ordering environments when merging them for blocks, should close #745 .
...
Also reworked callback analysis in general, should behave better in general, now (e.g. mixing ManagedPeripheral with Environment should work, now).
May also have broken everything ever, so re-testing with stuff that uses those interfaces (`NamedBlock`, `ManagedPeripheral`) is required.
2014-12-16 18:37:20 +01:00
Florian Nücke
b877fca955
Drones unpickable, too much overhead to sync component data.
2014-12-16 17:52:31 +01:00
Florian "Sangar" Nücke
3084e68ba7
Merge pull request #744 from magik6k/master
...
Added OpenLoader EEPROM flasher
2014-12-16 16:17:00 +01:00
Florian Nücke
a322981dea
More extraction of logic into traits.
...
*BREAKING CHANGE*: Reworked inventory and tank controllers a bit. Specifically, the methods taking `sides.back` to indicate the robots own inventory now only operate on the world, internal inventory is accessed via separate methods now (e.g. getStackInSlot(sides.back, ...) -> getStackInInternalSlot(...)).
2014-12-16 16:13:05 +01:00
Łukasz Magiera
818bc1c3a9
Added OpenLoader EEPROM flasher
2014-12-16 14:27:18 +01:00
Florian Nücke
fe9d7edc16
Tanks now working in drones.
2014-12-16 04:03:32 +01:00
Florian Nücke
8db3eeb042
Fixed component blacklisting (NBT tag didn't work because IDs can change when changing saves).
...
Properly throwing an error when trying to create a packet with invalid data types.
2014-12-16 03:49:14 +01:00
Florian Nücke
2813ef7541
Made drones chargeable via chargers, made charger logic more generic and fixed robots dropping components after refactor a few commits back.
2014-12-16 01:57:35 +01:00
Florian Nücke
ebfa43df2b
Improved interaction of drones with water and other external forces.
2014-12-16 00:42:32 +01:00
Florian Nücke
768269054e
More use of BlockPosition.
2014-12-15 23:53:07 +01:00
Florian Nücke
67b7da78a2
Little bit of cleanup in InventoryUtils.
2014-12-15 23:21:41 +01:00
Florian Nücke
c5e79df8b5
Extracted tank logic from robot component and some minor bugfixing.
2014-12-15 21:38:54 +01:00
Florian Nücke
006935ba06
Reworked component blacklisting logic to use IMC now, allowing other mods to tell OC components not to work in their blocks (e.g. for custom assembler templates).
...
Only revalidating templates when a slot changed now.
Inventory upgrades properly work in drones now.
Can set status text from drone scripts now.
2014-12-15 15:50:22 +01:00
Florian Nücke
95e2feef65
Include block drones are in when looking for items to suck in, to make that less awkward.
2014-12-15 06:38:58 +01:00
Florian Nücke
fafa9e42ae
Fixed drones failing at picking up items in the world.
2014-12-15 06:28:41 +01:00
Florian Nücke
db87633364
Fixed drone bounds, cleaned up and fixed inventory interop some.
2014-12-15 05:52:38 +01:00
Florian Nücke
a80a2b0f2b
Refactored text rendering a little to allow reusing it for status text display of drones.
2014-12-15 03:59:15 +01:00
Florian Nücke
6a4a03801e
Extracted some logic from robot component into traits for use in drones.
2014-12-15 02:16:43 +01:00
Florian Nücke
fdb834adc9
More work on drone GUI, shows up now, powering works via that, inventory works.
2014-12-14 23:02:08 +01:00
Florian Nücke
8c47a50070
Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into drones
2014-12-14 19:41:11 +01:00
Florian "Sangar" Nücke
06f496b45a
Merge pull request #734 from Mazdallier/patch-3
...
Update fr_FR.lang
2014-12-14 18:17:32 +01:00
Florian Nücke
0271a98830
Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10
2014-12-14 14:24:20 +01:00
Florian Nücke
860c609da2
Preprocessing clipboard data in edit.lua a bit, converting \r\n to \n and converting tabs to spaces. Closes #724 .
2014-12-14 14:22:26 +01:00
Florian Nücke
31f79dbc76
Removed hacky AE2 P2P tunnel as a proper one will likely be added to AE2 itself.
2014-12-14 14:09:37 +01:00
Florian Nücke
ab9bac51fa
Raid file systems can now be labeled.
2014-12-14 13:56:26 +01:00
Florian "Sangar" Nücke
b1bc3506af
Merge pull request #740 from Vexatos/patch-16
...
Added incredibly important text to oppm.lua
2014-12-14 13:25:58 +01:00
Vexatos
af13d5dc8b
Added incredibly important text to oppm.lua
2014-12-14 13:23:05 +01:00
Florian Nücke
d29dcb8a69
Started work on drone GUI.
2014-12-13 21:52:40 +01:00
Florian Nücke
f43de85167
Drone assembler template, recrafting for EEPROM change.
2014-12-13 16:57:52 +01:00
Florian Nücke
dc298fcff6
Added items for drone and drone case.
2014-12-13 14:20:09 +01:00
Yves
63e289caad
Update fr_FR.lang
2014-12-12 11:23:42 +01:00
Florian Nücke
1ffe1a3b30
And a bit of hovering, for good measure.
2014-12-12 03:48:10 +01:00
Florian Nücke
bea8ca4f0d
Tilt based on velocity.
2014-12-11 21:36:03 +01:00
Florian Nücke
f890089ce0
Less derpy flight-paths and way less jitter.
2014-12-11 21:20:45 +01:00
Florian Nücke
4c9bfc48a1
More droning.
2014-12-11 20:56:32 +01:00
Florian Nücke
3ca6bc28f6
Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10
2014-12-11 18:28:54 +01:00
Florian "Sangar" Nücke
832276f2fa
Merge pull request #732 from Mazdallier/patch-3
...
Update fr_FR.lang
2014-12-11 18:27:11 +01:00
Florian Nücke
3868d582ed
Fixed potential term derps on very quick reconnections of screens (e.g. breaking a cable and replacing it really quickly).
2014-12-11 17:44:36 +01:00
Yves
1aac28bdf4
Update fr_FR.lang
2014-12-11 17:13:38 +01:00
Florian Nücke
b288a63e18
Fixed tablets not being properly un/reloaded on dimension changes, closes #727 .
2014-12-11 14:21:35 +01:00
Florian Nücke
58ab97142a
Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10
2014-12-11 13:33:59 +01:00