DarthArgus
|
220782606e
|
another warning bites the dust - all significant gcc warns should be done now, we're left only with clang detected warns
|
2015-10-14 12:38:27 -05:00 |
|
DarthArgus
|
68019340a1
|
fix implicit declaration warnings in the miff parser.yac file
|
2015-10-14 09:51:46 -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
|
42cb87d831
|
Assuming that this change will return an empty StringId, let's cross our fingers
|
2015-10-12 19:42:09 -05:00 |
|
DarthArgus
|
40c86ac058
|
remove unused template that causes clang to die
|
2015-10-12 19:03:19 -05:00 |
|
DarthArgus
|
59dbdd66dd
|
more clang namespace fixes
|
2015-10-12 18:30:49 -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 |
|
DarthArgus
|
2dbedff2b7
|
MIFF: return an int instead...bools aren't valid in this lex file, but ints are...which can eval in if statements properly
|
2015-10-12 16:24:04 -05:00 |
|
DarthArgus
|
dc7aea81e3
|
missed a few
|
2015-10-08 16:36:51 -05:00 |
|
DarthArgus
|
a0f4610524
|
increase size of preload var so that it doesn't truncate file paths
|
2015-10-08 16:21:46 -05:00 |
|
DarthArgus
|
7b1f5a9991
|
fix race condition when persisting large numbers of items
|
2015-10-06 01:40:57 -05:00 |
|
CodeCodon
|
67a5f61ff0
|
sync with public repo
|
2015-08-10 18:24:48 -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
|
555cdd9138
|
fix a build error after my reverts
|
2015-08-09 18:16:47 -05:00 |
|
CodeCodon
|
e18007d68b
|
revert DNC's shitty changes...i'm guessing this isn't correct
|
2015-08-09 18:13:37 -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
|
8f57621896
|
more cleanup
|
2015-08-09 01:59:51 -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
|
0fa03e702b
|
cleaning more crap
|
2015-08-09 01:47:47 -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
|
b1d6744deb
|
default to O2
|
2015-08-06 11:22:08 -05:00 |
|
CodeCodon
|
2ad314a8de
|
delete before crapping out
|
2015-08-06 11:04:26 -05:00 |
|
CodeCodon
|
c18a4ca869
|
wtf is this return doing here
|
2015-08-06 11:02:10 -05:00 |
|
CodeCodon
|
372e4fd5c0
|
initialize used variable
|
2015-08-06 10:59:53 -05:00 |
|
CodeCodon
|
b330cf5a8b
|
fix typo
|
2015-08-04 00:57:36 -05:00 |
|
CodeCodon
|
88dd8d2edb
|
hide more warns
|
2015-08-02 17:24:23 -05:00 |
|
CodeCodon
|
be786acee1
|
silence a warning when not in debug mode
|
2015-08-02 17:16:07 -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
|
3a13a83ee3
|
replace deprecated include
|
2015-07-29 10:48:58 -05:00 |
|
CodeCodon
|
86018dc233
|
only show localization warnings in debug mode
|
2015-07-29 10:22:49 -05:00 |
|
CodeCodon
|
efaba4af08
|
yeah apparently these weren't being copied but the memory was being used directly
|
2015-07-28 16:34:37 -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
|
0eeacb3709
|
didn't realize these were read only
|
2015-07-28 11:55:17 -05:00 |
|
DarthArgus
|
8e79c68e29
|
make_pair was changed so that it receives by value instead of by ref since
this code was written
|
2015-07-28 11:51:48 -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
|
64b609601a
|
fix another annoying warning
|
2015-07-24 15:51:15 -05:00 |
|
CodeCodon
|
34734c8879
|
quiet some annoying warnings; make godmode behave as it did originally
|
2015-07-24 15:44:23 -05:00 |
|