Anthony Birkett
9dac390247
Daemon support on Linux.
...
Added null console log listener, avoid printf() when stdout is closed.
2015-06-05 15:47:47 +01:00
tycho
c627016ea6
Fix other clang 3.6 commit
2015-05-24 17:14:35 +01:00
tycho
7a8025eacd
Disable -Werror for warnings in tools.
2015-05-24 13:24:34 +01:00
tycho
62c99145d0
Disable warnings in MCADefrag, ProtoProxy and tests
2015-05-23 12:47:54 +01:00
Tiger Wang
2919d08883
Update submodules
2015-05-02 15:57:49 +01:00
Mattes D
d3aba9ed3f
QtBiomeVisualiser: Fixed compilation and INI loading.
2015-03-28 20:47:24 +01:00
Mattes D
b913c5da69
Added VarInt64, normalized cPacketizer datatype names.
2015-03-22 23:09:23 +01:00
Mattes D
8df9f1685a
ProtoProxy: Fixed connection and logging.
2015-03-22 15:00:51 +01:00
Mattes D
b1d4b3bb96
Unified cByteBuffer types.
...
cByteBuffer now reads and writes any of the [U]Int<N> types.
2015-03-21 13:00:20 +01:00
Creaprog
9fab1d85bc
Fixed Server.cpp
2015-02-16 09:27:52 +01:00
Creaprog
6f9c62172b
Fixed Server.cpp
2015-02-15 20:39:53 +01:00
Creaprog
cbd2a09135
Fixed Server.cpp
2015-02-15 18:28:33 +01:00
Creaprog
a063da9398
Fixed Server.cpp
2015-02-15 17:28:19 +01:00
Creaprog
5797f99def
Fixed Server.cpp
...
Performance improvement.
2015-02-15 14:29:11 +01:00
Mattes D
b93903db23
Fixed RCONClient compilation.
2015-01-27 14:53:28 +01:00
Matyas Dolak
2b75c89051
ProtoProxy: Added socket startup error reporting.
...
Fixes CID 66433, fixes CID 66443.
2015-01-23 10:10:25 +01:00
Matyas Dolak
dc5ab256a5
ProtoProxy: Fixed warnings in Connection.cpp.
2015-01-21 14:15:35 +01:00
Matyas Dolak
b333551830
ProtoProxy: Fixed warnings in Connection.cpp.
2015-01-21 11:24:32 +01:00
Mattes D
9e4528793a
ProtoProxy: Log block change packet details.
2014-12-25 20:41:12 +01:00
Mattes D
7d35e84578
Fixed tools compilation.
...
Fixes errors introduced in 081e7ddd02
.
2014-12-25 08:47:35 +01:00
Mattes D
557dc5a93f
ProtoProxy: Added a sanity check to metadata string lengths.
...
Fixes CID 66415.
2014-12-21 22:51:17 +01:00
Mattes D
f5b4c92a10
MCADefrag: Added a sanity check for chunk size.
...
Fixes CID 66448.
2014-12-21 22:50:32 +01:00
Masy98
6e8e1c6d8d
Added Rabbits
2014-12-20 10:31:34 +01:00
Masy98
c836b52dd1
Added Entity Guardian
2014-12-18 19:30:32 +01:00
Mattes D
3c3cb198f3
Fixed c++11 branch issues.
2014-12-07 15:46:27 +01:00
Mattes D
ed99216ba4
Tools: Removed unused Timer.* file from CMakeLists.txt.
2014-12-04 22:51:40 +01:00
Mattes D
c014f5624c
Merged branch 'origin/master' into c++11.
2014-12-04 22:04:16 +01:00
Mattes D
dec89478a7
Fixed MCADefrag compilation.
2014-11-29 23:58:26 +01:00
Mattes D
abbe18c0ab
Fixed QtBiomeVisualiser compilation.
2014-11-29 23:55:06 +01:00
Mattes D
8e6f98eb40
Fixed missing files in ProtoProxy.
2014-11-29 23:30:27 +01:00
Tiger Wang
79e5b82354
Merge remote-tracking branch 'origin/master' into c++11
...
Conflicts:
src/Noise/Noise.h
src/World.h
2014-11-23 17:12:34 +00:00
Tiger Wang
6382989ba0
Compilation fixes
2014-11-23 14:22:05 +00:00
Mattes D
c6e8da893e
QtBiomeVisualiser: Fixed default zoom selection.
2014-10-31 12:26:12 +01:00
Mattes D
f25e268ca0
QtBiomeVisualiser: Set start zoom to 25%, just like AMIDST.
2014-10-30 16:54:23 +01:00
Mattes D
8c04abf9aa
QtBiomeVisualiser: Added a prototyping int generator flavor.
...
This generator is easier to manipulate, since it doesn't require rewriting the sizes in the template parameters. On the other hand, it doesn't optimize so well, so it's a bit slower.
2014-10-30 16:24:35 +01:00
Mattes D
93f33b7d4e
Merge remote-tracking branch 'origin/master' into GrownBiomes
2014-10-30 12:50:55 +01:00
Mattes D
4e0cef0ff6
QtBiomeVisualiser: Generator uses all machine threads.
...
The previous limit of 1 thread was lifted, now the generator source runs on all CPU threads available.
2014-10-29 23:04:59 +01:00
Mattes D
791f891212
Merged branch 'master' into GrownBiomes.
2014-10-28 22:29:46 +01:00
Mattes D
48ac3acc84
QtBiomeVisualiser: Added quick shutdown to region loaders.
...
Now the app shuts down immediately even if regions are queued for loading.
2014-10-28 22:19:24 +01:00
Mattes D
3168a95404
QtBiomeVisualiser: Fixed mouse zoom vs menu zoom.
2014-10-28 22:15:42 +01:00
Mattes D
bea2edb2a9
QtBiomeVisualiser: Reduced memory usage.
2014-10-28 20:52:04 +01:00
Mattes D
3f3a2a6755
QtBiomeVisualiser: Fixed random regions not rendered.
2014-10-28 20:49:29 +01:00
Mattes D
6a1a76e73d
Merged remote-tracking branch 'origin/master'.
2014-10-28 19:42:35 +01:00
Mattes D
d6c663cbc5
QtBiomeVisualiser: Fixed compilation on Linux.
2014-10-28 15:44:58 +01:00
Mattes D
53ff5c527c
QtBiomeVisualiser: Attempt at fixing Linux compilation.
2014-10-28 11:23:54 +01:00
Mattes D
c53b7e5d38
QtBiomeVisualiser: Switched caching to entire regions.
...
This speeds up the rendering preparation for small zooms.
2014-10-27 23:58:09 +01:00
Mattes D
7e1d603080
Added new biomegen: Grown
2014-10-26 19:58:16 +01:00
Mattes D
765bf006ad
Merged branch 'master' into c++11.
2014-10-24 10:19:13 +02:00
Mattes D
298be25413
QtBiomeVisualiser: Moved the IniFile lib.
2014-10-23 15:29:02 +02:00
Tiger Wang
6a9f8a7615
Compile fix?
2014-10-21 14:40:00 +01:00