summaryrefslogtreecommitdiff
path: root/src/utils
AgeCommit message (Collapse)AuthorFilesLines
9 dayslogger.h: de-duplicate __attribute__(__format__(..)) ifdefsFedja Beader2-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-30Remove weird/unnecessary newlining of __VA_ARGS__ in checkutils.hFedja Beader1-6/+3
**** mana/plus!150
2025-02-24added manaverse' copyright line to src/jak12-0/+2
Split from mana/plus!28 and rebased on master by specing. **** mana/plus!131
2025-02-24updated copyright -2020 for manaplusjak12-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-28Squash gcc8 -Wformat-y2k warningFedja Beader1-1/+6
* Run gcc8 job again in this MR * Squash the %c strftime gcc warning **** mana/plus!100
2024-08-27Show mail expiry timeFedja Beader1-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-21Add missing include for libxml2ewewukek1-0/+4
2024-02-21Const correct variable to hold __xmlParserVersion() valueewewukek1-1/+1
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva99-99/+198
2023-04-07fixed gcc deprecation (unary & not1)jak11-5/+4
2021-12-18added ftp:// to url command also @@ftp:/foo.bar|baz@@ fixes #38jak11-2/+2
2021-12-18fixed ItemDB warning, parsing [00:00] timetampsjak11-0/+3
2019-11-18Fix warnings in gcc trunkAndrei Karas1-1/+1
2019-10-16Change type for some loop variables [ci skip]Andrei Karas1-1/+1
2019-06-24Fix code styleAndrei Karas1-6/+8
2019-03-07Add function for find first right separatorAndrei Karas2-0/+33
2019-01-01Update copyright year.Andrei Karas101-101/+101
2018-11-27Fix dispaly '+' on stats with negative values.Andrei Karas1-3/+12
2018-11-27Remove extra ; from different code.Andrei Karas10-26/+26
2018-11-05Fix code style.Andrei Karas1-1/+4
2018-10-29Fix code style.s20181102Andrei Karas3-11/+11
2018-09-20Remove extra include.Andrei Karas1-2/+1
2018-09-20Add check for compiled/linked libxml2 version.Andrei Karas1-1/+17
2018-09-10Fix cast issues.Andrei Karas1-1/+3
2018-09-09Fix code style.Andrei Karas1-2/+0
2018-09-09Fix style issues detected by clang tidy.Andrei Karas2-4/+4
2018-09-09Add default constructor mark into PerfStat.Andrei Karas1-0/+2
2018-09-08Add missing final keyword.Andrei Karas1-1/+1
2018-09-08Apply fps limiter after state logic.Andrei Karas1-3/+5
2018-09-07Add basic performance counters.Andrei Karas2-0/+189
Add in debug window new tab with this counters.
2018-06-03Add missing quotes in some char gm commands.Andrei Karas1-2/+3
2018-05-23Fix warnings in new clang5 builds.Andrei Karas1-0/+4
2018-04-30fix warnings on sunon compilation.Andrei Karas1-3/+5
2018-04-02Add some missing brackets in macroses.Andrei Karas2-7/+7
2018-03-14Add expired field into mailmessage.Andrei Karas1-0/+1
2018-03-03Add support for item stat ranges.Andrei Karas1-24/+52
Example: ... hp="10-15" mp="1-2" ...
2018-03-02Add unit tests for itemxmlutils.Andrei Karas1-0/+7
2018-02-16Remove extra includes.Andrei Karas2-4/+0
2018-02-16Fix compilation with clang.Andrei Karas1-0/+1
2018-02-16Replace file type from stream to FILE in logger.Andrei Karas3-0/+6
This will allow log data from C libs.
2018-02-15Remove unused channel parameter from talk methods.s20180215Andrei Karas2-18/+10
2018-02-14Remove extra includes.Andrei Karas1-2/+0
2018-02-13Add clan window.Andrei Karas2-0/+30
For now can be opened only by chat command /clan.
2018-02-11Move reading and combining item stats into separate file.Andrei Karas2-0/+90
2018-02-11Add basic support for clans.Andrei Karas1-0/+6
2018-02-01Fix compilation with clang.Andrei Karas1-2/+3
2018-01-31Convert function isWordSeparator into constexpr function.Andrei Karas2-10/+8
2018-01-16Fix code style.Andrei Karas2-6/+3
2018-01-04Update copyrights year.Andrei Karas97-97/+97
2017-12-28Add missing override and final to destructors.Andrei Karas3-3/+3
Also remove some empty destructors.