Difference between revisions of "RoboRumble/Development"

From Robowiki
Jump to navigation Jump to search
(New page: ==Request for developer== I've modify my roborumble client (version 1.6.0, but the file to change seems the same either in the last BETA) to implements some function: - Upload result now i...)
 
Line 1: Line 1:
 
==Request for developer==
 
==Request for developer==
 
I've modify my roborumble client (version 1.6.0, but the file to change seems the same either in the last BETA) to implements some function:
 
I've modify my roborumble client (version 1.6.0, but the file to change seems the same either in the last BETA) to implements some function:
 +
 
- Upload result now is done in a separate Thread, run before download and battle
 
- Upload result now is done in a separate Thread, run before download and battle
 +
 
- Support multiple server upload. Now you can add as many RESULTSURL you want, separated by comma
 
- Support multiple server upload. Now you can add as many RESULTSURL you want, separated by comma
 +
 
example:
 
example:
 
RESULTSURL=http://darkcanuck.net/rumble/UploadedResults, http://rumble.fervir.com/rumble/UploadedResults
 
RESULTSURL=http://darkcanuck.net/rumble/UploadedResults, http://rumble.fervir.com/rumble/UploadedResults
Line 11: Line 14:
 
Roborumble.netengine.FileTransfer
 
Roborumble.netengine.FileTransfer
  
Tomorrow (now it's late) I will upload the source of this three file and tell you how compile it (or better, how compile your personal robocode's MOD)  
+
Tomorrow (now it's late) I will upload the source of this three file and tell you how compile it (or better, how compile your personal robocode's MOD)
 +
 
 
Can someone access SVN and update this file? --[[User:Lestofante|lestofante]] 04:16, 11 December 2008 (UTC)
 
Can someone access SVN and update this file? --[[User:Lestofante|lestofante]] 04:16, 11 December 2008 (UTC)

Revision as of 06:18, 11 December 2008

Request for developer

I've modify my roborumble client (version 1.6.0, but the file to change seems the same either in the last BETA) to implements some function:

- Upload result now is done in a separate Thread, run before download and battle

- Support multiple server upload. Now you can add as many RESULTSURL you want, separated by comma

example: RESULTSURL=http://darkcanuck.net/rumble/UploadedResults, http://rumble.fervir.com/rumble/UploadedResults

Changed files are: Roborumble.RoboRumbleAtHome Roborumble.netengine.ResultsUpload Roborumble.netengine.FileTransfer

Tomorrow (now it's late) I will upload the source of this three file and tell you how compile it (or better, how compile your personal robocode's MOD)

Can someone access SVN and update this file? --lestofante 04:16, 11 December 2008 (UTC)