madmaxoft@gmail.com
|
19e711a1e3
|
Slight cleanup - removed old code, some additional comments on dangerous functions
git-svn-id: http://mc-server.googlecode.com/svn/trunk@261 0a769ca7-a7f5-676a-18bf-c427514a06d6
|
2012-02-14 21:09:14 +00:00 |
|
madmaxoft@gmail.com
|
4f17362aeb
|
Rewritten most of the code for multithreading; still not 100%, but getting there. If this commit proves to be too problematic, we can always undo it.
git-svn-id: http://mc-server.googlecode.com/svn/trunk@251 0a769ca7-a7f5-676a-18bf-c427514a06d6
|
2012-02-13 21:47:03 +00:00 |
|
madmaxoft@gmail.com
|
16feb0924e
|
cSocketThreads initial commit. Not yet tested and not yet integrated
git-svn-id: http://mc-server.googlecode.com/svn/trunk@239 0a769ca7-a7f5-676a-18bf-c427514a06d6
|
2012-02-07 07:49:00 +00:00 |
|
madmaxoft@gmail.com
|
48d30d6ab4
|
Rewritten cAuthenticator to make use of the new cIsThread architecture - now authentication runs in a single separate thread for all clients;
Global player-kicking function (cServer, cRoot);
More char * -> AString conversion
git-svn-id: http://mc-server.googlecode.com/svn/trunk@221 0a769ca7-a7f5-676a-18bf-c427514a06d6
|
2012-02-01 22:38:03 +00:00 |
|
madmaxoft@gmail.com
|
83fc392198
|
new cIsThread object for thread encapsulation
git-svn-id: http://mc-server.googlecode.com/svn/trunk@214 0a769ca7-a7f5-676a-18bf-c427514a06d6
|
2012-02-01 12:25:26 +00:00 |
|
madmaxoft@gmail.com
|
bb49f0e021
|
Introducing StringUtils - the place to be if you are a generic string routine :) No more sprintf()!
git-svn-id: http://mc-server.googlecode.com/svn/trunk@209 0a769ca7-a7f5-676a-18bf-c427514a06d6
|
2012-02-01 09:12:54 +00:00 |
|
madmaxoft@gmail.com
|
7e743398a9
|
Initial cFile implementation (using stdio FILE) and test in cChunkMap
git-svn-id: http://mc-server.googlecode.com/svn/trunk@192 0a769ca7-a7f5-676a-18bf-c427514a06d6
|
2012-01-30 13:54:39 +00:00 |
|
madmaxoft@gmail.com
|
89afb970d8
|
VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.
git-svn-id: http://mc-server.googlecode.com/svn/trunk@188 0a769ca7-a7f5-676a-18bf-c427514a06d6
|
2012-01-29 19:28:19 +00:00 |
|
madmaxoft@gmail.com
|
f78eef29ee
|
VC2008 compilation with new lua webplugin
git-svn-id: http://mc-server.googlecode.com/svn/trunk@187 0a769ca7-a7f5-676a-18bf-c427514a06d6
|
2012-01-29 14:33:37 +00:00 |
|
madmaxoft@gmail.com
|
e2ad02f50a
|
ChunkGenerator: rewritten thread-locking using the new RAII CSLock class
git-svn-id: http://mc-server.googlecode.com/svn/trunk@186 0a769ca7-a7f5-676a-18bf-c427514a06d6
|
2012-01-29 14:29:26 +00:00 |
|
madmaxoft@gmail.com
|
f17dd0f8dc
|
Added a VC2010 configuration for Debug build with optimized Noise; made it the default in VC2008
git-svn-id: http://mc-server.googlecode.com/svn/trunk@181 0a769ca7-a7f5-676a-18bf-c427514a06d6
|
2012-01-27 14:23:14 +00:00 |
|
madmaxoft@gmail.com
|
90e6dc65b4
|
Updated VC2008 project to include cPlugin_NewLua
git-svn-id: http://mc-server.googlecode.com/svn/trunk@180 0a769ca7-a7f5-676a-18bf-c427514a06d6
|
2012-01-27 14:07:51 +00:00 |
|
madmaxoft@gmail.com
|
86158a2d1d
|
MSVC 2008 Express compatibility: Added the projects, modified sources to compile. Tested on MSVC 2008 Express and MSVC 2010 Express
git-svn-id: http://mc-server.googlecode.com/svn/trunk@179 0a769ca7-a7f5-676a-18bf-c427514a06d6
|
2012-01-27 14:04:28 +00:00 |
|