turleypol
0864d3a31e
fixed linesize
2018-10-09 19:07:53 +02:00
turleypol
5b652badb1
windows fixes
2018-10-09 16:54:56 +02:00
turleypol
a5e6206164
Added cmake option to run clang-tidy
...
used everywhere nullptr
2018-10-09 16:36:35 +02:00
turleypol
0a39af15a1
Changed classes to be final if possible, removed override macro
2018-10-09 09:47:27 +02:00
Gabriele Tozzi
72fc9d1ae4
Breaking long lines
2018-04-03 04:24:00 +02:00
turleypol
3afc41241b
CMake on windows ( #48 )
...
CMake can now also be used for windows
2018-02-24 22:34:55 +01:00
turleypol
dbb25bdb62
Include and buildsystem cleanup ( #45 )
...
Include cleanup
Reworked buildsystem (Linux only)
Removed dynamic libs, Linux now again uses static linking (like windows)
2018-01-29 21:55:48 +01:00
turleypol
b2283d4c51
suppress typedef warnings from 3rd party libs with vs
2017-09-26 20:18:14 +02:00
turley
189cad3479
Formating everything
...
Authors are not forced to use the clang-format setting, but should
atleast be inspired by the style.
The only thing which is now not allowed are tabs for ident/alignment!
2016-02-19 19:26:35 +01:00
Gabriele Tozzi
d1ac902926
Documentation: reformatted headers for DoxyGen
2016-01-28 14:52:40 +01:00
Thomas Volkert
8c3c5f760a
Fixed Windows build and several minor fixes
2015-11-18 23:45:16 +01:00
Thomas Volkert
0a0d1974a8
Fixed Windows build for clib
2015-11-11 00:34:18 +01:00
Thomas Volkert
bc1bcaa539
Removed global variable "progverstr"
2015-11-06 17:16:34 +01:00
frozenblit
ab592b0bf6
Instead of .c_str(), the log will take a copy of the formatter string
2015-05-16 16:00:26 +02:00
turley
b77a13073c
corrected several data races
2015-03-14 11:45:14 +01:00
turley
90f162924d
Added override keyword to virtual functions
2014-11-23 15:07:02 +01:00
frozenblit
943b820eba
More and more cleanups
...
Added some missing include guards, corrected wrong include guard names.
Removed more stl_inc.h includes.
2014-11-02 19:40:40 +01:00
turley
54b4691bdd
c++11 random mersenne twister usage added (patch submitted by Kimungu)
...
started to split the packet build logic into own classes (SendWorldItem/Multi checks itself which packet version needs to be build)
2014-08-01 17:05:58 +00:00
turley
9acf8fa43c
added StackWalker lib for complete backtraces under windows
...
simplified some loops
fixed a crash on char death with non moveable robe layer items
2014-04-25 09:30:50 +00:00
turley
2e4cb5b60a
made worldsaves more time stable, current thread save implementation has to many context switches which slows it down. Added a bit more security
2014-03-08 09:05:12 +00:00
turley
dc2f993d09
wait for loggingfacility on server crash
...
made the sql module at least a bit more scriptfriendly: its now save to pass sql objects as parameters, result objects get automatically freed. Thus also removed the mysql_free_result function.
mysql_close is also now senseless, but kept for the guys who want to close the connection direct.
All I could do in half an hour sorry..
Never ever pass a C API directly into a scripting language!
And now the complete class: "Never ever ..."
2014-01-20 19:14:20 +00:00
turley
31ee263a45
activated new logging facility
2014-01-18 13:29:38 +00:00
turley
570e7bac3c
always directly print a small backtrace on crash/passert failure (works only with Win64)
2013-12-31 12:02:14 +00:00
turley
99d7dc3037
namespaces...finally :)
...
Hard part is finished every file is touched. Namespaces are currently rough named by directory name.
Maybe we could split it more
2013-12-21 09:10:46 +00:00
turley
fd30a1b750
some more codecleanup
2012-10-06 09:18:17 +00:00
turley
4765f1f0ec
some small improvements:
...
movement code speedup: instead of storing new Mapshape simply store pointers
reordered some class/structs (data alignment)
Mutex class freebsd compatible
mdump: invalid scope for pointer
some Constructor member reorders for linux
some unsigned < 0 checks removed
some nullpointer checks added
CallOutgoingPacketExportedFunction splitted into critical and noncritical part
npcs now use there boost for movement checks
2011-12-22 19:09:10 +00:00
muaddib_pol
d032ee448f
+ POL is now, open source.
2009-09-03 19:44:42 +00:00