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
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-25
Load data about homunculuses from homunculuses.xml.
Andrei Karas
7
-3
/
+352
2014-09-25
Fix homunculus name detection.
Andrei Karas
2
-11
/
+8
2014-09-24
For homunculus being use same data like for monster.
Andrei Karas
3
-3
/
+6
2014-09-24
eathena: add packet SMSG_HOMUNCULUS_INFO 0x022e.
Andrei Karas
5
-1
/
+55
2014-09-24
eathena: fix packet SMSG_HOMUNCULUS_SKILLS.
Andrei Karas
1
-0
/
+1
2014-09-24
eathena: add packet SMSG_HOMUNCULUS_DATA 0x0230.
Andrei Karas
6
-1
/
+74
2014-09-24
Add HomunculusInfo struct.
Andrei Karas
3
-0
/
+47
2014-09-24
eathena: add packet SMSG_HOMUNCULUS_SKILLS 0x0235.
Andrei Karas
4
-1
/
+45
2014-09-24
Add missing files into CMake.
Andrei Karas
1
-0
/
+4
2014-09-24
Add empty HomunculusHandler.
Andrei Karas
12
-2
/
+251
2014-09-24
eathena: add partial support for packet SMSG_BUYINGSTORE_OPEN 0x0810.
Andrei Karas
4
-1
/
+17
2014-09-24
Add empty BuyingStoreHandler.
Andrei Karas
12
-2
/
+254
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
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
Remove wrong include.
Andrei Karas
1
-2
/
+0
2014-09-22
Fix compilation warnings.
Andrei Karas
2
-4
/
+2
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
[next]