Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
9 days | logger.h: de-duplicate __attribute__(__format__(..)) ifdefs | Fedja Beader | 2 | -17/+5 | |
Squashed with: * Rename - it's member shift, not printf shift * So it seems that CILK PLUS either ignores the this argument of member functions or already considers it on its own. Besides.. is CILK PLUS even relevant today? Whatever.. Plus, deduplicate some more functions ..should this attribute be moved to its own file? * Correct indents * logger.h: de-duplicate __attribute__(__format__(..)) **** mana/plus!163 | |||||
2025-03-30 | Remove weird/unnecessary newlining of __VA_ARGS__ in checkutils.h | Fedja Beader | 1 | -6/+3 | |
**** mana/plus!150 | |||||
2025-02-24 | added manaverse' copyright line to src/ | jak1 | 2 | -0/+2 | |
Split from mana/plus!28 and rebased on master by specing. **** mana/plus!131 | |||||
2025-02-24 | updated copyright -2020 for manaplus | jak1 | 2 | -2/+2 | |
In theory split out from mana/plus!28, in practice I (specing) just ran sed myself instead of bothering with splitting out changes. **** mana/plus!130 | |||||
2024-08-28 | Squash gcc8 -Wformat-y2k warning | Fedja Beader | 1 | -1/+6 | |
* Run gcc8 job again in this MR * Squash the %c strftime gcc warning **** mana/plus!100 | |||||
2024-08-27 | Show mail expiry time | Fedja Beader | 1 | -1/+2 | |
Server does not communicate sent time.. or it did, until 2017 ?? See src/map/clif.c #if PACKETVER >= 20170419 The RODEX_EXPIRY constant seems not to be communicated either, preventing us from deducing send time from expiry time. **** mana/plus!90 | |||||
2024-02-21 | Add missing include for libxml2 | ewewukek | 1 | -0/+4 | |
2024-02-21 | Const correct variable to hold __xmlParserVersion() value | ewewukek | 1 | -1/+1 | |
2024-02-09 | Update copyright headers up to 2023 | Jesusalva Jesusalva | 99 | -99/+198 | |
2023-04-07 | fixed gcc deprecation (unary & not1) | jak1 | 1 | -5/+4 | |
2021-12-18 | added ftp:// to url command also @@ftp:/foo.bar|baz@@ fixes #38 | jak1 | 1 | -2/+2 | |
2021-12-18 | fixed ItemDB warning, parsing [00:00] timetamps | jak1 | 1 | -0/+3 | |
2019-11-18 | Fix warnings in gcc trunk | Andrei Karas | 1 | -1/+1 | |
2019-10-16 | Change type for some loop variables [ci skip] | Andrei Karas | 1 | -1/+1 | |
2019-06-24 | Fix code style | Andrei Karas | 1 | -6/+8 | |
2019-03-07 | Add function for find first right separator | Andrei Karas | 2 | -0/+33 | |
2019-01-01 | Update copyright year. | Andrei Karas | 101 | -101/+101 | |
2018-11-27 | Fix dispaly '+' on stats with negative values. | Andrei Karas | 1 | -3/+12 | |
2018-11-27 | Remove extra ; from different code. | Andrei Karas | 10 | -26/+26 | |
2018-11-05 | Fix code style. | Andrei Karas | 1 | -1/+4 | |
2018-10-29 | Fix code style.s20181102 | Andrei Karas | 3 | -11/+11 | |
2018-09-20 | Remove extra include. | Andrei Karas | 1 | -2/+1 | |
2018-09-20 | Add check for compiled/linked libxml2 version. | Andrei Karas | 1 | -1/+17 | |
2018-09-10 | Fix cast issues. | Andrei Karas | 1 | -1/+3 | |
2018-09-09 | Fix code style. | Andrei Karas | 1 | -2/+0 | |
2018-09-09 | Fix style issues detected by clang tidy. | Andrei Karas | 2 | -4/+4 | |
2018-09-09 | Add default constructor mark into PerfStat. | Andrei Karas | 1 | -0/+2 | |
2018-09-08 | Add missing final keyword. | Andrei Karas | 1 | -1/+1 | |
2018-09-08 | Apply fps limiter after state logic. | Andrei Karas | 1 | -3/+5 | |
2018-09-07 | Add basic performance counters. | Andrei Karas | 2 | -0/+189 | |
Add in debug window new tab with this counters. | |||||
2018-06-03 | Add missing quotes in some char gm commands. | Andrei Karas | 1 | -2/+3 | |
2018-05-23 | Fix warnings in new clang5 builds. | Andrei Karas | 1 | -0/+4 | |
2018-04-30 | fix warnings on sunon compilation. | Andrei Karas | 1 | -3/+5 | |
2018-04-02 | Add some missing brackets in macroses. | Andrei Karas | 2 | -7/+7 | |
2018-03-14 | Add expired field into mailmessage. | Andrei Karas | 1 | -0/+1 | |
2018-03-03 | Add support for item stat ranges. | Andrei Karas | 1 | -24/+52 | |
Example: ... hp="10-15" mp="1-2" ... | |||||
2018-03-02 | Add unit tests for itemxmlutils. | Andrei Karas | 1 | -0/+7 | |
2018-02-16 | Remove extra includes. | Andrei Karas | 2 | -4/+0 | |
2018-02-16 | Fix compilation with clang. | Andrei Karas | 1 | -0/+1 | |
2018-02-16 | Replace file type from stream to FILE in logger. | Andrei Karas | 3 | -0/+6 | |
This will allow log data from C libs. | |||||
2018-02-15 | Remove unused channel parameter from talk methods.s20180215 | Andrei Karas | 2 | -18/+10 | |
2018-02-14 | Remove extra includes. | Andrei Karas | 1 | -2/+0 | |
2018-02-13 | Add clan window. | Andrei Karas | 2 | -0/+30 | |
For now can be opened only by chat command /clan. | |||||
2018-02-11 | Move reading and combining item stats into separate file. | Andrei Karas | 2 | -0/+90 | |
2018-02-11 | Add basic support for clans. | Andrei Karas | 1 | -0/+6 | |
2018-02-01 | Fix compilation with clang. | Andrei Karas | 1 | -2/+3 | |
2018-01-31 | Convert function isWordSeparator into constexpr function. | Andrei Karas | 2 | -10/+8 | |
2018-01-16 | Fix code style. | Andrei Karas | 2 | -6/+3 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 97 | -97/+97 | |
2017-12-28 | Add missing override and final to destructors. | Andrei Karas | 3 | -3/+3 | |
Also remove some empty destructors. |