Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-02-02 | Revert "Added LOGREPLACELINE for line replacement" | Tiger Wang | 1 | -29/+2 | |
This reverts commit 7d03876a3e11aedff0201a8330bfdb2b5523fc5e. | |||||
2014-02-02 | Revert "Improved code" | Tiger Wang | 1 | -9/+5 | |
This reverts commit d8aa0b0ec7a2ebea2fc157c623ae8cd7d0b6ba1c. | |||||
2014-02-02 | Revert "Added a comment" | Tiger Wang | 1 | -1/+1 | |
This reverts commit 7ae5631d89426df6f05b6c8ba656ba02b9d15f93. | |||||
2014-02-02 | Revert "Properly initialised variables" | Tiger Wang | 1 | -2/+1 | |
This reverts commit 02e752789399ad1b65a0443534ea6a8721efd78c. | |||||
2014-02-02 | Revert "Fixed issues with insufficient console space" | Tiger Wang | 1 | -93/+25 | |
This reverts commit 6b18add09b5e9d6d6c2a61e90bdd7011f56f4c82. | |||||
2014-02-02 | Revert "A newline issue is resolved" | Tiger Wang | 1 | -1/+1 | |
This reverts commit 397208145ebe5c95ebf32f2985f6800634932230. | |||||
2014-02-02 | Revert "Fixed Linux compile" | Tiger Wang | 1 | -2/+1 | |
This reverts commit 5becfe850a2b4827a21e8ede989545334efbbead. | |||||
2014-02-02 | Revert "Another Linux fix" | Tiger Wang | 1 | -6/+0 | |
This reverts commit 6f660b379ecbc091b9bd92093e0dad01a4f6bf38. | |||||
2014-02-02 | Revert "Again improved LogReplaceLine" | Tiger Wang | 1 | -80/+76 | |
This reverts commit dd325d742db9db54a25460fcacd093e7cc6f44f0. | |||||
2014-02-01 | Again improved LogReplaceLine | Tiger Wang | 1 | -76/+80 | |
* Fixed issues on Linux with cursor positioning * Made preprocessor blocks more readable * Improved reliability of line clearing on Windows - Removed an *unneeded* variable | |||||
2014-02-01 | Another Linux fix | Tiger Wang | 1 | -0/+6 | |
2014-02-01 | Fixed Linux compile | Tiger Wang | 1 | -1/+2 | |
2014-02-01 | A newline issue is resolved | Tiger Wang | 1 | -1/+1 | |
2014-02-01 | Fixed issues with insufficient console space | Tiger Wang | 1 | -25/+93 | |
2014-01-31 | Properly initialised variables | Tiger Wang | 1 | -1/+2 | |
2014-01-31 | Added a comment | Tiger Wang | 1 | -1/+1 | |
2014-01-31 | Improved code | Tiger Wang | 1 | -5/+9 | |
* Fixed some issues * Fixed standard violation | |||||
2014-01-29 | Added LOGREPLACELINE for line replacement | Tiger Wang | 1 | -2/+29 | |
2014-01-16 | Another VarArgs fix. | madmaxoft | 1 | -6/+4 | |
This time using va_copy() on platforms that have it and simple assignment on platforms that don't. | |||||
2014-01-15 | Using a 2nd argument instead of va_copy(). | madmaxoft | 1 | -7/+9 | |
This seems to be the only reasonable C++03-only solution. | |||||
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 | |
2013-11-13 | Removed unnecessary format data. | Alexander Harkness | 1 | -1/+1 | |
2013-10-09 | Moved cMakeDir::MakeDir to cFile::CreateFolder. | madmaxoft | 1 | -4/+5 | |
And exported to Lua. | |||||
2013-08-12 | Fixed logging into debug console. | madmaxoft | 1 | -1/+1 | |
Was missing the LF at the end. | |||||
2013-08-12 | Fixed logging into debug console. | madmaxoft | 1 | -1/+1 | |
Was missing the LF at the end. | |||||
2013-08-10 | Coloring is reset before the LF. | madmaxoft | 1 | -3/+3 | |
2013-05-25 | Added base Code::Blocks project (WIP, still doesn't compile) and fixed some source errors with MinGW. | madmaxoft@gmail.com | 1 | -3/+3 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1510 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-02-03 | BiomeVisualiser: initial import | madmaxoft@gmail.com | 1 | -1/+1 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1192 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-09-24 | Source files cleanup: The rest of the files renamed. | madmaxoft@gmail.com | 1 | -1/+1 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@887 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-09-23 | Source files cleanup: OSSupport-related files in a separate subfolder, renamed. | madmaxoft@gmail.com | 1 | -5/+4 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@885 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-08-19 | Android: Showing last MCServer related logcat message | faketruth | 1 | -1/+2 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@753 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-08-18 | Android: Pressing back button sends stop command to server | faketruth | 1 | -0/+2 | |
Android: ToJava can call functions on Java by using JNI Android: Plugins work Android: Added android specific files to VS2008 project, but they are excluded from compiling git-svn-id: http://mc-server.googlecode.com/svn/trunk@747 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-08-16 | MCServer should run just fine on Android now :D | faketruth | 1 | -6/+6 | |
The server is also stoppable from Android git-svn-id: http://mc-server.googlecode.com/svn/trunk@743 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-08-15 | Compiles on Android! Added Eclipse project, import it into your workspace and it should be runnable on Android! | faketruth | 1 | -0/+7 | |
Disabled Squirrel for Android cLog now logs to Android LogCat as well Fixed Lua so it compiles on Android Removed/commented out exceptions in JsonCpp so it compiles on Android git-svn-id: http://mc-server.googlecode.com/svn/trunk@741 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-06-14 | Attempt to bring sanity to newlines across systems. | cedeel@gmail.com | 1 | -159/+159 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@606 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-03-25 | Fixed the Log altogether (doesn't use NULL-to-va_list assignment, compiles for RaspberryPi) | madmaxoft@gmail.com | 1 | -9/+1 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@432 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-02-18 | Logging: added thread ID to the log output in debug builds | madmaxoft@gmail.com | 1 | -1/+6 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@291 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-02-17 | Lots of logging added | madmaxoft@gmail.com | 1 | -1/+6 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@282 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-02-01 | AString logging fix 2 | madmaxoft@gmail.com | 1 | -3/+11 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@218 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-02-01 | sprintf() begone! Replaced with StringUtils' Printf() | madmaxoft@gmail.com | 1 | -39/+56 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@216 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-01-29 | VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization. | madmaxoft@gmail.com | 1 | -9/+5 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@188 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2011-10-03 | MCServer c++ source files | faketruth | 1 | -0/+136 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@3 0a769ca7-a7f5-676a-18bf-c427514a06d6 |