Commit Graph
86 Commits
Author SHA1 Message Date
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 26cf7ecc67 identical sub expressions to left and right of or... 2014-10-26 21:40:28 -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 f04a2b48f6 fix some more warnings 2015-10-24 19:31:28 -07:00
DarthArgus 66683ba082 fix comparison warn 2015-10-14 21:09:45 -05:00
DarthArgus d8349a9da8 remove unused conversion function 2015-10-14 21:08:09 -05:00
DarthArgus 2e4eabe3f4 fix comparison error 2015-10-14 21:07:19 -05:00
DarthArgus c53ec57f80 fix order of ops 2015-10-14 01:53:26 -05:00
DarthArgus 338e4e68b5 this is probably the last of the fixes for the night 2015-10-14 01:28:37 -05:00
DarthArgus b61c932498 more fixing and cleanup 2015-10-13 20:49:42 -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 efc4117900 the server runs properly with this so I'll just hope it's more correct, per the warn 2015-10-13 15:43:38 -05:00
DarthArgus e8c36ac70e more fixes 2015-10-13 12:01:16 -05:00
DarthArgus 2a2b6dd4b7 more sequence/order of operations stuff 2015-10-13 11:36:05 -05:00
DarthArgus a790a1a88d experimental - fixes cryptlib order of operations warn 2015-10-13 11:35:51 -05:00
DarthArgus 2faaef7a22 fix unused var 2015-10-13 11:21:47 -05:00
DarthArgus 6010ad6b90 increment is evaluated before assignment so this should silence the warning...not sure if correct or not though 2015-10-13 11:14:36 -05:00
DarthArgus e62615f94e UDP PriorityQueue : Provided this int is a number of bytes and not a number of slots, this should be more proper as the size of a pointer is always 4 bytes 2015-10-13 10:52:49 -05:00
DarthArgus e4dce76620 convert unsigned int to int, as the comparison to 0 would otherwise always eval to true 2015-10-13 10:12:06 -05:00
DarthArgus de6647de02 more bitwise style fixes 2015-10-13 10:11:59 -05:00
DarthArgus f8d2fc1145 missed some parenthases 2015-10-13 09:54:21 -05:00
DarthArgus cf40fbc871 add virtual destructor to slience warning; currently placeholder...not sure if it needs to actually do anything or not 2015-10-13 09:45:58 -05:00
DarthArgus 9511fdbdb6 md5: bitwise operations - add () to silence warns and improve style 2015-10-13 09:45:07 -05:00
DarthArgus a2da3759be more order of operations fixes 2015-10-13 01:08:19 -05:00
DarthArgus 266ac3ec3a this should theoretically fix an order of operations issue that clang detected - ? has lower precedence than + so + is eval'ed first 2015-10-13 01:07:49 -05:00
DarthArgus db3ed3b57a this is the only difference between the swg libs and oci libs for 12.1 2015-10-05 23:05:30 -05:00
CodeCodon 67a5f61ff0 sync with public repo 2015-08-10 18:24:48 -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 911578cde7 fix some more warns 2015-08-09 01:21:06 -05:00
CodeCodon b4a44eae0a fix another warning 2015-08-09 00:54:37 -05:00
CodeCodon 0d25007b85 unused variable 2015-08-09 00:12:46 -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 beb1eecd5f use unique_ptr instead of auto_ptr - note that this modifies boost, which isn't a big deal since it is part of the repo, but we should really decouple the open source libs sometime 2015-07-28 15:48:32 -05:00
CodeCodon 25c7563750 attempt to fix a couple potential leaks...i'm rusty so forgive me if it's stupid 2015-07-26 16:35:50 -05:00
CodeCodon 34734c8879 quiet some annoying warnings; make godmode behave as it did originally 2015-07-24 15:44:23 -05:00
CodeCodon 20aa133527 sync base with whitengold team repo 2015-07-14 11:11:51 -05:00
CodeCodon 1558f34672 remove references to SOE servers and default to localhost in places we don't already 2015-07-12 01:52:16 -05:00
DarthArgus 2ec11e01a0 fix warnings 2015-04-02 23:05:54 -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
DarthArgus 2c8ee9dc3e more string append fixes 2015-03-23 22:30:56 -05:00
DarthArgus 3368acf9bc c++11 requires a space between string concatenations 2015-03-21 03:25:43 -05:00