Collin Smith

Results 82 comments of Collin Smith

> Fixing compile errors would be a first step :) I cloned the project, imported in into intellij but imports and classes are missing @micheljung Which error messages are you...

> I didn't put too much effort into it, e. g. I didn't install the Android SDK. I was only interested in the excel part and in there, there is...

Below is for opening the project for IDEA -- not building specifically. 8287515b24ef81086941b6a85e6873eb37037c20 added support for generating sources when generating project for idea ```.\gradlew idea``` will generate an IDEA .ipr...

907688a1d2e10c8ec35de0d24d21b8dfcf13b01c added support for the networking stuff

As an aside -- this should probably be rethought a bit as an optimization -- since many items could be on the ground at once. I suppose basic item data...

Looks like `ITEMFLAG__SAVED` is meant for this purpose. Unset that flag when the item needs to be serialized before sending or saving the item. Hopefully it's that simple.

Added dependency and was able to compile, need to validate that the dependency propagates across projects correctly (in correct place in the build scripts). See 508f08d8ef40a3ddd76b4aafb8ac0085ced77425

Was apart of Java EE, removed in JDK 11, resolution is to use `javax.annotation:javax.annotation-api` as I've been https://www.oracle.com/java/technologies/javase/11-relnote-issues.html#JDK-8190378

I noticed that the DT1 loading algorithm sets each pixel invidually. I think this would benefit from writing the data to a byte array and uploading the data all at...

I added a note in https://github.com/collinsmith/riiablo/commit/d43dcf4116e7b66c101f674ab86925a0c1d82640 about the map operations that are done to the tile size when loading. Should be looked into when this issue is being looked at.