Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-12-16 | CompositeChat: Use shorter JSON format. | Mattes D | 1 | -1/+8 | |
2016-09-25 | Fixed cCompositeChat's constructor LuaAPI bindings. | Mattes D | 1 | -3/+2 | |
The tolua-generated constructor would return an extra string value. | |||||
2016-08-04 | Fixed RasPi builds of unit tests. | Mattes D | 1 | -1/+3 | |
On RasPi with gcc 4.8.2, the asserts wouldn't compile when tests were enabled. Enforced the assumption that ASSERT code is generated only in Debug builds. | |||||
2016-06-18 | SelfTests: Moved cCompositeChat test to a separate project. | Mattes D | 1 | -89/+0 | |
2016-02-05 | Bulk clearing of whitespace | LogicParrot | 1 | -17/+17 | |
2015-06-11 | SelfTests are registered and executed after logging framework init. | Mattes D | 1 | -12/+11 | |
Fixes #2228. | |||||
2015-05-24 | Made -Weverything an error. | tycho | 1 | -5/+5 | |
2015-05-19 | Make -Werror disabling file only | tycho | 1 | -0/+4 | |
Ad fix a load of warnings | |||||
2014-09-13 | Moved chat json creating to the CompositeChat class. | Howaner | 1 | -0/+178 | |
2014-08-12 | Renamed Loggers | Tycho | 1 | -12/+12 | |
2014-08-10 | First Implementatation of new Loggin framework | Tycho | 1 | -12/+12 | |
2014-07-17 | Normalized comments. | madmaxoft | 1 | -9/+9 | |
This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign. | |||||
2014-05-19 | cCompositeChat message type is now formatted | Tiger Wang | 1 | -1/+2 | |
2014-05-19 | Added client translation to achievements | Tiger Wang | 1 | -0/+22 | |
2014-04-01 | LOG() API reads the LogLevel from the cCompositeChat's MessageType. | madmaxoft | 1 | -0/+23 | |
2014-03-31 | Console logging supports cCompositeChat as its parameters. | madmaxoft | 1 | -0/+29 | |
2014-03-31 | cCompositeChat has a MessageType param in the constructor. | madmaxoft | 1 | -2/+2 | |
This should make it easier to use. | |||||
2014-03-14 | Fixed a couple of missing defs | Tycho | 1 | -1/+1 | |
2014-03-10 | Fixed test asserts | Tycho | 1 | -31/+31 | |
2014-02-16 | Links sent via chat messages are clickable. | madmaxoft | 1 | -0/+15 | |
Fixes #658. | |||||
2014-02-16 | Implemented cCompositeChat::ParseText(), incl. self-test. | madmaxoft | 1 | -1/+206 | |
2014-02-15 | Implemented cCompositeChat. | madmaxoft | 1 | -0/+206 | |
This allows plugins to send composite chat messages, containing URLs, commands to run and cmdline suggestions. Fixes #678. |