Juan Ortiz

Results 22 issues of Juan Ortiz

This PR includes a few minor, but related, changes. * Moves `LoggingSettings`, and `LoggingConfigurationFactory` into a single package `io.luna.logging` * Separates file reading logic from logging settings/configuration (see Luna.class), This...

## Proposed changes This change is the beginning of the migration of network-related objects into a separate gradle module which should result in faster build times. Contributes to #180. ##...

It would be nice to have a Gradle task that would generate a new RSA key pair, and replace the existing ones found in `data/rsa/`. This would slightly reduce the...

low priority
easy

# Problem To get the SQLSerializer to work, I've had to manually create a few tables on my database. # Solution It would be nice to have a schema that...

```java > Task :compileJava /home/travis/build/luna-rs/luna/src/main/java/io/luna/game/model/chunk/Chunk.java:83: warning: [unchecked] unchecked cast return (Stream) getAll(type).stream(); ^ required: Stream found: Stream where E is a type-variable: E extends Entity declared in method stream(EntityType) /home/travis/build/luna-rs/luna/src/main/java/io/luna/game/model/chunk/Chunk.java:94:...

The goal with this feature is to allow the maintainer(s) and contributors to spend more time discussing solutions and/or features and less time nitpicking on things like indentation, naming conventions,...

Currently we do not have any of the map data on this repository.

Thank you for contributing to the Luna project! ## Proposed changes The goal here is to create tests for WalkingQueue. This will allow me to refactor the class without losing...

Thank you for contributing to the Luna project! ## Proposed changes Remove unnecessary references to objects in Entity.java ## Pull Request type What types of changes does your code introduce...