~bregma/ucube/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
2010-10-15  Stephen M. Webb  <stephen.webb@canonical.com>

  Removed unused pointer-handling functions.

  * ucube/gamestate.h (pointer_move): removed
    (pointerClick): same
  * ucube/gamestate.cpp: same
  * ucube/introstate.h: same
  * ucube/introstate.cpp: same
  * ucube/playstate.h: same
  * ucube/playstate.cpp: same
  * ucube/app.cpp: removed use of same

2010-10-15  Stephen M. Webb  <stephen.webb@canonical.com>

  Added mouse support to main menu.

  * ucube/event.cpp: new file
  * ucube/event.h: new file
  * ucube/Makefile.am: added them
  * ucube/gamestate.h (handle_event): new call
  * ucube/gamestate.cpp (hanlde_event): implemented it
  * ucube/introstate.h (handle_event): new call
  * ucube/introstate.cpp: implemented it
  * ucube/playstate.h (handle_event): new call
  * ucube/playstate.cpp: implemented it
  * ucube/app.cpp: used new handle_event call

2010-09-27  Stephen M. Webb  <stephen.webb@canonical.com>

  Project creation.