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
/
actormanager.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-18
Improve a bit findBeingsByPixel.
Andrei Karas
1
-25
/
+51
2016-03-11
Fix code style.
Andrei Karas
1
-0
/
+1
2016-03-07
Disable all legacy "magic" commands if server type not tmwa.
Andrei Karas
1
-4
/
+18
2016-03-05
Use in most places int being positions and not float.
Andrei Karas
1
-0
/
+2
2016-03-05
Rename actor functions getPosition and setPosition.
Andrei Karas
1
-1
/
+1
2016-03-05
Remove getter getSpritesCount from Being.
Andrei Karas
1
-1
/
+1
2016-03-01
Allow see homunculuses name.
Andrei Karas
1
-0
/
+2
2016-02-20
Add some more missing consts.
Andrei Karas
1
-2
/
+2
2016-02-20
Add missing const in other left files.
Andrei Karas
1
-13
/
+18
2016-02-20
Rename internal variables in for macroses.
Andrei Karas
1
-2
/
+2
2016-02-18
Remove useless check.
Andrei Karas
1
-2
/
+1
2016-02-12
Fix code style.
Andrei Karas
1
-1
/
+4
2016-02-12
Show also last seen in memory nick for invisible players chat messages (tmwa)
Andrei Karas
1
-0
/
+10
2016-02-08
Improve some empty string checks.
Andrei Karas
1
-5
/
+5
2016-02-07
Replace most static_cast<Type> to shorter versions from defines.
Andrei Karas
1
-9
/
+9
2016-02-04
Extend chat command /all to log corruption in actors lists.
Andrei Karas
1
-5
/
+33
2016-02-04
Improve search being by id.
Andrei Karas
1
-13
/
+35
2016-02-03
Fix compilation warning.
Andrei Karas
1
-2
/
+2
2016-02-03
Update last seen also from online list.
Andrei Karas
1
-8
/
+30
2016-02-03
Use date with time in seen and id logging files.
Andrei Karas
1
-1
/
+1
2016-02-03
Also store last seen for each player.
Andrei Karas
1
-2
/
+10
2016-02-03
Add option for saving mapping between account id and nicks.
Andrei Karas
1
-0
/
+29
2016-01-27
remove removepickup action from social window popup menu.
Andrei Karas
1
-0
/
+5
2016-01-02
Update copyrights year.
Andrei Karas
1
-1
/
+1
2015-10-09
Fix compilation warnings.
Andrei Karas
1
-3
/
+3
2015-09-10
Add mouse move simulation. After char id to name mapping received, simulate m...
Andrei Karas
1
-0
/
+6
2015-09-10
Impliment packets CMSG_SOLVE_CHAR_NAME and SMSG_SOLVE_CHAR_NAME.
Andrei Karas
1
-0
/
+22
2015-08-24
Add damaged attribute to floor items.
Andrei Karas
1
-0
/
+2
2015-08-20
/atkhuman now checks teamId and map pvp flag
Joseph Botosh
1
-4
/
+63
2015-08-16
Add packet SMSG_ITEM_VISIBLE2 0x0b18.
Andrei Karas
1
-2
/
+6
2015-08-16
Add missing fields into flooritem.
Andrei Karas
1
-2
/
+9
2015-08-16
Add strong typed int for item color.
Andrei Karas
1
-3
/
+3
2015-08-09
Fix yellow bar option "archer attack range".
Andrei Karas
1
-1
/
+1
2015-08-09
Add some missing checks to other files found by paranucker.
Andrei Karas
1
-13
/
+18
2015-07-31
Fix code style.
Andrei Karas
1
-1
/
+2
2015-07-29
Fix enable/disable badges without client restart.
Andrei Karas
1
-1
/
+3
2015-07-27
Fix functions removeRoom / updateRoom.
Andrei Karas
1
-2
/
+2
2015-07-27
Add option to show/hide badges. By default badges visible.
Andrei Karas
1
-0
/
+16
2015-07-25
healmd checks healing radius
Joseph Botosh
1
-1
/
+8
2015-07-03
Fix code style.
Andrei Karas
1
-1
/
+14
2015-06-26
Add missing checks into other files.
Andrei Karas
1
-0
/
+2
2015-06-06
Fix code style.
Andrei Karas
1
-5
/
+2
2015-06-03
Rename packettypes.h into packettype.h
Andrei Karas
1
-1
/
+1
2015-06-03
User full enum name in packets type.
Andrei Karas
1
-8
/
+8
2015-05-30
Move relation enum into separate file.
Andrei Karas
1
-4
/
+4
2015-05-29
Convert ActorType enum into strong typed enum.
Andrei Karas
1
-10
/
+10
2015-05-29
Use BeingTypeId in Being for subtypeid.
Andrei Karas
1
-7
/
+8
2015-05-29
Add strong typed int type BeingId.
Andrei Karas
1
-8
/
+10
2015-05-24
From ChatTab::chatLog removed default parameter for message owner type.
Andrei Karas
1
-6
/
+10
2015-05-07
Remove bot checker window.
Andrei Karas
1
-3
/
+0
[next]