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
/
game.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-25
Improve empty strings manipulation.
Andrei Karas
1
-1
/
+1
2012-12-21
Fix code style and other small issues.
Andrei Karas
1
-1
/
+2
2012-12-21
Fix possible crash with nav poinst rename dialog.
Andrei Karas
1
-0
/
+3
2012-12-20
add option for input logging.
Andrei Karas
1
-1
/
+4
2012-12-11
Hide on screen buttons before enter to game and show in game.
Andrei Karas
1
-0
/
+3
2012-12-03
Rename sound.cpp/h to soundmanager.
Andrei Karas
1
-1
/
+1
2012-11-28
Fix option "Show chat history" for all tabs.
Andrei Karas
1
-1
/
+2
2012-11-14
Add support for on screen joystick for moving.
Andrei Karas
1
-21
/
+24
2012-11-07
Fix termination on Android by using "home" key.
Andrei Karas
1
-0
/
+4
2012-11-07
Add own profiler and profiler info to some code.
Andrei Karas
1
-0
/
+9
2012-11-04
Fix chat log writing if switch character.
Andrei Karas
1
-1
/
+0
2012-10-20
Add to some controls palette inheritance from other controls.
Andrei Karas
1
-5
/
+5
2012-10-14
Add some android fixes.
Andrei Karas
1
-0
/
+8
2012-10-06
Fix default particle effects in attacks.
Andrei Karas
1
-0
/
+1
2012-09-30
add atlas textures support.
Andrei Karas
1
-0
/
+1
2012-09-11
Disable delay sprites load after game end.
Andrei Karas
1
-0
/
+2
2012-09-04
add const to more classes,
Andrei Karas
1
-2
/
+2
2012-08-26
Add const to some classes.
Andrei Karas
1
-10
/
+10
2012-08-24
replace defines to consts.
Andrei Karas
1
-2
/
+2
2012-08-23
Remove useless includes.
Andrei Karas
1
-6
/
+2
2012-08-13
Some changes in screenshot code.
Andrei Karas
1
-2
/
+7
2012-08-01
Fix code style.
Andrei Karas
1
-1
/
+1
2012-07-30
Fix code style.
Andrei Karas
1
-1
/
+1
2012-07-29
Add quests window to on screen buttons.
Andrei Karas
1
-1
/
+2
2012-07-29
Add quests netcode and quests window.
Andrei Karas
1
-3
/
+7
2012-07-24
Fix emotes shortcuts bar default size.
Andrei Karas
1
-1
/
+1
2012-07-23
Improve perfomance in some object constructors.
Andrei Karas
1
-2
/
+1
2012-07-19
Block moving in storage is open.
Andrei Karas
1
-1
/
+1
2012-06-24
Fix disconnect by timeout in eathena servers.
Andrei Karas
1
-2
/
+9
2012-06-24
Add basic support for maps without client data (tmx, tiles, etc)
Andrei Karas
1
-0
/
+2
2012-06-21
Add option to enable/disable software mode compoundsprite update delay.
Andrei Karas
1
-0
/
+3
2012-06-21
Add option for delayed OpenGL images load enable/disable.
Andrei Karas
1
-1
/
+2
2012-06-21
Add delayed images load.
Andrei Karas
1
-0
/
+5
2012-06-18
Fix map tiles animation speed.
Andrei Karas
1
-3
/
+2
2012-06-06
Fix some issues after auto checking.
Andrei Karas
1
-2
/
+2
2012-05-13
Move some code from logic queue to separate calls.
Andrei Karas
1
-1
/
+20
2012-05-09
Add ability to auto repeat some keys presses.
Andrei Karas
1
-0
/
+1
2012-05-06
Move specials window to manaserv only code.
Andrei Karas
1
-0
/
+9
2012-04-11
Initialize joystick and keyboard mapping in game start.
Andrei Karas
1
-0
/
+4
2012-04-11
Convert attack handling code to new format.
Andrei Karas
1
-81
/
+2
2012-04-11
Move untarget and stop attack actions to actionmanager from hardcoded place.
Andrei Karas
1
-10
/
+0
2012-04-10
Add two default keys to input layout.
Andrei Karas
1
-16
/
+3
2012-04-10
Add joystick key assign ability in keyboard dialog.
Andrei Karas
1
-1
/
+1
2012-04-09
Fix code style.
Andrei Karas
1
-1
/
+2
2012-04-08
Move most input code from keyboardconfig to inputmanager.
Andrei Karas
1
-26
/
+26
2012-04-08
Move enums from keyboardconfig.h to keydata.h.
Andrei Karas
1
-26
/
+26
2012-04-07
Fix code style.
Andrei Karas
1
-1
/
+0
2012-04-03
Move some input handling code from game to inputmanager.
Andrei Karas
1
-53
/
+2
2012-04-03
Put gui input logic before most game input logic.
Andrei Karas
1
-25
/
+29
2012-04-01
One part of fixes after auto checking.
Andrei Karas
1
-2
/
+3
[next]