Commit Graph
52 Commits
Author SHA1 Message Date
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 2faaef7a22 fix unused var 2015-10-13 11:21:47 -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 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 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
Anonymous 49ffea9d5f replace all references to station.sony.com by localnet.loc 2014-10-08 18:44:22 +02: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 594635e01a Merge branch 'stlport-removal' of bitbucket.org:anon/swg-src into stlport-removal 2014-01-23 09:30:49 -07:00
Anonymous 63ec092ac1 Removed extra qualifications 2014-01-23 09:30:31 -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 eba7ff525c Added CSAssist library 2014-01-21 09:18:08 -07:00
Anonymous c40c5b981a Added interdependent links between static libraries 2014-01-19 05:00:11 -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
Anonymous a5b073e4f2 Added TransferServer project and CTServiceGameAPI library 2014-01-18 06:31:13 -07:00
Anonymous 4ba1363775 Added VChatAPI library 2014-01-17 05:18:10 -07:00
Anonymous 4fae2dfe0f Added ChatServer and soePlatform 2014-01-17 03:40:51 -07:00
Anonymous 138826b6d6 Added MonAPI2 2014-01-16 14:41:17 -07:00
Anonymous 77c2b5f6bc Added platform libs 2014-01-16 07:25:50 -07:00