Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-09-24 | QtBiomeVisualiser: Fixed MSVC path-crossing. | madmaxoft | 7 | -10/+15 | |
MSVC would occasionally compile the wrong CPP file - the same name, but wrong path. | |||||
2014-09-23 | QtBiomeVisualiser: Fixed confusion about Globals.h. | madmaxoft | 5 | -21/+21 | |
2014-09-22 | QtBiomeVisualiser: Implemented live-update for the generator setup. | madmaxoft | 5 | -17/+49 | |
2014-09-22 | QtBiomeVisualiser: generator source is read from generator setup ini. | madmaxoft | 3 | -16/+13 | |
2014-09-22 | QtBiomeVisualiser: Moved the generator setup into a side-pane. | madmaxoft | 5 | -39/+96 | |
2014-09-21 | QtBiomeVisualiser: Added the base for INI editting. | madmaxoft | 5 | -20/+266 | |
2014-09-20 | QtBiomeVisualiser: Added list of vanilla worlds. | madmaxoft | 2 | -7/+145 | |
2014-09-20 | QtBiomeVisualiser: Added support for loading Anvil worlds. | madmaxoft | 4 | -5/+320 | |
2014-09-18 | QtBiomeVisualiser: More gcc fixes. | madmaxoft | 1 | -2/+2 | |
2014-09-18 | QtBiomeVisualiser: Fixed linux compilation. | madmaxoft | 5 | -0/+6 | |
2014-09-15 | QtBiomeVisualiser: Fixed colors and read failures. | madmaxoft | 1 | -6/+5 | |
2014-09-15 | QtBiomeVisualiser: Added reloading. | Mattes D | 6 | -4/+49 | |
2014-09-15 | QtBiomeVisualiser: removed multithreading. | Mattes D | 2 | -65/+10 | |
It was slowing things down, the granularity is too fine. | |||||
2014-09-15 | QtBiomeVisualiser: Added multithreading. | Mattes D | 3 | -23/+102 | |
For some reason this makes the UI less responsive. | |||||
2014-09-14 | QtBiomeVisualiser: Extended zoom down below 100%. | Mattes D | 2 | -16/+80 | |
2014-09-14 | QtBiomeVisualiser: Added mouse and keyboard view control. | Mattes D | 2 | -4/+137 | |
Mouse dragging or WASD pans view, mouse wheel or QE zooms. | |||||
2014-09-14 | QtBiomeVisualiser: Removed build-specific variables. | Mattes D | 1 | -3/+0 | |
These should be set in the project configuration instead, passed directly to qmake. | |||||
2014-09-14 | Added new Qt-based biome visualiser. | Mattes D | 37 | -2181/+1482 | |
Compile with Qt 5.1+ | |||||
2014-08-27 | AnvilStats: Fixed thread start race condition. | Mattes D | 2 | -10/+24 | |
The whole program would sometimes fail to process anything because the threads were waited-for before they were started. | |||||
2014-08-27 | AnvilStats: Added per-height spawner stats. | Mattes D | 2 | -4/+47 | |
2014-08-27 | AnvilStats: Ignoring output XLS files. | Mattes D | 1 | -0/+1 | |
2014-08-27 | AnvilStats: Added cmake directive for larger executable stack. | Mattes D | 1 | -0/+22 | |
This fixes runtime "stack overflow" errors caused by large stack-allocated arrays used for decompression. | |||||
2014-08-27 | AnvilStats: Fixed Win64 compilation. | Mattes D | 1 | -1/+1 | |
2014-08-27 | AnvilStats: initial per-height blocktype implementation (WIP). | madmaxoft | 3 | -5/+96 | |
2014-08-27 | AnvilStats: Rewritten to use CMake. | madmaxoft | 4 | -523/+126 | |
2014-08-12 | Renamed Loggers | Tycho | 3 | -13/+13 | |
2014-08-10 | Fixed Tools to work with new logging framework | Tycho | 3 | -10/+18 | |
2014-07-24 | Made redundant semi not an error, fixed one more. | archshift | 1 | -1/+1 | |
2014-06-20 | Fixed the BiomeVisualiser project. | madmaxoft | 1 | -1/+17 | |
Compiles under MSVC2008 again, was missing some shared files. | |||||
2014-06-03 | Update Globals.h | Julian Laubstein | 1 | -1/+1 | |
2014-06-01 | AnvilStats: Added new biome colors. | Mattes D | 2 | -34/+3 | |
2014-06-01 | Hot-fixed AnvilStats compilation for MSVC2013. | Mattes D | 3 | -13/+56 | |
2014-05-20 | Fixed MCADefrag compilation. | madmaxoft | 1 | -0/+15 | |
2014-05-19 | Fixed some warnings | Julian Laubstein | 1 | -0/+1 | |
2014-05-04 | Fixed ProtoProxy compilation in MSVC2013. | madmaxoft | 1 | -1/+1 | |
Fixes #983. | |||||
2014-05-01 | ProtoProxy: Renamed PublicKey to CryptoKey. | madmaxoft | 2 | -4/+4 | |
2014-04-29 | Moved the rest of the Crypto objects into their own respective files. | madmaxoft | 4 | -14/+12 | |
2014-04-29 | Moved cPublicKey to its separate file in PolarSSL++. | madmaxoft | 2 | -0/+3 | |
2014-04-29 | Fixed ProtoProxy. | madmaxoft | 4 | -3/+25 | |
2014-04-14 | ProtoProxy: Fixed weird gcc compilation errors. | madmaxoft | 1 | -16/+22 | |
2014-04-14 | ProtoProxy: Added 1.7.9 compatibility. | madmaxoft | 1 | -0/+29 | |
2014-04-04 | ProtoProxy: Fixed a few Clang and MSVC warnings. | madmaxoft | 2 | -4/+8 | |
2014-03-20 | ProtoProxy: Fixed MSVC compilation. | madmaxoft | 1 | -2/+4 | |
2014-03-14 | Fixed a couple of unneeded returns in ProtoProxy | Tycho | 1 | -4/+0 | |
2014-03-12 | Fixed comments an assert | Tycho | 1 | -2/+2 | |
2014-03-11 | Added macros support to tools | Tycho | 2 | -2/+10 | |
2014-03-10 | Fixed xofts issues | Tycho | 1 | -1/+1 | |
2014-03-10 | Fixed Issues in ProtoProxy | Tycho | 2 | -9/+9 | |
2014-02-18 | ProtoProxy: ignoring PolarSSL build files. | madmaxoft | 1 | -0/+1 | |
2014-02-16 | Now uses setflags for flags | Tycho | 1 | -55/+4 | |
2014-02-16 | COnverted ProtoProxy to use library CMakeLists | Tycho | 2 | -18/+5 | |
2014-02-16 | Allow building MCADefrag at the same time as MCServer | Tycho | 1 | -4/+2 | |
2014-02-16 | CHange MCADefrag CMakelist to use zlib CMakeList | Tycho | 1 | -9/+4 | |
2014-02-16 | rewrote MCADefrag CMakelist to use Setflags | Tycho | 1 | -56/+16 | |
2014-02-13 | MCADefrag: Implemented recompression. | madmaxoft | 2 | -5/+136 | |
This finalizes #639. | |||||
2014-02-13 | MCADefrag: Fixed bugs, now produces valid MCA files. | madmaxoft | 2 | -3/+22 | |
2014-02-13 | MCADefrag: Initial implementation. | madmaxoft | 6 | -0/+799 | |
Partially implements #639. This only defragments the chunks, without recompressing them. | |||||
2014-02-03 | Fixed Compile errors | Tycho | 1 | -1/+1 | |
c++11 introduces scoped enums, so the code didn't fail in clang | |||||
2014-02-03 | Increased Type safety of Biomes | Tycho | 1 | -1/+1 | |
Changed a number of funcictions from using integers to store biomes to using EMCSBiome Note that switching from an int to an Enum is a non-breaking chang to the lua bindings | |||||
2014-01-28 | ProtoProxy: Added encryption support. | madmaxoft | 1 | -2/+19 | |
2014-01-25 | ProtoProxy: Modified to use PolarSSL. | madmaxoft | 6 | -60/+45 | |
2014-01-24 | ProtoProxy: Fixed connection on *nix. | madmaxoft | 1 | -1/+2 | |
2014-01-19 | First attempt at Compiling Generator seperatly | Tycho | 2 | -0/+19 | |
2014-01-19 | ProtoProxy: UpdateBlockEntity NBT is written | Tiger Wang | 1 | -1/+14 | |
2014-01-17 | ProtoProxy: Compiles under Linux. | madmaxoft | 4 | -28/+43 | |
2014-01-17 | ProtoProxy: Fixed inversed typedef. | madmaxoft | 1 | -1/+1 | |
I must be going crazy... | |||||
2014-01-17 | ProtoProxy: Fixed compilation in Windows and in Linux. | madmaxoft | 3 | -16/+21 | |
2014-01-17 | ProtoProxy: Fixed #include filename case. | madmaxoft | 1 | -4/+4 | |
2014-01-15 | ProtoProxy: use CMake to generate the MSVC project files. | madmaxoft | 4 | -308/+156 | |
2014-01-15 | Fixed ProtoProxy compilation. | madmaxoft | 1 | -4/+8 | |
2014-01-13 | ProtoProxy: Fixed login kick packet direction. | madmaxoft | 1 | -1/+1 | |
2014-01-10 | BiomeVisualiser: Added zooming using the 1 - 8 keys. | Matyas Dolak | 6 | -20/+76 | |
2014-01-08 | ProtoProxy: Fixed favicon relaying. | madmaxoft | 1 | -2/+2 | |
The buffer was too small for the favicon; now it's dynamic. | |||||
2013-12-15 | ProtoProxy: Fixed description-changing to work with 1.7.4. | madmaxoft | 1 | -2/+3 | |
2013-12-05 | ProtoProxy: Fixed metadata parsing. | madmaxoft | 1 | -9/+27 | |
2013-11-28 | BiomeVisualiser: Using the common BiomeGen creation code. | madmaxoft | 1 | -67/+1 | |
2013-11-28 | BiomeVisualiser: Added the TwoLevel biome generator. | madmaxoft | 1 | -0/+4 | |
2013-11-28 | BiomeVisualiser: The biome settings are read from a file. | madmaxoft | 3 | -5/+102 | |
2013-11-28 | Fixed RCONClient after foldermove. | madmaxoft | 1 | -18/+18 | |
2013-11-28 | Fixed MemDumpAnalysis after foldermove. | madmaxoft | 3 | -44/+41 | |
2013-11-28 | Fixed BlockZapper after folder move. | madmaxoft | 6 | -44/+37 | |
2013-11-28 | Fixed BiomeVisualiser after folder move. | madmaxoft | 4 | -39/+47 | |
2013-11-28 | Fixed AnvilStats after folder move. | madmaxoft | 5 | -30/+30 | |
2013-11-28 | ProtoProxy: Fixed after folder move. | madmaxoft | 2 | -30/+34 | |
2013-11-24 | AnvilStats: Fixed compilation. | madmaxoft | 2 | -2/+3 | |
2013-11-24 | BiomeVisualiser: Added 1.7 biomes, recolored using AMIDST colors. | madmaxoft | 4 | -32/+141 | |
2013-11-24 | RCONClient: Initial implementation. | madmaxoft | 6 | -0/+864 | |
Fix #79. | |||||
2013-11-10 | ProtoProxy: Added dblquotes. | madmaxoft | 1 | -2/+2 | |
2013-11-07 | ProtoProxy: Fixed SpawnMob packet. | madmaxoft | 1 | -12/+13 | |
2013-11-03 | ProtoProxy: Fixed the SpawnObjectVehicle packet. | madmaxoft | 1 | -1/+13 | |
2013-11-03 | ProtoProxy: Removed unused enums. | madmaxoft | 1 | -109/+3 | |
2013-11-03 | ProtoProxy: Fixed handling of incomplete packets. | madmaxoft | 1 | -0/+2 | |
2013-10-29 | ProtoProxy: Working 1.7 protocol. | madmaxoft | 2 | -158/+160 | |
Players can login, move around, dig blocks. | |||||
2013-10-29 | ProtoProxy: Updated the server-side packets to 1.7. | madmaxoft | 1 | -171/+239 | |
Forgotten a file in the previous commit. | |||||
2013-10-29 | ProtoProxy: Updated the server-side packets to 1.7. | madmaxoft | 1 | -0/+5 | |
2013-10-29 | ProtoProxy: The login part of the protocol is implemented. | madmaxoft | 2 | -220/+229 | |
2013-10-28 | ProtoProxy: Implemented 1.7.2 status request / response / ping. | madmaxoft | 2 | -113/+272 | |
2013-10-28 | ProtoProxy: Fixed compilation after the previous cByteBuffer changes. | madmaxoft | 1 | -0/+4 | |
2013-10-12 | BiomeVisualiser: fixed crash at shutdown caused by bad logging | madmaxoft | 2 | -3/+3 | |
2013-10-11 | Updated BiomeVisualiser to compile again. | madmaxoft | 3 | -9/+24 | |
2013-09-19 | ProtoProxy: Added handling for the Explosion packet. | madmaxoft | 2 | -0/+46 | |
This will help #129. | |||||
2013-09-19 | ProtoProxy: Removed the per-packet sleep from the DEBUG version. | madmaxoft | 1 | -2/+9 | |
It is now enabled by defining a macro, by default off. | |||||
2013-09-08 | ProtoProxy: Logs are saved to a Logs subfolder. | madmaxoft | 2 | -1/+12 | |
2013-09-08 | ProtoProxy: The MOTD is modified to indicate ProtoProxy presence. | madmaxoft | 1 | -7/+34 | |
2013-09-04 | ProtoProxy: Improved logging for fixed-point numbers. | madmaxoft | 1 | -14/+26 | |
"Absolute integers" and velocity are reported including their fractional part. | |||||
2013-09-01 | AnvilStats: ignoring the world subfolder | madmaxoft | 1 | -0/+1 | |
2013-08-30 | AnvilStats: Added combined HeightBiome map | madmaxoft | 8 | -4/+368 | |
2013-08-30 | AnvilStats: Implemented a cImageComposingCallback class. | madmaxoft | 3 | -0/+292 | |
This will ease the creation of callbacks that produce per-region images of stuff. | |||||
2013-08-30 | AnvilStats: Callbacks can now use CALLBACK_CONTINUE and CALLBACK_ABORT instead of bool return values. | madmaxoft | 1 | -15/+21 | |
This makes the code slightly easier to understand. | |||||
2013-08-30 | AnvilStats: Added the callback for region begin and end. | madmaxoft | 3 | -3/+18 | |
2013-08-30 | AnvilStats: Ignoring the build folders | madmaxoft | 1 | -0/+2 | |
2013-08-30 | ProtoProxy: Log individual chunks in MapChunkBulk packet. | madmaxoft | 1 | -3/+32 | |
2013-08-30 | ProtoProxy: Next packet type is logged for client as well. | madmaxoft | 1 | -2/+2 | |
2013-08-30 | ProtoProxy: Uses cTimer for the timing information. | madmaxoft | 4 | -5/+14 | |
Previously used clock() is not suitable for the task, unfortunately it worked in MSVC. | |||||
2013-08-25 | Fixed ProtoProxy compilation, added client Kick handling. | madmaxoft | 2 | -0/+18 | |
2013-08-16 | Feature and bugfixes [SEE DESC] | Tiger Wang | 1 | -0/+2 | |
Added TNT and Hopper minecarts Fixed piston code failing without an extension set Repeaters are now broken Fixed not being able to place a minecart on an activator rail Added much needed comments on piston code Fixed minor formatting issue | |||||
2013-07-31 | ProtoProxy: Tab completion logging lists the last item, too | madmaxoft | 1 | -0/+4 | |
2013-07-31 | ProtoProxy: Added the tab completion packet parsing | madmaxoft | 2 | -0/+42 | |
2013-07-29 | Changed everyting to Unix line endings. | Alexander Harkness | 71 | -11956/+11956 | |
2013-07-28 | ProtoProxy now properly waits for both sides to establish encryption | madmaxoft | 2 | -15/+54 | |
No more "End of stream" kicks in the client. Data sent while one connection is encrypted and the other is not is buffered and sent when the other link establishes encryption. | |||||
2013-07-28 | Set up proper ignores for ProtoProxy | madmaxoft | 1 | -0/+4 | |
2013-07-28 | Added a .gitignore for the anvilstats folder. | Alexander Harkness | 1 | -0/+5 | |
2013-07-08 | 1.6.2 protocol implemented, both in MCServer and in ProtoProxy | madmaxoft@gmail.com | 2 | -0/+70 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1669 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-07-06 | AnvilStats: moved into the Tools folder | madmaxoft@gmail.com | 22 | -0/+3862 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1658 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-07-06 | ProtoProxy: moved into the Tools folder | madmaxoft@gmail.com | 10 | -0/+3358 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1657 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-07-06 | MemDumpAnalysis: moved into the Tools folder; uses the global Expat library now. | madmaxoft@gmail.com | 7 | -0/+881 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1656 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-07-06 | BiomeVisualiser: Moved into the Tools folder | madmaxoft@gmail.com | 17 | -0/+1942 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1655 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-06-04 | ToLuaDoxy: initial import | madmaxoft@gmail.com | 6 | -0/+2406 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1544 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-05-01 | BlockZapper: Initial import, can zap blocks but not entities | madmaxoft@gmail.com | 11 | -0/+1417 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1439 0a769ca7-a7f5-676a-18bf-c427514a06d6 |