RSS

(root)/iphone/tappity : 61 : source/Tappity.m

To get this branch, use:
bzr branch /browse/iphone/tappity

« back to all changes in this revision

Viewing changes to source/Tappity.m

Dömötör Gulyás
2010-01-28 15:50:50
Revision ID: dognotdog@gmail.com-20100128145050-mogyehpg1eif15uq
fixes bug in server side data reception; feedback images are no reduced to a fixed size to improve network load;variably sized GL framebuffers now supported; adds 'placed screenshot' in addition to raw screenshot message, for non full screen GL; no longer sends suspend/quit events to the server when client is quit, which caused the server to quit, too, even though that was most likely not intended

Show diffs side-by-side

added added

removed removed

54
54
NSString* TapAccelerationKey = @"tapAcceleration";
55
55
NSString* TapCompassKey = @"tapCompass";
56
56
NSString* TapLocationKey = @"tapLocation";
 
57
NSString* TapImageDataKey = @"tapImageData";
 
58
NSString* TapReferenceRectKey = @"tapReferenceRect";
 
59
NSString* TapImageRectKey = @"tapImageRect";
57
60
 
58
61
 
59
62
@implementation Tappity

Loggerhead 1.17 is a web-based interface for Bazaar branches