Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-08-19 | Move some code from network to base classes. | Andrei Karas | 2 | -0/+453 | |
2012-08-01 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2012-07-17 | Fix more code style and additional warnings. | Andrei Karas | 6 | -54/+89 | |
2012-07-15 | Fix code style. | Andrei Karas | 3 | -43/+43 | |
2012-07-05 | Fix floor items position. Was broken in previous commit. | Andrei Karas | 1 | -2/+2 | |
2012-07-04 | Add option to items.xml to set max floor item pixel offset. | Andrei Karas | 1 | -2/+2 | |
2012-06-17 | Replace SDL int types to C++ types. | Andrei Karas | 3 | -20/+20 | |
2012-06-06 | Fix some issues after auto checking. | Andrei Karas | 2 | -7/+6 | |
2012-05-31 | Add support for each hair style own palete. | Andrei Karas | 1 | -1/+3 | |
2012-05-09 | Add option to allow automatically attack next target. (disabled by default) | Andrei Karas | 1 | -1/+1 | |
2012-04-27 | Improve screen position calculation. | Andrei Karas | 1 | -11/+7 | |
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 | |