Commit Graph
34 Commits
Author SHA1 Message Date
DarthArgus 18cb7d0e95 persister cleanup 2016-12-15 03:00:59 +00:00
DarthArgus 802af495dc silence output by default in release mode for things we can't do much about on a live server... TODO: @cekis can we find a nice way of silencing or outputting java stack dumps into a file instead of the console? 2016-12-09 21:02:00 +00:00
DarthArgus f9c0a47a39 finish removing the SOE memory management 2016-12-04 00:56:11 +00: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 01cdf52bc0 and some more stragglers 2016-03-24 21:19:10 +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 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 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 66925d9b54 correction 2016-01-12 21:57:16 -06:00
DarthArgus f952820391 more granular debug messages for appearances so we can know for sure which caller it is missing them 2016-01-10 20:39:30 -06:00
DarthArgus 45c48efbfc trying to confine the debug output to debug builds...i think @cekis has the armor ones hard coded...wonder if we can make dynamic or toggle off somehow 2016-01-10 16:40:49 -06:00
DarthArgus 1d67bdd186 more null checks in places where we're calling createAppearance; some cleanup 2016-01-07 22:05:32 -06:00
Cekis d29aa4c809 Fixed issue with appearance templates (again) 2015-12-07 23:02:05 +01:00
Cekis 0dcb874822 Fixed issue with appearance templates 2015-12-07 22:58:43 +01:00
DarthArgus 1de74c341c rip off light's missing SSA fix 2015-11-24 14:29:24 -06: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 594b3a4254 remove unnecessary null checks 2014-10-26 22:53:42 -07: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
CodeCodon 2309948944 give us the freaking file name when you can't find it, stupid 2015-08-10 12:57:14 -05:00
CodeCodon f744e7bf42 fix a few more warnings 2015-08-09 01:42:32 -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 0009d4e4a1 Added missing forward declarations 2014-01-19 04:48:09 -07:00
Anonymous dfa993e0d4 Added sharedPathfinding library 2014-01-14 12:04:45 -07:00
Anonymous f4243cffeb Added the sharedObject library 2014-01-14 09:22:49 -07:00