49 Commits
Author SHA1 Message Date
DarthArgus 8e94519082 persister cleanup (still broke but logic is there for when it isn't); also replace all the SOE BS for forwarding stl port with native object classes because i thought that may be part of the problem... 2016-12-10 23:17:06 +00:00
DarthArgus f9c0a47a39 finish removing the SOE memory management 2016-12-04 00:56:11 +00:00
DarthArgus 5a506c33da add some templates that weren't in our CMakeLists.txt files 2016-10-02 07:23:07 +00:00
DarthArgus 3a4d2961c3 re-add and add some missing tdf templates, fix build_tdf.sh 2016-10-02 05:33:30 +00:00
DarthArgus c533eaa859 May be breaking build_tdf - Revert "remove all the set but not used testDataValue warnings - coan is a great tool! http://coan2.sourceforge.net/"
This reverts commit fe8b531b42.
2016-10-02 05:21:03 +00:00
DarthArgus 814cf4f731 some more static analyzer suggestions 2016-07-25 22:11:10 -07:00
DarthArgus c9abbf1771 [apathy] [PATCH] Replace boost:shared_ptr with std::shared_ptr 2016-07-25 05:26:57 +00:00
DarthArgus 00fa2c450b [apathy] - emplace_back 2016-07-25 05:26:31 +00:00
DarthArgus 80b0db5327 another patch by apathy to remove shared_ptr 2016-07-25 05:25:38 +00:00
DarthArgus 8b9665a0f8 this is where i stop for the evening 2016-07-24 21:48:49 -07:00
DarthArgus 9b369713e1 again, re-add some windows stuff Revert "possibly controversial commit: remove all windows sources, keeping only the windows cmake so that we can generate an sln to edit the code"
This reverts commit 48ba7961eb.
2016-07-23 18:01:50 -07:00
DarthArgus cd997925eb cleanup all the "#if 1" macro blocks 2016-03-24 21:27:54 +00:00
DarthArgus 3b430656ba remove SOE deprecated code and files - leaving in the #if 0 blocks with TODO and other possible uses for later 2016-03-24 21:07:31 +00:00
DarthArgus b26cc655ba missed a couple things with sed 2016-03-24 16:57:07 +00:00
DarthArgus fe8b531b42 remove all the set but not used testDataValue warnings - coan is a great tool! http://coan2.sourceforge.net/ 2016-03-24 16:53:59 +00:00
DarthArgus 3c50042abc flint++ static analyzer detected items (not all that were likely legit positives, but a start) as well as some clang detected unused vars, cleanup_ 2016-02-18 22:56:34 -06:00
DarthArgus 03dc62efba newer standards prefer nullptr over NULL - this is most of them but there are others too 2016-02-15 00:07:31 -06:00
DarthArgus bfb764ce16 proper scoping 2016-02-01 11:11:32 -06:00
DarthArgus 77ae27abca Merge branch 'testing' of git.stellabellum.net:staff/src into testing 2016-01-31 22:47:56 -06:00
DarthArgus 5b9b1e6a97 start cleaning up some things - switches make me happy 2016-01-31 19:08:47 -06:00
DarthArgus 58f3870fe6 this warning serves no purpose 2016-01-31 17:34:48 -06:00
DarthArgus 973639632b typos, get your fresh typos here! 2016-01-30 23:55:36 -06:00
DarthArgus c14da7bcf6 kill the annoying datatable nebula warnings, hopefully 2016-01-30 23:54:21 -06:00
DarthArgus 48ba7961eb possibly controversial commit: remove all windows sources, keeping only the windows cmake so that we can generate an sln to edit the code 2016-01-27 15:22:22 -06:00
DarthArgus 284ac30676 only show the space nebula warn on debug builds 2016-01-21 11:40:27 -06:00
Cekis 5f9f3f674a Killed off Godzilla-ness 2015-12-07 04:57:02 +01:00
DarthArgus 56cf409d6b this is mostly permissions fixes, and a few path fixes on some headers ...also removed unneeded crap for windows 2015-11-14 21:48:24 -06:00
DarthArgus c9c39d5713 and fix a ton more minor performance issues 2014-10-27 22:39:57 -07:00
DarthArgus 4d2287d072 potentially breaking: unused vars 2014-10-26 23:28:34 -07: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 fd18b5fba1 more clang sanctioned namespace fixups 2015-10-12 19:42:37 -05:00
CodeCodon f744e7bf42 fix a few more warnings 2015-08-09 01:42:32 -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 20aa133527 sync base with whitengold team repo 2015-07-14 11:11:51 -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
Anonymous 384597f8fb Fixes for building on vc12 (vs 2013), these are primarily just missing includes 2014-01-23 20:19:15 -07:00
Anonymous 210bdb91d8 Removed references to tr1 now that c++11 works 2014-01-23 09:28:13 -07:00
Anonymous e6431a9fd4 Minor fixes including removing <> from make_pair usage and using explicit conversions where required by the explicit constructor flags
Now builds/runs using c++11
2014-01-23 08:55:46 -07:00
Anonymous fac1f2c5ae Removed STLport requirement 2014-01-23 00:16:13 -07:00
Anonymous 697893f7d6 Removed unneeded cmake code 2014-01-21 08:25:15 -07:00
Anonymous cf7a0f4336 Add missing interdependent references 2014-01-20 08:40:25 -07:00
Anonymous 3a35aca06c Added interdependent links between static libs 2014-01-19 07:27:17 -07:00
Anonymous a0df6a340d Added missing template<> 2014-01-19 04:47:37 -07:00
Anonymous dcef2e89f3 Added sharedXml library and links to boost/libxml2/iconv libraries 2014-01-14 15:18:21 -07:00
Anonymous dfa993e0d4 Added sharedPathfinding library 2014-01-14 12:04:45 -07:00
Anonymous 03cba0b29c Added singleton and swgSharedUtility libraries 2014-01-14 11:27:11 -07:00
Anonymous 2931511f72 Added sharedGame sharedMathArchive and sharedUtility libraries 2014-01-14 08:01:40 -07:00