Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-29 | Replace vectors with strings to short names. | Andrei Karas | 1 | -3/+1 | |
2012-03-14 | Add support for other gender. | Andrei Karas | 1 | -2/+8 | |
Fix per gender and race items separation. | |||||
2012-03-10 | Add to skills missile particle effect and hit/miss sounds. | Andrei Karas | 1 | -2/+7 | |
Add to skills use effect 100000 + skillid on target. | |||||
2012-02-16 | Add race name to status and debug windows. | Andrei Karas | 1 | -0/+7 | |
2012-02-11 | Remove some unneeded includes. | Andrei Karas | 1 | -1/+0 | |
2012-02-10 | Show gms in online list with green color (evol server). | Andrei Karas | 1 | -0/+1 | |
2012-02-03 | Add some missing getters. | Andrei Karas | 1 | -11/+11 | |
2012-01-28 | Add support for processing player statuses in evol server. | Andrei Karas | 1 | -0/+6 | |
2012-01-05 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2011-11-25 | Move A_UNUSED define to include file. | Andrei Karas | 1 | -6/+0 | |
2011-11-24 | Add ability to play different animation depend on monster hp. | Andrei Karas | 1 | -0/+3 | |
Disabled for legacy servers because monster hp unknown and compilated hp can be wrong (version <= 0). For usage need add to action tag attribute hp="xx" Example: <action name="stand" hp="50" imageset="base"> ... </action> Here 50 mean 50% of health or less. Default action tag mean hp=100 | |||||
2011-11-07 | Fix some warnings under gcc 4.7. | Andrei Karas | 1 | -3/+3 | |
2011-10-10 | Add support for reading monsters attack range. | Andrei Karas | 1 | -0/+13 | |
Tmw server not supported. | |||||
2011-10-04 | Dont select in archer mode very closer mobs if no other mobs in attack distance. | Andrei Karas | 1 | -1/+1 | |
2011-08-12 | Add ability to add comments to npcs. | Andrei Karas | 1 | -2/+2 | |
2011-08-09 | Add option to enable/disable reorder sprites feature. | Andrei Karas | 1 | -0/+1 | |
2011-07-18 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2011-07-08 | Add to caching players statuses. | Andrei Karas | 1 | -1/+1 | |
2011-07-08 | Show players statuses near nicks. | Andrei Karas | 1 | -0/+3 | |
2011-07-07 | Remove undescore from variables and defines. | Andrei Karas | 1 | -2/+2 | |
2011-07-05 | Add ability to send client states to other clients. | Andrei Karas | 1 | -5/+23 | |
Using for this emotes. | |||||
2011-06-26 | Bit improve speed in map getwalk. | Andrei Karas | 1 | -0/+1 | |
2011-06-14 | Add ability to add comments to any players. | Andrei Karas | 1 | -0/+15 | |
2011-06-05 | Add space before gender sign. | Andrei Karas | 1 | -0/+2 | |
2011-06-02 | Add players gender sugn in popup menus and being popups. | Andrei Karas | 1 | -0/+2 | |
2011-06-01 | Add setup option for finding bad chars in nicks. | Andrei Karas | 1 | -0/+7 | |
Highlight bad nicks on map with secure font. | |||||
2011-05-31 | Revert "Switch includes to use embedded guichan." | Andrei Karas | 1 | -1/+1 | |
This reverts commit 338c3b1cae626830c9b9d231aeb9f9e8034b37d1. | |||||
2011-05-30 | Switch includes to use embedded guichan. | Andrei Karas | 1 | -1/+1 | |
2011-05-25 | Fix some memory leaks in being, debugwindow, shortcutwindow, skilldialog, ↵ | Andrei Karas | 1 | -0/+2 | |
map classes. | |||||
2011-05-23 | Show speach messages variable time, depend on message size. | Andrei Karas | 1 | -2/+3 | |
2011-05-22 | Allow show equipment from other players from context menu "show items". | Andrei Karas | 1 | -0/+28 | |
Also allow undress separate items from players locally. | |||||
2011-05-09 | Impliment air and water block types. | Andrei Karas | 1 | -1/+1 | |
2011-05-03 | Add min, max, critical hits to debug window. | Andrei Karas | 1 | -0/+23 | |
2011-05-02 | Save being speed in being object. | Andrei Karas | 1 | -0/+7 | |
2011-05-01 | Added customizable on-hit effects for characters. | Yohann Ferreira | 1 | -0/+3 | |
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-13 | Fix warnings in clang compilation. | Andrei Karas | 1 | -1/+2 | |
2011-04-04 | Add initialisation for some variables, fix compilation warning. | Andrei Karas | 1 | -1/+1 | |
2011-04-03 | Add spawn animation to mobs. | Andrei Karas | 1 | -1/+2 | |
Also impliment sound events: SOUND_EVENT_MOVE, SOUND_EVENT_SIT, SOUND_EVENT_SPAWN | |||||
2011-03-17 | Move direction calucaltion to Being method. | Andrei Karas | 1 | -0/+4 | |
2011-03-17 | Fix other players move animation. | Andrei Karas | 1 | -0/+8 | |
As dirty hack added delayed direction. | |||||
2011-02-27 | First part of implimintation item colors. | Andrei Karas | 1 | -1/+2 | |
2011-02-19 | Update copyrights. | Andrei Karas | 1 | -2/+3 | |
2011-02-14 | Replace sprites functionality (need support in client data). | Andrei Karas | 1 | -1/+3 | |
2011-02-12 | Add support for items attribute RemoveSprite. | Andrei Karas | 1 | -0/+1 | |
Usefull for example for hiding hair if equiped helmet. | |||||
2011-01-05 | Add hp bar to local player. | Andrei Karas | 1 | -1/+2 | |
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+770 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |