summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2013-09-05add support for additinional diagonal moving speed.Andrei Karas2-11/+15
2013-09-05simplify next draw frame calculation in being.Andrei Karas1-6/+2
2013-09-04add support for getting full move path from server (evol only).Andrei Karas7-4/+50
Also change netcode version to 10. Some times still movement bit wrong.
2013-09-03name 5'h equipment slot number as cape.Andrei Karas1-1/+1
before it was free.
2013-09-03add separator before drop and protect context menu items.Andrei Karas1-0/+3
2013-09-03show icon on protected items.Andrei Karas2-0/+13
2013-09-03add drag and drop support for equipment window.Andrei Karas3-5/+79
2013-09-03add missing files.Andrei Karas2-0/+1774
2013-09-02improve avatarlistbox draw speed.Andrei Karas1-1/+18
2013-09-02fix emote window resize issue in software mode.Andrei Karas2-0/+9
2013-09-02improve draw speed in tab.Andrei Karas1-10/+19
2013-09-02improve chat emote window draw speed.Andrei Karas2-10/+63
2013-09-02dehardcode some mode render mode constans usage.Andrei Karas12-25/+27
2013-09-02fix compilation warning.Andrei Karas1-1/+1
2013-09-02Improve setup input window.Andrei Karas2-3/+10
Changed font to help font. add separator between more than one keys.
2013-09-02improve render mode validation after reading from config.Andrei Karas2-7/+31
2013-09-02fix compilation warning.Andrei Karas1-1/+0
2013-09-02fix SDL2 default render mode.Andrei Karas2-2/+1
fixed image helper type flag.
2013-09-02dehardcode shift key to stop mouse moving.Andrei Karas1-2/+4
now it using stop attack and untarget actions for stop moving.
2013-09-01improve speed in software renderer in SDL2.Andrei Karas5-19/+20
now it works almost with same speed like SDL1.2
2013-09-01add software renderer for SDL2.Andrei Karas10-14/+1761
before it used default renderer with software flags.
2013-09-01fix renderer names and types.Andrei Karas10-8/+17
2013-09-01add SDL2 default render mode.Andrei Karas14-24/+198
in this mode SDL using own driver with hardware acceleration.
2013-09-01add way to map render mode selection to actual modes.Andrei Karas13-62/+201
2013-09-01add renderer enum.Andrei Karas19-48/+93
2013-08-31move being related files into being dir.Andrei Karas142-247/+356
2013-08-31move particles into particle dir.Andrei Karas26-82/+93
2013-08-31move input related files into input dir.Andrei Karas72-163/+216
2013-08-31move render classes into render dir.Andrei Karas48-94/+114
2013-08-31add missing files into make scripts.v1.3.9.1Andrei Karas2-0/+2
2013-08-31fix compilation with old compilers.Andrei Karas2-8/+3
2013-08-31Change version to 1.3.9.1.Andrei Karas1-2/+2
2013-08-31fix code style and some minor issues.Andrei Karas10-13/+14
2013-08-30remove duplicate variables.Andrei Karas36-54/+38
2013-08-29fix some more missign checks.Andrei Karas3-30/+36
2013-08-29fix compilation error.Andrei Karas1-1/+3
2013-08-29move SDL2 preprocessor checks into localconsts.hAndrei Karas2-10/+13
also allow use SDL2 on broken systems where SDL2 is used/stored as SDL1.2.
2013-08-29fix includes dirs if build was run not from top directory.Andrei Karas1-3/+3
2013-08-29fix small cursor selection alignment.Andrei Karas1-1/+1
2013-08-29add some more missing checks.Andrei Karas13-22/+44
2013-08-29improve debug checkers.Andrei Karas7-9/+61
add missing surface functions for debugging.
2013-08-29fix compilation errors and warnings in debug checkers.Andrei Karas8-16/+31
2013-08-29fix some missing checks.Andrei Karas3-32/+61
2013-08-29add file access fuzzer.Andrei Karas8-1/+117
2013-08-29allow open help and did you know window before login into game.Andrei Karas4-6/+12
2013-08-29add support for process all input events before entering game.Andrei Karas5-34/+42
add flag for in game action conditions.
2013-08-29show npc name in npc dialog caption.Andrei Karas1-0/+3
2013-08-29add missing translators comment.Andrei Karas1-0/+1
2013-08-27fix code style.Andrei Karas17-149/+156
2013-08-27fix compilation warnings.Andrei Karas5-52/+56