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
/
fs
/
paths.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-30
Fix left style issues from switch port merging
Andrei Karas
1
-1
/
+2
2020-05-11
Remove useless struct keyword
Andrei Karas
1
-1
/
+1
2020-05-11
Fix wrong define check in paths.cpp
Andrei Karas
1
-1
/
+1
2020-04-29
switch: fix software keyboard validation event, fix paths
cpasjuste
1
-4
/
+2
2020-04-22
switch: first commit
cpasjuste
1
-3
/
+7
2019-01-01
Update copyright year.
Andrei Karas
1
-1
/
+1
2018-11-27
Remove extra ; from different code.
Andrei Karas
1
-1
/
+1
2018-09-01
Fix compilation with NaCl.
v1.8.9.1
Andrei Karas
1
-0
/
+6
2018-08-06
Add possible workaround for realpath overflow.
Andrei Karas
1
-4
/
+11
2018-01-13
Dont allow use realpath function if in path present "(unreachable)".
Andrei Karas
1
-0
/
+4
2018-01-13
Dont allow "(unreachable)" in update files paths.
Andrei Karas
1
-1
/
+2
2018-01-04
Update copyrights year.
Andrei Karas
1
-1
/
+1
2017-10-09
Add support for configure parameter for override home dir for unit tests.
Andrei Karas
1
-0
/
+7
2017-08-21
Remove useless else.
Andrei Karas
1
-6
/
+2
2017-07-01
fix code style.
Andrei Karas
1
-1
/
+1
2017-06-29
Move foreach macroses into separate file.
Andrei Karas
1
-0
/
+2
2017-06-28
Dont show assert if XDG paths config not exists.
Andrei Karas
1
-13
/
+16
2017-06-20
Fix sdl warning hiding pragmas for old compilers.
Andrei Karas
1
-3
/
+3
2017-06-20
Prevent Wshadow varnings in SDL code.
Andrei Karas
1
-0
/
+3
2017-06-07
Fix clang-tidy check readability-implicit-bool-cast.
Andrei Karas
1
-1
/
+1
2017-05-05
Rename virtfs into fs.
Andrei Karas
1
-1
/
+1
2017-05-04
Improve join some paths.
Andrei Karas
1
-10
/
+14
2017-04-03
Replace string::append with pathJoin.
Andrei Karas
1
-9
/
+6
2017-03-28
Join fs/virfs.h and fs/virtfs/virtfs.h
Andrei Karas
1
-1
/
+2
2017-03-17
Remove extra include from paths.cpp
Andrei Karas
1
-1
/
+0
2017-03-13
Improve function dirSeparator.
Andrei Karas
1
-3
/
+4
2017-03-11
Fix different issues found by automatic checks.
Andrei Karas
1
-8
/
+6
2017-03-04
Add missing include for non linux systems.
Andrei Karas
1
-0
/
+1
2017-02-28
Add path sanitization in virtfsdir.
Andrei Karas
1
-0
/
+14
2017-02-27
Add function for get home path.
Andrei Karas
1
-0
/
+32
2017-02-21
Move other fs related files into fs directory.
Andrei Karas
1
-0
/
+221