| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed clang autodetection. | Samuel Barney | 2013-12-14 | 1 | -1/+1 |
* | Allowed Linux builds to use LuaRocks. | madmaxoft | 2013-12-03 | 1 | -6/+14 |
* | Removed some useless options. | Alexander Harkness | 2013-11-27 | 1 | -4/+4 |
* | Fixed a load of issues, clang autodetection works now. | Alexander Harkness | 2013-11-27 | 1 | -19/+6 |
* | Removed the -g option for release builds, as binaries were getting huge. | Alexander Harkness | 2013-11-27 | 1 | -2/+2 |
* | Removed the -Og option, which is rather new. | Alexander Harkness | 2013-11-27 | 1 | -4/+3 |
* | Fixed VC2008 compilation, normalized include paths. | madmaxoft | 2013-11-27 | 1 | -2/+1 |
* | Removed a -Ofast bit. | Alexander Harkness | 2013-11-27 | 1 | -22/+7 |
* | Makefile fix | Tiger Wang | 2013-11-27 | 1 | -4/+10 |
* | Fixed Linux compile again | Tiger Wang | 2013-11-26 | 1 | -2/+2 |
* | Possibly fixed Linux makefile | Tiger Wang | 2013-11-26 | 1 | -5/+18 |
* | Attempt to fix compilation | Tiger Wang | 2013-11-24 | 1 | -9/+8 |
* | Removed excess includes. | Alexander Harkness | 2013-11-24 | 1 | -13/+6 |
* | Removed extra endif. | Alexander Harkness | 2013-11-24 | 1 | -1/+0 |
* | Merge remote-tracking branch 'origin/master' into foldermove2 | Alexander Harkness | 2013-11-24 | 1 | -7/+10 |
|\ |
|
| * | Always warn about everything! | Alexander Harkness | 2013-11-16 | 1 | -0/+4 |
| * | Got rid of warnings caused by the -s option on Clang, and it doesn't seem to do anything anyway. | Alexander Harkness | 2013-11-13 | 1 | -2/+2 |
| * | Fixed some of the comments in the makefile. | Alexander Harkness | 2013-11-13 | 1 | -4/+4 |
| * | Fixed link error with clang on x86_64. | Alexander Harkness | 2013-11-13 | 1 | -1/+1 |
* | | Removed pedantic build and added optimisation to debug builds. | Alexander Harkness | 2013-11-24 | 1 | -12/+2 |
|/ |
|
* | Removed the old WebServer library. | madmaxoft | 2013-10-05 | 1 | -2/+1 |
* | added cryptopp asemblly desabling to clang autodetect | Tycho Bickerstaff | 2013-09-11 | 1 | -0/+1 |
* | disable tautolgical compare warning in clang | Tycho Bickerstaff | 2013-09-10 | 1 | -4/+5 |
* | disable tautological compare in clang | Tycho Bickerstaff | 2013-09-10 | 1 | -0/+7 |
* | Allow the user to override the compiler using the CC enviromental varible in the makefile | Tycho Bickerstaff | 2013-09-10 | 1 | -1/+4 |
* | Updated the makefile to disable assembly for clang. | madmaxoft | 2013-08-15 | 1 | -3/+19 |
* | Makefile: Added FreeBSD support. | madmaxoft | 2013-08-12 | 1 | -2/+17 |
* | Removed squirrel mentions from makefile | madmaxoft | 2013-08-08 | 1 | -6/+0 |
* | Added a makefile switch for 32bit-on-64bit compilation, addm32 | madmaxoft@gmail.com | 2013-04-10 | 1 | -0/+10 |
* | Fixed Expat / LuaExpat compilation for Linux | madmaxoft@gmail.com | 2013-04-09 | 1 | -2/+3 |
* | Fixed linux compilation in regard to SQLite dependency on libdl | madmaxoft@gmail.com | 2013-04-07 | 1 | -5/+9 |
* | Added SQLite and LuaSQLite, Lua plugins can now use SQLite. | madmaxoft@gmail.com | 2013-04-07 | 1 | -4/+4 |
* | Linux Makefile: Added the gcc option to output debugging information even in release builds. | madmaxoft@gmail.com | 2012-11-20 | 1 | -6/+6 |
* | Removed the SquirrelVM. | madmaxoft@gmail.com | 2012-11-08 | 1 | -5/+10 |
* | Added true gcc debugging flags to debug builds under *nix (Fix contributed by ThuGie) | madmaxoft@gmail.com | 2012-10-28 | 1 | -157/+157 |
* | Fixed preprocessor definitions in Linux | madmaxoft@gmail.com | 2012-09-04 | 1 | -4/+4 |
* | Implemented 1.3.2 protocol encryption using CryptoPP, up to Client Status packet (http://wiki.vg/Protocol_FAQ step 14) | madmaxoft@gmail.com | 2012-08-30 | 1 | -3/+3 |
* | Gotten completely rid of all cPackets. The cProtocol125 class now does all the parsing and writing by itself. | madmaxoft@gmail.com | 2012-08-29 | 1 | -1/+0 |
* | Updated GNUmakefile to output to MCServer directory | faketruth | 2012-08-20 | 1 | -2/+2 |
* | GNUmakefile: added a profiled build ("make profile=1") | madmaxoft@gmail.com | 2012-08-07 | 1 | -1/+11 |
* | GNUmakefile: Split the debug build into debug and pedantic; more comments; added O3 optimization to external C libraries even in debug mode | madmaxoft@gmail.com | 2012-08-04 | 1 | -9/+55 |
* | Fixed a few gcc pedantic warnings; made BLOCKTYPE an unsigned char type. | madmaxoft@gmail.com | 2012-08-03 | 1 | -2/+2 |
* | Makefile fix for the newly added squirrel, MCServer compilable on *nix again | madmaxoft@gmail.com | 2012-07-18 | 1 | -1/+1 |
* | A new Block handling system :o | lapayo94@gmail.com | 2012-07-15 | 1 | -0/+2 |
* | Squirrel Plugins | lapayo94@gmail.com | 2012-07-08 | 1 | -1/+4 |
* | Updated zlib, added chat formatting, fixed upside down stairs and slabs, fixed makefiles, hopefully updated vc project files | cedeel@gmail.com | 2012-06-04 | 1 | -2/+2 |
* | Using 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.com | 2012-03-09 | 1 | -2/+2 |
* | Revised GNUmakefile for header file dependencies (again; this time it should work ;) | madmaxoft@gmail.com | 2012-02-21 | 1 | -5/+4 |
* | Fixing build for linux using GNUmakefile (explicitly removed LeakFinder and StackWalker) | madmaxoft@gmail.com | 2012-02-14 | 1 | -1/+1 |
* | New makefile with automatic *.cpp sourcefile import, automatic header file dependencies and switchable debug / release configuration. gnumake-specific :( | madmaxoft@gmail.com | 2012-02-10 | 1 | -0/+98 |