summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-05-02Save being speed in being object.Andrei Karas2-6/+25
2011-05-01Added customizable on-hit effects for characters.Yohann Ferreira5-8/+54
This patch adds support for the following two parameters in weapon items: hit-effect-id: Effect triggered on the victim on normal hit. critical-hit-effect-id: Triggered on the victim on critical hit. (Specified in effects.xml) The patch also permits the use of custom defaults set in paths.xml by setting the following keys: (Paths are relative to the 'particles' key value, here.) hitEffectId: defaulted to effect id 26. criticalHitEffectId: defaulted to effect id 28. Resolves: Mana-mantis #337. Reviewed-by: bcs86 Conflicts: src/being.cpp src/resources/itemdb.cpp src/resources/iteminfo.h ManaPlus: adding missing checks.
2011-04-30Update translations.v1.1.5.1Andrei Karas5-322/+252
2011-04-30Update Changelog.Andrei Karas1-0/+1
2011-04-30Fix overlaped tiles indexes issue.Andrei Karas1-5/+19
2011-04-30Fix windows mkdir issues.Andrei Karas1-14/+65
2011-04-30Update authors list.Andrei Karas1-1/+1
2011-04-30Add missing default statement.Andrei Karas1-0/+2
2011-04-30Fix compilation for windows.Andrei Karas4-4/+4
2011-04-30Change version to 1.1.5.1Andrei Karas6-6/+21
2011-04-29Add char command /addpriorityattack.Andrei Karas3-0/+21
2011-04-29Fix code style.Andrei Karas3-6/+11
2011-04-28Dont second set destination packet if using special move modes.Andrei Karas1-9/+11
2011-04-28Change some default settings to more advanced values.Andrei Karas1-3/+3
2011-04-28Add fade out music also to local music.Andrei Karas1-1/+6
2011-04-28Implemented a simple non-blocking fadeOutAndPlay system.Yohann Ferreira4-12/+84
It's currently used when changing maps. Resolves: TMW-Mantis: #750. Reviewed-by: Thorbjorn. Conflicts: src/game.cpp src/sound.cpp src/sound.h
2011-04-27Rebuild language files.Andrei Karas16-2812/+3046
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-23Update local player chat color in light themes.Andrei Karas3-3/+3
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-22Rebuild language files.Andrei Karas16-4130/+5042
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-20Fix windows installer script.Andrei Karas1-3/+6
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-18Fix cmake compilation in french help.Andrei Karas2-2/+1
2011-04-18Write errors to log file in cmake compilation.Andrei Karas1-1/+1
2011-04-18Add missing colors to skills help page.Andrei Karas2-10/+9
2011-04-18Add skills.txt and remove utf8 mark from french help translations.Andrei Karas11-11/+18