Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-06-14 | Add ability to add comments to any players. | Andrei Karas | 1 | -1/+40 | |
2011-06-05 | Add space before gender sign. | Andrei Karas | 1 | -0/+9 | |
2011-06-04 | Cleanup part list and beinginfo. | Andrei Karas | 1 | -1/+1 | |
2011-06-02 | Add players gender sugn in popup menus and being popups. | Andrei Karas | 1 | -7/+15 | |
2011-06-01 | Add setup option for finding bad chars in nicks. | Andrei Karas | 1 | -0/+5 | |
Highlight bad nicks on map with secure font. | |||||
2011-05-30 | Fix memory leaks in being, socialwindow classes. | Andrei Karas | 1 | -0/+3 | |
2011-05-25 | Fix some memory leaks in being, debugwindow, shortcutwindow, skilldialog, ↵ | Andrei Karas | 1 | -0/+6 | |
map classes. | |||||
2011-05-24 | Add simple memory leak detector. | Andrei Karas | 1 | -0/+2 | |
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it. | |||||
2011-05-23 | Show speach messages variable time, depend on message size. | Andrei Karas | 1 | -0/+6 | |
2011-05-22 | Allow show equipment from other players from context menu "show items". | Andrei Karas | 1 | -1/+79 | |
Also allow undress separate items from players locally. | |||||
2011-05-19 | Enable server type selection again. Add evol server type. Now working same ↵ | Andrei Karas | 1 | -4/+4 | |
as tmweathena. | |||||
2011-05-14 | Add missing checks. | Andrei Karas | 1 | -12/+4 | |
2011-05-13 | Add more MANASERV_SUPPORT defines to disable server type checks, if manaserv ↵ | Andrei Karas | 1 | -1/+10 | |
disabled. Fix some compilation warnings. | |||||
2011-05-12 | Renaming login, sell, trade (cpp, h) files to correct names. | Andrei Karas | 1 | -1/+1 | |
2011-05-09 | Impliment air and water block types. | Andrei Karas | 1 | -0/+2 | |
2011-05-03 | Add min, max, critical hits to debug window. | Andrei Karas | 1 | -0/+20 | |
2011-05-02 | Fix reading attack delay. | Andrei Karas | 1 | -0/+1 | |
2011-05-01 | Added customizable on-hit effects for characters. | Yohann Ferreira | 1 | -4/+19 | |
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-25 | Dont compile manaserv related code if manaserv support disabled. | Andrei Karas | 1 | -2/+6 | |
2011-04-18 | Rename sprites method setDirection to setSpriteDirection. | Andrei Karas | 1 | -2/+2 | |
2011-04-10 | Add some strings to translations. | Andrei Karas | 1 | -16/+5 | |
2011-04-04 | Rename some gui class files to real class names. | Andrei Karas | 1 | -2/+2 | |
2011-04-04 | Rename TrueTypeFont to SDLFont. | Andrei Karas | 1 | -1/+1 | |
2011-04-03 | Add spawn animation to mobs. | Andrei Karas | 1 | -0/+11 | |
Also impliment sound events: SOUND_EVENT_MOVE, SOUND_EVENT_SIT, SOUND_EVENT_SPAWN | |||||
2011-03-27 | Fix some warnings and improve code from gcc 4.6 compilation. | Andrei Karas | 1 | -1/+1 | |
2011-03-19 | Fix self rotation while attacking. | Andrei Karas | 1 | -3/+6 | |
2011-03-18 | Fix most conversions except manaserv net code and some other code. | Andrei Karas | 1 | -8/+10 | |
2011-03-18 | Fix most old style cast except manaserv and libxml2 defines. | Andrei Karas | 1 | -11/+11 | |
2011-03-17 | Fix attack direction. | Andrei Karas | 1 | -0/+4 | |
2011-03-17 | Move direction calucaltion to Being method. | Andrei Karas | 1 | -11/+31 | |
2011-03-17 | Fix other players move animation. | Andrei Karas | 1 | -0/+3 | |
As dirty hack added delayed direction. | |||||
2011-02-27 | First part of implimintation item colors. | Andrei Karas | 1 | -7/+9 | |
2011-02-20 | Fix some code style and some errors. | Andrei Karas | 1 | -1/+1 | |
2011-02-19 | Update copyrights. | Andrei Karas | 1 | -2/+3 | |
2011-02-16 | Fix bug in sprites replacement functionality. | Andrei Karas | 1 | -2/+5 | |
2011-02-15 | Fix compilation warnings. | Andrei Karas | 1 | -2/+0 | |
2011-02-14 | Replace sprites functionality (need support in client data). | Andrei Karas | 1 | -14/+53 | |
2011-02-12 | Add items attribute what allow hide other sprites only by id. | Andrei Karas | 1 | -1/+4 | |
2011-02-12 | Add support for items attribute RemoveSprite. | Andrei Karas | 1 | -0/+19 | |
Usefull for example for hiding hair if equiped helmet. | |||||
2011-01-21 | Add diagonal animations. | Andrei Karas | 1 | -2/+20 | |
New animation names: upleft, upright, downleft, downright Tested atleast at mobs. | |||||
2011-01-15 | Fix reorder sprite issue. Was broken after last fixes. | Andrei Karas | 1 | -1/+1 | |
2011-01-15 | Fix code style, apply some fixes after checking with cppcheck from git. | Andrei Karas | 1 | -3/+3 | |
2011-01-10 | Hide own hp bar if player dead. | Andrei Karas | 1 | -1/+1 | |
2011-01-06 | Set sound volume depends on distance to object. | Andrei Karas | 1 | -3/+11 | |
2011-01-05 | Add hp bar to local player. | Andrei Karas | 1 | -20/+26 | |
2011-01-05 | Add gettext to missing strings. Update POTFILES.in | Andrei Karas | 1 | -1/+2 | |
and update russian translation. | |||||
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+2009 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |