index
:
HoraK-FDF/mv
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
ewewukek/fix_linux_build
gl-move_ci-test
jak1/pipeline_improvments
jesusalva/itpopup
jesusalva/mverse
jesusalva/renameprog
keep_password
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
/
being
/
being.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-10
Remove most unused files.
Andrei Karas
1
-5470
/
+0
2017-09-03
Fixed all "buttom" into "bottom".
Alige
1
-3
/
+3
2017-08-30
Move some variables to better scope.
Andrei Karas
1
-3
/
+3
2017-08-22
Add strong typed enum DisplayType.
Andrei Karas
1
-8
/
+8
2017-08-22
Remove default parameters from ActorSprite::setupSpriteDisplay.
Andrei Karas
1
-2
/
+10
2017-08-21
Change useless if conditions.
Andrei Karas
1
-4
/
+1
2017-08-21
Remove useless else.
Andrei Karas
1
-11
/
+5
2017-08-14
Replace static members usage from pointers to direct classes.
Andrei Karas
1
-2
/
+2
2017-08-10
Fix drawning language badge in some cases.
Andrei Karas
1
-0
/
+2
2017-08-07
Spawn missile particles with configurable additional parameters.
Andrei Karas
1
-16
/
+16
2017-08-07
Add additional attributes to missile particles in skills.
Andrei Karas
1
-2
/
+2
2017-08-07
Rename skill attributes related to missile particles.
Andrei Karas
1
-2
/
+2
2017-08-07
Add additional attributes to missile particle in attacks.
Andrei Karas
1
-1
/
+1
2017-08-07
Add additional attributes to missile particle in items.
Andrei Karas
1
-7
/
+12
2017-07-31
Precalculate badges position on each change time.
Andrei Karas
1
-43
/
+64
2017-07-31
Improve a bit settings.playerNameOffset usage.
Andrei Karas
1
-5
/
+3
2017-07-31
Add paths.xml option for set bandge offset.
Andrei Karas
1
-1
/
+1
2017-07-31
Show player name on fixed position on top.
Andrei Karas
1
-9
/
+3
2017-07-31
Fix random wrong name position at players top.
Andrei Karas
1
-4
/
+17
2017-07-31
Fix show badges if player name hidden.
Andrei Karas
1
-17
/
+38
2017-07-30
Add option to show player name at top or at bottom.
Andrei Karas
1
-17
/
+50
2017-07-17
Add missing std::move in being.cpp
Andrei Karas
1
-2
/
+3
2017-07-14
Add missing reference.
Andrei Karas
1
-1
/
+1
2017-07-14
Replace std::vector into macro STD_VECTOR.
Andrei Karas
1
-12
/
+12
2017-07-13
Allow use different badges for each group in groups.xml
Andrei Karas
1
-1
/
+1
2017-07-13
Add property "showBadge" to groups.
Andrei Karas
1
-1
/
+5
2017-07-12
Move group id from localplayer to being.
Andrei Karas
1
-0
/
+1
2017-07-04
Fix wrong error in Being::setAction.
Andrei Karas
1
-0
/
+1
2017-06-30
Move likely macroses into separate file.
Andrei Karas
1
-0
/
+1
2017-06-29
Move foreach macroses into separate file.
Andrei Karas
1
-0
/
+1
2017-06-13
Move virtual methods from Being constructor to postInit.
Andrei Karas
1
-3
/
+17
2017-06-11
Rename player_relations into playerRelations.
Andrei Karas
1
-9
/
+9
2017-06-09
Fix code style.
Andrei Karas
1
-5
/
+5
2017-06-09
Fix code style.
Andrei Karas
1
-2
/
+5
2017-06-08
Add missing consts or string references.
Andrei Karas
1
-1
/
+1
2017-06-08
Replace size() to empty() where is possible
Andrei Karas
1
-1
/
+0
2017-06-07
Fix clang-tidy check readability-implicit-bool-cast.
Andrei Karas
1
-284
/
+288
2017-06-04
Fix code style.
Andrei Karas
1
-1
/
+1
2017-05-01
Remove ServerFeatures haveVending because it depend only on server type.
Andrei Karas
1
-6
/
+11
2017-05-01
Remove ServerFeatures haveAttackDirections because it depend only on server t...
Andrei Karas
1
-3
/
+4
2017-05-01
Add ifdef for tmwa only in call to serverFeatures->haveServerHp.
Andrei Karas
1
-0
/
+2
2017-04-04
Show player language badge.
Andrei Karas
1
-0
/
+19
2017-04-03
Replace string::append with pathJoin.
Andrei Karas
1
-10
/
+10
2017-03-10
Fix new style issue detected by mplint.
Andrei Karas
1
-3
/
+3
2017-03-01
Fix pointers alias issue in Being::playSfx (detected by gcc 7)
Andrei Karas
1
-1
/
+1
2017-02-21
Move other fs related files into fs directory.
Andrei Karas
1
-2
/
+3
2017-02-01
Store interacted npc type before buy or talk and send it to buy dialog.
Andrei Karas
1
-1
/
+1
2017-01-28
Fix code style. Remove some useless checks.
Andrei Karas
1
-7
/
+4
2017-01-06
Add possible missing initialisation in Being::recalcSpritesOrder.
Andrei Karas
1
-0
/
+6
2017-01-03
Update copyright year.
Andrei Karas
1
-1
/
+1
[next]