Revision 642786
Go back to digest for 18th March 2007Other in Games
Aron Boström committed changes in /trunk/playground/games/bovo:
Code quality commit:
* Code cleanup
* Refactorizations
* Build speedup (a clean build compiles 35 % faster now)
* Rebuild speedup (extensive use of forward declarations, to avoid rebuilding unchanged .o-files)
* Whitespace changes
* And a few more changes...
File Changes
Added 7 files
- /trunk/playground/games/bovo
- /ai/aisquare.cc
- /game/common.h
- /game/coord.cc
- /game/dim.cc
- /game/square.cc
- /gui/move.cc
- /gui/move.h
Deleted 2 files
- /trunk/playground/games/bovo
- /ai/ai.h
- /gui/commondefs.h
Modified 23 files
- /trunk/playground/games/bovo
- /TODO
- /ai/aiboard.cc
- /ai/aiboard.h
- /ai/aisquare.h
- /ai/CMakeLists.txt
- /game/board.cc
- /game/board.h
- /game/CMakeLists.txt
- /game/coord.h
- /game/dim.h
- /game/square.h
- /gui/CMakeLists.txt
- /gui/game.cc
- /gui/game.h
- /gui/mainwindow.cc
- /gui/mainwindow.h
- /gui/mark.cc
- /gui/mark.h
- /gui/scene.cc
- /gui/scene.h
- /gui/view.h
- /gui/winitem.cc
- /gui/winitem.h
32 files changed in total