Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-08-01 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2012-07-23 | Improve perfomance in some object constructors. | Andrei Karas | 1 | -17/+2 | |
2012-07-22 | Move some getters in being class from cpp to h. | Andrei Karas | 1 | -50/+2 | |
2012-07-21 | Add two new colors to themes. | Andrei Karas | 1 | -1/+1 | |
BUBBLE_NAME for speaker nick. BUBBLE_TEXT for speach text. | |||||
2012-07-20 | Fix code style. | Andrei Karas | 1 | -6/+1 | |
2012-07-19 | Block moving in storage is open. | Andrei Karas | 1 | -5/+0 | |
Move some code from being to playerinfo. | |||||
2012-07-19 | Allow moving by mouse if opened buy/sell dialogs. | Andrei Karas | 1 | -3/+1 | |
2012-07-18 | last warning fixes. | Andrei Karas | 1 | -3/+3 | |
2012-07-18 | Another warning fixes. | Andrei Karas | 1 | -4/+4 | |
2012-07-17 | Fix more code style and additional warnings. | Andrei Karas | 1 | -4/+4 | |
2012-07-15 | Fix code style. | Andrei Karas | 1 | -2/+2 | |
2012-06-21 | Add delayed images load. | Andrei Karas | 1 | -1/+1 | |
Can work for now only in OpenGL modes. | |||||
2012-06-17 | Replace SDL int types to C++ types. | Andrei Karas | 1 | -13/+13 | |
2012-06-08 | Revert "Add hurt animation." | Andrei Karas | 1 | -7/+6 | |
This reverts commit 9875c00dc37b1d7b55e1154075a0cd2d997a490d. | |||||
2012-06-06 | Fix some issues after auto checking. | Andrei Karas | 1 | -2/+2 | |
2012-05-31 | Add sittop sprites support. | Andrei Karas | 1 | -2/+23 | |
Add groundtop collision support (not collision but special selected tiles). | |||||
2012-05-31 | Add hurt animation. | Andrei Karas | 1 | -6/+7 | |
2012-05-31 | Add support for each hair style own palete. | Andrei Karas | 1 | -0/+8 | |
2012-05-22 | Add option to hide nick for erased players relation. | Andrei Karas | 1 | -4/+13 | |
2012-05-11 | Add alt emotes id support. | Andrei Karas | 1 | -2/+2 | |
Limit tmw emotes. | |||||
2012-05-06 | Fix code style. | Andrei Karas | 1 | -4/+3 | |
2012-04-25 | Improve iterators part 2. | Andrei Karas | 1 | -25/+17 | |
2012-04-01 | Last part of fixes. | Andrei Karas | 1 | -3/+3 | |
2012-03-29 | Replace vectors with strings to short names. | Andrei Karas | 1 | -1/+1 | |
2012-03-14 | Add support for other gender. | Andrei Karas | 1 | -0/+29 | |
Fix per gender and race items separation. | |||||
2012-03-13 | Use per race equipment sprites. | Andrei Karas | 1 | -2/+2 | |
Example: <sprite gender="male" race="4">...</sprite> | |||||
2012-03-10 | Add to skills missile particle effect and hit/miss sounds. | Andrei Karas | 1 | -11/+64 | |
Add to skills use effect 100000 + skillid on target. | |||||
2012-02-28 | Dont show "error" for emotes. | Andrei Karas | 1 | -1/+3 | |
2012-02-28 | Fix manaplus clients name highlight in evol server. Before was all highlighted. | Andrei Karas | 1 | -1/+1 | |
2012-02-25 | Fix old casts. | Andrei Karas | 1 | -1/+1 | |
2012-02-16 | Add race name to status and debug windows. | Andrei Karas | 1 | -0/+8 | |
2012-02-11 | Remove some unneeded includes. | Andrei Karas | 1 | -1/+0 | |
2012-02-08 | Fix code style with new tool. | Andrei Karas | 1 | -4/+3 | |
2012-01-28 | Add support for processing player statuses in evol server. | Andrei Karas | 1 | -16/+21 | |
2012-01-16 | Fix player and monsters hp bars in evol server. | Andrei Karas | 1 | -13/+33 | |
2012-01-06 | Allow use replacement item with any id. | Andrei Karas | 1 | -0/+6 | |
Example: <replace to="5"/> | |||||
2012-01-05 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2011-12-08 | Fix monster hp bar in evol server. | Andrei Karas | 1 | -5/+1 | |
2011-12-02 | Fix some issues after automatic code checking. | Andrei Karas | 1 | -2/+1 | |
2011-11-27 | Fix players and mobs hp bar. Draw damage bar part in some situations. | Andrei Karas | 1 | -1/+2 | |
2011-11-24 | Remove some debug messages and old comments. | Andrei Karas | 1 | -7/+0 | |
2011-11-24 | Add ability to play different animation depend on monster hp. | Andrei Karas | 1 | -1/+26 | |
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-14 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2011-11-13 | Fix dead mobs and floor items Y sorting position. | Andrei Karas | 1 | -0/+2 | |
2011-11-13 | Add support compotability with future mana reorder sprites implimentation. | Andrei Karas | 1 | -11/+37 | |
(support for missing sprite tag) | |||||
2011-11-08 | Fix more gcc 4.7 warnings. | Andrei Karas | 1 | -24/+27 | |
2011-11-07 | Fix some warnings under gcc 4.7. | Andrei Karas | 1 | -3/+3 | |
2011-11-02 | Add enemy relation. | Andrei Karas | 1 | -1/+3 | |
2011-10-10 | Add support for reading monsters attack range. | Andrei Karas | 1 | -1/+6 | |
Tmw server not supported. | |||||
2011-10-05 | Add blacklist relation. In this mode blocked trades, emotes, speech text. | Andrei Karas | 1 | -1/+3 | |