Commit Graph

114 Commits

Author SHA1 Message Date
Travis Burtrum 7ff0610bef Mavenized this project 2012-09-19 14:50:00 -04:00
Rodgerwilco 79cc64b62d #141 Removed battlestaffs from Zaff (shop). 2012-04-24 15:56:57 -07:00
Rodgerwilco 1d7e4ab5a6 Test2 / Was bugging me 2012-01-07 19:42:35 -07:00
Rodgerwilco ae060862c2 Test / Was Bugging me 2012-01-07 19:10:22 -07:00
CodeForFame 2227b6f09f Merge pull request #34 from xEnt22/master
smithing fix
2012-01-02 21:51:33 -08:00
xEnt22 7f0d0c4ca4 fixed smithing, lightly tested with bronze and works fine 2012-01-02 20:50:00 +10:30
CodeForFame fde87bff45 Merge pull request #33 from Joe0/issue-24-example
Lots of Updates & Fixes
2011-12-19 06:40:54 -08:00
Joe0 b2f24bf611 Added NYI error. 2011-12-19 00:32:24 -06:00
Joe0 7629871bc7 Fixed various errors. 2011-12-19 00:27:59 -06:00
Joe0 0145a249a8 Closes issue #32. 2011-12-18 20:49:22 -06:00
CodeForFame 5d9f0d9d39 Merge pull request #31 from latifundio/patch-1
Update quest with more accurate Npc dialogues.
2011-12-18 18:22:27 -08:00
latifundio 5b347d3101 Update quest with more accurate Npc dialogues. 2011-12-18 15:02:00 -04:00
Joe0 46d13c60cf Closes issue #30. 2011-12-18 12:18:31 -06:00
Joe0 9fdce3aeba Resolves issue #26. 2011-12-16 16:36:55 -06:00
Joe0 5cf07057da Fixed compilation error. 2011-12-16 16:06:40 -06:00
Joe0 23d75a88e0 Updated Auth interface. Updated StorageMedium interface to allow
retrieval of passwords. Implemented PersistenceAuth.
2011-12-16 15:59:00 -06:00
Joe0 d4e040611f Abstracted auth system a bit. Worked on BUN implementation, 2011-12-16 08:36:37 -06:00
Joe0 7404c99962 Various updates to DataStore module. Begain implementing BinaryUsinNIO
implementation.
2011-12-05 16:13:21 -06:00
Joe0 bb1617202c Updated README 2011-12-05 09:38:17 -06:00
Joe0 c381918731 Added save methods to DataStore interface. Implemented save methods in
XMLUsingXStream DataStore.
2011-12-05 09:26:31 -06:00
Joe0 6634a8d22a Refactored DataStore and moved it into the Modules directory 2011-12-04 19:59:24 -06:00
Joe0 978de20d53 Framework to resolve issue #24 -- uses the DataStore interface and
DataStoreFactory to read data from a DataStore. A new DataStore needs to
be implemented to remove the XStream dependency. Methods to save each
type of data need to be implemented.
2011-12-04 16:38:08 -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
Joe0 03a200a1bb Removed random println 2011-12-01 21:19:40 -06:00
Joe0 cde9adddd5 Minor bug fixes and added DummyStorageMedium 2011-12-01 21:17:36 -06:00
Joe0 889835ae21 Fixed ambiguity issue 2011-12-01 16:53:33 -06:00
Joe0 6cea82a50f Removed depends on build from run 2011-12-01 16:43:44 -06:00
CodeForFame cbe085c05c Merge pull request #22 from Joe0/master
Persistence, README, and Poison
2011-11-08 08:31:56 -08:00
Joe Pritzel e270be95f9 Removed Processor class -- part of bad concurrency ideas
Added code from issue #18
2011-11-05 12:57:58 -05:00
Joe Pritzel 53ca73e8f9 Removed Hex library dependancy 2011-11-05 12:22:06 -05:00
Joe Pritzel 2a3bd3517e Updated dependancies, buildfile, and README
Added persistence package, and abstracted away the storage medium
Removed bad concurrency ideas
Made some other minor tweaks
2011-11-05 12:06:03 -05:00
CodeForFame 63bda8b6a8 Merge pull request #20 from Joe0/issue19
Fix for NPE caused by blocking connections
2011-11-03 21:07:44 -07:00
Joe0 f896f2df65 Fix for NPE caused by blocking connections
closes #19
2011-10-31 15:26:15 -05:00
CodeForFame c8312b5298 Merge pull request #17 from CodeForFame/master
Bug Fixes
2011-07-22 12:27:45 -07:00
CodeForFame 824a54cc8f Removed a bunch of junk from the database that had nothing to do with the server itself
Changed some queries to reflect these changes
2011-07-21 20:06:52 -05:00
CodeForFame e184117109 Fixed ConnectionFilter and IPBanning
Expanded the Cache class
Removed duplicate of Cache class
Added ability to config ban length when banned from ConnectionFilter
2011-07-21 18:12:19 -05:00
CodeForFame d8f211d45d Added option to disable congrats on max level
Added option for wilderness standstill time
Closes #16
Added config for bonus xp in wild
2011-07-21 15:43:33 -05:00
CodeForFame 2b976a8041 Players are now destroyed once they hit the threshold (fixed an off by one bug). 2011-07-21 15:14:52 -05:00
CodeForFame e4807375de Merge pull request #12 from CodeForFame/master
Config Update, CommandHandler Rewrite, Cleanup, and added IP banning.
2011-06-25 19:40:16 -07:00
CodeForFame 428c3ec7cb Added reloadipbans command.
Dumped current database structure. (needs some cleanup)
2011-06-25 21:38:50 -05:00
CodeForFame 3fa1321df3 Added loading for IP bans. 2011-06-25 21:25:25 -05:00
CodeForFame 0a92efc01e Removed pointless disconnecting of player for spamming chat. It now just ignores the message. 2011-06-25 18:04:26 -05:00
CodeForFame 38cc620c56 Cleared err.log. 2011-06-25 16:43:53 -05:00
CodeForFame 7ccbc743b9 Added ip ban and unban commands.
Fixed formatting of LSPacketHandlers.xml
2011-06-25 16:42:55 -05:00
CodeForFame 4fcb575620 IP Banning re-write.
Closes #13.
2011-06-25 16:01:22 -05:00
CodeForFame 8bb374fd05 Removed garbage. 2011-06-25 01:36:04 -05:00
CodeForFame bf7cc39d33 Moved alert-config.xml to conf folder.
Removed hard-coded file location (in EMail object).
Corrected table for MySQL query.
2011-06-25 01:24:43 -05:00
CodeForFame 93a5385f10 Fixed spelling error. 2011-06-25 01:09:09 -05:00
CodeForFame dc7112653c Useless... Quests are in org.moparscape.msc.gs.plugins.quests 2011-06-25 01:05:46 -05:00
CodeForFame 07876364da Updated quests. BlackKnightFortress has some errors due to a missing method. 2011-06-25 00:59:47 -05:00