Commit Graph
38 Commits
Author SHA1 Message Date
DarthArgus b943771cf0 add stack and buffer protections gcc can build in, so we can be lazy and not replace all the calls to strcpy 2015-10-20 11:42:24 -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 0775701e48 whoopps 2015-10-13 16:53:57 -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 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 d74a55018a for now use the old, eventually deprecated ABI of C++ until we fix it 2015-10-06 14:07:52 -05:00
CodeCodon 46a55765f9 disable unnecessary warning 2015-08-09 00:54:21 -05:00
CodeCodon f1617dfd28 use Wall on debug builds, use pipe on both builds to speed compilation, add more optimizations to release 2015-08-06 16:32:43 -05:00
CodeCodon b1d6744deb default to O2 2015-08-06 11:22:08 -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 e14a2c7b0f use -O0 and -g for debug builds so that we can use valgrind 2015-07-26 16:42:11 -05:00
CodeCodon 20aa133527 sync base with whitengold team repo 2015-07-14 11:11:51 -05:00
CodeCodon 21cbf3ec98 -march=native breaks things 2015-07-14 10:05:21 -05:00
CodeCodon 9e710b6d76 cflags 2015-07-12 01:42:02 -05:00
Anonymous 4fd6ca27f5 Only enable debug mode in debug builds 2014-01-24 03:37:57 -07:00
Anonymous 65deed81ce Added missing defines for visual studio 2014-01-23 20:18:29 -07:00
Anonymous fabe85739d Enable c++11 support 2014-01-23 08:54:46 -07:00
Anonymous fac1f2c5ae Removed STLport requirement 2014-01-23 00:16:13 -07:00
Anonymous 1461c92eff Specify a directory for all generated executables 2014-01-21 17:13:55 -07:00
Anonymous 49b9ca97d2 Added Miff tool 2014-01-21 16:00:31 -07:00
Anonymous 232bcc82dc Added CustomerServiceServer project 2014-01-21 09:18:28 -07:00
Anonymous 14488cbe1c Added debug flags and link to curses lib on unix builds 2014-01-20 08:40:48 -07:00
Anonymous 6a58d2a59d Added missing include paths and linked libs 2014-01-19 04:48:47 -07:00
Anonymous a860a26e84 Added definitions for linux builds 2014-01-19 02:55:11 -07:00
Anonymous 1e97f1e847 Corrected ZLIB name case and moved iconv package to the win32 check 2014-01-19 00:51:20 -07:00
Anonymous 92c2d31906 Ignore STLPort warnings 2014-01-18 01:20:50 -07:00
Anonymous 77c2b5f6bc Added platform libs 2014-01-16 07:25:50 -07:00
Anonymous 99e4eb6b8c Added sharedRegex library 2014-01-15 23:49:15 -07:00
Anonymous cd99b53a31 Added serverPathfinding library 2014-01-15 09:54:09 -07:00
Anonymous 7d149b2784 Added serverScript library 2014-01-15 08:16:35 -07:00
Anonymous 0196cf51d0 Added serverGame library 2014-01-15 03:59:18 -07:00
Anonymous 04768a98a9 Find oracle lib and added include path to the oci driver 2014-01-14 22:53:20 -07:00
Anonymous dcef2e89f3 Added sharedXml library and links to boost/libxml2/iconv libraries 2014-01-14 15:18:21 -07:00
Anonymous 41eaddd9ba Added missing cmake list files 2014-01-14 11:39:06 -07:00
Anonymous e9ff387d64 Added zlib dependency 2014-01-14 03:20:05 -07:00
Anonymous 4ac886513a Find STLPort 2014-01-13 09:05:37 -07:00
Anonymous d248ee5273 Add project build scaffolding 2014-01-13 06:38:50 -07:00