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
2015-11-16
Move TextCommandType enum into separate file and convert to strong typed.
Andrei Karas
7
-17
/
+49
2015-11-16
Move MagicSchool enum into separate file and convert to strong typed.
Andrei Karas
8
-33
/
+82
2015-11-16
Rename SpellTarget into CommandTarget enum and convert it to strong typed.
Andrei Karas
8
-30
/
+62
2015-11-16
Switch camera to default mode after slide.
Andrei Karas
1
-0
/
+4
2015-11-16
In popup menus replace warp to slide.
Andrei Karas
1
-2
/
+2
2015-11-16
Add chat command slide.
Andrei Karas
5
-1
/
+23
2015-11-16
Add slide function in adminhandler.
Andrei Karas
3
-0
/
+20
2015-11-16
Add server feature haveSlide.
Andrei Karas
5
-0
/
+16
2015-11-16
Update translations.
Andrei Karas
24
-9568
/
+10738
2015-11-16
Fix code style.
Andrei Karas
18
-14
/
+40
2015-11-15
Add support for different per skill casting animations.
Andrei Karas
5
-2
/
+45
2015-11-15
Add support for other gender in char creation dialog.
Andrei Karas
1
-4
/
+31
2015-11-15
Add server feature haveCharOtherGender.
Andrei Karas
5
-0
/
+16
2015-11-15
Rename haveOtherGender into haveAccountOtherGender
Andrei Karas
6
-6
/
+6
2015-11-14
Fix attack sprite actions. Add ride attack action.
Andrei Karas
6
-15
/
+50
2015-11-14
Add cast action to beings.
Andrei Karas
6
-2
/
+20
2015-11-14
Remove unused sprite action mapping.
Andrei Karas
2
-10
/
+1
2015-11-14
Add simple enums unit test.
Andrei Karas
2
-0
/
+36
2015-11-14
Add features.xml attribute for force char gender for new chars.
Andrei Karas
2
-21
/
+36
2015-11-14
Add features.xml attribute for force account gender for new chars.
Andrei Karas
3
-9
/
+23
2015-11-13
Remove manaserv related RegistrationOptions.
Andrei Karas
12
-105
/
+3
2015-11-13
In skill dialog dont show skill popup on empty place.
Andrei Karas
1
-0
/
+2
2015-11-13
Fix compilation warnings.
Andrei Karas
1
-8
/
+4
2015-11-13
Show skill popups in shortcuts window.
Andrei Karas
1
-0
/
+12
2015-11-13
Use global skillPopup variable for show skill popups.
Andrei Karas
2
-6
/
+6
2015-11-13
Not allow registration with empty or broken email.
Andrei Karas
1
-1
/
+22
2015-11-13
Add missing files.
Andrei Karas
2
-0
/
+120
2015-11-13
Impliment packet SMSG_GRAFFITI_VISIBLE.
Andrei Karas
6
-16
/
+24
2015-11-12
Add support for invoke ground skill with text parameter.
Andrei Karas
3
-4
/
+39
2015-11-12
Add skill xml flag useTextParameter.
Andrei Karas
3
-1
/
+5
2015-11-12
Remove manaserv related flag for use mana bar.
Andrei Karas
4
-47
/
+28
2015-11-12
Remove old manaserv related code from status window.
Andrei Karas
5
-51
/
+2
2015-11-12
Improve a bit particles creation.
Andrei Karas
3
-10
/
+10
2015-11-12
Update mplus fonts.
Andrei Karas
2
-0
/
+0
2015-11-11
Fix compilation warning.
Andrei Karas
1
-2
/
+0
2015-11-11
In personal shops in sell dialog shop no existing items with amount 0 and dis...
Andrei Karas
6
-19
/
+40
2015-11-11
Fix attibutes left label in char create dialog.
Andrei Karas
1
-6
/
+12
2015-11-11
Fix buttons position in char create dialog in very small screen size.
Andrei Karas
1
-2
/
+14
2015-11-11
Add some theme parameters for char create dialog.
Andrei Karas
7
-11
/
+83
2015-11-11
Fix char create dialog height.
Andrei Karas
2
-5
/
+16
2015-11-10
Fix compilation with C++11 flags.
Andrei Karas
1
-0
/
+2
2015-11-10
Add close button to all shortcuts windows.
Andrei Karas
4
-2
/
+14
2015-11-10
Add close to minimap context menu.
Andrei Karas
4
-5
/
+19
2015-11-10
Add support for casting status effect on ground.
Andrei Karas
10
-10
/
+157
2015-11-10
Add fail summon skill error handling.
Andrei Karas
2
-1
/
+6
2015-11-10
Decode some more skill errors.
Andrei Karas
2
-0
/
+44
2015-11-10
Add method into iteminfo for return link to item.
Andrei Karas
2
-0
/
+7
2015-11-09
Impliment packets SMSG_SKILL_ENTRY and SMSG_BEING_REMOVE_SKILL.
Andrei Karas
1
-11
/
+22
2015-11-09
Add skill unit support in most files excluding net code.
Andrei Karas
3
-4
/
+48
2015-11-09
Add skill unit db.
Andrei Karas
6
-0
/
+215
[next]