Commit Graph

8 Commits

Author SHA1 Message Date
Joe0 46d13c60cf Closes issue #30. 2011-12-18 12:18:31 -06:00
Joe0 1f064e322a Partial fix for issue #23. Objects that are still 'walkable' should be
excluded from the additional distance.
2011-12-02 09:13:22 -06:00
CodeForFame d7e4583d3b Formatted all code.
Removed unused imports.
Addressed all warnings.
Made all fields in Player class private (added getters and setters where needed).
Removed dead code.
2011-06-25 00:44:53 -05:00
CodeForFame dfbc8e8637 Added mail.jar to build path...
Removed IRC stuff in Constants...
Made the configs load before any logs being printed out (caused errors).
Fixed issue specified in pull request 9.
Fixed issue with being logged out (due to an error) caused by an old mistake (by the RSCA team) that created dead code.  So, I moved the dead code, so it's not dead, and fixes the bug.
2011-06-22 11:32:03 -05:00
CodeForFame bee6a45477 Moved some variables from Constants to Config, and made them configurable via XML. 2011-05-16 19:15:24 -05:00
CodeForFame ea0509b8f8 Redid the 'damage pooling' system (removed memory leak).
Found bugs in XP distribution--
When the last hit was from magic players gained only 3/4ths of the ranged xp they should have - fixed
Players get no XP from killing other players with range
2011-05-14 07:34:42 -05:00
CodeForFame 5331458dc2 Re-wrote the 'CacheHandler' and made it generic, and made it actually work... (added the Apache Collections library)
Replaced non-time-critical currentTimeMillis with a call to GameEngine.getTime which is updated multiple times per server tick.
2011-05-14 06:18:14 -05:00
CodeForFame ea668ae747 Changed some configs, and changed the package. 2011-05-13 03:24:42 -05:00