Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-03-05 | Rename manaplus source directories and headers to manaverse | jak1 | 13 | -8/+8 | |
Split off from mana/plus!45: "Rename the program from ManaPlus to ManaVerse." +POTFILES.in CI fix **** mana/plus!132 Co-authored-by: Fedja Beader <fedja@protonmail.ch> | |||||
2025-02-26 | Rename log file manaplus.log -> manaverse.log | jak1 | 2 | -2/+2 | |
(Fedja) I'm suspecting that some CI will break on this. Split off from !45: Rename the program from ManaPlus to ManaVerse. **** mana/plus!135 Co-authored-by: Fedja Beader <fedja@protonmail.ch> | |||||
2025-02-24 | added manaverse' copyright line to src/ | jak1 | 14 | -0/+14 | |
Split from mana/plus!28 and rebased on master by specing. **** mana/plus!131 | |||||
2025-02-24 | updated copyright -2020 for manaplus | jak1 | 14 | -14/+14 | |
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 | |||||
2025-02-20 | Convert navigateTo to take a Position instead of two integers. | Fedja Beader | 2 | -19/+16 | |
Tile coordinates dance in pairs, so let's pair them up. also grows exe size by about 3K, hope this will go away when the rest is converted to Position as well. Note: on my local debug build only. Not on gcc10 CI. Squashed with: * Should it be mNavigateDest or mNavigateTo? Hmm, the jury is still out there ... **** mana/plus!116 | |||||
2025-02-03 | Fix unable to switch to another character after -D (chooseDefault) is used. | Fedja Beader | 1 | -0/+1 | |
Addendum to !89 (and !117) Amusing: putting this line before the .clear() grows the exe by 40 bytes. **** mana/plus!118 | |||||
2024-10-11 | Add confirmation dialog for leaving guild | Fedja Beader | 1 | -2/+2 | |
Memory may not be freed properly, also code is IMO ugly. See !109 for the other way of implementing this (unrelated). Was done in socialWindow as the join confirmation is already there. **** mana/plus!110 | |||||
2024-02-21 | Don't depend on __clang__ and include <ctime> on all non-Windows platforms | ewewukek | 1 | -4/+2 | |
2024-02-09 | Update copyright headers up to 2023 | Jesusalva Jesusalva | 13 | -13/+26 | |
2021-12-18 | added ftp:// to url command also @@ftp:/foo.bar|baz@@ fixes #38 | jak1 | 1 | -2/+3 | |
2021-12-18 | added diagnostic ignore -Warray-bounds to gcc-snapshot (gcc11+ bug) | jak1 | 1 | -0/+3 | |
2021-06-06 | added exitcode 7 to unique sessions (-S) | jak1 | 2 | -4/+9 | |
2021-05-08 | Remove -enablecommandlinepassword necessity | Jesusaves | 1 | -8/+0 | |
It is annoying and helps nothing. | |||||
2020-05-30 | Split multi line #if into separate ifs | Andrei Karas | 2 | -7/+9 | |
2020-05-30 | Fix left style issues from switch port merging | Andrei Karas | 2 | -2/+4 | |
2020-05-07 | Fix code style after merged switch port code | Andrei Karas | 1 | -1/+2 | |
2020-04-25 | add "SAVE_PASSWORD" define option | cpasjuste | 1 | -0/+11 | |
2020-04-24 | switch: don't use atexit not working on switch | cpasjuste | 1 | -1/+2 | |
2020-04-23 | switch: enable opengles2 renderer | cpasjuste | 1 | -1/+1 | |
2020-04-22 | switch: enable sdl2 keyboard | cpasjuste | 1 | -1/+1 | |
2020-04-22 | switch: first commit | cpasjuste | 1 | -1/+1 | |
2020-02-23 | Fix some code style issues | Andrei Karas | 4 | -5/+11 | |
2019-11-18 | Fix warnings in gcc trunk | Andrei Karas | 2 | -4/+4 | |
2019-10-16 | Fix code style, ignore some warning in clang-tidy | Andrei Karas | 4 | -5/+5 | |
2019-09-30 | Add missing static keywords | Andrei Karas | 1 | -1/+1 | |
2019-06-27 | Remove extra include | Andrei Karas | 1 | -0/+2 | |
2019-06-27 | Add missing translation comment | Andrei Karas | 1 | -0/+1 | |
2019-06-10 | Add chat command /trimmemory for force trim freed memory | Andrei Karas | 2 | -0/+16 | |
2019-04-08 | If map too small, clear screen before drawing map | Andrei Karas | 1 | -0/+2 | |
Clear map not works on software renderer. | |||||
2019-01-27 | Remove useless strprintf from actions/chat.cpp | Andrei Karas | 1 | -1/+1 | |
2019-01-25 | Add packet SMSG_INVENTORY_EXPANSION_INFO 0x0b18 | Andrei Karas | 1 | -0/+1 | |
2019-01-01 | Update copyright year. | Andrei Karas | 27 | -27/+27 | |
2018-11-27 | Remove extra ; from different code. | Andrei Karas | 5 | -34/+34 | |
2018-11-12 | Fix memory leak in dyecmd on exit. | Andrei Karas | 1 | -0/+4 | |
2018-11-12 | Fix crash in dyecmd compiled with compiler with support for SIMD. | Andrei Karas | 1 | -0/+6 | |
2018-11-12 | Fix code style. | Andrei Karas | 1 | -1/+2 | |
2018-10-29 | Fix code style.s20181102 | Andrei Karas | 3 | -4/+4 | |
2018-10-19 | Fix code style. | Andrei Karas | 1 | -2/+1 | |
2018-09-08 | Draw at end of frame before fps limiter. | Andrei Karas | 1 | -16/+16 | |
2018-09-08 | Apply fps limiter after state logic. | Andrei Karas | 1 | -8/+9 | |
2018-09-07 | Add basic performance counters. | Andrei Karas | 1 | -0/+34 | |
Add in debug window new tab with this counters. | |||||
2018-07-27 | Send talk request from context menu by being id. | Andrei Karas | 1 | -1/+13 | |
2018-07-26 | Add support for changed item id size in packets. | Andrei Karas | 2 | -0/+2 | |
From some packet version hercules support item id fields as int32. | |||||
2018-06-18 | Fix some style issues after automatic checks. | Andrei Karas | 1 | -1/+1 | |
2018-05-23 | Remove debug line. | Andrei Karas | 1 | -1/+0 | |
2018-05-22 | Add configure option for enable/disable accepting password from command line. | Andrei Karas | 1 | -0/+8 | |
2018-05-22 | Fix some implicit casts. | Andrei Karas | 1 | -3/+3 | |
2018-05-19 | Extend /use chat command for support color and use action. | Andrei Karas | 1 | -4/+23 | |
Example: /use 501 - use item 501 in default way. /use "501,1" 0 - use item 501 in default way. /use "501,2" - use item 501 with color 2 (acorn not have colors) /use 501 1 - use item 501 with action 1 (plant) | |||||
2018-04-13 | Fix code style. | Andrei Karas | 1 | -1/+0 | |
2018-04-09 | Switch upload files service from http://sprunge.us to http://ex.io | Andrei Karas | 1 | -2/+2 | |