Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2018-04-09 | Disable for now removing upload object. | Andrei Karas | 1 | -1/+2 | |
because it cant be removed from SDL thread callback because use after free, | |||||
2018-04-06 | Add variables with packet versions for each packet types (main, re, zero). | Andrei Karas | 2 | -0/+9 | |
2018-03-09 | Add skin parameter to all button constructors. | Andrei Karas | 2 | -14/+14 | |
2018-03-08 | Add support for change pin code by server request. | Andrei Karas | 4 | -0/+21 | |
2018-03-08 | Focus previous window after pin code accepted by server. | Andrei Karas | 4 | -0/+20 | |
2018-03-08 | Add support for enter auth pincode. | Andrei Karas | 1 | -0/+2 | |