index
:
AntumDeluge/manaplus
master
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-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
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
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
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
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
2017-03-09
Simplify add/remove dirs and zips methods in virtfs.
Andrei Karas
1
-10
/
+10
2017-03-06
Show assert if failed open streamed files.
Andrei Karas
1
-1
/
+5
2017-03-02
Fix space and enter key press in updater window after update complete.
Andrei Karas
1
-1
/
+2
[next]