diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-11 16:15:55 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-11 16:19:06 +0900 |
commit | 5a413fcfb0c67a3f8173216352c5c87dbe3097e5 (patch) | |
tree | 2c4110256a0faa017d803c802f2e3011c2f095e4 /konquest/ChangeLog | |
parent | 5f8a7a3105f27c7b45d98a7a6063ef561a45dd29 (diff) | |
download | tdegames-5a413fcfb0c67a3f8173216352c5c87dbe3097e5.tar.gz tdegames-5a413fcfb0c67a3f8173216352c5c87dbe3097e5.zip |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 931f81f9fe49f3fe339bb3cb23501393bfbb2d0a)
Diffstat (limited to 'konquest/ChangeLog')
-rw-r--r-- | konquest/ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/konquest/ChangeLog b/konquest/ChangeLog index 0601252e..74a128b1 100644 --- a/konquest/ChangeLog +++ b/konquest/ChangeLog @@ -5,16 +5,16 @@ 2004-08-22 Inge Wallin <inge@lysator.liu.se> - * gameboard.cc (nextTurn): Fixed a grammatical error. + * gameboard.cpp (nextTurn): Fixed a grammatical error. 0.99.4 -- Brought the KDE CVS tree in sync with my own. Changes from previous version - include: + include: -- removed dependence on libg++ random integer classes - -- fixed a couple of problems with the game state machine. + -- fixed a couple of problems with the game state machine. 0.0.4 -- - Fixed (hopefully) a compiler error. gamecore.cc would compile fine with + Fixed (hopefully) a compiler error. gamecore.cpp would compile fine with debug (-g), but not with the optimizer (-O2). Added a destructor and things seem okay. |