Project

Profile

Help

HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. Read more...

Feature #681848

open

Editor can't create owned base

Added by Jacob Nevins about 6 years ago. Updated 6 months ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
General
Sprint/Milestone:
Start date:
Due date:
% Done:

0%

Estimated time:

Description

(originally from bug #25119)

The editor doesn't have a way to edit the extras_owner of a tile directly.

This means scenario authors can't easily create owned buoys, for instance -- they will likely start unowned, unless the tile happens to already have a non-NULL (invisible) extras_owner.

Fixing this would need network protocol support.

It's not completely impossible to add owned extras without hacking the savefile; you can do it by hand with Lua:

/lua cmd edit.create_base(find.tile(43,57) , "Buoy", find.player(0))
Actions #1

Updated by Jacob Nevins about 6 years ago

  • Blocks Task #656467: S3_0 network protocol freeze (npf) added
Actions #2

Updated by Jacob Nevins about 6 years ago

I think we should fix this for 3.0. (Really it's a gap in 2.6, but it's too late for that branch.)

I don't have immediate plans to work on it, though.

I think it's still the case on all branches that ownership is only meaningful for bases; so in the editor UI, it should be sufficient to add a nation control to the base editing UI (no need for road/special), I think.

Actions #3

Updated by Marko Lindqvist about 6 years ago

Jacob Nevins wrote:

in the editor UI, it should be sufficient to add a nation control to the base editing UI (no need for road/special), I think.

Since all the extras in a tile share same extra owner, it should not be controlled by editors of individual extra classes, but should be edited as tile property.

Actions #4

Updated by Jacob Nevins about 6 years ago

Hm, that's true.

It'll make editing annoying if you have to go to the tile dialog for every owned base, though. It's probably reasonable to set the extra owner to player X when creating an ownable base as player X.

Should we make a special effort to clear the extra owner when the last ownable base is removed? Otherwise there'll be hidden state that could show up when the global observer creates a buoy or whatever.

Actions #5

Updated by Marko Lindqvist almost 4 years ago

Network protocol part split to -> Feature #851220

Actions #6

Updated by Marko Lindqvist almost 4 years ago

  • Blocks deleted (Task #656467: S3_0 network protocol freeze (npf))
Actions #7

Updated by Marko Lindqvist over 1 year ago

  • Sprint/Milestone changed from 3.0.0 to 3.0.1
Actions #8

Updated by Marko Lindqvist over 1 year ago

  • Sprint/Milestone changed from 3.0.1 to 3.0.2
Actions #9

Updated by Marko Lindqvist over 1 year ago

  • Sprint/Milestone changed from 3.0.2 to 3.0.3
Actions #10

Updated by Marko Lindqvist about 1 year ago

  • Sprint/Milestone changed from 3.0.3 to 3.0.4
Actions #11

Updated by Marko Lindqvist 12 months ago

  • Sprint/Milestone changed from 3.0.4 to 3.0.5
Actions #12

Updated by Marko Lindqvist 10 months ago

  • Sprint/Milestone changed from 3.0.5 to 3.0.6

Marko Lindqvist wrote in #note-5:

Network protocol part split to -> Feature #851220

That did minimal editor support too, but I guess we still want to keep this ticket open, to at least check if some change makes sense.

Actions #13

Updated by Marko Lindqvist 8 months ago

  • Sprint/Milestone changed from 3.0.6 to 3.0.7
Actions #14

Updated by Marko Lindqvist 6 months ago

  • Sprint/Milestone changed from 3.0.7 to 3.0.8

Also available in: Atom PDF