summaryrefslogtreecommitdiff
path: root/src/progs
AgeCommit message (Collapse)AuthorFilesLines
2024-10-11Add confirmation dialog for leaving guildFedja Beader1-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-21Don't depend on __clang__ and include <ctime> on all non-Windows platformsewewukek1-4/+2
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva13-13/+26
2021-12-18added ftp:// to url command also @@ftp:/foo.bar|baz@@ fixes #38jak11-2/+3
2021-12-18added diagnostic ignore -Warray-bounds to gcc-snapshot (gcc11+ bug)jak11-0/+3
2021-06-06added exitcode 7 to unique sessions (-S)jak12-4/+9
2021-05-08Remove -enablecommandlinepassword necessityJesusaves1-8/+0
It is annoying and helps nothing.
2020-05-30Split multi line #if into separate ifsAndrei Karas2-7/+9
2020-05-30Fix left style issues from switch port mergingAndrei Karas2-2/+4
2020-05-07Fix code style after merged switch port codeAndrei Karas1-1/+2
2020-04-25add "SAVE_PASSWORD" define optioncpasjuste1-0/+11
2020-04-24switch: don't use atexit not working on switchcpasjuste1-1/+2
2020-04-23switch: enable opengles2 renderercpasjuste1-1/+1
2020-04-22switch: enable sdl2 keyboardcpasjuste1-1/+1
2020-04-22switch: first commitcpasjuste1-1/+1
2020-02-23Fix some code style issuesAndrei Karas4-5/+11
2019-11-18Fix warnings in gcc trunkAndrei Karas2-4/+4
2019-10-16Fix code style, ignore some warning in clang-tidyAndrei Karas4-5/+5
2019-09-30Add missing static keywordsAndrei Karas1-1/+1
2019-06-27Remove extra includeAndrei Karas1-0/+2
2019-06-27Add missing translation commentAndrei Karas1-0/+1
2019-06-10Add chat command /trimmemory for force trim freed memoryAndrei Karas2-0/+16
2019-04-08If map too small, clear screen before drawing mapAndrei Karas1-0/+2
Clear map not works on software renderer.
2019-01-27Remove useless strprintf from actions/chat.cppAndrei Karas1-1/+1
2019-01-25Add packet SMSG_INVENTORY_EXPANSION_INFO 0x0b18Andrei Karas1-0/+1
2019-01-01Update copyright year.Andrei Karas27-27/+27
2018-11-27Remove extra ; from different code.Andrei Karas5-34/+34
2018-11-12Fix memory leak in dyecmd on exit.Andrei Karas1-0/+4
2018-11-12Fix crash in dyecmd compiled with compiler with support for SIMD.Andrei Karas1-0/+6
2018-11-12Fix code style.Andrei Karas1-1/+2
2018-10-29Fix code style.s20181102Andrei Karas3-4/+4
2018-10-19Fix code style.Andrei Karas1-2/+1
2018-09-08Draw at end of frame before fps limiter.Andrei Karas1-16/+16
2018-09-08Apply fps limiter after state logic.Andrei Karas1-8/+9
2018-09-07Add basic performance counters.Andrei Karas1-0/+34
Add in debug window new tab with this counters.
2018-07-27Send talk request from context menu by being id.Andrei Karas1-1/+13
2018-07-26Add support for changed item id size in packets.Andrei Karas2-0/+2
From some packet version hercules support item id fields as int32.
2018-06-18Fix some style issues after automatic checks.Andrei Karas1-1/+1
2018-05-23Remove debug line.Andrei Karas1-1/+0
2018-05-22Add configure option for enable/disable accepting password from command line.Andrei Karas1-0/+8
2018-05-22Fix some implicit casts.Andrei Karas1-3/+3
2018-05-19Extend /use chat command for support color and use action.Andrei Karas1-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-13Fix code style.Andrei Karas1-1/+0
2018-04-09Switch upload files service from http://sprunge.us to http://ex.ioAndrei Karas1-2/+2
2018-04-09Disable for now removing upload object.Andrei Karas1-1/+2
because it cant be removed from SDL thread callback because use after free,
2018-04-06Add variables with packet versions for each packet types (main, re, zero).Andrei Karas2-0/+9
2018-03-09Add skin parameter to all button constructors.Andrei Karas2-14/+14
2018-03-08Add support for change pin code by server request.Andrei Karas4-0/+21
2018-03-08Focus previous window after pin code accepted by server.Andrei Karas4-0/+20
2018-03-08Add support for enter auth pincode.Andrei Karas1-0/+2