summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2011-04-27Removed unused variable 'handledEvents'Thorbjørn Lindeijer1-4/+0
At some point this variable was used to avoid limiting the framerate when user input events were coming in. This is no longer relevant now that we limit the framerate globally using SDL_gfx. Conflicts: src/client.cpp
2011-04-26Impliment 3 attack lists. (priority, attack, ignore)Andrei Karas11-147/+368
2011-04-25Add more checks.Andrei Karas1-8/+16
2011-04-25Dont compile manaserv related code if manaserv support disabled.Andrei Karas10-6/+64
2011-04-25Fix cache option enabled/disabled state.Andrei Karas1-1/+2
2011-04-25Add missing checks.Andrei Karas2-3/+9
2011-04-25Possible fix chat scrolling in near bottom position.Andrei Karas1-2/+4
2011-04-24Allow select players if attack filter is set.Andrei Karas1-1/+3
2011-04-24Add reset yellow bar command to bars context menu.Andrei Karas7-2/+95
2011-04-23Move special map flag from object layer to map properties.Andrei Karas1-4/+1
2011-04-23Reorder map sprites to draw correctly player with more than one tile width.Andrei Karas3-7/+21
2011-04-22Small optimisation in opengl gui drawing.Andrei Karas2-20/+20
2011-04-22Remove useless code.Andrei Karas1-4/+0
2011-04-22Fix code style.Andrei Karas3-6/+6
2011-04-22Add missing variable initialisation in Graphics constructor.Andrei Karas1-1/+2
2011-04-22Improve speed in _SDLLoad function.Andrei Karas1-7/+26
2011-04-21Add attack filter char commands.Andrei Karas4-1/+66
And place avatar list box separator without left padding.
2011-04-21Fix draw issue in SDL after vertex precalculation.Andrei Karas6-3/+30
2011-04-21Impliment attack filter.Andrei Karas15-18/+621
Add tab in social tab.
2011-04-19Small optimisation.Andrei Karas1-1/+1
2011-04-19Unhide some virtual methods.Andrei Karas4-6/+6
2011-04-18Remove old handleAttack in localplayer.h.Andrei Karas1-13/+0
2011-04-18Rename sprites method setDirection to setSpriteDirection.Andrei Karas7-9/+9
2011-04-18Impliment away log in away mode.Andrei Karas5-0/+63
2011-04-18Disable software settings if software mode not enabled.Andrei Karas1-0/+7
2011-04-18Fix compilation warning.Andrei Karas1-1/+6
2011-04-18Allow try different language part for searching help translations.Andrei Karas3-10/+20
2011-04-16Change version to 1.1.4.17.Andrei Karas1-2/+2
2011-04-16Fix some possible memory leaks.Andrei Karas3-9/+26
2011-04-16Fix code style.Andrei Karas1-1/+2
2011-04-16Change vsprintf to vsnprintf.Andrei Karas1-3/+4
Like was in mana commit bb795d87f9d0eebb6cc04b5c6806252fbb957f5d
2011-04-15Fix mkdir_r to not assume existence of PATH_MAXBen Longbons1-8/+4
Required to build on HURD, but good practice anyway. Reviewed-by: Thorbjørn Lindeijer
2011-04-15Add missing check.Andrei Karas1-3/+6
2011-04-15Show id on unknown items.Andrei Karas2-5/+8
2011-04-14Add all tag to unknown items. Allow see unknown items in inventory.Andrei Karas1-11/+12
2011-04-14Add missing auth failure reasonsBen Longbons1-0/+9
2011-04-14Stop protected pickups flood.Andrei Karas7-5/+51
2011-04-13Fix warnings in clang compilation.Andrei Karas10-27/+27
2011-04-13Fix compilation warning.Andrei Karas1-1/+1
2011-04-13Impliment new tags in sprites animations and random condition.Andrei Karas9-38/+127
Tags: <label>, <goto>
2011-04-12Fix windows size if part of window showed out of screen.Andrei Karas1-0/+16
2011-04-12Rename mana to manaplus in mumblemanager.Andrei Karas1-2/+2
2011-04-12Updating equip/unequip buttons in inventory.Andrei Karas3-1/+20
2011-04-10Add some strings to translations.Andrei Karas6-32/+18
2011-04-09Fix compilation in manaserv.Andrei Karas1-4/+4
2011-04-09Small fix to code style and compilation warning.Andrei Karas3-10/+11
2011-04-09Small refactoring based on idea from mana commit ↵Andrei Karas20-68/+69
30d4b0adf4f17f05d1d62fc3428c896ef1079b6b
2011-04-09Improve map loading speed.Andrei Karas6-20/+75
2011-04-09Improve SDL gui draw speed.Andrei Karas2-2/+108
2011-04-09Add enum to animation actions support.Andrei Karas3-3/+10