Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-08-09 | improve size() methods usage. | Andrei Karas | 1 | -3/+6 | |
2013-07-28 | move bools in being. | Andrei Karas | 1 | -29/+29 | |
2013-07-24 | Dont save errors about item id 0 in logs. | Andrei Karas | 1 | -6/+13 | |
2013-07-23 | add support for attacksky and attackwater actions. | Andrei Karas | 1 | -4/+48 | |
2013-07-23 | Add new sprite actions for water and sky. | Andrei Karas | 1 | -7/+67 | |
New actions: fly, swim, standsky, standwater, sitsky, sitwater, attacksky, attackwater, spawnsky, spawnwater, deadsky, deadwater For now attacksky and attackwater unused. | |||||
2013-07-21 | Add settings for monster hp bar offset. | Andrei Karas | 1 | -3/+7 | |
New attributes: hpBarOffsetX, hpBarOffsetY Example: <monster id="0" name="Piou" targetCursor="small" walkType="fly" hpBarOffsetX="30"> | |||||
2013-07-18 | add name offsets for npc and monster names. | Andrei Karas | 1 | -10/+22 | |
New attributes: nameOffsetX, nameOffsetY Example for monsters.xml: <monster id="0" name="Piou" targetCursor="small" walkType="fly" nameOffsetX="10"> Example for npcs.xml: <npc id="304" nameOffsetX="-10" nameOffsetY="-5"> | |||||
2013-07-11 | move sound constants to separate file. | Andrei Karas | 1 | -0/+1 | |
2013-06-30 | improve size() usage in being. | Andrei Karas | 1 | -3/+5 | |
2013-06-17 | Fix code style. | Andrei Karas | 1 | -1/+0 | |
2013-06-15 | Add support for monster look. | Andrei Karas | 1 | -1/+2 | |
2013-06-12 | add support for player look. | Andrei Karas | 1 | -2/+7 | |
2013-06-10 | add partial support for player looks. | Andrei Karas | 1 | -3/+11 | |
Can get packets from server, but cant draw player. | |||||
2013-05-21 | improve skilldialog class. | Andrei Karas | 1 | -0/+1 | |
split skilldialog file. | |||||
2013-05-11 | Allow load avatars from avatars.xml | Andrei Karas | 1 | -0/+7 | |
2013-05-03 | add comments for translators. | Andrei Karas | 1 | -0/+2 | |
2013-04-29 | split being.cpp to some files. | Andrei Karas | 1 | -157/+2 | |
2013-04-25 | fix some code style by cpplint. | Andrei Karas | 1 | -1/+0 | |
2013-04-23 | fix crash in new emote code. | Andrei Karas | 1 | -0/+1 | |
2013-04-21 | fix code style and some other fixes after auto checks. | Andrei Karas | 1 | -0/+2 | |
2013-04-21 | add owned show time to each emote type. | Andrei Karas | 1 | -2/+11 | |
2013-04-20 | fix style in other files. | Andrei Karas | 1 | -1/+19 | |
2013-04-18 | add support for using sound delays. | Andrei Karas | 1 | -16/+63 | |
hurt sounds now can be delayed for "delay" of hit sound. | |||||
2013-04-18 | add delay to action sounds. | Andrei Karas | 1 | -39/+21 | |
delay now unused. | |||||
2013-04-14 | add basic client side only support for pets. | Andrei Karas | 1 | -0/+78 | |
now pets cant move and dont have any ai. pet can be only spawn at player position if equiped item with assigned pet. | |||||
2013-04-14 | some more style fixes from cpplint. | Andrei Karas | 1 | -1/+0 | |
2013-04-12 | first part of style fixed after cpplint checks. | Andrei Karas | 1 | -11/+3 | |
2013-04-07 | Fix emote leak from commit 4ad3a8e89e64ce3ae845d2786dd433ab2682393e | Andrei Karas | 1 | -0/+5 | |
2013-04-05 | add animation effect to being. | Andrei Karas | 1 | -5/+33 | |
can be used for now from effects.xml with attribute "sprite". | |||||
2013-04-04 | Add support for animated emotes. | Andrei Karas | 1 | -17/+33 | |
Not particles but really animated emotes. First frame used as icon. | |||||
2013-03-31 | Rename SoundManager sigleton from sound to soundManager. | Andrei Karas | 1 | -12/+21 | |
2013-03-31 | Add option to move player names (disabled by default). | Andrei Karas | 1 | -3/+5 | |
In old implimentation names was always moved. | |||||
2013-03-28 | Disable more particles if particle engine disabled. | Andrei Karas | 1 | -2/+5 | |
2013-03-27 | improve charserverhandler class. | Andrei Karas | 1 | -5/+5 | |
2013-03-22 | Add option to accept language messages in any languge. | Andrei Karas | 1 | -1/+9 | |
This messages will be showed in language or general tab. | |||||
2013-03-15 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2013-03-04 | Add different effects to npc depend on qests status (evol only) | Andrei Karas | 1 | -7/+16 | |
2013-03-02 | Other fixes after Coverity checks. | Andrei Karas | 1 | -5/+4 | |
2013-02-24 | Improve string usage in some files. | Andrei Karas | 1 | -12/+14 | |
2013-02-21 | fix name signs update. | Andrei Karas | 1 | -1/+3 | |
Some times $|A can not be visible in player name. | |||||
2013-02-20 | Fix afk particle effect. | Andrei Karas | 1 | -0/+3 | |
2013-02-19 | Add support for away particle effect. | Andrei Karas | 1 | -1/+26 | |
2013-02-05 | Add missing checks to being class. | Andrei Karas | 1 | -105/+81 | |
2013-02-05 | Add checks and const to animatedsprites and related classes. | Andrei Karas | 1 | -1/+2 | |
2013-01-23 | Fix erase action to guild members or other players with some kind of colored ↵ | Andrei Karas | 1 | -2/+4 | |
nicks | |||||
2013-01-20 | Replace for to FOR_EACH in some classes. | Andrei Karas | 1 | -13/+7 | |
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2012-12-30 | Fix hurt sound position. | Andrei Karas | 1 | -1/+1 | |
2012-12-30 | Add support for different sounds from different weapons. | Andrei Karas | 1 | -2/+35 | |
Also fixed sounds from non local player. | |||||
2012-12-25 | fix previous/next race button in char creation dialog. | Andrei Karas | 1 | -2/+9 | |