ChangeLog

PolyPaint

Tue Mar 10 11:15:05 2009 +0000 smariot smariot@gmail.com

Added two new options, a custom delay (-d), and the ability to draw over the previous image (-c).


Tue Mar 10 11:11:29 2009 +0000 smariot smariot@gmail.com

Don't crash when attempting to create video larger than the source bitmap.


Sun Jan 20 18:03:45 2008 -0500 smariot smariot@gmail.com

Added getCanvasColour function, which may or may not work correctly.


Sun Jan 20 00:10:21 2008 -0500 smariot smariot@gmail.com

Got some drawing lines on Textures in OpenGL happening.


Sat Jan 19 21:23:51 2008 -0500 smariot smariot@gmail.com

I seem to have broken previews, lets see if this fixes it.


Sat Jan 19 01:38:12 2008 -0500 smariot smariot@gmail.com

Fixed the mouse droppings on the screen.


Sat Jan 19 00:01:18 2008 -0500 smariot smariot@gmail.com

Added my Valgrind suppression file.


Fri Jan 18 23:59:55 2008 -0500 smariot smariot@gmail.com

Previous changes broke the Windows version. Fixed.


Fri Jan 18 23:23:39 2008 -0500 smariot smariot@gmail.com

Added better commandline parsing for paint2bmp, and can now choose custom video sizes.


Fri Jan 18 20:13:35 2008 -0500 smariot smariot@gmail.com

Fixed complaints about differing pointer signess in MinGW version.


Fri Jan 18 19:53:34 2008 -0500 smariot smariot@gmail.com

No more segfaults with optimization, guessing fastmath was muddling up buildScaleInfo.


Fri Jan 18 19:51:26 2008 -0500 smariot smariot@gmail.com

Had RNG() instead of fRNG() in drawPencil, all colours were getting clamped to white.


Fri Jan 18 19:30:58 2008 -0500 smariot smariot@gmail.com

Fixed my previous breaking of drawing chalk and stamp commands, and make initiating commands always succeed.


Fri Jan 18 14:17:40 2008 -0500 smariot smariot@gmail.com

The debugging version can compile again.


Fri Jan 18 13:47:25 2008 -0500 smariot smariot@gmail.com

Added a bunch of warnings, and fixed code to compile with them.


Thu Jan 17 19:26:10 2008 -0500 smariot smariot@gmail.com

Started some structures that will be used later.


Thu Jan 17 19:25:01 2008 -0500 smariot smariot@gmail.com

paint2bmp can now dump raw video, but naturally, it segfaults when I'm not debugging.


Tue Jan 15 05:07:30 2008 -0500 smariot smariot@gmail.com

Managed to get a win32 version compiled.


Tue Jan 15 01:32:08 2008 -0500 smariot smariot@gmail.com

Allowing 4 people per IP address.


Sat Jan 12 14:31:54 2008 -0500 smariot smariot@gmail.com

Added generation of a changelog to the upload target.


Sat Jan 12 12:55:45 2008 -0500 smariot smart_idiot@idiotbox-01.(none)

Think I fixed a division by zero.


Sat Jan 12 10:03:24 2008 -0500 smariot smart_idiot@idiotbox-01.(none)

Any arguments passed to the server are assumed to be the directory to run in.


Sat Jan 12 09:29:58 2008 -0500 smariot smart_idiot@idiotbox-01.(none)

Added a notice when the server is started.


Sat Jan 12 09:29:16 2008 -0500 smariot smart_idiot@idiotbox-01.(none)

Server sets the SO_REUSEADDR option.


Sat Jan 12 09:20:23 2008 -0500 smariot smart_idiot@idiotbox-01.(none)

Server will now reload the old preview when starting, and wait 5 after the last person leaves to discard the image.


Sat Jan 12 00:07:58 2008 -0500 smariot smart_idiot@idiotbox-01.(none)

Made paint2bmp able to continue a preview image, without starting over from scratch.


Fri Jan 11 22:24:07 2008 -0500 smariot smart_idiot@idiotbox-01.(none)

Don't need the warning when decompressing data.


Fri Jan 11 20:34:19 2008 -0500 smariot smart_idiot@idiotbox-01.(none)

Added some ignores.


Fri Jan 11 20:30:16 2008 -0500 smariot smart_idiot@idiotbox-01.(none)

Made object files not depend on the temp folder, was modified by writing object files.


Fri Jan 11 20:28:37 2008 -0500 smariot smart_idiot@idiotbox-01.(none)

Moved a variable so I could remove some preprocessor gunk.


Fri Jan 11 20:27:21 2008 -0500 smariot smart_idiot@idiotbox-01.(none)

Added some asserts to pushing and popping RNG states, and seeded the base RNG with the current date.


Fri Jan 11 20:25:59 2008 -0500 smariot smart_idiot@idiotbox-01.(none)

Changed paint2bmp to draw the commands as it reads them.


Fri Jan 11 20:24:11 2008 -0500 smariot smart_idiot@idiotbox-01.(none)

Rewrote bzio, streams can now be flushed. Although mysteriously, I'm having trouble reading the most recent command back.


Fri Jan 11 17:41:15 2008 -0500 smariot smart_idiot@idiotbox-01.(none)

Write log messages on stderr, instead of stdout.


Fri Jan 11 17:37:58 2008 -0500 smariot smart_idiot@idiotbox-01.(none)

Renamed the bzip2 wrapper functions, and server will write commands to the preview file as they happen. Of course, flushing doesn't work yet, so nobody can see them.


Fri Jan 11 17:36:46 2008 -0500 smariot smart_idiot@idiotbox-01.(none)

Readded achive target, and an upload target.


Fri Jan 11 09:24:23 2008 -0500 smariot smart_idiot@idiotbox-01.(none)

Added some ignore files, removed the 'archive' target, and added paint2bmp to the list of programs to compile.


Fri Jan 11 09:11:12 2008 -0500 root root@idiotbox-03.(none)

You've gotta start somewhere.