Google Code Exporter
Google Code Exporter
``` Comment 19 by norbert.pellny, (2012-05-02) Ok. I did 2 more. I thnk I can really improve the messages and bar videos. Enough for now. One thing I wanna know:...
``` Game version: open-ig-0.94.373 I once again completed level 1. One of the mission goals is "manage Naxos and San Sterling". But: There is nothing to manage. This time I...
``` Look at thhis screenshot: http://img138.imageshack.us/img138/1457/java2012050214331712.jpg We have a population of 8100 and that way 8100 worker (hey, who needs kids anyway): Looking at the statistics we see that we...
``` Game version: open-ig-0.94.370 Repair time is way to short. DOS IG: 10% in 19 seconds Open IG: 10% in 4 Seconds https://rapidshare.com/files/780885567/repair.rar I'm pretty sure it wasn't always that...
``` I once again have to mention the ground units AI. Right now they do not attack buildings in Open IG. I was told that it's making it easier. But:...
``` public class Foo { public string _str; public Foo(string str) { _str = str; } } ``` Original issue reported on code.google.com by `[email protected]` on 22 Nov 2012 at...
``` IsDefined should exposed the inherit boolean parameter ``` Original issue reported on code.google.com by `[email protected]` on 27 Jan 2015 at 6:45
``` Fix is to perform the same check for private types when building a MemberSet ``` Original issue reported on code.google.com by `daniel.crenna` on 14 Jan 2015 at 2:31
``` How can we make ti working with static properties? Here is a sample to product problem: var accessor = TypeAccessor.Create(typeof (DateTime)); var now = accessor[null, "Now"]; Regards, ``` Original...
``` What steps will reproduce the problem? 1. This enum: ---------- public enum EnumA { One, Two, Three } This class: ----------- public class ClassD { private EnumA _foo; public...