Commit Graph

658 Commits

Author SHA1 Message Date
Major- f7661a7fc8 Add shops support. 2015-08-29 22:40:08 +01:00
Major- cdffc15dfc Reformat files modified in previous commit. 2015-08-29 22:38:03 +01:00
Major- 2bc9854ea1 Merge. 2015-08-29 22:30:59 +01:00
Major c3443521f4 Merge pull request #85 from lare96/master
Queue new players.
2015-08-29 22:16:33 +01:00
lare96 8f67274162 Merge branch 'master' of https://github.com/lare96/apollo.git 2015-08-29 16:55:03 -04:00
lare96 b3bc5607d1 New players will be queued rather than added right away. 2015-08-29 16:50:25 -04:00
lare96 a3ee103ed4 Reformat with tabs instead of spaces. 2015-08-29 16:01:07 -04:00
Major- 38af001083 Optimise definition decoding for faster start-up. 2015-08-29 19:57:57 +01:00
lare96 c730c4f88c A small fix to the previous commit. 2015-08-29 14:28:39 -04:00
lare96 dfa852491f New players will be queued rather than added right away. 2015-08-29 14:25:41 -04:00
Major- b134f6fdf5 Merge branch 'master' of https://github.com/apollo-rsps/apollo 2015-08-29 16:12:57 +01:00
Major- c066742588 Fix issue #82. 2015-08-29 16:12:52 +01:00
Major 94e6f0bf38 Merge pull request #83 from lare96/master
Moved Animation constants from Animation.class to emote_tab.rb.
2015-08-29 15:52:24 +01:00
lare96 5ab8fa94f6 Moved Animation constants from Animation.class to emote_tab.rb 2015-08-29 09:39:28 -04:00
Major- 81a763cd69 Fix npc spawning command. 2015-08-29 12:36:08 +01:00
Major- 888230b768 Remove unused BinaryFileUtils class. 2015-08-28 18:25:58 +01:00
Major- f0910afb6f Combine (First|Second|Third|Fourth|Fifth)XMessages into a single class. 2015-08-28 18:16:24 +01:00
Major- 6f5a910d70 Fix issue #64. 2015-08-28 16:33:06 +01:00
Major- 0a3574eb20 Fix ScheduledTask timer. 2015-08-27 23:29:27 +01:00
Major bbde7fd9e8 Merge pull request #73 from ryleykimmel/master
Update dependencies, do not fail startup when we cannot bind to HTTP (just use jaggrab as a fallback)
2015-08-27 22:28:27 +01:00
Major- 493c5010e8 Cache already-decoded Archives. 2015-08-27 22:25:22 +01:00
atomicint c3ba803e30 Merge branch 'master' of git@github.com:ryleykimmel/apollo.git 2015-08-27 17:08:48 -04:00
atomicint 5bbd482a19 Do not fail startup when HTTP cannot bind 2015-08-27 17:08:41 -04:00
atomicint 64c99b22cd Update dependencies 2015-08-27 17:06:56 -04:00
Major- 4680f1a181 Use correct range operator to fix #72. 2015-08-27 22:03:28 +01:00
Ryley Kimmel 5612bd24e9 Merge pull request #2 from apollo-rsps/master
Use correct range operator to fix #72.
2015-08-27 17:02:51 -04:00
atomicint f2fce42ba4 Merge branch 'master' of git@github.com:ryleykimmel/apollo.git 2015-08-27 14:45:04 -04:00
Ryley Kimmel fc821133a2 Merge pull request #1 from apollo-rsps/master
merge from apollo-rsps/apollo
2015-08-27 14:44:46 -04:00
Major- 92ec907364 Add rubocop configuration file. 2015-08-27 18:18:53 +01:00
Major- 8f3fd75b33 Update all plugins to conform to Rubocop. 2015-08-27 18:17:58 +01:00
Major- 424d2bda29 Merge branch 'master' of https://github.com/apollo-rsps/apollo 2015-08-25 08:37:33 +01:00
Major- 2f166f8b99 Fix fishing skill. 2015-08-25 08:37:22 +01:00
Major- bf11a3567c Ensure login response is written immediately (thanks shamonj03). 2015-08-25 07:40:10 +01:00
Major 25b594cebc Merge pull request #71 from ryleykimmel/master
Fix issue #70.
2015-08-25 07:15:21 +01:00
atomicint 7e64f9805d Better exception propagation when failing to bind 2015-08-24 23:39:32 -04:00
atomicint 592b993d9b Fixes issue #70 2015-08-24 21:29:50 -04:00
Major- ed160ef70e Fix travelback implementation. 2015-08-24 14:41:19 +01:00
Major- d9c34cd9ed Allow interception at any level in the message class hierarchy. 2015-08-24 13:38:54 +01:00
Major ac27bacbc5 Fix item equipping.
Fix a bug reported by WizardJesse1 where ItemOptionMessage was being listened to instead of InventoryItemMessage.
2015-08-24 06:49:17 +01:00
Major bf97a4225c Update and rename README to README.md 2015-08-03 10:10:56 +01:00
Major- effcca0c3b Add GroupableEntity. 2015-08-01 14:18:10 +01:00
Major- 02a3170382 Implement toString for Release. 2015-08-01 14:17:39 +01:00
Major- 02fb07b871 Fix AStarPathfindingAlgorithm. 2015-08-01 14:10:07 +01:00
Major- 4665d7617d Move MapFileDecoder to the cache module. 2015-05-27 14:55:58 +01:00
Major- e1bb561f95 Fix doors opening when clicked, instead of when walked to. 2015-05-27 14:55:42 +01:00
Major- 0877805982 Fix two failing tests. 2015-05-27 14:53:42 +01:00
Major- e4778105f5 Modularise! Also add some unit tests. 2015-05-26 13:49:27 +01:00
Major- 902a203861 Move org.apollo.game.model.def to org.apollo.fs.def. 2015-05-25 15:37:07 +01:00
Major- bfac7c7d66 Move Entity.EntityType to a separate file, remove WeakReferencing in DynamicGameObject. 2015-05-25 15:35:14 +01:00
Major- fe65786f3c Improve doc message in ParallelClientSynchronizer. 2015-05-25 15:34:34 +01:00