[warzone2100-dev] [Warzone 2100 Trac] #3180: wz crashes when transfering map

2012-02-16 Thread Warzone 2100 Trac
#3180: wz crashes when transfering map -+ Reporter: effigy| Type: bug Status: new | Priority: normal Milestone: unspecified | Component: other Version: unspecifi

Re: [warzone2100-dev] [Warzone2100-commits] [Warzone2100/warzone2100] 845d42: Add a 'Need more resources' indicator in the power...

2012-02-16 Thread buginator
On Thu, Feb 16, 2012 at 9:23 AM, Per Inge Mathisen <> wrote: > A script should not get a warning for every event it does not > implement. If you want to warn about misnamed timers, this function > needs an additional bool parameter that is not set for events. If you > want to warn about misnamed ev

Re: [warzone2100-dev] [Warzone2100-commits] [Warzone2100/warzone2100] 845d42: Add a 'Need more resources' indicator in the power...

2012-02-16 Thread Per Inge Mathisen
On Thu, Feb 16, 2012 at 2:49 PM, Christian Ohm wrote: > It looks to me that change adds a warning if we call any undefined > function. I noticed this behaviour already when I used a wrong function > name, and it took a bit to find the problem, since the game just > silently ignored that line. If t

Re: [warzone2100-dev] [Warzone2100-commits] [Warzone2100/warzone2100] 845d42: Add a 'Need more resources' indicator in the power...

2012-02-16 Thread Christian Ohm
On Thursday, 16 February 2012 at 8:42, Per Inge Mathisen wrote: > A script should not get a warning for every event it does not > implement. If you want to warn about misnamed timers, this function > needs an additional bool parameter that is not set for events. If you > want to warn about misname