Laurent Clouet
6ded57fc0a
Use the actual available free memory instead of the max possible
2018-08-10 17:33:50 +02:00
Laurent Clouet
4dc0603587
Don't use system python but blender's
2018-07-16 18:21:11 +02:00
Laurent Clouet
6c9d645005
Python error detection
2018-07-10 09:59:05 +02:00
Laurent Clouet
418bd4d75f
More error detection
2018-06-30 02:08:21 +02:00
Laurent Clouet
af32a104de
Actually log error on log file, not stdout
2018-06-30 01:41:54 +02:00
Laurent Clouet
25d5259332
More error detection
2018-06-30 01:31:42 +02:00
Laurent Clouet
4eaf1b824f
Revert "make the GUI scrollable when needed"
...
This reverts commit 9148359510e1de88e99bdf7e1f0d6bdd250222a3.
Revert commit since it also scroll horizontaly
2018-06-17 12:23:47 +02:00
Laurent Clouet
23c0aaca89
Bugfix: when the render process is over user memory limit, kill it (finish only meant to give the render duration)
2018-06-17 12:22:04 +02:00
Laurent Clouet
4df3107748
Merge pull request #152 from intrigus/patch-1
...
Ignore Ctrl+C in render process. Fixes #81
2018-06-14 23:13:04 +02:00
Laurent Clouet
12c667fc4e
Merge pull request #150 from MCOfficer/window-height
...
make the GUI scrollable when needed
2018-06-14 23:09:42 +02:00
M*C*O
1da730dd1d
Allow user to set a specific title for gui client
2018-06-14 23:07:06 +02:00
intrigus
1c9bbb3706
Ignore Ctrl+C in render process. Fixes #81
...
When sending Ctrl+C to the terminal it also get's sent to all subprocesses e.g. also the render process.
The java program handles Ctrl+C but the renderer quits on Ctrl+C
This script causes the renderer to ignore Ctrl+C.
2018-06-02 15:11:45 +02:00
M*C*O
c8ce3fc593
make the GUI scrollable when needed
2018-06-01 15:49:09 +02:00
Laurent Clouet
fb93bee40f
Merge pull request #148 from Deka-O/upstream
...
Add java.xml.bin as explicit dependency
Jar are taken from:
http://central.maven.org/maven2/com/sun/xml/bind/jaxb-core/2.3.0/
http://central.maven.org/maven2/com/sun/xml/bind/jaxb-impl/2.3.0/
http://central.maven.org/maven2/javax/xml/bind/jaxb-api/2.3.0/
2018-05-23 20:18:16 +02:00
Deka-O
b0769fa626
Add java.xml.bin as explicit dependency
2018-05-21 13:38:35 +02:00
Laurent Clouet
9a177c0f8d
Merge pull request #147 from AGSPhoenix/patch-1
...
Minor protocol.txt improvements
2018-05-16 09:56:58 +02:00
AGSPhoenix
a72ad1ba17
Documentation consistency tweaks
2018-05-16 00:24:27 -04:00
AGSPhoenix
1dc8ab429f
Specify configuration URL
2018-05-15 20:28:52 -04:00
AGSPhoenix
cbc1af75d4
Minor language tweaks
2018-05-15 20:27:22 -04:00
Laurent Clouet
5e1759d302
Bugfix
2018-05-03 18:21:11 +02:00
Laurent Clouet
47da749efc
Bugfix: wrong order on gpu
2018-05-03 13:35:57 +02:00
Laurent Clouet
530d4523af
Merge pull request #146 from MCOfficer/negativetime_fix
...
fix ZipException: java.lang.IllegalArgumentException: Negative time
2018-04-24 16:40:22 +02:00
M*C*O
4008748878
fix ZipException: java.lang.IllegalArgumentException: Negative time
...
ref https://www.sheepit-renderfarm.com/forum/viewtopic.php?f=5&t=1142
2018-04-24 16:20:35 +02:00
Laurent Clouet
ac14b9694d
Add log
2018-04-22 20:01:53 +02:00
Laurent Clouet
c64fee14c2
Merge pull request #145 from Estajxo/master
...
Prevent computer name / host name from being deleted between sessions.
2018-04-07 21:30:27 +02:00
Eric
6f02d72df2
Prevent computer name / host name from being deleted between sessions. For details, see https://www.sheepit-renderfarm.com/forum/viewtopic.php?f=9&t=1010
2018-04-07 21:13:39 +02:00
Laurent Clouet
f4238d3dba
Merge pull request #143 from intrigus/fix-travis
...
Re-enable Travis CI
2018-03-30 19:15:43 +02:00
intrigus
be79eb21cf
Re-enable Travis CI
2018-03-30 19:02:06 +02:00
Laurent Clouet
17f7ebf4e9
Don't hardcode sleep time, to a random value in hope to not have all client requesting the server at the same time
2018-03-24 20:25:18 +01:00
Laurent Clouet
374419a4ea
File.listFiles() can return null, Arrays.asList does not accept null input
2017-12-31 15:19:27 +01:00
Laurent Clouet
3f52082e4e
Don't client side log config request
2017-11-27 01:15:28 +01:00
Laurent Clouet
a76131647f
Handle http 408 from the server
2017-11-15 14:45:46 +01:00
Laurent Clouet
8771d07a99
Revert feature affinity per core on windows
2017-10-26 15:41:06 +02:00
Laurent Clouet
ba75059a0c
Default value of hostname should be an empty one
2017-07-22 12:20:28 +02:00
Laurent Clouet
41caca9b9b
Improvement: better ui, only display 10 labels per slider
2017-07-02 17:43:17 +02:00
Laurent Clouet
6ccb0374fd
Add nice error message when renderer is not available
2017-06-06 13:38:48 +02:00
Laurent Clouet
54a1d0130d
Wrong log
2017-06-06 13:29:55 +02:00
Tehrasha
2583c948fe
Better one line ui (shorter text)
2017-05-25 12:17:55 +02:00
Laurent Clouet
a0c4c5fda6
Don't recreate OS object everytime
2017-05-21 15:21:52 +02:00
Laurent Clouet
3bd86c56e3
More error detection (out of vram)
2017-05-20 13:56:43 +02:00
Laurent Clouet
566f5a3591
Follow 302
2017-05-10 00:06:43 +02:00
Laurent Clouet
c6f48661f0
Allow user to set the computer name
2017-05-08 01:35:08 +02:00
Jake Dube
cb03b58dbc
Display compute method for the current project
2017-05-07 21:00:20 +02:00
Jake Dube
92a0a4938c
Cleanup: make attributes private
2017-05-07 20:55:17 +02:00
Laurent Clouet
f6f21f1bb4
Bugfix: when the user specify a cache-dir he is setting working AND storage directories
2017-05-04 20:51:58 +02:00
Laurent Clouet
e1bcbbdd7d
Set flags before killing process
2017-05-01 20:48:02 +02:00
Laurent Clouet
545f51ed4c
Increase size of windows since the settings screen display more information
2017-04-30 23:08:04 +02:00
Laurent Clouet
3926fe37ac
When using system temp directory, store renderer binary archive in a 'permanent' directory to re-use on the next launch
2017-04-30 22:34:16 +02:00
Laurent Clouet
b447e54a4a
'Unset' default value could be 0 or -1
2017-04-29 22:17:58 +02:00
Laurent Clouet
8f9a54b51e
Hide value could be 0 or -1
2017-04-26 23:43:13 +02:00