Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-05-30 | Move inputaction into enums directory. | Andrei Karas | 1 | -3/+3 | |
2015-05-19 | Disable game modifiers by default. | Andrei Karas | 1 | -1/+1 | |
2015-05-07 | Remove bot checker window. | Andrei Karas | 1 | -1/+1 | |
2015-04-24 | Fix servers list download from first url. | Andrei Karas | 1 | -1/+1 | |
2015-04-15 | Remove hideShield setting. | Andrei Karas | 1 | -1/+0 | |
2015-04-13 | Add mirror support for servers list. | Andrei Karas | 1 | -1/+3 | |
2015-04-09 | Add to skills miss effect. | Andrei Karas | 1 | -0/+1 | |
New skill attribute missEffectId. | |||||
2015-04-09 | On skill attacks on target for show effect use skill attribute skillHitEffectId. | Andrei Karas | 1 | -0/+1 | |
2015-04-09 | Add skill attributes with effect id what will play on caster and target ↵ | Andrei Karas | 1 | -0/+2 | |
while casting skill. New skill attributes: skillCastingSrcEffectId - will play this effect on caster while casting skill skillCastingDstEffectId - will play this effect on target while casting skill. This effects for casting skill, not for skill attack. | |||||
2015-03-25 | Add particle effect for removing skill. (hercules). | Andrei Karas | 1 | -0/+1 | |
2015-03-10 | Add option in settings to enable/disable logging unimplimented packets. | Andrei Karas | 1 | -0/+1 | |
2015-03-09 | Disable reading online list url from config.xml. | Andrei Karas | 1 | -1/+0 | |
Some players with very old configuration may had issue with online list before. | |||||
2015-03-04 | Add basic horses db implimentation. | Andrei Karas | 1 | -0/+3 | |
2015-03-03 | Add support for riding flag in actorsprite and statuseffect. | Andrei Karas | 1 | -0/+1 | |
2015-02-03 | eathena: allow rename shop. | Andrei Karas | 1 | -0/+1 | |
2015-01-26 | Allow open cart window only if cart status effect enabled. | Andrei Karas | 1 | -0/+1 | |
2015-01-24 | Add partial support for cart window. | Andrei Karas | 1 | -0/+1 | |
2015-01-06 | Move screen density enum into separate file. | Andrei Karas | 1 | -0/+2 | |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2014-12-08 | Umassign default value for attack key. | Andrei Karas | 1 | -1/+1 | |
2014-12-01 | Unassign direction change keys. | Andrei Karas | 1 | -1/+1 | |
2014-11-24 | Add option to disable logging for better performance while connected to server. | Andrei Karas | 1 | -0/+1 | |
2014-10-28 | Dehardcode default spells/commands. | Andrei Karas | 1 | -0/+3 | |
Read commands from defaultcommands.xml. Also improve a bit saving commands in spellmanager. | |||||
2014-10-06 | Disable lazy scrolling by default. | Andrei Karas | 1 | -2/+2 | |
2014-09-25 | Load data about homunculuses from homunculuses.xml. | Andrei Karas | 1 | -0/+3 | |
2014-09-21 | Add mercenary db. | Andrei Karas | 1 | -0/+3 | |
2014-09-17 | add support for ignore packets logging. | Andrei Karas | 1 | -0/+1 | |
Option for coma separated packet ids added in misc tab. | |||||
2014-09-16 | In features.xml add option for fix dead animations. | Andrei Karas | 1 | -0/+1 | |
New option: fixDeadAnimation Default value: true | |||||
2014-08-26 | Move chat command /trade into actions. | Andrei Karas | 1 | -1/+1 | |
2014-07-23 | In map remap db add patch and split files loading. | Andrei Karas | 1 | -0/+2 | |
New options in paths.xml: mapsRemapPatchFile - patch file name for remap db. mapsRemapPatchDir - dir with patch files. | |||||
2014-07-19 | Fix default textureSize config option. | Andrei Karas | 1 | -1/+1 | |
2014-07-17 | Allow to set move to target distance from 1 to 9. | Andrei Karas | 1 | -1/+1 | |
2014-07-16 | Move mirrors for get client version into branding file. | Andrei Karas | 1 | -0/+7 | |
New branding options: updateMirrorX where X is from 1 to 7. | |||||
2014-07-16 | Move urls for client update into branding file. | Andrei Karas | 1 | -0/+9 | |
New branding options: androidDownloadUrl - url for android update. androidDownloadText - text for android update link. otherDownloadUrl - url for other os update. otherDownloadText - text for other os update link. windowsDownloadUrl - url for windows update. windowsDownloadText - text for windows update link. | |||||
2014-07-16 | Run video mode detection. | Andrei Karas | 1 | -1/+1 | |
This need for detect max texture size in each renderer. | |||||
2014-07-16 | Add max texture size detection for all modes. | Andrei Karas | 1 | -1/+1 | |
2014-07-03 | Disable by default texture atlases on Android. | Andrei Karas | 1 | -0/+4 | |
2014-06-12 | Use only one shader program for all drawing. | Andrei Karas | 1 | -2/+0 | |
2014-06-10 | Add basic texture drawing in modernopengl. | Andrei Karas | 1 | -0/+3 | |
2014-06-08 | Add simple shader creation. | Andrei Karas | 1 | -2/+4 | |
2014-05-28 | Disable by default rectangular textures. | Andrei Karas | 1 | -1/+1 | |
2014-05-25 | Initiate video detection on previous versions. | Andrei Karas | 1 | -1/+1 | |
2014-05-25 | Add support for simple texture size detection. | Andrei Karas | 1 | -0/+1 | |
This test check from 1024 to max texture size reported by driver. | |||||
2014-05-19 | fix code style. | Andrei Karas | 1 | -1/+0 | |
2014-05-18 | Move inputaction into separate file. | Andrei Karas | 1 | -13/+14 | |
2014-05-12 | Move beingspeech into separate file. | Andrei Karas | 1 | -2/+2 | |
2014-05-02 | Add option "use same ip" for each server. | Andrei Karas | 1 | -1/+1 | |
By default all servers using same ip for subservers. | |||||
2014-03-27 | Add option to show/hide server side position. | Andrei Karas | 1 | -0/+1 | |
By default server side position is hidden, before it was always visible. | |||||
2014-03-26 | Add option to hide support page link in error dialog. | Andrei Karas | 1 | -0/+1 | |
2014-03-25 | If player poisoned, hightlight his life bar in social window with special color. | Andrei Karas | 1 | -0/+1 | |