Google Code Exporter

Results 11117 issues of 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:...

Type-Defect
Priority-Medium
Milestone-0.96
Sound

``` 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...

Type-Defect
Priority-Medium
Milestone-0.96

``` 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...

Type-Defect
Priority-Medium
Milestone-Release1.0
Usability

``` 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...

Type-Defect
Priority-Medium
Milestone-0.96

``` 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:...

Type-Defect
Priority-Low
Milestone-0.96
Pathfinding

``` 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...

Priority-Medium
Type-Defect
auto-migrated

``` IsDefined should exposed the inherit boolean parameter ``` Original issue reported on code.google.com by `[email protected]` on 27 Jan 2015 at 6:45

auto-migrated
Type-Patch

``` 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

Priority-Medium
Type-Defect
auto-migrated

``` 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...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. This enum: ---------- public enum EnumA { One, Two, Three } This class: ----------- public class ClassD { private EnumA _foo; public...

Priority-Medium
Type-Defect
auto-migrated