summaryrefslogtreecommitdiffstats
path: root/GNUmakefile (unfollow)
Commit message (Expand)AuthorFilesLines
2013-09-11added cryptopp asemblly desabling to clang autodetectTycho Bickerstaff1-0/+1
2013-09-10disable tautolgical compare warning in clangTycho Bickerstaff1-4/+5
2013-09-10disable tautolgical compare warning in clangTycho Bickerstaff1-4/+3
2013-09-10disable tautological compare in clangTycho Bickerstaff1-0/+7
2013-09-10Allow the user to override the compiler using the CC enviromental varible in the makefileTycho Bickerstaff1-1/+4
2013-08-15Updated the makefile to disable assembly for clang.madmaxoft1-3/+19
2013-08-12Makefile: Added FreeBSD support.madmaxoft1-2/+17
2013-08-08Removed squirrel mentions from makefilemadmaxoft1-6/+0
2013-04-10Added a makefile switch for 32bit-on-64bit compilation, addm32madmaxoft@gmail.com1-0/+10
2013-04-09Fixed Expat / LuaExpat compilation for Linuxmadmaxoft@gmail.com1-2/+3
2013-04-07Fixed linux compilation in regard to SQLite dependency on libdlmadmaxoft@gmail.com1-5/+9
2013-04-07Added SQLite and LuaSQLite, Lua plugins can now use SQLite.madmaxoft@gmail.com1-4/+4
2012-11-20Linux Makefile: Added the gcc option to output debugging information even in release builds.madmaxoft@gmail.com1-6/+6
2012-11-08Removed the SquirrelVM.madmaxoft@gmail.com1-5/+10
2012-10-28Added true gcc debugging flags to debug builds under *nix (Fix contributed by ThuGie)madmaxoft@gmail.com1-157/+157
2012-09-04Fixed preprocessor definitions in Linuxmadmaxoft@gmail.com1-4/+4
2012-08-30Implemented 1.3.2 protocol encryption using CryptoPP, up to Client Status packet (http://wiki.vg/Protocol_FAQ step 14)madmaxoft@gmail.com1-3/+3
2012-08-29Gotten completely rid of all cPackets. The cProtocol125 class now does all the parsing and writing by itself.madmaxoft@gmail.com1-1/+0
2012-08-20Updated GNUmakefile to output to MCServer directoryfaketruth1-2/+2
2012-08-07GNUmakefile: added a profiled build ("make profile=1")madmaxoft@gmail.com1-1/+11
2012-08-04GNUmakefile: Split the debug build into debug and pedantic; more comments; added O3 optimization to external C libraries even in debug modemadmaxoft@gmail.com1-9/+55
2012-08-03Fixed a few gcc pedantic warnings; made BLOCKTYPE an unsigned char type.madmaxoft@gmail.com1-2/+2
2012-07-18Makefile fix for the newly added squirrel, MCServer compilable on *nix againmadmaxoft@gmail.com1-1/+1
2012-07-15A new Block handling system :olapayo94@gmail.com1-0/+2
2012-07-08Squirrel Pluginslapayo94@gmail.com1-1/+4
2012-06-04Updated zlib, added chat formatting, fixed upside down stairs and slabs, fixed makefiles, hopefully updated vc project filescedeel@gmail.com1-2/+2
2012-03-09Using the _DEBUG macro for *nix debug builds as well; trying to force 8-byte alignment on critical sections ( http://forum.mc-server.org/showthread.php?tid=384 )madmaxoft@gmail.com1-2/+2
2012-02-21Revised GNUmakefile for header file dependencies (again; this time it should work ;)madmaxoft@gmail.com1-5/+4
2012-02-14Fixing build for linux using GNUmakefile (explicitly removed LeakFinder and StackWalker)madmaxoft@gmail.com1-1/+1
2012-02-10New makefile with automatic *.cpp sourcefile import, automatic header file dependencies and switchable debug / release configuration. gnumake-specific :(madmaxoft@gmail.com1-0/+98