My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Older

  • Oct 15, 2009
    r57 (Fix for an issue with paths in the model and a tweak to the ...) committed by garyjcurtis   -   Fix for an issue with paths in the model and a tweak to the server gui
    Fix for an issue with paths in the model and a tweak to the server gui
  • Oct 14, 2009
    r56 (Refactored the servergui to no longer use the NB GUI builder...) committed by garyjcurtis   -   Refactored the servergui to no longer use the NB GUI builder.
    Refactored the servergui to no longer use the NB GUI builder.
  • Oct 14, 2009
    r55 (Deleted some leftovers from the split between servermodel an...) committed by aispina   -   Deleted some leftovers from the split between servermodel and servergui and updates svn ignore.
    Deleted some leftovers from the split between servermodel and servergui and updates svn ignore.
  • Oct 14, 2009
    r54 (Separated servermodel and servergui.) committed by garyjcurtis   -   Separated servermodel and servergui.
    Separated servermodel and servergui.
  • Oct 03, 2009
    r53 (Made FxBattle Packagable can now build into a stand alone ja...) committed by aispina   -   Made FxBattle Packagable can now build into a stand alone jar!
    Made FxBattle Packagable can now build into a stand alone jar!
  • Sep 22, 2009
    r52 (Added a game config GUI.) committed by garyjcurtis   -   Added a game config GUI.
    Added a game config GUI.
  • Sep 22, 2009
    r51 (Added a game config GUI.) committed by garyjcurtis   -   Added a game config GUI.
    Added a game config GUI.
  • Sep 22, 2009
    r50 (Added a game config GUI.) committed by garyjcurtis   -   Added a game config GUI.
    Added a game config GUI.
  • Sep 22, 2009
    r49 (made a launcher project. Some tweaks that should make the gu...) committed by aispina   -   made a launcher project. Some tweaks that should make the gui faster.
    made a launcher project. Some tweaks that should make the gui faster.
  • Sep 21, 2009
    r48 (Remove clojure plugin from root pom) committed by garyjcurtis   -   Remove clojure plugin from root pom
    Remove clojure plugin from root pom
  • Sep 15, 2009
    r47 (Removed superfluous Java code from servermodel) committed by garyjcurtis   -   Removed superfluous Java code from servermodel
    Removed superfluous Java code from servermodel
  • Sep 15, 2009
    r46 (Minor refactoring. Added gameconfig, though it is currently ...) committed by garyjcurtis   -   Minor refactoring. Added gameconfig, though it is currently just a stub.
    Minor refactoring. Added gameconfig, though it is currently just a stub.
  • Sep 08, 2009
    r45 (Added support for clojure build in Maven ) committed by garyjcurtis   -   Added support for clojure build in Maven
    Added support for clojure build in Maven
  • Sep 08, 2009
    r44 (Added (:gen-class) forms to support compilation.) committed by garyjcurtis   -   Added (:gen-class) forms to support compilation.
    Added (:gen-class) forms to support compilation.
  • Sep 05, 2009
    r43 (cleaned up some rendering logic) committed by aispina   -   cleaned up some rendering logic
    cleaned up some rendering logic
  • Sep 05, 2009
    r42 (renamed a few files) committed by aispina   -   renamed a few files
    renamed a few files
  • Sep 05, 2009
    r41 (Fixed efficiency problem with drawing arrows. Major rewrite ...) committed by aispina   -   Fixed efficiency problem with drawing arrows. Major rewrite of fxgui.
    Fixed efficiency problem with drawing arrows. Major rewrite of fxgui.
  • Sep 05, 2009
    r40 (Fixed efficiency problem with drawing arrows. Major rewrite ...) committed by aispina   -   Fixed efficiency problem with drawing arrows. Major rewrite of fxgui.
    Fixed efficiency problem with drawing arrows. Major rewrite of fxgui.
  • Aug 20, 2009
    r39 (Added support for communication of bases. Added support for ...) committed by garyjcurtis   -   Added support for communication of bases. Added support for terrain elevation in calculating troop movement.
    Added support for communication of bases. Added support for terrain elevation in calculating troop movement.
  • Aug 20, 2009
    issue 2 (Make Client Faster) reported by aispina   -   What steps will reproduce the problem? 1. Play a game 2. Get annoyed at how slow it is 3. Play another game (cause it's cooler than it is slow) I think the problem comes from the FxGui itself, though I can't say where for sure. It could also be from the socket input loop somehow...
    What steps will reproduce the problem? 1. Play a game 2. Get annoyed at how slow it is 3. Play another game (cause it's cooler than it is slow) I think the problem comes from the FxGui itself, though I can't say where for sure. It could also be from the socket input loop somehow...
  • Aug 20, 2009
    issue 1 (Make .proto files correctly import utility buffers) Status changed by aispina   -  
    Status: Fixed
    Status: Fixed
  • Aug 20, 2009
    r38 (minor changes to rendering of a base. I'll actually clean th...) committed by aispina   -   minor changes to rendering of a base. I'll actually clean this up eventually...
    minor changes to rendering of a base. I'll actually clean this up eventually...
  • Aug 20, 2009
    r37 (now printing initial state) committed by aispina   -   now printing initial state
    now printing initial state
  • Aug 20, 2009
    r36 (added simple gui support for elevation and for bases) committed by aispina   -   added simple gui support for elevation and for bases
    added simple gui support for elevation and for bases
  • Aug 19, 2009
    r35 (added message support for node type) committed by aispina   -   added message support for node type
    added message support for node type
  • Aug 19, 2009
    r34 (Some CM stuff. FX code is built by maven and so is the Proto...) committed by aispina   -   Some CM stuff. FX code is built by maven and so is the ProtoBufferProject. Clojure here I come!
    Some CM stuff. FX code is built by maven and so is the ProtoBufferProject. Clojure here I come!
  • Aug 19, 2009
    r33 (Added crude multi player support, end game detection and fix...) committed by garyjcurtis   -   Added crude multi player support, end game detection and fixed compatibility with the latest proto buffer definitions.
    Added crude multi player support, end game detection and fixed compatibility with the latest proto buffer definitions.
  • Aug 19, 2009
    r32 (Player name is now sent instead of host name.) committed by aispina   -   Player name is now sent instead of host name.
    Player name is now sent instead of host name.
  • Aug 19, 2009
    r31 (Added crude multi player support, end game detection and fix...) committed by garyjcurtis   -   Added crude multi player support, end game detection and fixed compatibility with the latest proto buffer definitions.
    Added crude multi player support, end game detection and fixed compatibility with the latest proto buffer definitions.
  • Aug 10, 2009
    r30 (Enabled importing in Protocol Buffers. This will require tha...) committed by aispina   -   Enabled importing in Protocol Buffers. This will require that the Server be refactored a bit.
    Enabled importing in Protocol Buffers. This will require that the Server be refactored a bit.
  • Aug 04, 2009
    issue 1 (Make .proto files correctly import utility buffers) reported by aispina   -   When I wrote the protocol buffers, I couldn't get importing to work correctly and had to duplicate some of the message types. There may be some clues to the fix here: http://groups.google.com/group/protobuf/browse_thread/thread/4b8a71e0993bf43f#
    When I wrote the protocol buffers, I couldn't get importing to work correctly and had to duplicate some of the message types. There may be some clues to the fix here: http://groups.google.com/group/protobuf/browse_thread/thread/4b8a71e0993bf43f#
  • Aug 01, 2009
    r29 (Many changes. Refactored the core. Completed support for pat...) committed by garyjcurtis   -   Many changes. Refactored the core. Completed support for path flow messages. Reworked updates to better utilize connection. Added an AI*. * for very very small values of I.
    Many changes. Refactored the core. Completed support for path flow messages. Reworked updates to better utilize connection. Added an AI*. * for very very small values of I.
  • Jul 26, 2009
    r28 (Fixed updating of FXGui) committed by aispina   -   Fixed updating of FXGui
    Fixed updating of FXGui
  • Jul 26, 2009
    r27 (minor fixes to build script) committed by aispina   -   minor fixes to build script
    minor fixes to build script
  • Jul 26, 2009
    r26 (Added back the .fx files which got lost.) committed by aispina   -   Added back the .fx files which got lost.
    Added back the .fx files which got lost.
  • Jul 26, 2009
    r25 (Java is now built using Maven. JavaFx is built by script.) committed by aispina   -   Java is now built using Maven. JavaFx is built by script.
    Java is now built using Maven. JavaFx is built by script.
  • Jul 24, 2009
    r24 (Added boolean switch to -main to demonstrate different updat...) committed by garyjcurtis   -   Added boolean switch to -main to demonstrate different update strategies.
    Added boolean switch to -main to demonstrate different update strategies.
  • Jul 24, 2009
    r23 (First commit of Clojure server side implementation.) committed by garyjcurtis   -   First commit of Clojure server side implementation.
    First commit of Clojure server side implementation.
  • Jul 24, 2009
    r22 (Made a socket coms package) committed by aispina   -   Made a socket coms package
    Made a socket coms package
  • Jul 24, 2009
    r21 (Made a socket coms package) committed by aispina   -   Made a socket coms package
    Made a socket coms package
  • Jul 23, 2009
    r20 (should be the last of the major file structure changes. Now ...) committed by aispina   -   should be the last of the major file structure changes. Now to get the Poms right.
    should be the last of the major file structure changes. Now to get the Poms right.
  • Jul 23, 2009
    r19 (more reorg) committed by aispina   -   more reorg
    more reorg
  • Jul 23, 2009
    r18 (More organization changes woo!) committed by aispina   -   More organization changes woo!
    More organization changes woo!
  • Jul 23, 2009
    r17 (Some more reorganization) committed by aispina   -   Some more reorganization
    Some more reorganization
  • Jul 23, 2009
    r16 (Added some sub projects to help manage dependencies.) committed by aispina   -   Added some sub projects to help manage dependencies.
    Added some sub projects to help manage dependencies.
  • Jul 23, 2009
    r15 (More Maven work.) committed by aispina   -   More Maven work.
    More Maven work.
  • Jul 23, 2009
    r14 (moved some directories around.) committed by aispina   -   moved some directories around.
    moved some directories around.
  • Jul 23, 2009
    r13 (Starting the work to migrate to a Maven directory structure.) committed by aispina   -   Starting the work to migrate to a Maven directory structure.
    Starting the work to migrate to a Maven directory structure.
  • Jul 23, 2009
    r12 (Made a launcher which can start the client and will eventual...) committed by aispina   -   Made a launcher which can start the client and will eventually start the server.
    Made a launcher which can start the client and will eventually start the server.
  • Jul 22, 2009
    r11 (Added Support for Flow Path Updating and made dummy server a...) committed by aispina   -   Added Support for Flow Path Updating and made dummy server a little smarter. Also some cleanup.
    Added Support for Flow Path Updating and made dummy server a little smarter. Also some cleanup.
 
Hosted by Google Code