Initial implementation of the new abstraction architecture.
commit8c2ff25c3a8f610df40f1a998cc8a2d5c6b24e49
authorMaurizio Monge <maurizio@localhost.localdomain>
Wed, 4 Jul 2007 17:28:23 +0000 (4 18:28 +0100)
committerMaurizio Monge <maurizio@localhost.localdomain>
Thu, 5 Jul 2007 09:48:49 +0000 (5 10:48 +0100)
tree240f025a4d92860425aaa1f3edba1929513d1700
parent4a02e5affad2d7f24f2767339f8d88ce48017775
Initial implementation of the new abstraction architecture.

**BROKEN**
33 files changed:
src/animation.cpp
src/animation.h
src/board.cpp
src/board.h
src/boardsprite.h__ [new file with mode: 0644]
src/console.h
src/element.cpp__ [new file with mode: 0644]
src/element.h__ [copied from src/poolinfo.h with 51% similarity]
src/graphicalapi.h [new file with mode: 0644]
src/graphicalgame.cpp
src/graphicalgame.h
src/graphicalsystem.cpp [new file with mode: 0644]
src/graphicalsystem.h [new file with mode: 0644]
src/grid.h
src/icsconnection.cpp
src/kboard.h
src/kboard_fwd.h
src/main.cpp
src/namedsprite.h [new file with mode: 0644]
src/piecegroup.cpp
src/piecegroup.h
src/piecepool.cpp
src/piecepool.h
src/poolinfo.cpp
src/poolinfo.h
src/positioninfo.cpp
src/sprite.cpp [new file with mode: 0644]
src/sprite.h [new file with mode: 0644]
src/unwrapped_graphicalapi.h [new file with mode: 0644]
src/variants/chess.cpp
src/variants/xchess/animator.h
src/variants/xchess/animator.impl.h
src/wrappedanimator.h__ [new file with mode: 0644]