index
:
ewewukek/ManaVerse
CI_test_var
c++17_deprecated_func
camel
chat_scroll
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
ewewukek/fix_linux_build
gl-move_ci-test
improved_controller
jak1/pipeline_improvments
jesusalva/itpopup
jesusalva/mverse
jesusalva/renameprog
keep_password
master
ok_key_talk
old-stable
quit_closes_windows
rename_and_cleanup
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
/
gui
/
windows
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-17
Remove default parameters from actormanager.cpp
Andrei Karas
1
-1
/
+2
2017-12-17
Remove default parameters from dragdrop.g
Andrei Karas
2
-2
/
+2
2017-12-17
Remove default parameter from PlayerInfo::setAttribute.
Andrei Karas
1
-3
/
+6
2017-12-11
Remove default parameters from ChatTab::chatLog.
Andrei Karas
3
-23
/
+83
2017-11-29
Add comment for ingore variable copy in clang-tidy.
Andrei Karas
1
-1
/
+1
2017-10-06
remove extra includes if build without tmwa support.
Andrei Karas
4
-3
/
+11
2017-09-29
Fix code style.
Andrei Karas
3
-6
/
+8
2017-09-28
Remove extra include.
Andrei Karas
1
-1
/
+0
2017-09-28
Fix too long line int killstats.cpp
Andrei Karas
1
-1
/
+2
2017-09-27
Fix some issues with int64 to int32 implicit conversions.
Andrei Karas
4
-10
/
+11
2017-09-27
Rename Attributes::PLAYER_JOB to Attributes::PLAYER_JOB_LEVEL.
Andrei Karas
2
-5
/
+9
2017-09-27
Change player job level, exp from stat object to attribute.
Andrei Karas
5
-108
/
+102
2017-09-27
Rename Attributes::PLAYER_LEVEL to Attributes::PLAYER_BASE_LEVEL.
Andrei Karas
5
-8
/
+8
2017-09-27
Change attributes value type to int64.
Andrei Karas
11
-75
/
+120
2017-09-15
Fix code style.
Andrei Karas
1
-1
/
+1
2017-09-11
Rename setup_other.cpp into setup_misc.cpp
Andrei Karas
1
-2
/
+2
2017-09-07
Fix possible thread structure memory leak on SDL2 if thread terminated before...
Andrei Karas
1
-11
/
+6
2017-09-05
Fix drawing emotes button in chat input field.
Andrei Karas
1
-5
/
+12
2017-09-03
Fixed all "buttom" into "bottom".
Alige
2
-3
/
+3
2017-09-02
Add missing translators comment into mailviewwindow.cpp
Andrei Karas
1
-1
/
+1
2017-09-02
Remove unused define.
Andrei Karas
1
-2
/
+0
2017-09-02
Fix compilation with old compilers again.
Andrei Karas
1
-11
/
+3
2017-09-02
Fix compilation for old compilers.
Andrei Karas
1
-0
/
+6
2017-09-01
Add missing include for some compilers.
Andrei Karas
1
-0
/
+4
2017-09-01
Add some checks after automatic check code by tools.
Andrei Karas
2
-2
/
+2
2017-09-01
Fix code style.
Andrei Karas
3
-18
/
+14
2017-08-30
Add missing check.
Andrei Karas
1
-0
/
+2
2017-08-30
Move some variables to better scope.
Andrei Karas
2
-11
/
+13
2017-08-28
Remove extra includes.
Andrei Karas
1
-8
/
+0
2017-08-27
Add missing translators comment.
Andrei Karas
1
-1
/
+1
2017-08-26
Show attached item in item container in old mail system.
Andrei Karas
1
-1
/
+0
2017-08-26
Fix sending mail from mail edit window for old mail system.
Andrei Karas
1
-1
/
+2
2017-08-26
In mail view window use own items scroll area xml configuration.
Andrei Karas
1
-1
/
+1
2017-08-26
Fix moving to previous/next mail message in mail view window.
Andrei Karas
1
-4
/
+12
2017-08-26
Add support for getting attached money from mail message.
Andrei Karas
2
-0
/
+27
2017-08-26
Add support for getting attached items from mail message.
Andrei Karas
4
-5
/
+50
2017-08-26
In mail view window show buttons for get attach and money.
Andrei Karas
2
-5
/
+21
2017-08-26
Show/hide get attach button in mail view window based on attached items and m...
Andrei Karas
2
-15
/
+21
2017-08-26
Add inventory type for mail view window. Not allow drag from/to this inventory.
Andrei Karas
3
-2
/
+6
2017-08-26
Rename InventoryType::Mail into InventoryType::MailEdit.
Andrei Karas
2
-5
/
+5
2017-08-26
Allow request to load old mail messages by pages.
Andrei Karas
2
-7
/
+32
2017-08-26
Add support for mail deletion.
Andrei Karas
1
-1
/
+4
2017-08-26
Close mail edit window on success send.
Andrei Karas
1
-0
/
+1
2017-08-26
Cancel mail writing on server if mail edit window was closed.
Andrei Karas
1
-1
/
+3
2017-08-25
Validate destination name after it entered in mail edit window.
Andrei Karas
2
-2
/
+40
2017-08-25
Add basic support for view mail message.
Andrei Karas
4
-48
/
+76
2017-08-25
Use int64 for mail messages ids.
Andrei Karas
2
-9
/
+9
2017-08-25
Show message information in mail list.
Andrei Karas
2
-2
/
+13
2017-08-25
Add support for show mail list for new mail system.
Andrei Karas
2
-9
/
+37
2017-08-25
Update item container after each change in mail edit window.
Andrei Karas
2
-0
/
+7
[next]