Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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. |