Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-28 | Run SameService in a separate process. | Kjetil Ørbekk | |
2012-02-27 | Add launch.sh script for Java application. | Kjetil Ørbekk | |
2012-02-27 | Use DelayedOperation in ClientInterface. | Kjetil Ørbekk | |
2012-02-27 | Remove argument to DelayedOperation.working-graphics-0.1 | Kjetil Ørbekk | |
2012-02-27 | Clean up clean-up. | Kjetil Ørbekk | |
– Reindent a section of code. | |||
2012-02-27 | Clean up source code. | Kjetil Ørbekk | |
Clean up source code with Eclipse. In particular remove tabs. | |||
2012-02-27 | Remove set(id, value, revision) from ClientInterface. | Kjetil Ørbekk | |
Fix equals() bug in Component. Fix failing test. | |||
2012-02-27 | Add DelayedOperation<T> class. | Kjetil Ørbekk | |
A DelayedOperation represents an asynchronious operation. | |||
2012-02-26 | Support setting state on Android. | Kjetil Ørbekk | |
2012-02-25 | Fix update bug. | Kjetil Ørbekk | |
Variables always had revision=0 initially. | |||
2012-02-25 | Add network name to example configuration. | Kjetil Ørbekk | |
2012-02-25 | Fix indentation. | Kjetil Ørbekk | |
2012-02-23 | Add ClientInterface. | Kjetil Ørbekk | |
2012-02-23 | Make it possible to create "fake" clients on Android. | Kjetil Ørbekk | |
Extract interface from Client.ClientInterface in order to override it for Android, while still using the VariableFactory code as-is. | |||
2012-02-23 | Implement listeners in Variables. | Kjetil Ørbekk | |
2012-02-23 | Support several state listeners in Client. | Kjetil Ørbekk | |
2012-02-23 | Change StateChangedListener. | Kjetil Ørbekk | |
2012-02-23 | Remove com.orbekk.same.Same. | Kjetil Ørbekk | |
– Remove references from GameController. (GameController is now perfectly broken and should be refactored to using Variables) | |||
2012-02-23 | Use Variables in StateServlet. | Kjetil Ørbekk | |
2012-02-17 | VariableFactory: Support set() operation. | Kjetil Ørbekk | |
2012-02-17 | Change ClientInterface.set(). | Kjetil Ørbekk | |
Take revision parameter. | |||
2012-02-16 | Implement Variable. | Kjetil Ørbekk | |
State can now be edited with Variable objects. | |||
2012-02-16 | Rename ClientServiceImplTest => ClientTest. | Kjetil Ørbekk | |
2012-02-16 | Replace Master with new implementation. | Kjetil Ørbekk | |
2012-02-16 | Implement all MasterService operations in NewMaster. | Kjetil Ørbekk | |
Tested with tests ported from old MasterImplTest. | |||
2012-02-16 | Start new Master implementation. | Kjetil Ørbekk | |
2012-02-16 | Add manual performWork() in WorkQueue for testing. | Kjetil Ørbekk | |
2012-02-14 | same-android: Implement network joining. | Kjetil Ørbekk | |
2012-02-14 | Don't print garbage from UDP packets. | Kjetil Ørbekk | |
2012-02-14 | Network creation and discovery in Android app. | Kjetil Ørbekk | |
2012-02-13 | Remove TODO. | Kjetil Ørbekk | |
– MyJsonRpcHttpClient takes care of the sequencing of requests. | |||
2012-02-13 | Reuse Jetty server socket. | Kjetil Ørbekk | |
– SameService used to get BindExceptions, try to avoid this by reusing server sockets. | |||
2012-02-13 | Make Configuration.getInt() null safe. | Kjetil Ørbekk | |
2012-02-13 | Fix broadcast code. | Kjetil Ørbekk | |
– Send broadcast from SameController. – Correct usage of SO_REUSEADDR. – BroadcasterInterface for Android code. | |||
2012-02-07 | Add jar-with-dependencies support in same project. | Kjetil Ørbekk | |
– Use assembly:single to generate a jar file. | |||
2012-02-07 | Improve StateServlet interface. | Kjetil Ørbekk | |
2012-02-07 | Remove unused code. | Kjetil Ørbekk | |
Remove old State.toString() method. | |||
2012-02-07 | Fix warnings. | Kjetil Ørbekk | |
– Remove unused imports. – Remove unused variables. | |||
2012-02-07 | Use DiscoveryService in app. | Kjetil Ørbekk | |
2012-02-07 | Add DiscoveryService. | Kjetil Ørbekk | |
2012-02-07 | Configuration files with discovery service. | Kjetil Ørbekk | |
2012-02-07 | Add interrupt() support to BroadcastListener. | Kjetil Ørbekk | |
2012-02-06 | Support setting state in StateServlet. | Kjetil Ørbekk | |
2012-02-06 | Show state in StateServlet. | Kjetil Ørbekk | |
Support interacting with a Client. | |||
2012-02-06 | Refactor: Rename classes. | Kjetil Ørbekk | |
Rename Client and Master classes, because the classes contain more than just the service interfaces. – ClientServiceImpl => Client. – MasterServiceImpl => Master. | |||
2012-02-06 | Add public constructor to Configuration. | Kjetil Ørbekk | |
2012-02-06 | Support clients in generic App. | Kjetil Ørbekk | |
2012-02-06 | Replace MasterApp with a generic App class. | Kjetil Ørbekk | |
2012-02-06 | Deprecate SameInterface. | Kjetil Ørbekk | |
2012-02-06 | Fix RpcServlet: Use POST requests. | Kjetil Ørbekk | |