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
/
gui
/
windows
Age
Commit message (
Collapse
)
Author
Files
Lines
2017-06-13
Show site url in server info window.
Andrei Karas
2
-3
/
+10
2017-06-13
Show register and support url in server info window.
Andrei Karas
2
-19
/
+39
2017-06-13
Show server sources in server info window.
Andrei Karas
2
-0
/
+57
2017-06-12
Load sources url list for each server from servers list xml.
Andrei Karas
1
-1
/
+50
2017-06-12
Add comments for unknown licensed and non free servers.
Andrei Karas
1
-0
/
+5
For non free: (NON FREE) for unknown: (UNKNOWN)
2017-06-12
Add server info window. For now empty.
Andrei Karas
4
-9
/
+192
2017-06-11
Rename player_relations into playerRelations.
Andrei Karas
5
-8
/
+8
2017-06-09
Fix code style.
Andrei Karas
1
-1
/
+2
2017-06-09
Fix hide issue in ConnectionDialog::action.
Andrei Karas
2
-2
/
+2
2017-06-08
Replace ext.compare to direct string comparison.
Andrei Karas
1
-3
/
+3
2017-06-08
Add missing function parameters.
Andrei Karas
3
-3
/
+3
2017-06-08
Remove useless string initialisations.
Andrei Karas
2
-3
/
+3
2017-06-08
Add missing consts or string references.
Andrei Karas
1
-1
/
+1
2017-06-08
Replace size() to empty() where is possible
Andrei Karas
1
-2
/
+2
2017-06-07
Fix namespace comments.
Andrei Karas
3
-3
/
+3
2017-06-07
Fix clang-tidy check readability-implicit-bool-cast.
Andrei Karas
51
-852
/
+887
2017-06-04
Fix code style.
Andrei Karas
4
-6
/
+6
2017-05-30
fix uninitialised values in npc dialog constructor.
Andrei Karas
2
-4
/
+4
2017-05-11
Allow set image name prefix in chat command /screenshot.
Andrei Karas
1
-1
/
+1
2017-05-08
Fix wrong checks after removing some server features.
Andrei Karas
6
-7
/
+7
2017-05-05
Rename virtfs into fs.
Andrei Karas
2
-2
/
+2
2017-05-05
Rename virtfstools into tools.
Andrei Karas
2
-2
/
+2
2017-05-04
Improve join some paths.
Andrei Karas
1
-3
/
+3
2017-05-04
Fix possible crash in server dialog if close manaplus in wrong time.
Andrei Karas
1
-1
/
+1
2017-05-02
Remove extra includes.
Andrei Karas
5
-5
/
+0
2017-05-02
Fix compilation error without tmwa.
Andrei Karas
2
-3
/
+3
2017-05-01
Remove ServerFeatures haveSecureTrades because it depend only on server type.
Andrei Karas
1
-1
/
+2
2017-05-01
Remove ServerFeatures haveAdvancedBuySell because it depend only on server type.
Andrei Karas
2
-2
/
+4
2017-05-01
Remove ServerFeatures haveVending because it depend only on server type.
Andrei Karas
1
-1
/
+2
2017-05-01
Remove ServerFeatures haveCharRename because it depend only on server type.
Andrei Karas
1
-1
/
+4
2017-05-01
Remove ServerFeatures haveAccountOtherGender because it always false.
Andrei Karas
2
-17
/
+2
2017-05-01
Remove ServerFeatures::haveNativeGuilds and ServerFeatures::haveChatChannels.
Andrei Karas
1
-3
/
+5
2017-05-01
Remove ServerFeatures haveOnlineList, because it depend only on server type.
Andrei Karas
2
-1
/
+7
2017-04-28
Add workaround to open npc buy shop if npc invisible.
Andrei Karas
1
-1
/
+4
For hercules it lost npc type.
2017-04-22
Remove extra includes.
Andrei Karas
1
-1
/
+0
2017-04-21
Add item options into item and get it from server.
Andrei Karas
2
-0
/
+8
2017-04-15
Fix download urls on windows.
v1.7.4.15
Andrei Karas
1
-1
/
+1
2017-04-06
Add quick messages with translation from current server language to default.
Andrei Karas
3
-0
/
+64
For use it open emotes/fonts in chat and select T tab.
2017-04-04
Reserve some characters sequence for future usage in chat messages.
Andrei Karas
1
-0
/
+4
2017-04-03
Remove extra includes.
Andrei Karas
1
-1
/
+0
2017-04-03
Replace string::append with pathJoin.
Andrei Karas
6
-54
/
+60
2017-04-03
Use pathJoin for concatinate some paths.
Andrei Karas
3
-5
/
+5
2017-03-29
Remove extra memory copy in VirtFs::loadFile.
Andrei Karas
1
-1
/
+1
Also add const into VirtFs::loadFile.
2017-03-29
Remove extra includes.
Andrei Karas
1
-1
/
+0
2017-03-28
Change memory allocation in Virtfs::LoadFile from calloc to new.
Andrei Karas
1
-4
/
+5
2017-03-28
Move virtfstools into virtfs directory.
Andrei Karas
3
-3
/
+4
2017-03-28
Join fs/virfs.h and fs/virtfs/virtfs.h
Andrei Karas
2
-2
/
+3
2017-03-24
Add support for tinyxml2 for reading / writing xml files.
Andrei Karas
6
-16
/
+16
2017-03-18
Fix compilation on macosx.
Andrei Karas
1
-1
/
+1
2017-03-10
Fix leak in buy dialog.
Andrei Karas
1
-0
/
+1
[next]