Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CompositeChat: use variants | 12xx12 | 2021-02-08 | 1 | -94/+25 |
| | |||||
* | changing cComposite Chat to newer c++ standart (#5028) | 12xx12 | 2020-11-11 | 1 | -3/+8 |
| | | | | | | | | | | | | | | | | | | | | * upgraded to new C++ for loops and fixed errors * readded delete instruction * now using unique ptr * added test for text only (that was causing an error for me) * using unique ptr constructor * added move constructor and deleted copy constructor * fixed deconstuctor http prefixes are constexpr and std::string_view * fixed whitespace Co-authored-by: 12xx12 <12xx12100@gmail.com> | ||||
* | Update logging code to reduce unnecessary string copying: | Peter Bell | 2020-05-16 | 1 | -2/+1 |
| | | | | | | * Write into a single fmt::memory_buffer * Use string_view instead of AString for listener callbacks * Also collapsed vFLOG and vLOG functions into one per formatting type | ||||
* | Add two missing include guards | Tiger Wang | 2020-05-04 | 1 | -0/+2 |
| | |||||
* | Using Super. | Mattes D | 2020-04-16 | 1 | -15/+48 |
| | |||||
* | Fixed cCompositeChat's constructor LuaAPI bindings. | Mattes D | 2016-09-25 | 1 | -15/+11 |
| | | | | The tolua-generated constructor would return an extra string value. | ||||
* | Bulk clearing of whitespace | LogicParrot | 2016-02-05 | 1 | -39/+39 |
| | |||||
* | Increase robustness of the logging subsystem | tycho | 2015-09-15 | 1 | -0/+1 |
| | |||||
* | Moved chat json creating to the CompositeChat class. | Howaner | 2014-09-13 | 1 | -0/+6 |
| | |||||
* | Renamed Loggers | Tycho | 2014-08-12 | 1 | -1/+1 |
| | |||||
* | First Implementatation of new Loggin framework | Tycho | 2014-08-10 | 1 | -1/+1 |
| | |||||
* | Update CompositeChat.h | Tiger Wang | 2014-05-20 | 1 | -2/+4 |
| | |||||
* | cCompositeChat message type is now formatted | Tiger Wang | 2014-05-19 | 1 | -1/+8 |
| | |||||
* | Added client translation to achievements | Tiger Wang | 2014-05-19 | 1 | -0/+15 |
| | |||||
* | LOG() API reads the LogLevel from the cCompositeChat's MessageType. | madmaxoft | 2014-04-01 | 1 | -0/+4 |
| | |||||
* | Console logging supports cCompositeChat as its parameters. | madmaxoft | 2014-03-31 | 1 | -0/+5 |
| | |||||
* | cCompositeChat has a MessageType param in the constructor. | madmaxoft | 2014-03-31 | 1 | -1/+1 |
| | | | | This should make it easier to use. | ||||
* | Manually exported cCompositeChat modifiers. | madmaxoft | 2014-03-04 | 1 | -7/+10 |
| | | | | This adds chaining support to them. Fixes #755. | ||||
* | Fixed a memory leak in CompositeChat. | madmaxoft | 2014-02-17 | 1 | -0/+3 |
| | |||||
* | Links sent via chat messages are clickable. | madmaxoft | 2014-02-16 | 1 | -0/+3 |
| | | | | Fixes #658. | ||||
* | Implemented cCompositeChat::ParseText(), incl. self-test. | madmaxoft | 2014-02-16 | 1 | -0/+5 |
| | |||||
* | Implemented cCompositeChat. | madmaxoft | 2014-02-15 | 1 | -0/+172 |
This allows plugins to send composite chat messages, containing URLs, commands to run and cmdline suggestions. Fixes #678. |