Alex Dragokas

Results 60 issues of Alex Dragokas

``` java.lang.NullPointerException: Cannot invoke "lysis.nodes.types.DNode.type()" because the return value of "lysis.nodes. types.DDeclareLocal.value()" is null at lysis.types.BackwardTypePropagation.visitArgument(BackwardTypePropagation.java:246) at lysis.types.BackwardTypePropagation.visitSignature(BackwardTypePropagation.java:237) at lysis.types.BackwardTypePropagation.visit(BackwardTypePropagation.java:311) at lysis.nodes.types.DSysReq.accept(DSysReq.java:26) at lysis.types.BackwardTypePropagation.propagate(BackwardTypePropagation.java:55) at lysis.Lysis.DumpMethod(Lysis.java:96) at lysis.Lysis.main(Lysis.java:198) java.lang.NullPointerException: Cannot...

# Help us help you - [x] I have checked that my issue [doesn't exist yet](https://github.com/alliedmodders/sourcemod/issues). - [x] I have tried my absolute best to reduce the problem-space and have...

# Help us help you - [x] I have checked that my issue [doesn't exist yet](https://github.com/alliedmodders/sourcemod/issues). - [ ] I have tried my absolute best to reduce the problem-space and...

# Help us help you - [x] I have checked that my issue [doesn't exist yet](https://github.com/alliedmodders/sourcemod/issues). - [x] I have tried my absolute best to reduce the problem-space and have...

Please, add the option to be able ignore case sensitivity of StringMap key.

# Help us help you - [x] I have checked that my issue [doesn't exist yet](https://github.com/alliedmodders/sourcemod/issues). - [ ] I have tried my absolute best to reduce the problem-space and...

Bug

To copy file from one place to another. Something like: ``` bool CopyFile(char[] SourceFile, char[] TargetFile) { Handle hr = OpenFile(SourceFile, "rb", false); if( hr ) { Handle hw =...

Feature Request

I think, it could be good idea to include this enum: https://developer.valvesoftware.com/wiki/Collision_groups in sdktools.inc as "int" type. What do you think?

Feature Request

There are at least 2 cases when menu closed: - when "0: Exit" item pressed - when the non-existent item pressed. Is it possible to provide different reason indeces in...

Feature Request