GSoC/GCI Archive
Google Code-in 2012 Copyleft Games Group

Hedgewars: Remove Wiggle code

completed by: Martin Bede

mentors: Andrey Korotaev, Xeli, Sheepy, koda

Remember to join our IRC channel when working on this task! We are on #hedgewars at freenode.net. If you are new to IRC, read this tutorial from a past GCI participant.

Your task

Wiggle is a method to display stereo 3d images by showing the left and right image consecutively (see more on Wikipedia) but it doesn't really work out for games. Can you remove all code referencing the Wiggle method and smAFR from both engine and frontend? Also we'd like a little reordering of the anaglyph section, by listing them near each other.

Deliverable

A working patch, that applies cleanly to our source tree. This patch should be in the form of a pull from clone, hg export or unified diff format (in order of preference) implementing the functionality required.