LockCamera v2.91
Moderator: Moderators
Re: LockCamera v2.7
Brilliant widget. Together with Ally Cursors you can see exactly how people play.
Re: LockCamera v2.7
bug: it shows "ockCamera" instead of "LockCamera" 

Re: LockCamera v2.7
I think it has an oversized 'L' all the way down the left edge.manolo_ wrote:bug: it shows "ockCamera" instead of "LockCamera"
Re: LockCamera v2.7
i thought so too, but then i searched within the lua and he forgot the L :)YHCIR wrote:I think it has an oversized 'L' all the way down the left edge.manolo_ wrote:bug: it shows "ockCamera" instead of "LockCamera"
Re: LockCamera v2.7
It would be super amazing if it followed unit selection - so you could see when ppl queue stuff, issue orders to tanks etc...
Re: LockCamera v2.7
i think there was a widget for that, but in the absence of one, control a and shift does the job.
- Evil4Zerggin
- Posts: 557
- Joined: 16 May 2007, 06:34
Re: LockCamera v2.7
I might do something like that in the far future, although I think it belongs better as a separate widget or as part of AllyCursors.
Re: LockCamera v2.7
Need an explanation on how the gui works 

Re: LockCamera v2.7
request/suggestion:
could the widget start with closed menu?
could the widget start with closed menu?
Re: LockCamera v2.91
looks like it is possible to get rid of this code<LockCamera>: Sorry for the camera switch spam, but this is the only reliable way to list camera states other than hardcoding them
because:
Code: Select all
function GetModeFromName(name)
local camNames = Spring.GetCameraNames()
return camNames[name]
end
Re: LockCamera v2.91
I very much recommend to take a look at:
https://github.com/spring1944/spring194 ... adcast.lua
https://github.com/spring1944/spring194 ... camera.lua
https://github.com/spring1944/spring194 ... camera.lua
https://github.com/spring1944/spring194 ... etwork.lua
lockcamera split into two: a broadcasting gadget and a receiving widget with chili interface)
All camera/network code split into easily usable shared files
Compression was added reducing data size by 50% more or less.
https://github.com/spring1944/spring194 ... adcast.lua
https://github.com/spring1944/spring194 ... camera.lua
https://github.com/spring1944/spring194 ... camera.lua
https://github.com/spring1944/spring194 ... etwork.lua
lockcamera split into two: a broadcasting gadget and a receiving widget with chili interface)
All camera/network code split into easily usable shared files
Compression was added reducing data size by 50% more or less.