Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-05-24 | Switch source code headers to ManaVerse & update copyrights to 2025 | Fedja Beader | 1 | -3/+3 | |
.. instead of manaplus's header. & update copyrights to 2025. Open problem: should it be "The ManaVerse Client", "the ManaVerse client" or something in between in "This file is part of ..." line? All caps is current situation. Squashed with: * update copyright dates for 2025 * Revert "Switch to branch of mplint that checks for manaverse copyright headers" * Change back to uppercase The Why? This line was changed 3 times in history and all had an uppercase The. PS: ManaVerse has no endorsment from the parent project, ManaPlus. * Change to "This file is part of the ManaVerse Client" poppet says 'the' instead of 'The' find . \( -name "*.h" -o -name "*.cpp" -o -name "*.cc" -o -name "*.inc" \) -execdir sed -i -e 's/This file is part of The ManaPlus Client/This file is part of the ManaVerse Client/' {} \+ * Change 'The ManaPlus Client' to 'The ManaVerse Client' in headers find . \( -name "*.h" -o -name "*.cpp" -o -name "*.cc" -o -name "*.inc" \) -execdir sed -i -e '2s/ManaPlus/ManaVerse/' {} \+ * Switch to branch of mplint that checks for manaverse copyright headers .. instead of manaplus's **** mana/plus!179 | |||||
2024-08-27 | Show mail expiry time | Fedja Beader | 1 | -0/+4 | |
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-09 | Update copyright headers up to 2023 | Jesusalva Jesusalva | 1 | -1/+2 | |
2019-01-01 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2018-11-27 | Remove extra ; from different code. | Andrei Karas | 1 | -3/+3 | |
2018-03-14 | Auto validate to field in reply mail. | Andrei Karas | 1 | -0/+5 | |
2018-03-09 | Add skin parameter to all button constructors. | Andrei Karas | 1 | -6/+10 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-12-27 | Remove default parameters from window. | Andrei Karas | 1 | -2/+2 | |
2017-12-26 | Remove default parameters from itemcontainer. | Andrei Karas | 1 | -1/+2 | |
2017-12-25 | Remove default parameters from containerplacer. | Andrei Karas | 1 | -14/+14 | |
2017-09-02 | Add missing translators comment into mailviewwindow.cpp | Andrei Karas | 1 | -1/+1 | |
2017-09-02 | Remove unused define. | Andrei Karas | 1 | -2/+0 | |
2017-09-02 | Fix compilation with old compilers again. | Andrei Karas | 1 | -11/+3 | |
Replace PRId64 to casting to uint32_t. | |||||
2017-09-02 | Fix compilation for old compilers. | Andrei Karas | 1 | -0/+6 | |
2017-09-01 | Add missing include for some compilers. | Andrei Karas | 1 | -0/+4 | |
2017-09-01 | Fix code style. | Andrei Karas | 1 | -6/+6 | |
2017-08-28 | Remove extra includes. | Andrei Karas | 1 | -8/+0 | |
2017-08-26 | Show attached item in item container in old mail system. | Andrei Karas | 1 | -1/+0 | |
2017-08-26 | In mail view window use own items scroll area xml configuration. | Andrei Karas | 1 | -1/+1 | |
2017-08-26 | Add support for getting attached money from mail message. | Andrei Karas | 1 | -0/+25 | |
2017-08-26 | Add support for getting attached items from mail message. | Andrei Karas | 1 | -3/+33 | |
2017-08-26 | In mail view window show buttons for get attach and money. | Andrei Karas | 1 | -5/+20 | |
Also fix default window height. | |||||
2017-08-26 | Show/hide get attach button in mail view window based on attached items and ↵ | Andrei Karas | 1 | -15/+19 | |
money. | |||||
2017-08-26 | Add inventory type for mail view window. Not allow drag from/to this inventory. | Andrei Karas | 1 | -1/+1 | |
2017-08-26 | Rename InventoryType::Mail into InventoryType::MailEdit. | Andrei Karas | 1 | -1/+1 | |
2017-08-25 | Add basic support for view mail message. | Andrei Karas | 1 | -41/+40 | |
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 1 | -10/+10 | |
2017-04-03 | Use pathJoin for concatinate some paths. | Andrei Karas | 1 | -1/+1 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-06-07 | Move image class into image directory. | Andrei Karas | 1 | -1/+2 | |
2016-05-25 | Change namespace in resources loaders from other to Loader. | Andrei Karas | 1 | -1/+1 | |
2016-05-25 | Move images load function from resourcemanager into separate file. | Andrei Karas | 1 | -2/+2 | |
2016-05-24 | Move resourcemanager into subdirectory. | Andrei Karas | 1 | -1/+2 | |
2016-01-04 | Add missing TRANSLATORS comments to translation strings. | Andrei Karas | 1 | -4/+14 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-12-31 | Move ImagePosition enum into enums directory. | Andrei Karas | 1 | -1/+1 | |
2015-08-22 | Use resource manager as global variable. | Andrei Karas | 1 | -2/+1 | |
2015-08-20 | Use separate icons palette. | Andrei Karas | 1 | -1/+1 | |
2015-08-16 | In all places try get item color from ItemColorManager. | Andrei Karas | 1 | -0/+1 | |
2015-08-16 | Add strong typed int for item color. | Andrei Karas | 1 | -1/+2 | |
2015-06-14 | Use CREATEWIDGET macro in mailviewwindow. | Andrei Karas | 1 | -2/+2 | |
2015-05-28 | Add strong typed bool type Visible. | Andrei Karas | 1 | -1/+1 | |
2015-05-21 | Call postInit after each window creation. | Andrei Karas | 1 | -0/+1 | |
2015-05-05 | Add strong typed bool type for modal bool flag. | Andrei Karas | 1 | -1/+1 | |
2015-05-04 | Fix code style. | Andrei Karas | 1 | -4/+0 | |
2015-04-30 | Fix default sizes for mail windows. | Andrei Karas | 1 | -1/+1 | |
2015-04-30 | Add reply button for reply to mail message. | Andrei Karas | 1 | -1/+17 | |
2015-04-30 | In mail view window show item amount. | Andrei Karas | 1 | -1/+9 | |
2015-04-30 | In mail view window add buttons for open previous and next message. | Andrei Karas | 1 | -3/+20 | |