Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-11-13 | Fix for NULL arithmetic compiler warning in Linux. | madmaxoft | 2 | -4/+16 | |
2013-10-09 | Fixed cFile::CopyFile Linux compilation. | madmaxoft | 1 | -7/+3 | |
2013-10-09 | APIDump: Documented the new cFile API functions. | madmaxoft | 1 | -2/+2 | |
2013-10-09 | Moved cMakeDir::MakeDir to cFile::CreateFolder. | madmaxoft | 4 | -49/+24 | |
And exported to Lua. | |||||
2013-10-09 | Added static cFile functions to Lua API. | madmaxoft | 2 | -5/+72 | |
2013-10-06 | cListenThread: Fixed thread termination. | madmaxoft | 1 | -1/+4 | |
2013-09-21 | Fixed Linux threading issues. | madmaxoft | 2 | -13/+4 | |
2013-09-21 | Fixed cFile:IsFolder() and plugin-loading. | madmaxoft | 1 | -1/+2 | |
This should fix loading plugins on Linux. | |||||
2013-09-18 | Proper folder / file distinction in plugin loading. | madmaxoft | 2 | -0/+17 | |
2013-09-06 | Removed TimedWait from cEvent. | madmaxoft | 2 | -57/+0 | |
Unsupported on MacOS. | |||||
2013-09-05 | Removed TimedWait from cEvent. | madmaxoft | 2 | -57/+0 | |
Unsupported on MacOS. | |||||
2013-08-30 | Rewritten cTimer not to use heap allocation. | madmaxoft | 2 | -31/+45 | |
2013-08-25 | Fixed ProtoProxy compilation, added client Kick handling. | madmaxoft | 1 | -3/+14 | |
2013-08-20 | Small Linux fixes. | madmaxoft | 3 | -3/+4 | |
2013-08-19 | Fixed cEvent TimedWait on Linux. | madmaxoft | 1 | -1/+1 | |
2013-08-19 | Fixed timed event wait on Linux. | madmaxoft | 1 | -16/+11 | |
Was causing an error message and the DeadlockDetect didn't work. | |||||
2013-08-18 | cListenThread correctly closes all sockets. | madmaxoft | 1 | -2/+6 | |
This partially fixes FS 421. | |||||
2013-08-14 | cEvent can now wait for the event with a specified timeout. | madmaxoft | 2 | -26/+88 | |
2013-08-11 | cIsThread threads get a window identification on Win. | madmaxoft | 1 | -0/+2 | |
This enables tools such as TaskInfo to report the thread name directly. | |||||
2013-08-11 | cIsThread: Added the Stop() method and debugging output in Wait() | madmaxoft | 2 | -22/+26 | |
2013-08-11 | Added doxyComments for cIsThread. | madmaxoft | 2 | -7/+13 | |
2013-07-29 | Changed everyting to Unix line endings. | Alexander Harkness | 4 | -473/+473 | |
2013-07-22 | cListenThread initializes m_ShouldReuseAddr to false (valgrind error) | madmaxoft@gmail.com | 1 | -0/+1 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1677 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-06-27 | Added a basic RCON protocol | madmaxoft@gmail.com | 2 | -13/+19 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1628 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-06-15 | Socket: Removed the absurd function returning localhost addr, now using INADDR_LOOPBACK | madmaxoft@gmail.com | 2 | -17/+2 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1596 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-05-25 | Added base Code::Blocks project (WIP, still doesn't compile) and fixed some source errors with MinGW. | madmaxoft@gmail.com | 1 | -11/+26 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1510 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-05-01 | File: Added file rename and deletion functions | madmaxoft@gmail.com | 2 | -0/+24 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1436 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-04-01 | ListenThread: Fixed socket-querying, might have crashed some linux versions. | madmaxoft@gmail.com | 1 | -1/+1 | |
Hopefully this fixes FS #345 git-svn-id: http://mc-server.googlecode.com/svn/trunk@1345 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-03-29 | ListenThread now reports the protocol used (IPv4 - IPv6) in its error messages | madmaxoft@gmail.com | 1 | -8/+8 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1322 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-03-23 | Fixed a problem in Linux handling of ListenThread. | madmaxoft@gmail.com | 1 | -1/+4 | |
A closed socket doesn't seem to wake up a select() call on that socket on Linux. Fixed by waking up by a timeout regularly (semi-busywait). Fixes FS #334 git-svn-id: http://mc-server.googlecode.com/svn/trunk@1305 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-03-14 | Added water and lava springs. | madmaxoft@gmail.com | 1 | -3/+3 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1269 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-03-05 | Made ListenThread an OSSupport part, as it's generic enough | madmaxoft@gmail.com | 2 | -0/+304 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1258 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-03-05 | IPv6: Windows XP doesn't have the inet_pton() function, resorting to custom-formatting the address | madmaxoft@gmail.com | 1 | -3/+17 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1257 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-03-05 | IPv6 support: fixed IP string getting on accept() | madmaxoft | 3 | -16/+22 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1256 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-03-05 | Fixed logic in socketthreads connecting | madmaxoft@gmail.com | 1 | -2/+2 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1255 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-03-05 | IPv6 support + removed cTCPLink from Lua API | madmaxoft@gmail.com | 5 | -207/+88 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1253 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-03-04 | Moved client socket accepting into a separate thread object, cListenThread | madmaxoft@gmail.com | 1 | -2/+5 | |
MCServer can now listen on multiple ports FS #312 git-svn-id: http://mc-server.googlecode.com/svn/trunk@1252 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-03-04 | Starting an IPv6 support / cSocket rewrite | madmaxoft@gmail.com | 3 | -10/+34 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1250 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-02-25 | AnvilStats: Added ChunkExtract mode of operation, splitting Anvil files into individual chunks. | madmaxoft@gmail.com | 3 | -5/+6 | |
Both original zlibbed chunks and re-gzipped chunks are output. git-svn-id: http://mc-server.googlecode.com/svn/trunk@1223 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-02-07 | cBlockArea can now be saved as a .schematic file. | madmaxoft@gmail.com | 2 | -2/+31 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1198 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-02-07 | Added a cGZipFile class for reading GZipped files. | madmaxoft@gmail.com | 4 | -13/+133 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1196 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-01-12 | Merged branch "branches/hooks" into "trunk". | madmaxoft@gmail.com | 2 | -24/+24 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1139 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-12-14 | Fixed cCriticalSection's debugging functions | madmaxoft@gmail.com | 2 | -5/+10 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1072 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-11-22 | SocketThreads fixes for crashes reported in FS #272 | madmaxoft@gmail.com | 3 | -11/+15 | |
http://www.mc-server.org/support/index.php?do=details&task_id=272&project=2 git-svn-id: http://mc-server.googlecode.com/svn/trunk@1061 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-11-15 | More valgrind fixes | madmaxoft@gmail.com | 1 | -2/+1 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1044 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-10-26 | Critical sections aren't heap-allocated in linux anymore. | madmaxoft@gmail.com | 2 | -31/+27 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1012 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-09-29 | SocketThread: clients aren't double-removed anymore. | madmaxoft@gmail.com | 2 | -22/+0 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@909 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-09-29 | Extended the cFile interface with Printf() | madmaxoft@gmail.com | 2 | -0/+16 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@901 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-09-25 | Sockets are now owned by SocketThreads instead of ClientHandle (FS #246 and FS #247) | madmaxoft@gmail.com | 3 | -69/+62 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@891 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-09-23 | Source files cleanup: OSSupport-related files in a separate subfolder, renamed. | madmaxoft@gmail.com | 26 | -0/+3062 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@885 0a769ca7-a7f5-676a-18bf-c427514a06d6 |