index
:
asuratva/plus
master
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-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
2017-01-03
Update copyright year.
Andrei Karas
30
-30
/
+30
2016-12-31
Improve special layers draw speed in same way like fringe layer.
Andrei Karas
1
-1
/
+10
2016-12-29
Add constexpr into being.
Andrei Karas
2
-31
/
+29
2016-12-29
Add A_UNLIKELY into CompoundSprite::update.
Andrei Karas
1
-1
/
+1
2016-12-29
Add A_UNLIKELY into Being::logic.
Andrei Karas
1
-9
/
+9
2016-12-28
Use templated parameters in Being::getOffset.
Andrei Karas
2
-8
/
+8
2016-12-23
Fix style issues.
Andrei Karas
1
-1
/
+1
2016-12-12
Another fix for old compilers.
Andrei Karas
1
-1
/
+1
2016-12-12
Add noexcept in some files.
Andrei Karas
6
-39
/
+41
[next]