This website requires JavaScript.
0fa03e702b
cleaning more crap
CodeCodon
2015-08-09 01:47:47 -05:00
521818112d
this seems to be correct - the var query was unused before
CodeCodon
2015-08-09 01:46:30 -05:00
f744e7bf42
fix a few more warnings
CodeCodon
2015-08-09 01:42:32 -05:00
911578cde7
fix some more warns
CodeCodon
2015-08-09 01:21:06 -05:00
b4a44eae0a
fix another warning
CodeCodon
2015-08-09 00:54:37 -05:00
46a55765f9
disable unnecessary warning
CodeCodon
2015-08-09 00:54:21 -05:00
0d25007b85
unused variable
CodeCodon
2015-08-09 00:12:46 -05:00
21eaf66597
try some more dnc sourced changes...if this is whitespace only, please ignore
CodeCodon
2015-08-06 17:15:07 -05:00
f1617dfd28
use Wall on debug builds, use pipe on both builds to speed compilation, add more optimizations to release
CodeCodon
2015-08-06 16:32:43 -05:00
513cb7048e
default to O2 on release builds as O3 can cause larger code to be even larger; fix most of the compiler warnings
CodeCodon
2015-08-06 11:33:28 -05:00
b1d6744deb
default to O2
CodeCodon
2015-08-06 11:22:08 -05:00
4eb1fd1e33
another little leak
CodeCodon
2015-08-06 11:13:46 -05:00
2ad314a8de
delete before crapping out
CodeCodon
2015-08-06 11:04:26 -05:00
c18a4ca869
wtf is this return doing here
CodeCodon
2015-08-06 11:02:10 -05:00
372e4fd5c0
initialize used variable
CodeCodon
2015-08-06 10:59:53 -05:00
b330cf5a8b
fix typo
CodeCodon
2015-08-04 00:57:36 -05:00
88dd8d2edb
hide more warns
CodeCodon
2015-08-02 17:24:23 -05:00
be786acee1
silence a warning when not in debug mode
CodeCodon
2015-08-02 17:16:07 -05:00
3668521963
merge the actual useful, sane appearing changes from DNC. the changes to the crafting system and packet settings may not be so good
CodeCodon
2015-08-02 17:10:04 -05:00
3a13a83ee3
replace deprecated include
CodeCodon
2015-07-29 10:48:58 -05:00
86018dc233
only show localization warnings in debug mode
CodeCodon
2015-07-29 10:22:49 -05:00
efaba4af08
yeah apparently these weren't being copied but the memory was being used directly
CodeCodon
2015-07-28 16:34:37 -05:00
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
CodeCodon
2015-07-28 15:48:32 -05:00
b7e8d249bb
fix syntax issue
CodeCodon
2015-07-28 15:16:07 -05:00
33139d7b5c
fix some cppcheck detected issues
DarthArgus
2015-07-28 14:52:33 -05:00
0eeacb3709
didn't realize these were read only
CodeCodon
2015-07-28 11:55:17 -05:00
8e79c68e29
make_pair was changed so that it receives by value instead of by ref since this code was written
DarthArgus
2015-07-28 11:51:48 -05:00
ca7c8d7691
use PATH_MAX
CodeCodon
2015-07-26 17:24:14 -05:00
e14a2c7b0f
use -O0 and -g for debug builds so that we can use valgrind
CodeCodon
2015-07-26 16:42:11 -05:00
25c7563750
attempt to fix a couple potential leaks...i'm rusty so forgive me if it's stupid
CodeCodon
2015-07-26 16:35:50 -05:00
2023cdd5db
remove readme
CodeCodon
2015-07-24 16:08:04 -05:00
64b609601a
fix another annoying warning
CodeCodon
2015-07-24 15:51:15 -05:00
34734c8879
quiet some annoying warnings; make godmode behave as it did originally
CodeCodon
2015-07-24 15:44:23 -05:00
cda239d06a
sorry, did it wrong...
CodeCodon
2015-07-14 15:42:31 -05:00
79057284be
ignore the DEPRECATED_SKILLS warnings
CodeCodon
2015-07-14 15:21:05 -05:00
d49e38c3fd
remove old cmake files
CodeCodon
2015-07-14 11:15:35 -05:00
20aa133527
sync base with whitengold team repo
CodeCodon
2015-07-14 11:11:51 -05:00
21cbf3ec98
-march=native breaks things
CodeCodon
2015-07-14 10:05:21 -05:00
1f162ffcf5
don't trap script errors for now
CodeCodon
2015-07-13 14:33:02 -05:00
0e3901ece9
readd missing generated code
CodeCodon
2015-07-12 14:55:53 -05:00
864d5090f8
fix build error
CodeCodon
2015-07-12 13:51:05 -05:00
9fc2306af5
enable auctions and public by default
CodeCodon
2015-07-12 02:01:12 -05:00
1558f34672
remove references to SOE servers and default to localhost in places we don't already
CodeCodon
2015-07-12 01:52:16 -05:00
9e710b6d76
cflags
CodeCodon
2015-07-12 01:42:02 -05:00
b6d3c5f655
set proper default script path
DarthArgus
2015-04-12 15:11:09 -05:00
09d5d4c7be
Revert "make cmake less stupid"
DarthArgus
2015-04-11 17:32:56 -05:00
909eaeb715
make cmake less stupid
DarthArgus
2015-04-09 14:27:15 -05:00
83537c9291
allow dashes in object template filenames
DarthArgus
2015-04-06 22:50:37 -05:00
4ff88606d8
fix a couple more obvious leaks
DarthArgus
2015-04-02 23:32:51 -05:00
3077d4be40
fix a couple of the obvious ones
DarthArgus
2015-04-02 23:28:52 -05:00
e659069f7c
fix another redefinition warning
DarthArgus
2015-04-02 23:25:40 -05:00
2ec11e01a0
fix warnings
DarthArgus
2015-04-02 23:05:54 -05:00
9f354341aa
Merge branch 'master' of swgilluminati.com:staff/src
DarthArgus
2015-04-02 23:03:32 -05:00
137b255c57
fix another leak
DarthArgus
2015-04-02 22:57:39 -05:00
15c8d0101b
attempt to remove (hopefully) unnecessary solaris and windows files; fix a couple potential leaks
DarthArgus
2015-04-02 22:53:15 -05:00
def3a0350f
Revert "recommit the innocuous fixes from cppcheck - the va_end calls were deleting pointers and breaking things further down the line"
DarthArgus
2015-04-02 22:40:20 -05:00
b80bd0c99b
basically the same as last time but i hope it works now...
DarthArgus
2015-04-02 22:07:28 -05:00
1b7d4c6283
hopefully implement va_end properly - may require some fixes or reverts, partial or full
DarthArgus
2015-04-02 20:25:00 -05:00
bc33f176c2
recommit the innocuous fixes from cppcheck - the va_end calls were deleting pointers and breaking things further down the line
DarthArgus
2015-04-02 19:40:05 -05:00
db15932436
Revert "fix some things cppcheck found...some are TODO because i don't feel like investigating them"
DarthArgus
2015-03-26 00:00:15 -05:00
38e4dfee11
Revert "fix typo"
DarthArgus
2015-03-26 00:00:04 -05:00
d22faea901
fix typo
DarthArgus
2015-03-25 19:16:08 -05:00
173575e835
fix some things cppcheck found...some are TODO because i don't feel like investigating them
DarthArgus
2015-03-25 19:07:38 -05:00
2c8ee9dc3e
more string append fixes
DarthArgus
2015-03-23 22:30:56 -05:00
3368acf9bc
c++11 requires a space between string concatenations
DarthArgus
2015-03-21 03:25:43 -05:00
0ae42e80c7
Merge pull request #1 in SWGNXT/src from remove_station_references to master
Anonymous
2014-11-29 10:22:05 -05:00
f8b2acb121
remove potential outgoing mail
Anonymous
2014-11-29 14:04:33 +01:00
49ffea9d5f
replace all references to station.sony.com by localnet.loc
Anonymous
2014-10-08 18:44:22 +02:00
e160d6f25c
Merged in anon/swgnext-src (pull request #2 )
Anonymous
2014-06-20 02:01:56 -07:00
5958b462d8
Ignoring generated templates.sql
Anonymous
2014-06-20 01:37:30 -07:00
4ace8f7852
Merged in anon/swgnext-src (pull request #1 )
Anonymous
2014-06-03 23:48:30 -07:00
26a60aa990
Set appropriate defaults for port and online_player_limit
Anonymous
2014-06-03 03:06:25 -07:00
f2cd5a6997
Added customized FindJNI that can find older IBM based java installs
Anonymous
2014-02-18 02:33:15 -08:00
24092c5528
Added missing file
Anonymous
2014-02-18 02:26:41 -08:00
c7dfa27cec
Added missing dependency
Anonymous
2014-02-18 02:26:34 -08:00
fb9315967b
Support oracle 12 clients
Anonymous
2014-02-17 12:25:12 -08:00
988d32eacb
If you use memset to 0 out std::strings for initialization, you're gonna have a bad time.
Anonymous
2014-02-11 02:25:18 -07:00
4fd6ca27f5
Only enable debug mode in debug builds
Anonymous
2014-01-24 03:37:57 -07:00
384597f8fb
Fixes for building on vc12 (vs 2013), these are primarily just missing includes
Anonymous
2014-01-23 20:19:15 -07:00
65deed81ce
Added missing defines for visual studio
Anonymous
2014-01-23 20:18:29 -07:00
594635e01a
Merge branch 'stlport-removal' of bitbucket.org:anon/swg-src into stlport-removal
Anonymous
2014-01-23 09:30:49 -07:00
09994b21d9
Added missing include
Anonymous
2014-01-23 09:30:43 -07:00
63ec092ac1
Removed extra qualifications
Anonymous
2014-01-23 09:30:31 -07:00
5bacd179ea
Added missing include
Anonymous
2014-01-23 09:30:17 -07:00
80e47a8ca7
Fixed filename on win32 builds
Anonymous
2014-01-23 09:30:10 -07:00
3d10fd4f11
No winmain for this app yet
Anonymous
2014-01-23 09:29:54 -07:00
210bdb91d8
Removed references to tr1 now that c++11 works
Anonymous
2014-01-23 09:28:13 -07:00
e6431a9fd4
Minor fixes including removing <> from make_pair usage and using explicit conversions where required by the explicit constructor flags
Anonymous
2014-01-23 08:55:46 -07:00
fabe85739d
Enable c++11 support
Anonymous
2014-01-23 08:54:46 -07:00
5aa6413f7d
Note that the server only builds on 32bit unix platforms
Anonymous
2014-01-23 08:54:33 -07:00
fac1f2c5ae
Removed STLport requirement
Anonymous
2014-01-23 00:16:13 -07:00
a9ac73d4e5
Added fixed FindCurses package
Anonymous
2014-01-22 14:31:48 -07:00
f58bcf0f9d
Updated install packages
Anonymous
2014-01-22 14:31:37 -07:00
90de60417b
Updated environment setup information for Ubuntu
Anonymous
2014-01-22 07:15:09 -08:00
cc5a8b10a9
Edit out unavailable perforce commands
Anonymous
2014-01-21 17:31:45 -07:00
1461c92eff
Specify a directory for all generated executables
Anonymous
2014-01-21 17:13:55 -07:00
6b965ecbb1
Added DataTableTool project
Anonymous
2014-01-21 17:13:36 -07:00
49b9ca97d2
Added Miff tool
Anonymous
2014-01-21 16:00:31 -07:00
cfffaf8f0e
Added the TemplateDefinitionCompiler app
Anonymous
2014-01-21 14:06:04 -07:00
9ecd34c0ab
Added TemplateCompiler project and sharedTemplate/sharedTemplateDefinition libraries
Anonymous
2014-01-21 10:31:25 -07:00