openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
J
java-game-server
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Feb 22, 2025 — Feb 22, 2026
Showing page 9 of 12
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Since sessions are now built using the builder pattern as per Josh Bloch. The corresponding change has been done to this subclass.
menacher
More...
about 14 years ago
With the use of @Configuration spring java class the contents of this file have been removed.
menacher
More...
about 14 years ago
Updated beans files to mirror the ones in the jetserver.
menacher
More...
about 14 years ago
Lookup service definition is responsibility of lib user. Hence commented out
menacher
More...
about 14 years ago
Removed session from server beans.
menacher
More...
about 14 years ago
GameRoomMap is now a final variable.
menacher
More...
about 14 years ago
Trivial change. Updated some comments.
menacher
More...
about 14 years ago
Refactored methods to have more meaningful names.
menacher
More...
about 14 years ago
The cast to ChannelBuffer is no longer required due to use of Generics.
menacher
More...
about 14 years ago
Initial commit
menacher
More...
about 14 years ago
Session and PlayerSession are now built using the builder pattern as per Josh Bloch.
menacher
More...
about 14 years ago
Session is now built using the builder pattern as per Josh Bloch.
menacher
More...
about 14 years ago
PlayerSession is now built using the builder pattern as per Josh Bloch.
menacher
More...
about 14 years ago
GameRoomSession is now built using the builder pattern as per Josh Bloch.
menacher
More...
about 14 years ago
Event dispatcher is now a final variable on the the session.
menacher
More...
about 14 years ago
Set player method is removed since it is supposed to be supplied via a constructor argument. The playersession now has it as a final variable.
menacher
More...
about 14 years ago
Removed get and set unique id methods.
menacher
More...
about 14 years ago
Executors in now using a singleThread instead of a cached thread pool
Abraham Menacherry
More...
about 14 years ago
Jetlang is now moved to maven central with new version 0.2.9. Modifications done to pom.xml, and .classpath for the same.
menacher
More...
about 14 years ago
Session is now injected to the servers
menacher
More...
about 14 years ago
Added method for getting and setting ISession. Server will have its own session such that connect events can be published to it.
menacher
More...
about 14 years ago
Removed constructor and added session variable to server.
menacher
More...
about 14 years ago
Removed constructor
menacher
More...
about 14 years ago
Using different version of blaze-ds jar now
menacher
More...
about 14 years ago
New version of binaries
menacher
More...
about 14 years ago
udp.port was mentioned wrongly for tcp server, this variable has now been renamed to tcp.port
menacher
More...
about 14 years ago
Added logging and exception handling.
menacher
More...
about 14 years ago
Added logging and exception handling.
menacher
More...
about 14 years ago
Methods can now throw exception.
menacher
More...
about 14 years ago
New methods were added. startServer method is now accepting INetSocketAddress class.
menacher
More...
about 14 years ago
←
1
2
3
4
5
6
7
8
9
10
11
12
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree