DarthArgus
|
814cf4f731
|
some more static analyzer suggestions
|
2016-07-25 22:11:10 -07:00 |
|
DarthArgus
|
5084c72fbe
|
fix a few discrepancies
|
2016-07-25 01:46:39 +00:00 |
|
DarthArgus
|
d2c830306f
|
i must test these before calling them good - as gcc isn't on the windows
machine i push, test, fix, and then push again - pvs studio <3
|
2016-07-24 20:37:39 -07: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
|
5bd85cf54d
|
just slap an inline for the chat debug printing function...@devcodex if this is nasty please let me know...but clang was griping about it in release builds
|
2016-07-13 23:29:40 +00:00 |
|
DarthArgus
|
cd997925eb
|
cleanup all the "#if 1" macro blocks
|
2016-03-24 21:27:54 +00:00 |
|
DarthArgus
|
3c50042abc
|
flint++ static analyzer detected items (not all that were likely legit positives, but a start) as well as some clang detected unused vars, cleanup_
|
2016-02-18 22:56:34 -06: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
|
26d3801f75
|
whoops
|
2016-01-15 23:24:19 -06:00 |
|
DarthArgus
|
1ce2c52f5b
|
undo some more ill advised changes i made based on static analyzer output - they can cause buffer issues
|
2016-01-15 23:01:17 -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
|
b8a34bc8cc
|
fixes - have to include cstdint first
|
2015-11-04 17:16:56 -06:00 |
|
DarthArgus
|
ed312c0357
|
this should hopefully make it work
|
2014-11-04 14:58:54 -08:00 |
|
DarthArgus
|
2efcd0229b
|
Revert "maybe breaking things here"
This reverts commit 11b37fe1de.
|
2014-11-04 14:55:53 -08:00 |
|
DarthArgus
|
11b37fe1de
|
maybe breaking things here
|
2014-11-04 14:54:03 -08:00 |
|
DarthArgus
|
c9c39d5713
|
and fix a ton more minor performance issues
|
2014-10-27 22:39:57 -07:00 |
|
DarthArgus
|
7254d00e3c
|
and more performance tweaks
|
2014-10-27 21:28:46 -07:00 |
|
DarthArgus
|
7bcd3cb5bc
|
aaand more bugs
|
2014-10-27 21:09:46 -07:00 |
|
DarthArgus
|
7bed05d8f3
|
fuuuu
|
2014-10-27 21:07:53 -07:00 |
|
DarthArgus
|
c6da25501a
|
bug fix
|
2014-10-27 21:06:48 -07:00 |
|
DarthArgus
|
4d0d2b0e15
|
more performance fixes
|
2014-10-27 21:03:48 -07:00 |
|
DarthArgus
|
a3d22e877a
|
start making more fast code...
|
2014-10-27 20:45:42 -07:00 |
|
DarthArgus
|
7b6271b48d
|
fix more warnings
|
2014-10-27 18:59:37 -07:00 |
|
DarthArgus
|
55e18fb1d9
|
proper type is unsigned long int
|
2014-10-27 13:49:34 -07:00 |
|
DarthArgus
|
19798954b2
|
perhaps use longs instead
|
2015-10-27 15:39:59 -05:00 |
|
DarthArgus
|
ca03edf052
|
well, i'm starting to think that the crc var is just wrong, but this works around it
|
2015-10-27 09:46:44 -05:00 |
|
DarthArgus
|
aac25f47b2
|
hopefully fix the more serious ones
|
2014-10-27 07:40:37 -07:00 |
|
DarthArgus
|
eb2e7c78d8
|
hopefully this fixes some more...
|
2014-10-26 22:20:06 -07:00 |
|
DarthArgus
|
9db3229116
|
hopefully fix a few more
|
2014-10-26 22:00:17 -07:00 |
|
DarthArgus
|
61792380a9
|
will this break things?
|
2014-10-26 21:25:06 -07:00 |
|
DarthArgus
|
5456d98c87
|
hopefully not breaking udp
|
2014-10-26 19:51:41 -07:00 |
|
DarthArgus
|
7155dc1a1c
|
some more fixes to test
|
2015-10-24 21:28:26 -07:00 |
|
DarthArgus
|
66683ba082
|
fix comparison warn
|
2015-10-14 21:09:45 -05:00 |
|
DarthArgus
|
c53ec57f80
|
fix order of ops
|
2015-10-14 01:53:26 -05:00 |
|
DarthArgus
|
d74de9fdcd
|
most of the serious unused vars are removed, so i'll silence those now... and maaaaaany other fixes
|
2015-10-13 16:51:54 -05:00 |
|
DarthArgus
|
25b0b97bf0
|
more warns
|
2015-10-13 16:11:19 -05:00 |
|
DarthArgus
|
2a2b6dd4b7
|
more sequence/order of operations stuff
|
2015-10-13 11:36:05 -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
|
21eaf66597
|
try some more dnc sourced changes...if this is whitespace only, please ignore
|
2015-08-06 17:15:07 -05:00 |
|
CodeCodon
|
20aa133527
|
sync base with whitengold team repo
|
2015-07-14 11:11:51 -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
|
2c8ee9dc3e
|
more string append fixes
|
2015-03-23 22:30:56 -05:00 |
|
Anonymous
|
384597f8fb
|
Fixes for building on vc12 (vs 2013), these are primarily just missing includes
|
2014-01-23 20:19:15 -07: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
|
744c178ea5
|
Removed extra qualification
|
2014-01-19 00:53:55 -07:00 |
|
Anonymous
|
c386d34799
|
Removed namespace to allow for dependent name lookups
|
2014-01-19 00:53:01 -07:00 |
|
Anonymous
|
0f10664741
|
Fixed file names
|
2014-01-19 00:50:43 -07:00 |
|
Anonymous
|
b83450e8f8
|
Added missing definitions
|
2014-01-18 13:35:28 -07:00 |
|