]> git.lizzy.rs Git - dragonfireclient.git/commit
Add colored text (not only colored chat).
authorEkdohibs <nathanael.courant@laposte.net>
Tue, 31 May 2016 15:30:11 +0000 (17:30 +0200)
committerEkdohibs <nathanael.courant@laposte.net>
Tue, 31 May 2016 15:34:29 +0000 (17:34 +0200)
commit14ef2b445adcec770defe1abf83af9d22ccf39d8
treebe434ea35d6134f4e7b90a74283a21815ed079ee
parent1d40385d4aacf0cbea4b19ff06940e8c9bebaf47
Add colored text (not only colored chat).

Add documentation, move files to a proper place and avoid memory leaks.
Make it work with most kind of texts, and allow backgrounds too.
32 files changed:
builtin/game/chatcommands.lua
builtin/game/misc.lua
builtin/settingtypes.txt
doc/lua_api.txt
src/CMakeLists.txt
src/cguittfont/CGUITTFont.cpp
src/cguittfont/CGUITTFont.h
src/chat.cpp
src/chat.h
src/client/CMakeLists.txt
src/client/guiChatConsole.cpp [deleted file]
src/client/guiChatConsole.h [deleted file]
src/defaultsettings.cpp
src/game.cpp
src/guiChatConsole.cpp [new file with mode: 0644]
src/guiChatConsole.h [new file with mode: 0644]
src/guiEngine.cpp
src/guiEngine.h
src/guiFormSpecMenu.cpp
src/guiFormSpecMenu.h
src/irrlicht_changes/CMakeLists.txt [new file with mode: 0644]
src/irrlicht_changes/static_text.cpp [new file with mode: 0644]
src/irrlicht_changes/static_text.h [new file with mode: 0644]
src/terminal_chat_console.cpp
src/util/CMakeLists.txt
src/util/coloredstring.cpp [deleted file]
src/util/coloredstring.h [deleted file]
src/util/enriched_string.cpp [new file with mode: 0644]
src/util/enriched_string.h [new file with mode: 0644]
src/util/statictext.cpp [deleted file]
src/util/statictext.h [deleted file]
src/util/string.h