Member "locked" isn't working on POL099-2013-09-03 x64

Bug reports and feature requests. New features can only be added to the current development version. Bug-fixes may be back-ported.

Current release: 099 / Current development: 100
Post Reply
Terciob
Master Poster
Posts: 90
Joined: Fri Nov 07, 2008 3:47 am

Member "locked" isn't working on POL099-2013-09-03 x64

Post by Terciob »

Hi

Using container.locked := 1 or 0 doesn't change the container locked state.
A "broadcast (container.locked);" prints "<uninitialized object>".

Itemdesc:
container 0xe43
{
cprop rr i2
desc a big box
gump 0x049
maxitems 100
maxweight 1000
maxx 143
maxy 140
minx 44
miny 65
movable 1
name tentchest
requiresattention 0
vendorbuysfor 40
vendorsellsfor 80
weight 4
}
Tomi
POL Developer
Posts: 478
Joined: Tue Feb 21, 2006 5:08 pm

Re: Member "locked" isn't working on POL099-2013-09-03 x64

Post by Tomi »

Fixed in last revision, there was a small mistake when the new container members were added
Harley
Forum Regular
Posts: 360
Joined: Sat Mar 18, 2006 1:41 am
Location: Germany

Re: Member "locked" isn't working on POL099-2013-09-03 x64

Post by Harley »

I using same core version POL099-2013-09-03 x64 and have same mistake.
Where can I download new pol.exe?
RusseL
Forum Regular
Posts: 375
Joined: Fri Feb 20, 2009 8:30 pm

Re: Member "locked" isn't working on POL099-2013-09-03 x64

Post by RusseL »

download sources from svn and build new version of pol binary
Harley
Forum Regular
Posts: 360
Joined: Sat Mar 18, 2006 1:41 am
Location: Germany

Re: Member "locked" isn't working on POL099-2013-09-03 x64

Post by Harley »

RusseL wrote:download sources from svn and build new version of pol binary
I understand, that its very easy for people, who engage programming, but i'm not, and don't know how to create it. If it's not hard, can u upload last version of core? I will be very grateful to you
RusseL
Forum Regular
Posts: 375
Joined: Fri Feb 20, 2009 8:30 pm

Re: Member "locked" isn't working on POL099-2013-09-03 x64

Post by RusseL »

Harley wrote:
RusseL wrote:download sources from svn and build new version of pol binary
I understand, that its very easy for people, who engage programming, but i'm not, and don't know how to create it. If it's not hard, can u upload last version of core? I will be very grateful to you
compiling under linux
compiling under windows
tomtommy
New User
Posts: 27
Joined: Tue Oct 15, 2013 1:33 am

Re: Member "locked" isn't working on POL099-2013-09-03 x64

Post by tomtommy »

RusseL wrote:
Harley wrote:
RusseL wrote:download sources from svn and build new version of pol binary
I understand, that its very easy for people, who engage programming, but i'm not, and don't know how to create it. If it's not hard, can u upload last version of core? I will be very grateful to you
compiling under linux
compiling under windows
Could be nice have a good post with a dettailed guide step by step to compile under windows also with VS2013...
RusseL
Forum Regular
Posts: 375
Joined: Fri Feb 20, 2009 8:30 pm

Re: Member "locked" isn't working on POL099-2013-09-03 x64

Post by RusseL »

tomtommy wrote: Could be nice have a good post with a dettailed guide step by step to compile under windows also with VS2013...
I think there is no guide.
You should just open the VS Project file and build it (F9)
Nothing else.
Post Reply