Commit Graph
149 Commits
Author SHA1 Message Date
DarthArgus 0cb8cd5f38 duplicate expertise seems to be ignored so i think we can ignore the warning 2015-11-02 13:58:27 -06:00
DarthArgus c9c39d5713 and fix a ton more minor performance issues 2014-10-27 22:39:57 -07:00
DarthArgus d6190b4544 fixes 2015-10-27 23:44:27 -05:00
DarthArgus 7254d00e3c and more performance tweaks 2014-10-27 21:28:46 -07:00
DarthArgus bd4f3699c2 squash bugs 2015-10-27 21:19:20 -05:00
DarthArgus ab9c60957f partial revert 2015-10-27 21:09:06 -05:00
DarthArgus 203a1aee47 fix a bug i made...but it prevents things going out of scope/losing
reference
2014-10-27 19:05:12 -07:00
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 9e6f200300 fix a couple more, maybe 2014-10-27 15:33:52 -07:00
DarthArgus 56f8a68f01 actually include fix is here 2014-10-27 15:14:50 -07:00
DarthArgus eef90d4945 fix another memcpy buffer issue 2014-10-27 15:09:32 -07:00
DarthArgus 4a87008941 whoops 2015-10-27 01:46:44 -05:00
DarthArgus 4d2287d072 potentially breaking: unused vars 2014-10-26 23:28:34 -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 15fbd34453 almost no more warnings 2015-10-16 23:34:57 -05:00
DarthArgus ed676cc18c it is undefined operation if these are null anyway... and the compiler doesn't like them because of null pointers, so...bye 2015-10-16 20:57:53 -05:00
DarthArgus 71b27eba67 TODO: make this a warning for now...until then need to find out what's causing exteriorAppearanceTemplate to be a null pointer now 2015-10-15 12:07:18 -05:00
DarthArgus f71f036f7b more warning fixes 2015-10-14 21:35:04 -05:00
DarthArgus 6b1c89032f fix another warning 2015-10-14 21:29:27 -05:00
DarthArgus cb3a59aaac fix conversion error 2015-10-14 21:13:40 -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 fd18b5fba1 more clang sanctioned namespace fixups 2015-10-12 19:42:37 -05:00
DarthArgus 40c86ac058 remove unused template that causes clang to die 2015-10-12 19:03:19 -05:00
DarthArgus ea59136b09 remove -s (strip) flag for now as it is gcc specific, fix a couple errors clang found 2015-10-12 18:06:06 -05:00
CodeCodon 2309948944 give us the freaking file name when you can't find it, stupid 2015-08-10 12:57:14 -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 521818112d this seems to be correct - the var query was unused before 2015-08-09 01:46:30 -05:00
CodeCodon f744e7bf42 fix a few more warnings 2015-08-09 01:42:32 -05:00
CodeCodon 911578cde7 fix some more warns 2015-08-09 01:21:06 -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 513cb7048e default to O2 on release builds as O3 can cause larger code to be even larger; fix most of the compiler warnings 2015-08-06 11:33:28 -05:00
CodeCodon b330cf5a8b fix typo 2015-08-04 00:57:36 -05:00
CodeCodon 3668521963 merge the actual useful, sane appearing changes from DNC. the changes to the crafting system and packet settings may not be so good 2015-08-02 17:10:04 -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 b7e8d249bb fix syntax issue 2015-07-28 15:16:07 -05:00
DarthArgus 33139d7b5c fix some cppcheck detected issues 2015-07-28 14:52:33 -05:00
CodeCodon ca7c8d7691 use PATH_MAX 2015-07-26 17:24:14 -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 cda239d06a sorry, did it wrong... 2015-07-14 15:42:31 -05:00
CodeCodon 79057284be ignore the DEPRECATED_SKILLS warnings 2015-07-14 15:21:05 -05:00
CodeCodon 20aa133527 sync base with whitengold team repo 2015-07-14 11:11:51 -05:00