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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-14
Replace std::vector into macro STD_VECTOR.
Andrei Karas
6
-27
/
+27
2017-07-13
Add vector.h for use different vectors.
Andrei Karas
1
-1
/
+2
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
4
-8
/
+10
2017-07-12
Rename gm level into group id in localplayer.cpp
Andrei Karas
2
-8
/
+8
2017-07-12
Add packet SMSG_PLAYER_ATTRS 0x0b25.
Andrei Karas
1
-2
/
+6
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
2
-0
/
+2
2017-06-29
Move cast macroses into separate file.
Andrei Karas
1
-0
/
+2
2017-06-29
Move foreach macroses into separate file.
Andrei Karas
5
-0
/
+5
2017-06-20
Fix sdl warning hiding pragmas for old compilers.
Andrei Karas
1
-3
/
+3
2017-06-20
Prevent Wshadow varnings in SDL code.
Andrei Karas
1
-0
/
+3
2017-06-13
Move virtual methods from Being constructor to postInit.
Andrei Karas
4
-9
/
+30
2017-06-11
Rename player_relations into playerRelations.
Andrei Karas
4
-15
/
+15
2017-06-09
Fix code style.
Andrei Karas
2
-8
/
+5
2017-06-09
Fix code style.
Andrei Karas
2
-3
/
+7
2017-06-08
Add missing consts or string references.
Andrei Karas
1
-1
/
+1
2017-06-08
Remove useless extern declarations.
Andrei Karas
1
-3
/
+1
2017-06-08
Replace size() to empty() where is possible
Andrei Karas
1
-1
/
+0
2017-06-07
Fix some wrong parameter names in headers.
Andrei Karas
3
-8
/
+8
2017-06-07
Remove static in anonimouse namespaces.
Andrei Karas
1
-12
/
+11
2017-06-07
Fix namespace comments.
Andrei Karas
1
-1
/
+1
2017-06-07
Fix clang-tidy check readability-implicit-bool-cast.
Andrei Karas
12
-598
/
+669
2017-06-04
Fix code style.
Andrei Karas
2
-2
/
+2
2017-06-04
Imrove compound images update speed in software mode and fix memory leak.
Andrei Karas
1
-8
/
+7
2017-05-08
Fix wrong checks after removing some server features.
Andrei Karas
1
-2
/
+2
2017-05-02
Fix compilation without tmwa support.
Andrei Karas
1
-3
/
+3
2017-05-02
Remove extra includes.
Andrei Karas
1
-4
/
+2
2017-05-01
Remove ServerFeatures haveExpPacket because it depend only on server type.
Andrei Karas
1
-2
/
+2
2017-05-01
Remove ServerFeatures haveVending because it depend only on server type.
Andrei Karas
2
-7
/
+12
2017-05-01
Remove ServerFeatures haveAttackDirections because it depend only on server t...
Andrei Karas
2
-4
/
+7
2017-05-01
Remove ServerFeatures haveItemColors because it depend only by server type.
Andrei Karas
2
-6
/
+20
2017-05-01
Remove ServerFeatures haveBrokenAttackDistance because it depend only on serv...
Andrei Karas
1
-4
/
+3
2017-05-01
Add ifdef for tmwa only in call to serverFeatures->haveServerHp.
Andrei Karas
1
-0
/
+2
2017-04-05
Add chat command for translate message from player language to english.
Andrei Karas
3
-0
/
+24
2017-04-04
Show player language badge.
Andrei Karas
2
-0
/
+22
2017-04-03
Replace string::append with pathJoin.
Andrei Karas
1
-10
/
+10
2017-04-03
Use pathJoin for concatinate some paths.
Andrei Karas
1
-5
/
+5
2017-03-10
Fix new style issue detected by mplint.
Andrei Karas
4
-8
/
+8
2017-03-01
Fix pointers alias issue in Being::playSfx (detected by gcc 7)
Andrei Karas
2
-2
/
+2
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-20
Fix code style.
Andrei Karas
1
-0
/
+1
2017-01-17
Add missing A_DEFAULT_COPY / A_DELETE_COPY into being.
Andrei Karas
4
-1
/
+28
2017-01-06
Fix code style.
Andrei Karas
1
-1
/
+1
2017-01-06
Add possible missing initialisation in Being::recalcSpritesOrder.
Andrei Karas
1
-0
/
+6
2017-01-03
Fix some doxygen issues.
Andrei Karas
1
-2
/
+3
2017-01-03
Remove useless todo messages.
Andrei Karas
1
-3
/
+0
[next]