28 Commits

Author SHA1 Message Date
mathieu _alkama_ m
ccf278d144 Fixing indentations and a few formatting issues 2015-12-13 13:07:36 +01:00
mathieu _alkama_ m
a5cee4157f Have the OpenGL editor work with the newest sync library codebase. 2015-12-13 10:05:39 +01:00
mathieu _alkama_ m
0384575ab4 Hitting the right path for the sync library includes. 2015-12-13 10:05:39 +01:00
Daniel Collin
bfeca1221d More WIP on #96 2014-09-15 21:25:05 +02:00
Daniel Collin
731a90fc0a Fixed some pretty bad socket issues
Fixed some bad socket issues that sockets were created non-blocking but wasn't handled correctly for that case. Now we create blocking ones (like the old editor) so hopefully everything should work better regarding getting/sending data

Closes #68
Closes #69
2013-01-10 08:18:37 +01:00
Daniel Collin
0192934663 Some more error handling on socket errors for Win32 2013-01-08 23:34:17 +01:00
Daniel Collin
6e64405aee Warning fixes 2013-01-01 12:03:37 +01:00
Daniel Collin
e3ac4ed673 Fixed weird issue with connection 2012-12-30 11:04:17 +01:00
Daniel Collin
d3f8721d14 Various Win32 fixes and additions 2012-12-28 12:15:41 +01:00
Daniel Collin
c6f52ad6c3 Various fixes 2012-12-27 20:42:22 +01:00
Daniel Collin
893d4c0467 Show connection status in the statusbar 2012-11-10 13:27:13 +01:00
Daniel Collin
5fffecc270 Merge and Win32 compile fixes 2012-11-08 15:06:21 +01:00
Daniel Collin
b2642100f5 Win32 compile fixes 2012-11-08 14:43:46 +01:00
Daniel Collin
6af1954d50 As the data for SET_ROW can fail because of multiple sends we do a couple of retries to get the correct data 2012-11-04 21:07:09 +01:00
Daniel Collin
41f793cf92 FINALLY fixed super annoying reconnection issue 2012-11-03 23:22:27 +01:00
Daniel Collin
a1aeadfb7a Fixed super annoying bug that sometimes the server socket couldn't get created 2012-11-03 22:26:03 +01:00
Daniel Collin
32552dbd98 Fixed issue that the editor would get "stuck" if demo exits during playback
Closes #29
2012-11-03 09:42:52 +01:00
Daniel Collin
7f0f7a0991 Fixed so demo can disconnect without editor locking up
Closes #8
2012-10-30 22:07:41 +01:00
Daniel Collin
af042ad66e Proper closing of socket when exiting app 2012-10-30 21:58:56 +01:00
Daniel Collin
b936ced270 Sending data loaded from the XML over to the demo now works 2012-10-28 17:10:22 +01:00
Daniel Collin
36bbcfda6d Current status 2012-10-28 03:23:09 +01:00
Daniel Collin
83500b8b86 Some debug logging 2012-10-27 22:09:51 +02:00
Daniel Collin
8a0024415e WIP on fixing up TrackerView 2012-10-27 17:05:08 +02:00
Daniel Collin
d681e5bd20 Code for sending the keyframes over to the demo 2012-10-27 10:11:41 +02:00
Daniel Collin
5faf9d53fd Now getting the track names sent from the demo to the editor (yah!) 2012-10-26 17:48:01 +02:00
Daniel Collin
7e0d246491 Can now connect with target.
Now connects with target and they acknowledge each other correct.

Disconnecting the demo the Editor still thinks there is a connection
2012-10-26 17:20:35 +02:00
Daniel Collin
abf48f4028 Added code for remote connection 2012-10-26 16:54:28 +02:00
Daniel Collin
20431090ea Renamed ClientSocket to RemoteConnection 2012-10-26 16:17:49 +02:00