STRWarrior
|
0ac3c67a21
|
Added NetherOreNests.
It generates Nether Quarts.
|
2014-08-10 11:48:05 +02:00 |
|
STRWarrior
|
ecfae28606
|
Changed cStructGenOreNests to take a list of ores + the block to replace.
|
2014-08-10 11:40:33 +02:00 |
|
STRWarrior
|
5eb5411f1e
|
Removed an old and outdated comment.
|
2014-08-10 11:06:04 +02:00 |
|
madmaxoft
|
b0dedb0197
|
WebAdmin: Manually exported string conversion functions.
ToLua generated an extra return value for GetHTMLEscapedString() and GetURLEncodedString(), making them difficult to use.
|
2014-08-09 22:56:15 +02:00 |
|
madmaxoft
|
dcef688ccc
|
WebAdmin: Added GetURLEncodedString().
|
2014-08-09 22:56:06 +02:00 |
|
Mattes D
|
27a818e173
|
Merge pull request #1295 from mc-server/crystal
On destroy ender crystal, create bedrock and fire.
|
2014-08-07 09:20:34 +02:00 |
|
Howaner
|
a73c85d7eb
|
Fixed nether wart digging.
Fixes #1265
|
2014-08-07 02:42:42 +02:00 |
|
Howaner
|
0c622522ea
|
Removed debug message.
|
2014-08-07 01:08:31 +02:00 |
|
archshift
|
beab61bbfe
|
On destroy ender crystal, create bedrock and fire
|
2014-08-06 14:16:36 -07:00 |
|
Mattes D
|
eae42d91f9
|
Merge pull request #1291 from mc-server/RedstoneCleanUp
Redstone clean up
|
2014-08-06 17:14:39 +02:00 |
|
Tycho
|
6acddd0cad
|
Fixed style issues
|
2014-08-06 13:19:22 +01:00 |
|
Tycho
|
a0ba7426c6
|
Fixed multiple inhertance being output by tolua
|
2014-08-06 13:17:05 +01:00 |
|
Howaner
|
ff7171fc5a
|
Resending fire to the client when the interact cancelled.
|
2014-08-06 14:04:25 +02:00 |
|
Tycho
|
9272bd627c
|
Removed dependecy of redstone simulator on NoteBlock
|
2014-08-05 22:54:36 +01:00 |
|
Tycho
|
06942871dd
|
Refactored Redstone simulator not to depend on TNTEntity or DropSpenserENtity Directly
|
2014-08-05 21:48:23 +01:00 |
|
Franz Reiter
|
e2f1e0589c
|
Merge pull request #1289 from mc-server/LuaAPI
Added Clamp() function to the lua api.
|
2014-08-05 22:24:03 +02:00 |
|
Howaner
|
5f04488a97
|
Made lua clamp() compatible with all number types.
|
2014-08-05 18:39:18 +02:00 |
|
Howaner
|
43de9af878
|
Added api documentation for Clamp()
|
2014-08-05 13:54:04 +02:00 |
|
Howaner
|
a92cff20ea
|
Added Clamp() function to the lua api.
|
2014-08-05 13:47:10 +02:00 |
|
archshift
|
d2d0ffee21
|
Fixed unsigned long comparison to size_t
|
2014-08-04 19:43:33 -07:00 |
|
madmaxoft
|
9113b45673
|
MojangAPI: Fixed PlayerNameToUUID().
|
2014-08-04 23:35:50 +02:00 |
|
Franz Reiter
|
e2c4fbd4e2
|
Merge pull request #1287 from Howaner/Bow
Added arrow consuming on shooting
|
2014-08-04 22:30:58 +02:00 |
|
Howaner
|
2e43eaaba7
|
Changed arrow comment.
|
2014-08-04 22:30:13 +02:00 |
|
Tiger Wang
|
a032594bf7
|
Merge branch 'master' of https://github.com/mc-server/MCServer
|
2014-08-04 21:24:31 +01:00 |
|
Tiger Wang
|
0b9eb20b92
|
Fixed signs not staying on other signs
|
2014-08-04 21:22:08 +01:00 |
|
Tiger Wang
|
de9d908792
|
Made AllToLua output consistent
|
2014-08-04 21:21:35 +01:00 |
|
Howaner
|
434ea542e1
|
Added arrow consuming on shooting
|
2014-08-04 21:48:33 +02:00 |
|
Howaner
|
f5b71cc1f8
|
Fixed #1286
|
2014-08-04 20:16:52 +02:00 |
|
Tiger Wang
|
01e9d6311a
|
Updated submodules
|
2014-08-04 14:24:46 +01:00 |
|
madmaxoft
|
7bfb0b05d0
|
CheckBasicStyle: multi-level indent change.
|
2014-08-04 13:20:29 +02:00 |
|
madmaxoft
|
ff37192e94
|
BasicStyleCheck: Dividers are exactly 80 slashes.
|
2014-08-04 13:20:28 +02:00 |
|
Mattes D
|
b18794d835
|
Merge pull request #1284 from Howaner/Monster
Attempt to fix knockback and swimming.
|
2014-08-04 12:50:57 +02:00 |
|
Howaner
|
7bd414e9ed
|
Merge branch 'master' into Monster
|
2014-08-04 12:11:38 +02:00 |
|
Mattes D
|
7b986e65d2
|
Merge pull request #1285 from mc-server/StrCaseRefactor
Refactored case-conversion functions.
|
2014-08-04 12:02:57 +02:00 |
|
Mattes D
|
f619a9953a
|
Merge pull request #1283 from Howaner/GlobalFixes
Fixed skins in mc 1.7.9/1.7.10
|
2014-08-04 12:02:22 +02:00 |
|
madmaxoft
|
1fa210c7f9
|
Refactored case-conversion functions.
StrToLower() returns a modified copy of the string, InPlaceLowercase() modifies the string in-place.
|
2014-08-04 11:30:20 +02:00 |
|
madmaxoft
|
054ce9bcc4
|
Anvil: Wolf owner not saved if not present.
|
2014-08-04 11:29:40 +02:00 |
|
Howaner
|
8cdcfcceb3
|
Changed properties for-loop.
|
2014-08-04 11:26:31 +02:00 |
|
Howaner
|
e70077361d
|
Changed /** to /*
|
2014-08-04 11:23:35 +02:00 |
|
madmaxoft
|
122344bb7a
|
Rewritten string case manipulation to use std::transform.
|
2014-08-04 08:00:49 +02:00 |
|
Howaner
|
7bea90d6ca
|
Fixed warnings
|
2014-08-04 01:35:25 +02:00 |
|
Howaner
|
0911072d27
|
Attempt to fix knockback and swimming.
|
2014-08-04 01:34:12 +02:00 |
|
Howaner
|
65720c8db1
|
Merge branch 'master' into GlobalFixes
|
2014-08-03 22:21:49 +02:00 |
|
madmaxoft
|
b19874e6f2
|
Attempting a compilation fix for gcc / clang.
|
2014-08-03 22:19:43 +02:00 |
|
Howaner
|
977a9948b9
|
Fixed skins in mc 1.7.9/1.7.10
|
2014-08-03 22:15:26 +02:00 |
|
madmaxoft
|
3136fc6246
|
Wolf uses UUID for owner.
Fixes #1277.
|
2014-08-03 22:04:52 +02:00 |
|
madmaxoft
|
f5aaf52210
|
Debuggers: Added a Name-from-UUID cMojangAPI test.
|
2014-08-03 22:04:51 +02:00 |
|
madmaxoft
|
21f52676f3
|
cMojangAPI: Added UUID-to-Name lookup.
Also fixed the bindings, now all functions are static-like.
|
2014-08-03 22:04:51 +02:00 |
|
madmaxoft
|
98a13d97b3
|
Trailing whitespace fix.
|
2014-08-03 22:04:50 +02:00 |
|
madmaxoft
|
003f18bd0f
|
Added cMojangAPI:GetUUIDFromPlayerName().
This is a simpler way to ask for a single name -> uuid conversion.
|
2014-08-03 22:04:50 +02:00 |
|