index
:
AntumDeluge/manaplus
master
Advanced game client for tmwAthena and Evol2 servers.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-05-01
Into .gitlab-ci.yml add prebuild stage with simple gcc 6 and clang builds.
Andrei Karas
1
-12
/
+15
2016-05-01
Read whole packet SMSG_BEING_IP_RESPONSE if player not present.
Andrei Karas
1
-1
/
+5
2016-05-01
Remove commented line from localconsts.h
Andrei Karas
1
-2
/
+0
2016-05-01
Fix another one old style cast warning in sdltcpnet.
Andrei Karas
1
-0
/
+3
2016-05-01
Guard include sdltcpnet.h with pragma in all files.
Andrei Karas
2
-0
/
+9
2016-05-01
Fix include order in sdltcpnet.
Andrei Karas
2
-5
/
+6
2016-05-01
Apply ignore pragma -Wold-style-cast only for clang > 3.7
Andrei Karas
1
-3
/
+3
2016-05-01
Disable warning -Wold-style-cast in SDL_net.h.
Andrei Karas
1
-0
/
+4
2016-05-01
Remove CLANG_FALLTHROUGH from mapreader.cpp
Andrei Karas
1
-1
/
+0
2016-05-01
Disable clang 3.9 with C++11 flags in ci scripts.
Andrei Karas
1
-1
/
+1
2016-04-30
Hide attribute clang::fallthrough in macros.
Andrei Karas
2
-3
/
+4
2016-04-30
Add into ci scripts clang 3.9 with C++11 flags.
Andrei Karas
4
-4
/
+37
Also add some warnings into clang 3.9
2016-04-30
Add attribute for hide warning about missing break in MapReader.
Andrei Karas
1
-0
/
+3
2016-04-30
Add pragmas into MapReader to avoid destructor clang warning.
Andrei Karas
1
-0
/
+3
2016-04-30
Add missing break.
Andrei Karas
1
-0
/
+1
2016-04-30
Add copy constructor into MutexLocker.
Andrei Karas
1
-0
/
+5
2016-04-30
Fix some macro definition for some compiler versions.
Andrei Karas
2
-1
/
+11
Add clang version macro.
2016-04-30
Add copy constructor into MouseInput.
Andrei Karas
1
-0
/
+23
2016-04-30
Add copy constructor into KeyInput.
Andrei Karas
1
-0
/
+21
2016-04-30
Disable noexcept for clang and old gcc versions.
Andrei Karas
32
-242
/
+262
2016-04-30
Add copy constructor into Rect.
Andrei Karas
1
-0
/
+17
2016-04-30
Add copy constructor into LinePart.
Andrei Karas
1
-1
/
+27
2016-04-30
Remove -Wno-unreachable-code-return from clang ci scripts.
Andrei Karas
2
-2
/
+2
2016-04-30
Rename Logger::assert into Logger::assertLog for this issue with some systems.
Andrei Karas
3
-3
/
+3
2016-04-30
Dont include GL/glx.h if x11 usage disabled.
Andrei Karas
1
-0
/
+2
2016-04-30
Fix glext.h include for MacOSX.
Andrei Karas
8
-14
/
+32
2016-04-30
Add macro with pragma for clang with some versions.
Andrei Karas
2
-3
/
+9
2016-04-30
Fix possible issue with MapType::DEBUG
Andrei Karas
2
-7
/
+7
Renamed to MapType::DEBUGTYPE
2016-04-30
Fix some clang issues.
Andrei Karas
3
-2
/
+5
2016-04-30
Fix version check in pragma for gcc 4.5+
Andrei Karas
1
-3
/
+3
2016-04-30
In ci check correct version fot CC and CXX compilers.
Andrei Karas
1
-0
/
+2
2016-04-30
Add into ci scripts gcc 4.5 and gcc 4.8
Andrei Karas
3
-0
/
+52
2016-04-30
Fix issies found by gcc 6 in paranoid mode.
Andrei Karas
5
-8
/
+13
2016-04-30
Remove empty line from checkutils.cpp
Andrei Karas
1
-1
/
+0
2016-04-30
Change gcc lto job from gcc 5 to gcc 6.
Andrei Karas
3
-55
/
+27
2016-04-30
Extend assert reporting functions with condition text and call stack.
Andrei Karas
4
-18
/
+90
2016-04-30
Add function for report call stack.
Andrei Karas
2
-0
/
+40
2016-04-30
Add configure option --enable-asserts
Andrei Karas
2
-0
/
+21
2016-04-30
Move report defines from debug.h into checkutils.h
Andrei Karas
3
-12
/
+18
2016-04-29
Add memory counting into MapHeights.
Andrei Karas
3
-2
/
+16
2016-04-29
Add memory counting into ObjectsLayer.
Andrei Karas
3
-2
/
+17
2016-04-29
Add memory counting into AbmientLayer.
Andrei Karas
3
-7
/
+35
2016-04-29
Add missing explicit keyword in Action.
Andrei Karas
1
-1
/
+1
2016-04-29
Add partial support for memory counting in Map.
Andrei Karas
3
-7
/
+73
2016-04-29
Add name into WalkLayer memory object.
Andrei Karas
1
-0
/
+3
2016-04-29
Add name into SpecialLayer memory object.
Andrei Karas
3
-7
/
+16
2016-04-29
Add name into MapLayer memory object.
Andrei Karas
3
-5
/
+23
2016-04-29
Add name into TexttureAtlas memory object.
Andrei Karas
1
-0
/
+3
2016-04-29
Add name into AtlasItem memory object.
Andrei Karas
1
-0
/
+3
2016-04-29
In memory usage tree not show 0 for child objects.
Andrei Karas
1
-6
/
+16
[next]