madmaxoft
|
95fb90eaa6
|
Fixed 1.6.4 client crash on composite chat messages.
|
2014-04-06 22:28:41 +02:00 |
|
madmaxoft
|
de3df0a71f
|
Fixed crash in protocols sending 64-bit ints.
Fixes #855.
|
2014-04-06 22:15:49 +02:00 |
|
madmaxoft
|
7119dd293a
|
Updated the tolua executable for Windows.
|
2014-04-06 22:05:44 +02:00 |
|
madmaxoft
|
d40ab2b788
|
Merge remote-tracking branch 'worktycho/override'
|
2014-04-06 22:03:09 +02:00 |
|
Tiger Wang
|
c7f8c7eb21
|
Updated cWorld::CreateProjectile() documentation
|
2014-04-06 17:47:27 +01:00 |
|
Tycho
|
c89f7902df
|
Added forgoten lua file
|
2014-04-06 05:56:43 -07:00 |
|
Tycho
|
23395a5ce1
|
Merge branch 'master' into override
Conflicts:
lib/tolua++/CMakeLists.txt
|
2014-04-05 14:12:17 -07:00 |
|
madmaxoft
|
143a5e61fc
|
Fixed Endiannes conversion routines for floats and doubles.
This bug has been introduced in 8825d30aab .
This change fixes #854.
|
2014-04-05 22:34:05 +02:00 |
|
madmaxoft
|
22794e7208
|
Fixed double projectile spawning.
Two spawn packets were sent per projectile.
|
2014-04-05 22:26:10 +02:00 |
|
madmaxoft
|
d43c5a9c47
|
Removed debugging log from entity physics handling.
|
2014-04-05 22:25:40 +02:00 |
|
madmaxoft
|
43e3a55a70
|
Added more API documentation to cCompositeChat.
|
2014-04-05 12:09:30 +02:00 |
|
madmaxoft
|
1cab52f867
|
Added cPlayer:SendRotation() API function.
|
2014-04-05 12:09:30 +02:00 |
|
Mattes D
|
2e789b63d3
|
Merge pull request #840 from Howaner/NewBlocks
Add tall flower handler.
|
2014-04-04 15:06:54 +02:00 |
|
madmaxoft
|
d77ca77086
|
Merge branch 'master' into HTTPSizeT
|
2014-04-04 13:29:48 +02:00 |
|
madmaxoft
|
87f39e9e28
|
Explicit change record size.
|
2014-04-04 13:19:25 +02:00 |
|
madmaxoft
|
4b4c3f2a20
|
Changed cNoise seed to signed.
|
2014-04-04 12:28:38 +02:00 |
|
madmaxoft
|
bc227299d0
|
Fixed format string mismatch.
|
2014-04-04 12:08:14 +02:00 |
|
madmaxoft
|
4be894f060
|
More Clang warning fixes in the protocols.
|
2014-04-04 11:47:46 +02:00 |
|
madmaxoft
|
3590f97e00
|
Fixed CreateHexDump's format string.
|
2014-04-04 11:19:57 +02:00 |
|
madmaxoft
|
e1f75ab6d0
|
Fixed CreateHexDump's signedness.
|
2014-04-04 10:42:17 +02:00 |
|
madmaxoft
|
5dee19648d
|
More Clang warning fixes in the protocols.
|
2014-04-04 10:31:50 +02:00 |
|
madmaxoft
|
396abb5db6
|
Fixed silly Clang's warnings in FastNBT.
|
2014-04-04 10:19:21 +02:00 |
|
madmaxoft
|
8825d30aab
|
Fixed some Clang warnings in protocols.
|
2014-04-04 10:13:25 +02:00 |
|
madmaxoft
|
402d85d896
|
Fixed Clang warnings in itemhandlers.
|
2014-04-04 09:56:57 +02:00 |
|
madmaxoft
|
446a651502
|
ProtoProxy: Fixed a few Clang and MSVC warnings.
|
2014-04-04 08:55:48 +02:00 |
|
Howaner
|
0fb40da877
|
Change CanBeAt() from big flower
|
2014-04-03 21:53:18 +02:00 |
|
madmaxoft
|
e2fb507be2
|
APIDump: Added angular specifics.
|
2014-04-03 21:52:50 +02:00 |
|
madmaxoft
|
e304bd08a2
|
Documented the units and range for entity rotations.
|
2014-04-03 21:44:03 +02:00 |
|
madmaxoft
|
1b78bef4b3
|
Removed unneeded asserts.
|
2014-04-03 09:38:29 +02:00 |
|
Mattes D
|
25529ba62f
|
Fixed a few MSVC type warnings.
|
2014-04-03 09:27:17 +02:00 |
|
Mattes D
|
12b82de502
|
Removed the bindings to set old g_BlockXXX arrays.
Those were supposed to be read-only; there's no point in writing to them anyway.
Also fixed MSVC type warnings in the code.
|
2014-04-03 09:26:44 +02:00 |
|
Mattes D
|
e7b8e17746
|
Merge pull request #849 from mc-server/minorfixes
Minor fixes
|
2014-04-02 21:26:45 +02:00 |
|
Tiger Wang
|
da267649a1
|
With eXtra line!
|
2014-04-02 20:04:41 +01:00 |
|
Tiger Wang
|
43af11ee38
|
Removed extra brackets
|
2014-04-02 20:03:42 +01:00 |
|
Tycho
|
0075b2f72e
|
Merge branch 'master' into HTTPSizeT
Conflicts:
src/HTTPServer/EnvelopeParser.h
src/HTTPServer/HTTPFormParser.h
src/HTTPServer/MultipartParser.h
|
2014-04-02 07:51:48 -07:00 |
|
madmaxoft
|
5c6d474599
|
Fixed boat placement code.
|
2014-04-02 16:40:28 +02:00 |
|
madmaxoft
|
26c3bc4076
|
Fixed more virtual destructors for interfaces.
|
2014-04-02 16:40:27 +02:00 |
|
Tycho
|
b449ad8613
|
Merge branch 'MacFixes'
Conflicts:
src/DeadlockDetect.cpp
src/World.cpp
|
2014-04-02 06:54:57 -07:00 |
|
Tycho
|
741a64c250
|
Merge branch 'master' into HTTPSizeT
|
2014-04-02 06:37:24 -07:00 |
|
Tycho
|
1f5a4a39f2
|
Fixed All signedness warnings in HTTPServer.cpp
|
2014-04-02 06:36:25 -07:00 |
|
Tycho
|
dcaea749ae
|
Merge branch 'master' into globals
|
2014-04-02 06:05:55 -07:00 |
|
Tycho
|
298c0b409a
|
Fixed tolua++ override support
|
2014-04-02 06:04:17 -07:00 |
|
Tycho
|
7ece0cc836
|
Fixed format string in HTTPConnection
|
2014-04-02 05:10:08 -07:00 |
|
Tycho
|
93bb5369a8
|
Fixed Comparison to -1 in HTTPMessage.h
|
2014-04-02 05:06:38 -07:00 |
|
Mattes D
|
01c38505fd
|
Merge pull request #831 from mc-server/Wither
Wither
|
2014-04-02 12:00:26 +02:00 |
|
madmaxoft
|
67d7ad8689
|
Debuggers: Added a Base64 API roundtrip test.
|
2014-04-02 11:58:19 +02:00 |
|
madmaxoft
|
bcd7f9669b
|
Added schematic string serializer self-test.
|
2014-04-02 11:56:27 +02:00 |
|
madmaxoft
|
3301c5be1f
|
Fixed StringCompression's GZIP handling for larger strings.
|
2014-04-02 11:56:10 +02:00 |
|
madmaxoft
|
bcf5021feb
|
Exported the Base64 encoding and decoding functions to Lua API.
|
2014-04-01 22:47:39 +02:00 |
|
madmaxoft
|
e7e65b5005
|
Merged branch 'msDifference'.
|
2014-04-01 21:21:11 +02:00 |
|