index
:
mana/plus
CI_test_var
c++17_deprecated_func
camel
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
jak1/pipeline_improvments
jesusalva/itpopup
jesusalva/mplint
jesusalva/mverse
keep_password
mageia2
mageia3
mageiabranch
master
old-stable
rename_and_cleanup
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
/
resources
/
db
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-11
Fix compilation warning with some flags.
Andrei Karas
1
-9
/
+9
2016-04-09
Fix string for translation with separate % and %s.
Andrei Karas
1
-1
/
+1
2016-03-26
Fix code style.
Andrei Karas
1
-9
/
+1
2016-03-24
Rename enum ItemType into ItemDbType.
Andrei Karas
1
-21
/
+21
2016-03-24
Change ItemType into strong typed enum.
Andrei Karas
1
-3
/
+3
2016-03-21
Show effect names in debug window in target tab.
Andrei Karas
1
-1
/
+1
2016-03-21
Add support for status effects without id.
Andrei Karas
1
-1
/
+8
2016-03-21
Add support for using fields from status effects: option, opt1, opt2, opt3.
Andrei Karas
2
-5
/
+50
2016-03-21
Load from status-effects.xml new fields. option, opt1, opt2, opt3.
Andrei Karas
1
-11
/
+35
2016-03-21
Simplify status effect db.
Andrei Karas
1
-59
/
+53
2016-03-21
Rename some fields and methods in StatusEffectDB.
Andrei Karas
2
-10
/
+10
2016-03-21
Remove some getters from StatusEffect.
Andrei Karas
1
-1
/
+1
2016-03-21
Split StatusEffect into StatusEffect and StatusEffectDB.
Andrei Karas
2
-0
/
+254
2016-03-14
Remove weight fields from description in item popup.
Andrei Karas
1
-2
/
+0
2016-03-11
Fix code style.
Andrei Karas
1
-1
/
+1
2016-03-10
Add support for change text in pet menu item "Return to egg".
Andrei Karas
1
-0
/
+6
2016-03-10
Add some more item attributes into items.xml
Andrei Karas
1
-1
/
+23
2016-03-05
Move getNumOfHairstyles from being to itemdb.
Andrei Karas
2
-0
/
+27
2016-02-20
Add missing const in resources directory.
Andrei Karas
8
-14
/
+15
2016-02-14
Dont check and modify floor item position if server support haveExtendedDrops...
Andrei Karas
1
-1
/
+6
2016-02-09
Allow select skill units and attack it.
Andrei Karas
1
-2
/
+2
2016-02-08
Improve some empty string checks.
Andrei Karas
1
-8
/
+10
2016-02-07
Fix code style.
Andrei Karas
2
-4
/
+0
2016-02-07
Replace most static_cast<Type> to shorter versions from defines.
Andrei Karas
1
-1
/
+1
2016-01-29
Fix code style.
Andrei Karas
17
-22
/
+0
2016-01-25
Add file utils function getFilesInDir.
Andrei Karas
18
-5
/
+28
2016-01-20
Add pugixml backend incomplete.
Andrei Karas
8
-52
/
+32
2016-01-17
Extend addchat command with support for cards.
Andrei Karas
2
-0
/
+18
2016-01-17
Add unit tests for links replace function.
Andrei Karas
2
-0
/
+11
2016-01-14
Add palettesDir option in paths.xml for set directory for GIMP palettes.
Andrei Karas
1
-2
/
+2
2016-01-14
Add option into paths.xml for default GIMP palette file name.
Andrei Karas
1
-1
/
+4
2016-01-13
Add support for hex colors in dye palettes from GIMP file.
Andrei Karas
2
-5
/
+4
2016-01-04
Add missing TRANSLATORS comments to translation strings.
Andrei Karas
1
-0
/
+3
2016-01-02
Update copyrights year.
Andrei Karas
43
-43
/
+43
2015-12-23
Add const attribute to resources.
Andrei Karas
1
-1
/
+1
2015-12-21
Move dye related files into dye directory.
Andrei Karas
1
-1
/
+1
2015-12-20
Move animatedsprite into sprite directory.
Andrei Karas
1
-1
/
+2
2015-12-20
Move spritereference.h into sprite directory.
Andrei Karas
5
-5
/
+10
2015-12-20
Move spritedirection into enums directory.
Andrei Karas
1
-1
/
+2
2015-12-14
Move mapconsts.h into const directory.
Andrei Karas
1
-1
/
+1
2015-11-17
Use magic command properties only if compiled for tmwa.
Andrei Karas
1
-0
/
+4
2015-11-16
Move MagicSchool enum into separate file and convert to strong typed.
Andrei Karas
1
-5
/
+16
2015-11-16
Rename SpellTarget into CommandTarget enum and convert it to strong typed.
Andrei Karas
1
-5
/
+5
2015-11-16
Fix code style.
Andrei Karas
2
-3
/
+2
2015-11-09
Add skill unit db.
Andrei Karas
2
-0
/
+205
2015-11-07
Fix compilation with some flags.
Andrei Karas
1
-0
/
+1
2015-11-07
fix code style.
Andrei Karas
2
-2
/
+3
2015-11-02
Add intmap defines.
Andrei Karas
1
-8
/
+6
2015-10-30
Add support for npc dialog inventory theming from npc skin.
Andrei Karas
1
-0
/
+12
2015-10-28
Move all npc dialog menu related skin elements into menu tag.
Andrei Karas
1
-11
/
+23
[next]