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-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
2012-03-29
Add option to auto hide chat window (chat window visible by default)
Andrei Karas
1
-0
/
+1
2012-03-26
Fix code style and auto check issues.
Andrei Karas
1
-3
/
+0
2012-03-26
Redesign input handling.
Andrei Karas
1
-731
/
+11
2012-03-22
Rename object event to depricatedevent because current implimentation very
Andrei Karas
1
-11
/
+19
2012-03-09
Remove debug keys logging.
Andrei Karas
1
-2
/
+0
2012-03-09
Move getting keys from game to keyboard config.
Andrei Karas
1
-10
/
+11
2012-03-02
Use FBO for screenshots. Disabled for windows.
Andrei Karas
1
-0
/
+1
2012-03-01
Fix modal state for some dialogs.
Andrei Karas
1
-1
/
+2
2012-03-01
Block move/direction shortcuts in inventory/storage input fields.
Andrei Karas
1
-1
/
+2
2012-02-29
Fix npc menu focus/defocus issue.
Andrei Karas
1
-5
/
+6
2012-02-28
Add different sound effects for different events.
Andrei Karas
1
-3
/
+3
2012-02-18
Fix code style.
Andrei Karas
1
-2
/
+2
2012-02-08
Fix compilation errors and more style.
Andrei Karas
1
-10
/
+10
2012-02-05
Add own translation system.
Andrei Karas
1
-0
/
+2
2012-01-30
Rename isKeyActive to isActionActive om keyboard config class.
Andrei Karas
1
-55
/
+56
2012-01-30
Add some missing checks to window resize code.
Andrei Karas
1
-2
/
+4
2012-01-30
Smal refactoring in resize code.
Andrei Karas
1
-1
/
+1
2012-01-30
Allow resizing of the game in windowed mode
Thorbjørn Lindeijer
1
-3
/
+13
2012-01-28
Add support for processing player statuses in evol server.
Andrei Karas
1
-0
/
+6
2012-01-24
Fix branding issues. Like incorrect default app name, not connecting to server.
Andrei Karas
1
-1
/
+1
2012-01-15
Fix default item shortcuts window size.
Andrei Karas
1
-1
/
+3
2012-01-05
Update copyrights year.
Andrei Karas
1
-1
/
+1
2011-12-23
Probably fix auto adjusting perfomance after going from sleep mode.
Andrei Karas
1
-12
/
+18
2011-12-16
Fix blocking some chars in inventory/storage input box.
Andrei Karas
1
-0
/
+1
2011-12-14
Fix increasing log file if client was disconnected from network.
Andrei Karas
1
-2
/
+7
2011-12-10
Fix talk to npc key delay.
Andrei Karas
1
-2
/
+1
2011-11-15
Split Game::handleInput to small functions.
Andrei Karas
1
-637
/
+660
2011-11-10
Fix random key press loses.
Andrei Karas
1
-1
/
+3
2011-11-09
Fix joystick attack (button 0).
Andrei Karas
1
-6
/
+14
2011-11-09
Fix joystick after reconnecting to server.
Andrei Karas
1
-1
/
+0
2011-11-09
Fix code style.
Andrei Karas
1
-1
/
+6
2011-11-09
Add support for joystick selection.
Andrei Karas
1
-6
/
+0
2011-11-08
Fix more gcc 4.7 warnings.
Andrei Karas
1
-13
/
+13
2011-11-07
Fix some warnings under gcc 4.7.
Andrei Karas
1
-52
/
+52
2011-11-05
Fix double network error dialog.
Andrei Karas
1
-18
/
+15
2011-11-02
Add option to yellow bar to change player attack in pvp mode.
Andrei Karas
1
-0
/
+8
2011-10-30
Hide death message dialog in reconnect.
Andrei Karas
1
-1
/
+11
[next]