Commit Graph
98 Commits
Author SHA1 Message Date
DarthArgus 425e807268 Merge branch 'master' of swgilluminati.com:DarthArgus/src 2014-10-27 19:00:24 -07:00
DarthArgus f0160fe7ad fix the warns that actually matter 2015-10-27 18:02:01 -05:00
DarthArgus 7b6271b48d fix more warnings 2014-10-27 18:59:37 -07:00
DarthArgus 62ee2c2210 fix another udp bit issue 2014-10-27 15:26:05 -07:00
DarthArgus 95cc4665c9 remove unused reference and def 2015-10-27 15:57:53 -05: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 4d2287d072 potentially breaking: unused vars 2014-10-26 23:28:34 -07:00
DarthArgus 982290924a remove unused vars 2014-10-26 23:22:06 -07:00
DarthArgus 594b3a4254 remove unnecessary null checks 2014-10-26 22:53:42 -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 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