diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-09-20 14:32:06 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-09-20 14:32:06 +0000 |
commit | 0f730185d2e73bf80b6a53952c626a7b22ab5055 (patch) | |
tree | cacbe04bb3855ade0d3fa9c30302036e1be9a7ec /ChangeLog | |
parent | aa786b1b7898c9a4cd47135fabd3b1558b6d71c5 (diff) | |
download | mana-0f730185d2e73bf80b6a53952c626a7b22ab5055.tar.gz mana-0f730185d2e73bf80b6a53952c626a7b22ab5055.tar.bz2 mana-0f730185d2e73bf80b6a53952c626a7b22ab5055.tar.xz mana-0f730185d2e73bf80b6a53952c626a7b22ab5055.zip |
Fixed use of Enter for closing death and weight notices, and changed glColor4f
to glColor4ub.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2005-09-20 Bjørn Lindeijer <bjorn@lindeijer.nl> + + * src/game.cpp, src/gui/ok_dialog.cpp, src/gui/ok_dialog.h, + src/gui/window.cpp: Enter is used to dismiss dialogs currently, + removed the hacks for use in combination with non-modal dialogs that + made the game crash. + * src/openglgraphics.cpp: Changed glColor4f to glColor4ub. + 2005-09-19 Bjørn Lindeijer <bjorn@lindeijer.nl> * configure.ac: Replaced custom function FIND_PATH with AC_PATH_PROG, |