DarthArgus
|
1c6a70a87e
|
we can now build with gcc6/stdc++6
|
2016-12-15 03:02:36 +00:00 |
|
DarthArgus
|
505e68cec6
|
move saving of buffers into SwgSnapshot
|
2016-12-15 03:02:03 +00:00 |
|
DarthArgus
|
f9c0a47a39
|
finish removing the SOE memory management
|
2016-12-04 00:56:11 +00:00 |
|
DarthArgus
|
220a0ed7c9
|
in theory this should work
|
2016-10-17 19:27:28 -05:00 |
|
DarthArgus
|
826e75014a
|
in theory this should work on all processes?
|
2016-10-17 19:05:25 -05:00 |
|
DarthArgus
|
af9701a816
|
clion, your formatting is pissing me off
|
2016-09-29 03:48:11 +00:00 |
|
DarthArgus
|
ce705d4df5
|
this should pass through a proper disconnect reason, and hopefully also
prevent us from seeing onConnectionClosed be called back
|
2016-09-28 22:36:08 -05:00 |
|
DarthArgus
|
5e890f9c07
|
fix aforementioned bugs/mistakes/typos
probably need to add the SOE logging class to this one, or give it a log
output location or something at some point
|
2016-09-26 06:27:54 +00:00 |
|
DarthArgus
|
e395177e8f
|
this probably has at least one mistake/bug/typo but will move our DoS
protection into the low level UDP lib
|
2016-09-26 06:27:53 +00:00 |
|
DarthArgus
|
41639d8156
|
better oci error reporting
|
2016-09-26 06:27:53 +00:00 |
|
DarthArgus
|
74ade42185
|
this rids us of connection warnings on shutdown
|
2016-07-27 01:27:26 +00:00 |
|
DarthArgus
|
3129127815
|
via apathy - Replace push_back with emplace_back to create a default object which is immediately accessed following the changed line via .back()
|
2016-07-25 05:17:05 +00:00 |
|
DarthArgus
|
9b369713e1
|
again, re-add some windows stuff Revert "possibly controversial commit: remove all windows sources, keeping only the windows cmake so that we can generate an sln to edit the code"
This reverts commit 48ba7961eb.
|
2016-07-23 18:01:50 -07:00 |
|
DarthArgus
|
03dc62efba
|
newer standards prefer nullptr over NULL - this is most of them but there are others too
|
2016-02-15 00:07:31 -06:00 |
|
DarthArgus
|
48ba7961eb
|
possibly controversial commit: remove all windows sources, keeping only the windows cmake so that we can generate an sln to edit the code
|
2016-01-27 15:22:22 -06:00 |
|
DarthArgus
|
56cf409d6b
|
this is mostly permissions fixes, and a few path fixes on some headers ...also removed unneeded crap for windows
|
2015-11-14 21:48:24 -06:00 |
|
DarthArgus
|
b61c932498
|
more fixing and cleanup
|
2015-10-13 20:49:42 -05:00 |
|
CodeCodon
|
36ea3085ec
|
Revert "try some more dnc sourced changes...if this is whitespace only, please ignore"
This reverts commit 21eaf66597.
Conflicts:
engine/shared/library/sharedNetwork/src/shared/NetworkHandler.cpp
|
2015-08-09 18:11:13 -05:00 |
|
CodeCodon
|
cc17520cdb
|
don't need this...really, could just have it return but for the sake of killing a warning, meh
|
2015-08-09 02:06:18 -05:00 |
|
CodeCodon
|
511fb7ae64
|
parenthases and unused vars
|
2015-08-09 01:56:15 -05:00 |
|
CodeCodon
|
b01c094f43
|
more fixes...the destructor is a bit of a fake, just to shut up the warning
|
2015-08-09 01:53:05 -05:00 |
|
CodeCodon
|
21eaf66597
|
try some more dnc sourced changes...if this is whitespace only, please ignore
|
2015-08-06 17:15:07 -05:00 |
|
DarthArgus
|
33139d7b5c
|
fix some cppcheck detected issues
|
2015-07-28 14:52:33 -05:00 |
|
CodeCodon
|
20aa133527
|
sync base with whitengold team repo
|
2015-07-14 11:11:51 -05:00 |
|
DarthArgus
|
9f354341aa
|
Merge branch 'master' of swgilluminati.com:staff/src
|
2015-04-02 23:03:32 -05:00 |
|
DarthArgus
|
15c8d0101b
|
attempt to remove (hopefully) unnecessary solaris and windows files; fix a couple potential leaks
|
2015-04-02 22:53:15 -05:00 |
|
DarthArgus
|
def3a0350f
|
Revert "recommit the innocuous fixes from cppcheck - the va_end calls were deleting pointers and breaking things further down the line"
This reverts commit bc33f176c2.
|
2015-04-02 22:40:20 -05:00 |
|
DarthArgus
|
bc33f176c2
|
recommit the innocuous fixes from cppcheck - the va_end calls were deleting pointers and breaking things further down the line
|
2015-04-02 19:40:05 -05:00 |
|
DarthArgus
|
db15932436
|
Revert "fix some things cppcheck found...some are TODO because i don't feel like investigating them"
This reverts commit 173575e835.
|
2015-03-26 00:00:15 -05:00 |
|
DarthArgus
|
173575e835
|
fix some things cppcheck found...some are TODO because i don't feel like investigating them
|
2015-03-25 19:07:38 -05:00 |
|
Anonymous
|
210bdb91d8
|
Removed references to tr1 now that c++11 works
|
2014-01-23 09:28:13 -07:00 |
|
Anonymous
|
fac1f2c5ae
|
Removed STLport requirement
|
2014-01-23 00:16:13 -07:00 |
|
Anonymous
|
697893f7d6
|
Removed unneeded cmake code
|
2014-01-21 08:25:15 -07:00 |
|
Anonymous
|
8661d8afc9
|
Added the CommoditiesServer project
|
2014-01-21 07:09:42 -07:00 |
|
Anonymous
|
24eb9956f8
|
Added missing interdependency references
|
2014-01-21 05:45:30 -07:00 |
|
Anonymous
|
394214ed29
|
Added interdependent links between static libraries
|
2014-01-19 05:13:46 -07:00 |
|
Anonymous
|
50194949b1
|
Added missing include
|
2014-01-19 04:46:51 -07:00 |
|
Anonymous
|
ba6b73ed20
|
Added interdependency links between the static libraries
|
2014-01-19 04:46:30 -07:00 |
|
Anonymous
|
b33724e9f7
|
Hack to choose the last ip which is usually the one that is wanted
|
2014-01-18 01:21:39 -07:00 |
|
Anonymous
|
3cbcb5cd28
|
Added missing include paths
|
2014-01-14 06:47:39 -07:00 |
|
Anonymous
|
fd64603f9b
|
Added sharedNetwork library
|
2014-01-14 06:26:47 -07:00 |
|