Colored chat working as expected for both freetype and non-freetype builds. @nerzhul...
authorTriBlade9 <triblade9@mail.com>
Fri, 16 Jan 2015 06:54:26 +0000 (14:54 +0800)
committerEkdohibs <nathanael.courant@laposte.net>
Tue, 31 May 2016 15:34:29 +0000 (17:34 +0200)
commit1d40385d4aacf0cbea4b19ff06940e8c9bebaf47
tree39732d23598a1c14d514ff35d241f9499f0a3c13
parent0e44af9f7056a78a8e561f708751acceacd149c1
Colored chat working as expected for both freetype and non-freetype builds. @nerzhul improvements * Add unit tests * Fix coding style * move guiChatConsole.hpp to client/
15 files changed:
builtin/game/chatcommands.lua
builtin/game/misc.lua
src/chat.cpp
src/chat.h
src/client/CMakeLists.txt
src/client/guiChatConsole.cpp [new file with mode: 0644]
src/client/guiChatConsole.h [new file with mode: 0644]
src/game.cpp
src/guiChatConsole.cpp [deleted file]
src/guiChatConsole.h [deleted file]
src/util/CMakeLists.txt
src/util/coloredstring.cpp [new file with mode: 0644]
src/util/coloredstring.h [new file with mode: 0644]
src/util/statictext.cpp [new file with mode: 0644]
src/util/statictext.h [new file with mode: 0644]