summaryrefslogtreecommitdiffstats
path: root/src/CompositeChat.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-08CompositeChat: use variants12xx121-187/+62
2020-11-11changing cComposite Chat to newer c++ standart (#5028)12xx121-60/+57
2020-05-16Update logging code to reduce unnecessary string copying:Peter Bell1-12/+12
2020-05-09Update submodules (#4727)peterbell101-3/+3
2020-04-16Using Super.Mattes D1-7/+7
2016-12-16CompositeChat: Use shorter JSON format.Mattes D1-1/+8
2016-09-25Fixed cCompositeChat's constructor LuaAPI bindings.Mattes D1-3/+2
2016-08-04Fixed RasPi builds of unit tests.Mattes D1-1/+3
2016-06-18SelfTests: Moved cCompositeChat test to a separate project.Mattes D1-89/+0
2016-02-05Bulk clearing of whitespaceLogicParrot1-17/+17
2015-06-11SelfTests are registered and executed after logging framework init.Mattes D1-12/+11
2015-05-24Made -Weverything an error.tycho1-5/+5
2015-05-19Make -Werror disabling file onlytycho1-0/+4
2014-09-13Moved chat json creating to the CompositeChat class.Howaner1-0/+178
2014-08-12Renamed LoggersTycho1-12/+12
2014-08-10First Implementatation of new Loggin frameworkTycho1-12/+12
2014-07-17Normalized comments.madmaxoft1-9/+9
2014-05-19cCompositeChat message type is now formattedTiger Wang1-1/+2
2014-05-19Added client translation to achievementsTiger Wang1-0/+22
2014-04-01LOG() API reads the LogLevel from the cCompositeChat's MessageType.madmaxoft1-0/+23
2014-03-31Console logging supports cCompositeChat as its parameters.madmaxoft1-0/+29
2014-03-31cCompositeChat has a MessageType param in the constructor.madmaxoft1-2/+2
2014-03-14Fixed a couple of missing defsTycho1-1/+1
2014-03-10Fixed test assertsTycho1-31/+31
2014-02-16Links sent via chat messages are clickable.madmaxoft1-0/+15
2014-02-16Implemented cCompositeChat::ParseText(), incl. self-test.madmaxoft1-1/+206
2014-02-15Implemented cCompositeChat.madmaxoft1-0/+206