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
2013-12-16
fix compilation warnings.
Andrei Karas
1
-1
/
+0
2013-12-15
in updater window cut news to 50 lines and show link to full news.
Andrei Karas
1
-1
/
+2
2013-12-14
chnage return values for draw functions from bool to void.
Andrei Karas
5
-18
/
+11
2013-12-14
Improve a bit separate images drawing.
Andrei Karas
1
-2
/
+4
2013-12-13
in reorder and replace sprites add more priority into hiding sprites over rep...
Andrei Karas
1
-1
/
+1
2013-12-12
fix padding in actorsprite.
Andrei Karas
1
-1
/
+1
2013-11-28
Remove some virtual methods in actorsprite and being.
Andrei Karas
3
-32
/
+27
2013-11-27
fix possible crash after last changes in reoder logic.
Andrei Karas
1
-2
/
+8
2013-11-26
fix complex sprite replace combinations from items.xml.
Andrei Karas
2
-4
/
+22
2013-11-25
prevent update some sprites from move packets and some other.
Andrei Karas
2
-0
/
+21
2013-11-25
disable sprites update optimisation because it may broke replace/remove logic
Andrei Karas
1
-3
/
+3
2013-11-22
fix code style.
Andrei Karas
1
-1
/
+5
2013-11-16
dont show speech messages from other languages if local client have language ...
Andrei Karas
1
-1
/
+1
2013-11-10
Improve sprites update speed.
Andrei Karas
1
-0
/
+4
2013-11-10
add support for item particles.
Andrei Karas
2
-0
/
+99
2013-11-01
Move timers from client into timers file.
Andrei Karas
4
-2
/
+6
2013-11-01
Add configure option --enable-checks for check some calls (disabled by default)
Andrei Karas
1
-0
/
+1
2013-10-28
Revert "Remove setMap from being constructor."
Andrei Karas
3
-3
/
+7
2013-10-24
add final keyword to being files.
Andrei Karas
5
-33
/
+37
2013-10-23
remove unused virtual keyword
Andrei Karas
1
-2
/
+2
2013-10-20
Remove setMap from being constructor.
Andrei Karas
3
-7
/
+3
2013-10-19
Rename actorspritemanager into actormanager.
Andrei Karas
3
-31
/
+31
2013-10-19
move virtual member calls from speechbubble constuctor into postInit.
Andrei Karas
1
-0
/
+2
2013-10-19
add missing initialisation in localplayer.
Andrei Karas
1
-1
/
+1
2013-10-19
fix const in declarations in compoundsprite.
Andrei Karas
1
-3
/
+3
2013-10-17
fix const in being class.
Andrei Karas
2
-3
/
+3
2013-10-17
Remove virtual from Being::updateColors because it called in constructor.
Andrei Karas
1
-1
/
+1
2013-10-17
fix target cursor defenition in actorsprite.
Andrei Karas
1
-1
/
+1
2013-10-17
dont call setMap from destructors.
Andrei Karas
3
-2
/
+13
2013-10-11
Second part of checks from Parasoft C++ Test.
Andrei Karas
1
-1
/
+1
2013-10-11
First part of checks from Parasoft C++ Test.
Andrei Karas
2
-2
/
+3
2013-10-08
fix target cursor loading in not default themes.
Andrei Karas
1
-5
/
+6
2013-10-06
remove unused includes and remove default parameter in being.
Andrei Karas
4
-13
/
+10
2013-10-05
add missing consts in playerinfo.
Andrei Karas
2
-14
/
+14
2013-10-04
add pickup and drop sound effects.
Andrei Karas
3
-2
/
+25
2013-10-04
add sound effects for equip/unequip/use items for local player.
Andrei Karas
3
-15
/
+48
2013-10-04
move equip/unequip/use calls into playerinfo.
Andrei Karas
3
-5
/
+68
2013-10-04
Add new item sound events constants.
Andrei Karas
1
-1
/
+1
2013-10-04
fix code style.
Andrei Karas
3
-4
/
+6
2013-10-02
add support for /me command inside /away comand.
Andrei Karas
2
-4
/
+24
2013-10-02
Add legacy target selection image in mana theme.
Andrei Karas
1
-1
/
+1
2013-10-01
replace tile size from 32 to mapTitleSize.
Andrei Karas
4
-96
/
+102
2013-09-30
move db files into db directory.
Andrei Karas
1
-6
/
+7
2013-09-30
move tabs into tabs directory.
Andrei Karas
2
-3
/
+4
2013-09-30
move popups into popups directory.
Andrei Karas
1
-1
/
+2
2013-09-30
move windows classes to windows directory.
Andrei Karas
3
-14
/
+16
2013-09-29
change smaller letter literalt into capital letter.
Andrei Karas
4
-7
/
+7
2013-09-28
add const for methods return values.
Andrei Karas
1
-1
/
+1
2013-09-28
add const for methods return values.
Andrei Karas
3
-6
/
+6
2013-09-28
call correct setMap from Being class.
Andrei Karas
1
-1
/
+1
[prev]
[next]