Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-25 | Improve iterators part 2. | Andrei Karas | 1 | -3/+2 | |
2012-04-08 | Move most input code from keyboardconfig to inputmanager. | Andrei Karas | 1 | -0/+1 | |
2012-04-01 | Last part of fixes. | Andrei Karas | 2 | -3/+3 | |
2012-04-01 | One part of fixes after auto checking. | Andrei Karas | 1 | -2/+2 | |
2012-03-29 | Replace vectors with strings to short names. | Andrei Karas | 5 | -5/+5 | |
2012-03-22 | Rename object event to depricatedevent because current implimentation very | Andrei Karas | 5 | -6/+6 | |
bad and must be replaced with better implimentation. | |||||
2012-03-14 | Add support for other gender. | Andrei Karas | 3 | -12/+22 | |
Fix per gender and race items separation. | |||||
2012-03-10 | Add to skills missile particle effect and hit/miss sounds. | Andrei Karas | 1 | -4/+4 | |
Add to skills use effect 100000 + skillid on target. | |||||
2012-03-10 | Add skill range parameter to skills. | Andrei Karas | 1 | -6/+6 | |
2012-03-09 | Add support for many update hosts (evol server only). | Andrei Karas | 2 | -0/+3 | |
2012-03-01 | Fix modal state for some dialogs. | Andrei Karas | 1 | -1/+1 | |
2012-03-01 | Fix weight dialogs sound effect. | Andrei Karas | 1 | -2/+2 | |
2012-02-29 | Allow open conext menu from free tile if in free camera mode. | Andrei Karas | 1 | -0/+6 | |
Menu is same as in minimap. | |||||
2012-02-28 | Fix some sound event. | Andrei Karas | 4 | -0/+15 | |
Replace hardcoded sound names to constants. Add party/guild sound. | |||||
2012-02-28 | Add different sound effects for different events. | Andrei Karas | 3 | -7/+6 | |
Can be configured in audio tab in settings. | |||||
2012-02-24 | More copyright fixes. | Andrei Karas | 2 | -0/+2 | |
2012-02-11 | Remove some unneeded includes. | Andrei Karas | 1 | -0/+1 | |
2012-02-11 | Add relative pixel based position to item drops (floor items). | Andrei Karas | 2 | -14/+27 | |
2012-02-08 | Fix compilation errors and more style. | Andrei Karas | 2 | -9/+9 | |
2012-02-08 | Fix code style with new tool. | Andrei Karas | 3 | -2/+7 | |
2012-02-05 | Move path functions from stringutils to paths. | Andrei Karas | 1 | -0/+1 | |
2012-01-29 | Fix possible hiding methods issues. | Andrei Karas | 4 | -12/+6 | |
2012-01-28 | Add support for processing player statuses in evol server. | Andrei Karas | 2 | -0/+7 | |
2012-01-21 | Prevent possible double map load attempts. | Andrei Karas | 1 | -1/+6 | |
2012-01-18 | Fix typo in guildmanager. | Andrei Karas | 1 | -1/+1 | |
2012-01-16 | Add error message for creation char with incorrect race. | Andrei Karas | 1 | -0/+3 | |
2012-01-08 | Validate update host. | Andrei Karas | 1 | -0/+5 | |
2012-01-05 | Update copyrights year. | Andrei Karas | 34 | -34/+34 | |
2011-12-18 | Ad comments for "unused" data from server packets. | Andrei Karas | 5 | -15/+17 | |
Fix some guild and worlds packets. | |||||
2011-12-14 | Add last login time to char selection dialog. | Andrei Karas | 1 | -1/+5 | |
2011-11-25 | Move A_UNUSED define to include file. | Andrei Karas | 13 | -78/+0 | |
2011-11-24 | Add ability to play different animation depend on monster hp. | Andrei Karas | 1 | -1/+1 | |
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-20 | Fix memory leak in char selection dialog. | Andrei Karas | 2 | -0/+9 | |
2011-11-19 | Add limits for creating chars (hair color, hair style, stats). | Andrei Karas | 1 | -1/+13 | |
2011-11-13 | Change chat logs dirs format to yyyy-mm/dd/file.log. | Andrei Karas | 1 | -0/+1 | |
2011-11-08 | Fix more gcc 4.7 warnings. | Andrei Karas | 9 | -38/+38 | |
2011-11-07 | Fix some warnings under gcc 4.7. | Andrei Karas | 3 | -4/+5 | |
2011-10-30 | Hide death message dialog in reconnect. | Andrei Karas | 1 | -1/+1 | |
2011-10-30 | Fix code style. | Andrei Karas | 1 | -1/+2 | |
2011-10-23 | Protect trade against abusing. | Andrei Karas | 1 | -0/+7 | |
2011-10-23 | Add chat commands for using server side ignore for all whispers. | Andrei Karas | 2 | -0/+47 | |
Commands: /serverignoreall and /serverunignoreall | |||||
2011-10-10 | Add option to show/hide MVP messages. | Andrei Karas | 1 | -1/+1 | |
By default this messages hidden. | |||||
2011-10-10 | Add support for reading monsters attack range. | Andrei Karas | 1 | -9/+25 | |
Tmw server not supported. | |||||
2011-10-08 | Add checks and fix code style. | Andrei Karas | 15 | -162/+145 | |
2011-10-05 | Add blacklist relation. In this mode blocked trades, emotes, speech text. | Andrei Karas | 1 | -1/+1 | |
2011-09-18 | Fix compilation warnings. | Andrei Karas | 2 | -5/+0 | |
2011-09-10 | Change empty strings initializations. | Andrei Karas | 2 | -2/+2 | |
2011-09-09 | Continue fix for shadow variables/methods errors. | Andrei Karas | 3 | -24/+24 | |
2011-09-09 | Rename in listner class method from event to processEvent. | Andrei Karas | 2 | -2/+4 | |
2011-09-08 | Replace most iterator to const_iterator. | Andrei Karas | 1 | -2/+2 | |
Some other minor changes. |