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
/
being
/
being.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-01
Update copyright year.
Andrei Karas
1
-1
/
+1
2018-06-30
Rename "other" gender into "hidden" gender.
Andrei Karas
1
-2
/
+2
2018-02-19
Fix update gm badge if group was changed on the fly.
Andrei Karas
1
-2
/
+1
2018-02-13
Add support for show clan badge.
Andrei Karas
1
-0
/
+9
2018-01-09
Remove useless A_CONST attributes.
Andrei Karas
1
-1
/
+1
2018-01-04
Update copyrights year.
Andrei Karas
1
-1
/
+1
2017-12-28
Add missing override and final to destructors.
Andrei Karas
1
-1
/
+1
2017-12-17
Remove default parameter from Being::setPixelPositionF.
Andrei Karas
1
-1
/
+1
2017-12-17
Remove default parameter from Being::setSpriteColor.
Andrei Karas
1
-1
/
+1
2017-12-17
Remove default parameter from Being::updateSprite.
Andrei Karas
1
-1
/
+1
2017-12-16
Remove default parameter from Being::handleAttack.
Andrei Karas
1
-1
/
+1
2017-12-16
Remove default parameters from Being::takeDamage.
Andrei Karas
1
-2
/
+2
2017-12-16
Remove default parameters from Being::setSpeech.
Andrei Karas
1
-3
/
+1
2017-11-08
Add npc option for allow equipment.
Andrei Karas
1
-0
/
+4
2017-11-08
Allow draw npc equipment sprites (only basic slots).
Andrei Karas
1
-0
/
+9
2017-08-18
Remove extra includes.
Andrei Karas
1
-1
/
+1
2017-08-07
Spawn missile particles with configurable additional parameters.
Andrei Karas
1
-1
/
+2
2017-07-31
Precalculate badges position on each change time.
Andrei Karas
1
-0
/
+4
2017-07-30
Add option to show player name at top or at bottom.
Andrei Karas
1
-1
/
+5
2017-07-14
Replace std::vector into macro STD_VECTOR.
Andrei Karas
1
-7
/
+7
2017-07-12
Move group id from localplayer to being.
Andrei Karas
1
-0
/
+7
2017-06-13
Move virtual methods from Being constructor to postInit.
Andrei Karas
1
-3
/
+9
2017-06-07
Fix some wrong parameter names in headers.
Andrei Karas
1
-6
/
+6
2017-06-07
Fix clang-tidy check readability-implicit-bool-cast.
Andrei Karas
1
-6
/
+9
2017-04-05
Add chat command for translate message from player language to english.
Andrei Karas
1
-0
/
+3
2017-04-04
Show player language badge.
Andrei Karas
1
-0
/
+3
2017-03-01
Fix pointers alias issue in Being::playSfx (detected by gcc 7)
Andrei Karas
1
-1
/
+1
2017-01-17
Add missing A_DEFAULT_COPY / A_DELETE_COPY into being.
Andrei Karas
1
-0
/
+2
2017-01-03
Fix some doxygen issues.
Andrei Karas
1
-2
/
+3
2017-01-03
Remove useless todo messages.
Andrei Karas
1
-3
/
+0
2017-01-03
Update copyright year.
Andrei Karas
1
-1
/
+1
2016-12-29
Add constexpr into being.
Andrei Karas
1
-2
/
+29
2016-12-28
Use templated parameters in Being::getOffset.
Andrei Karas
1
-2
/
+2
2016-12-12
Add noexcept in some files.
Andrei Karas
1
-3
/
+3
2016-10-28
Add missing consts references.
Andrei Karas
1
-3
/
+3
2016-10-04
Move Cursor enum into enums directory.
Andrei Karas
1
-1
/
+1
2016-08-29
Use time_t for time values.
Andrei Karas
1
-12
/
+12
2016-08-24
Add homunculus/mercenary basic ai logic.
Andrei Karas
1
-9
/
+20
2016-08-24
Remove some more local pet related code.
Andrei Karas
1
-9
/
+0
2016-08-24
First step of removing local pets (tmwa only).
Andrei Karas
1
-12
/
+0
2016-08-23
Add support for equipment particles effects from dyes.
Andrei Karas
1
-0
/
+4
2016-08-15
Cast skills with offsets.
Andrei Karas
1
-0
/
+3
2016-08-04
Draw hp bar for elementals.
Andrei Karas
1
-0
/
+9
2016-07-31
Show hp and max hp in being popup.
Andrei Karas
1
-0
/
+3
2016-07-29
Add some missing tmwa defines.
Andrei Karas
1
-2
/
+4
2016-07-28
Remove define EATHENA_SUPPORT from all code.
Andrei Karas
1
-10
/
+0
2016-07-27
Show hp bar for mercenary.
Andrei Karas
1
-0
/
+9
2016-07-27
Show hp bar in own homunculus.
Andrei Karas
1
-0
/
+11
2016-07-24
Add castingeffect object for draw casting effect in specified position and so...
Andrei Karas
1
-7
/
+2
2016-07-23
Add skill casting particle arrow effect.
Andrei Karas
1
-0
/
+4
[next]