Commit Graph

428 Commits

Author SHA1 Message Date
Laurent Clouet
39addc82ef Bugfix: the array need to have a lenght of at least 2 2015-05-06 20:04:28 +01:00
Laurent Clouet
02bc6ab21f Bugfix: wrong log 2015-05-06 20:00:52 +01:00
Laurent Clouet
f514ba57ed Merge pull request #22 from jejem/master
Adding retry (default 5 attempts) for file download and md5 check
2015-05-06 19:59:50 +01:00
Jérémy Desvages
8f97c71385 Adding retry (default 5 attempts) for file download and md5 check 2015-05-05 18:35:25 +02:00
Laurent Clouet
4a541a5f00 Bugfix: if the cache dir from the config file does not exist, do not use it 2015-05-01 13:24:49 +01:00
Laurent Clouet
d74d85c174 Better log in case of error 2015-04-30 20:51:04 +01:00
Laurent Clouet
3b4b4cac5f Use the log system instead of stdout/stderr 2015-04-30 20:40:03 +01:00
Laurent Clouet
77c4760d6b Better log on error 2015-04-30 20:32:24 +01:00
Laurent Clouet
42f5036d49 better log 2015-04-29 21:21:17 +01:00
Laurent Clouet
62dcaac05b Bugfix: delete a partial file (on failure) 2015-04-28 18:47:02 +01:00
Laurent Clouet
d64bcd6cf0 Refactoring: merge similar functions in one 2015-04-28 18:46:04 +01:00
Laurent Clouet
2e4b379a04 Client send duration and remaining render time 2015-04-27 20:35:44 +01:00
Laurent Clouet
dbf55ff4bb Move the Render info to a specific class 2015-04-27 20:10:36 +01:00
Laurent Clouet
2900607658 Better log in case of error 2015-04-23 23:31:39 +01:00
Laurent Clouet
4994b9a209 LINE_NUMBER update method does not work, since blender 2.70 the remaining time is better 2015-04-23 21:56:57 +01:00
Beau Harder
bc63388ef2 Only enable owner read/write bits for ~/.sheepit.conf 2015-04-22 19:41:50 +01:00
Laurent Clouet
e2550e5f03 User can set the number of cpu core for the render process from the swing ui 2015-04-20 21:26:07 +01:00
Laurent Clouet
0506433146 Grammar issue 2015-04-19 02:57:25 +01:00
Laurent Clouet
97de741c06 Move SettingsLoader to a better place 2015-04-08 20:45:54 +01:00
Laurent Clouet
ca221ddc8b UI type save on configuration file 2015-04-08 20:37:53 +01:00
Laurent Clouet
3226d188af Do not hardcode the value on main function 2015-04-08 20:32:24 +01:00
Laurent Clouet
53d4d005fe Handle older enum raw value 2015-04-07 20:37:47 +01:00
Laurent Clouet
34957be7a8 Import config from file 2015-04-07 20:07:53 +01:00
Laurent Clouet
d07fe1b9fc Bugfix: NullPointerException (wrong order) 2015-04-07 20:06:37 +01:00
Laurent Clouet
9a970643c0 Better name for emum value 2015-04-07 20:05:48 +01:00
Laurent Clouet
a1f1399e23 Bugfix: load config 2015-04-05 22:03:45 +01:00
Laurent Clouet
eb0f762625 The client can auto-start and auto-signin 2015-04-03 19:50:58 +01:00
Laurent Clouet
ebe6914624 Better detect when the client can be actually started 2015-04-03 19:39:52 +01:00
Laurent Clouet
56fb084afa Delete the settings file if the user does not want to save its info 2015-04-02 20:31:16 +01:00
Laurent Clouet
901fab65f2 Bugfix: merge the configuration and settings (Configuration i.e. command line args have high priority) 2015-03-31 23:06:21 +01:00
Laurent Clouet
ad6547d3d9 Simplify casting expression 2015-03-31 22:04:09 +01:00
Laurent Clouet
12e1a11065 Allow to not save the settings on disk 2015-03-31 21:35:04 +01:00
Laurent Clouet
291ce56ef5 Swing UI can load and store settings 2015-03-31 00:29:58 +01:00
Laurent Clouet
0b4c4ac9ff Include all the files 2015-03-30 21:13:12 +01:00
Laurent Clouet
a5044e8332 Add attribute to manifest 2015-03-30 21:04:10 +01:00
Mathis Chenuet
91f67a99b0 Cleanup: simplify renderer script 2015-03-24 21:41:12 +00:00
Mathis Chenuet
f58819463f Cleanup: remove unused import 2015-03-24 19:46:43 +00:00
Laurent Clouet
3854aa7955 Bugfix: When the client is paused, the server still send render kill request because renderingJob is not reseted 2015-03-24 19:42:56 +00:00
Laurent Clouet
dc83b7addc Bugfix: close file descriptor / stream 2015-03-16 11:33:32 +00:00
Laurent Clouet
11b5f55375 When an error is sent, also send its type 2015-03-11 17:55:44 +00:00
Laurent Clouet
5661dd309c Detect when gpu render failed (gpu too old or out of memory) 2015-03-10 20:21:50 +00:00
Laurent Clouet
078a36a5e9 Delete script file when render failed 2015-03-10 20:20:37 +00:00
Laurent Clouet
e7af2b3b83 Better log in case of error 2015-03-10 19:39:39 +00:00
Laurent Clouet
a4ccc19349 Add hostname of user machine (because sometimes the cpu is the same of multiple machines) 2015-03-09 16:55:15 +00:00
Mathis Chenuet
640926110b Cleanup Utils.md5 method by using DatatypeConverter and DigestInputStream classes 2015-03-05 20:27:13 +00:00
Mathis Chenuet
a86b6c2754 no need to specify the child class, use the parent class for everything 2015-03-04 18:59:16 +00:00
Mathis Chenuet
c3064de5e9 use switch instead of ifs 2015-03-04 18:53:40 +00:00
Laurent Clouet
40de3e150d Improvement: display the credits earned during the session in the swing UI 2015-03-02 18:05:39 +00:00
Mathis Chenuet
38ba5a995d Typo: english 2015-03-02 18:03:58 +00:00
Laurent Clouet
8252102708 Better log 2015-02-06 21:04:27 +00:00