index
:
HoraK-FDF/plus
CI_test_var
c++17_deprecated_func
ci_checks
ci_clang-tidy
ci_clang3x
ci_clang4_5
ci_clang6
ci_clang7
ci_customnls
ci_deheader
ci_fedora
ci_gcc-snapshot
ci_gcc10
ci_gcc10_tests
ci_gcc3
ci_gcc49
ci_gcc4x
ci_gcc5
ci_gcc6
ci_gcc6_tests
ci_gcc7
ci_gcc7_tests
ci_gcc8
ci_gcc8_tests
ci_gcc9
ci_gcc9_tests
ci_glibcdebug
ci_h
ci_main1
ci_malloc
ci_mse
ci_mxe
ci_site
ci_xmllibs
citest
gl-move_ci-test
jesusalva/diagonal
jesusalva/itpopup
jesusalva/mverse
keep_password
mageia2
mageia3
mageiabranch
master
stable
stripped
Advanced game client for tmwAthena and Evol2 servers.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-23
eathena: if skill fail, show errorText from skill.
Andrei Karas
2
-54
/
+14
2014-09-23
Add field errorText into skills.
Andrei Karas
3
-3
/
+9
2014-09-23
eathena: fix processSkillFailed.
Andrei Karas
1
-5
/
+4
2014-09-23
Move processSkillFailed from ea namespace into eathena and tmwa.
Andrei Karas
6
-173
/
+321
2014-09-23
Use petdb for drawing pets.
Andrei Karas
1
-1
/
+12
2014-09-23
Update translations.
Andrei Karas
39
-17504
/
+20322
2014-09-23
Add implimented pet commands into pet context menu.
Andrei Karas
1
-0
/
+34
2014-09-23
Add into mercenary context menu option to fire it.
Andrei Karas
1
-0
/
+12
2014-09-23
Add chat command for rename own pet (hercules only)
Andrei Karas
4
-1
/
+22
2014-09-23
Add action for targetting pets.
Andrei Karas
5
-0
/
+22
2014-09-23
eathena: rename packet CMSG_PET_REQUEST_STATE to CMSG_PET_SEND_MESSAGE.
Andrei Karas
6
-7
/
+7
2014-09-23
eathena: add packet CMSG_PET_MENU_ACTION 0x01a1.
Andrei Karas
6
-0
/
+82
2014-09-23
eathena: add partial support for packet SMSG_PET_FOOD 0x01a3.
Andrei Karas
3
-0
/
+15
2014-09-23
eathena: show pets hungry level messages in chat.
Andrei Karas
1
-2
/
+26
2014-09-23
eathena: use petinfo for loading and storing data about pet.
Andrei Karas
4
-11
/
+95
2014-09-22
Fix translation errors.
Andrei Karas
1
-3
/
+3
2014-09-22
Remove wrong include.
Andrei Karas
1
-2
/
+0
2014-09-22
Fix compilation warnings.
Andrei Karas
2
-4
/
+2
2014-09-22
update translations.
Andrei Karas
39
-11959
/
+14122
2014-09-22
Add petinfo struct.
Andrei Karas
3
-0
/
+48
2014-09-22
Add pet actor type. For now it works almost same like monsters.
Andrei Karas
4
-5
/
+20
2014-09-22
eathena: add partial support for packet SMSG_PET_STATUS 0x01a2.
Andrei Karas
4
-1
/
+20
2014-09-22
eathena: add partial support for packet SMSG_PET_DATA 0x01a4.
Andrei Karas
3
-0
/
+15
2014-09-22
eathena: reset menu after selecting egg.
Andrei Karas
1
-0
/
+2
2014-09-22
In shop items hide amount if one
Andrei Karas
2
-35
/
+21
2014-09-22
Show duplicates in egg selection dialog.
Andrei Karas
2
-0
/
+4
2014-09-22
Add egg selection dialog.
Andrei Karas
11
-63
/
+246
2014-09-22
Move selldialog from window into widgets.
Andrei Karas
8
-12
/
+14
2014-09-22
Simplify SellDialog.
Andrei Karas
6
-30
/
+10
2014-09-22
Move shop sell code from SellDialog into ShopSellDialog.
Andrei Karas
7
-17
/
+132
2014-09-22
Move npc sell code from SellDialog into NpcSellDialog.
Andrei Karas
7
-62
/
+185
2014-09-22
eathena: set menu in pet handler.
Andrei Karas
1
-0
/
+2
2014-09-22
eathena: add menu variable.
Andrei Karas
4
-0
/
+65
2014-09-22
eathena: add menu type enum.
Andrei Karas
3
-0
/
+53
2014-09-22
eathena: add partial support for packet SMSG_PET_EGGS_LIST 0x01a6.
Andrei Karas
3
-0
/
+17
2014-09-21
eathena: add packet CMSG_PET_SELECT_EGG 0x01a7.
Andrei Karas
6
-0
/
+18
2014-09-21
Fix compilation warning.
Andrei Karas
1
-0
/
+1
2014-09-21
Add action for targetting mercenaries.
Andrei Karas
5
-0
/
+22
2014-09-21
Add chat command and action for fire mercenary.
Andrei Karas
5
-0
/
+24
2014-09-21
eathena: add packet SMSG_MERCENARY_ACTION 0x029f.
Andrei Karas
6
-0
/
+18
2014-09-21
eathena: fix skill removing.
Andrei Karas
1
-2
/
+2
2014-09-21
Add mercenary db.
Andrei Karas
7
-1
/
+347
2014-09-21
Restore all usable mercenary stats if it respawned.
Andrei Karas
3
-4
/
+10
2014-09-21
Restore mercenary stats if it was respawned.
Andrei Karas
4
-11
/
+27
2014-09-21
Fix mercenary removing.
Andrei Karas
9
-15
/
+73
2014-09-21
Use MercenaryInfo object for storing mercenary attributes.
Andrei Karas
10
-10
/
+77
2014-09-21
Fix updating skills window if some skills was removed.
Andrei Karas
6
-7
/
+49
2014-09-20
Remove mercenary skills if mercenary was removed.
Andrei Karas
4
-5
/
+27
2014-09-20
eathena: add mercenary skills.
Andrei Karas
1
-8
/
+22
2014-09-20
Use skill owner field in most functions.
Andrei Karas
6
-15
/
+46
[next]