Maven scripts updated
Merge branch 'master' of git://git.code.sf.net/p/robocode-championship-manager/code
Better descriptions in POM.xml
Added support for h2 database, and removed mysql support.
Added support for h2 database, and removed mysql support.
Making it compatible with windows
Solving some path bugs... and removing some unnecessary libs
Bug fix: Jar generation with maven
Hibernate annotation bug solved
Better create group routines
Removed deprecated method
Removed some useless folders
Minor upgrades
Several changes:
Im trying to integrate an application made using JavaFx with robocode using the RobocodeEngine class. When i run the code bellow, the battle do start, but no GUI are show. Note that the setVisible method was called with true parameter. // Builds the string with robots names for (String robotName : robots) { robotsString += robotName + ","; } // Initializing robocode engine RobocodeEngine.setLogMessagesEnabled(false); RobocodeEngine engine = new RobocodeEngine(new File(robocodePath)); // Add our own...
Im trying to integrate an application made using JavaFx with robocode using the RobocodeEngine class. When i run the code bellow, the battle do start, but no GUI are show. Note that the setVisible method was called with true parameter. // Builds the string with robots names for (String robotName : robots) { robotsString += robotName + ","; } // Initializing robocode engine RobocodeEngine.setLogMessagesEnabled(false); RobocodeEngine engine = new RobocodeEngine(new File(robocodePath)); // Add our own...
Some bugs fixed
Starting new battle starter
Asks for confirmation when creating the Opponents groups.
Minor fixes
The rank group appears to work...
Begin of groups creation
Better html descriptions
Some constants was created and some refactory
Minor fixes
The RobotEditor.java now validates the team logo dimensions
Forgot to add the robocode path field at window
Now the robocode path are also stored in the config file!
Added some comments to code
Now we can stores configuration in an external config file!
A better versus screen
Nothing important
Some problems loading resourses fixed.
Better ranking!!!!!
Updating libraries
There is a very bad bug in TextTemplate.java file.
Truing to solve a bug,....
Checks if an login already exists
Lets make the opponnents groups
Logout implemented
Bug fix, forgot to save the robot levels
Image file and music files are limited by 1MB
Finally saving robots using the web interface!!
A new class reponsible for Servlet authentication added
Saving!!!!!!!
We almost can save a robot using the web interface!!!
Robot object builder ready but not tested
Minor fix
Minor fix
Brand new text template manager!!!
Authentication working!!
Start the implementation of the robot editor
Start auth implementation
Authenticantion almost working...
Some optimizations
JSP does works with Jetty an Servlet, so workaround!!
Added another pages
Minor fixes
Merge branch 'webInterface' of
Added another pages
Added a main page
Fixed:
Begining a web interface
Starting new features
Fixed some issues in BattleControl
Mem optimization
Fix a bug in rankviewer
Bug fix
For some reason it turns the system faster
Bug fixes
Several changes to optimize the memory usage
Bug fix: The system now accepts robot names with underscore
Bug fixes
bug fixes
bug fixes
Bug fixes
Enhancing the rank viewer
A little change in the persistence.xml so the j...
Removed the robot updates by hand
Minor optimization
Battle auto management!!
Minor bug fixes
A little optimization when loading robots from ...
Now we can zooooooom!!!
Added the project module resposible for the aut...
First commit
The rank viewer are good!
New color to rank viewer, new gitignore file
Merge branch 'branch-2017-03-27_2' of ssh://git...
Trying to format the rank
New color to rank viewer, new gitignore file
Now the battle screen only shows if 2 or more r...
Calls garbage collection after resetting the sc...
Reimplemented the widget to view robots
The new widgets now are working with battle system
Added a tiny manual to README file
First commit
Removed unnecessary things
Added the GPLv3 license and the notice in class...
Trying a new aproach to send a file: Using sock...