UnknownShadow200
|
43f1cb276f
|
Fix sponge/lava_sponge with still water/lava
|
2017-06-03 22:49:39 +10:00 |
|
UnknownShadow200
|
b79345c3d3
|
Fix snakes greifing through solid blocks, fixes #433
|
2017-06-03 13:46:52 +10:00 |
|
UnknownShadow200
|
d586a51bbc
|
Fix init tasks executing in wrong order
|
2017-06-03 12:35:18 +10:00 |
|
UnknownShadow200
|
1474e5a438
|
Fix /slap, /ascend, /descend with custom blocks
|
2017-06-03 12:23:04 +10:00 |
|
UnknownShadow200
|
471552f47a
|
Less reliant on old GetTile/GetBlock
|
2017-06-03 11:03:15 +10:00 |
|
UnknownShadow200
|
ec96484611
|
Fix mistakes in fc_island implementation
|
2017-06-02 22:34:59 +10:00 |
|
UnknownShadow200
|
7fddf524ab
|
UtcNow instead of Now
|
2017-06-02 19:25:47 +10:00 |
|
UnknownShadow200
|
7a496efb01
|
Floatwood floats up through still water now
|
2017-06-01 23:13:41 +10:00 |
|
UnknownShadow200
|
91f3632a92
|
Move death and block walkthrough handling to player movement handling, fixes #385
|
2017-06-01 22:54:12 +10:00 |
|
UnknownShadow200
|
3f33038e55
|
Support custom blocks in /measure and /rp
|
2017-06-01 15:21:20 +10:00 |
|
UnknownShadow200
|
003896e1ab
|
add /circleh (/sphere hollowcircle) for drawing hollow circles, fixes #300
|
2017-06-01 12:49:21 +10:00 |
|
UnknownShadow200
|
c5a19db3ba
|
use volatile and interlocked instead of Thread.Volatile
|
2017-06-01 12:43:16 +10:00 |
|
UnknownShadow200
|
d67e370c9a
|
ride no longer spawns own thread
|
2017-06-01 09:10:17 +10:00 |
|
UnknownShadow200
|
0c5ed2d936
|
gun aiming no longer spawns own thread
|
2017-05-31 23:25:50 +10:00 |
|
UnknownShadow200
|
1e6cf8fe7b
|
Fly no longer spawns a new thread
|
2017-05-31 23:19:28 +10:00 |
|
UnknownShadow200
|
5411ee4f97
|
Http requests also use local IP (if specified) as bind IP, also send software name as user agent
|
2017-05-31 22:08:28 +10:00 |
|
UnknownShadow200
|
9bc4650504
|
Allow listening on specific IP.
|
2017-05-31 21:18:48 +10:00 |
|
UnknownShadow200
|
d2008f06ba
|
Fix /copy @, fixes #452. (Thanks goodlyay)
|
2017-05-31 18:15:11 +10:00 |
|
UnknownShadow200
|
09e10eb75b
|
LocationChecks and PositionUpdate now share a scheduler thread.
|
2017-05-31 11:03:01 +10:00 |
|
UnknownShadow200
|
16e3545551
|
Remove the hack for 'help information' console player, fix issue with IRC colours introduced by last commit
|
2017-05-30 21:56:14 +10:00 |
|
UnknownShadow200
|
06a460d7ce
|
Fix /up from IRC/console, fixes #378
|
2017-05-30 21:42:31 +10:00 |
|
UnknownShadow200
|
efeff445d7
|
Notify icon doesn't autofocus when clicked and shows player count, first work on getting /undoplayer to work with console
|
2017-05-30 21:15:31 +10:00 |
|
UnknownShadow200
|
a7b3d9e2c8
|
Random flow liquids now use data field instead of lvl.liquids - less CPU intensive to flood and less memory usage, fixes #365
|
2017-05-30 11:21:26 +10:00 |
|
UnknownShadow200
|
080a721e9f
|
Remove unused stuff from PropertyWindow, fix backup time not only allowing numbers to be added
|
2017-05-29 16:27:09 +10:00 |
|
UnknownShadow200
|
25849a4a84
|
Commands gui now has extra permissions too
|
2017-05-29 16:15:18 +10:00 |
|
UnknownShadow200
|
b3c9a2895a
|
Stage 1 of command tabs rewrite. Also fixes commands changed via gui not saving, closes #239
|
2017-05-29 15:15:50 +10:00 |
|
UnknownShadow200
|
42cdb3725d
|
Strip colour codes from server logs
|
2017-05-29 14:32:27 +10:00 |
|
UnknownShadow200
|
42d7f2ff23
|
Fully move custom commands to separate gui popup
|
2017-05-29 14:15:47 +10:00 |
|
UnknownShadow200
|
adb2201fe4
|
Minor code cleanup, move CustomCommands to a popup
|
2017-05-29 13:40:48 +10:00 |
|
UnknownShadow200
|
4fd5aa751e
|
Fix wmain/worldmain aliases
|
2017-05-29 11:03:45 +10:00 |
|
UnknownShadow200
|
e8d05313dd
|
Stage 5 of blocks gui rewrite: Changing block props in gui now works and saves
|
2017-05-29 10:41:38 +10:00 |
|
UnknownShadow200
|
085527c900
|
Stage 4 of blocks gui rewrite: changing block perms in gui does not modify server's live block perms until 'save' is clicked, also it sends BlockPermission CPE packets
|
2017-05-29 10:12:07 +10:00 |
|
UnknownShadow200
|
0b5222f325
|
Use CanExecute instead of commands.Contains for future extensibility
|
2017-05-28 19:41:02 +10:00 |
|
UnknownShadow200
|
2c024c32a8
|
Stage 3 of blocks gui rewrite: can see block behaviour and physics behaviour in gui. (not yet saved)
|
2017-05-27 19:38:36 +10:00 |
|
UnknownShadow200
|
75f7764dae
|
Stage 2 of blocks gui rewrite: can remove specific allow/disallow perms now
|
2017-05-27 14:24:57 +10:00 |
|
UnknownShadow200
|
0dc366c44a
|
Stage 1 of blocks gui rewrite
|
2017-05-27 13:15:22 +10:00 |
|
UnknownShadow200
|
5ee315b29b
|
Cleanup designer a bit
|
2017-05-27 10:50:20 +10:00 |
|
UnknownShadow200
|
f9e11aa86b
|
Split up window/propertywindow into separate files by tab
|
2017-05-27 09:52:51 +10:00 |
|
UnknownShadow200
|
0617aa7672
|
put check for blocks == null before checking if b >= blocks.Length, maybe addresses #449
|
2017-05-26 19:42:31 +10:00 |
|
UnknownShadow200
|
5c697efc36
|
Heartbeat is now a background task
|
2017-05-26 10:00:16 +10:00 |
|
UnknownShadow200
|
f5061dec9d
|
Reduce memory usage of CopyState by around ~43%, fixes #306.
|
2017-05-26 09:22:46 +10:00 |
|
UnknownShadow200
|
02e694649c
|
IRC bot can now join multiple channels and opchannels.
|
2017-05-24 23:26:29 +10:00 |
|
UnknownShadow200
|
69695f268d
|
fix recent commit displaying command type name cannot be used ingame, instead of actual command name
|
2017-05-23 22:09:25 +10:00 |
|
UnknownShadow200
|
e840728f72
|
If changing-levels is not enabled, you only need 1 map for ZS. (Thanks KingMB)
|
2017-05-23 11:54:07 +10:00 |
|
UnknownShadow200
|
ed2ea2af14
|
Properly load ZS properties now
|
2017-05-23 11:38:15 +10:00 |
|
UnknownShadow200
|
8926fe92e2
|
ZS should use own config file
|
2017-05-23 11:32:28 +10:00 |
|
UnknownShadow200
|
5e057fd313
|
Fix /server reset setting server salt to blank instead of new random value, causing classicube.net to return heartbeat failure due to invalid salt
|
2017-05-22 15:03:14 +10:00 |
|
UnknownShadow200
|
66f542a7dc
|
fix wrong 'key not recognised' message shown when loading server properties
|
2017-05-22 14:46:23 +10:00 |
|
UnknownShadow200
|
77254b426b
|
Remove very obsolete methods from Level.cs
|
2017-05-22 14:40:20 +10:00 |
|
UnknownShadow200
|
8fa82e38bd
|
Revert "Remove very obsolete methods from Level class"
This reverts commit 3ae3e254934d4b5e3bb369b7cc4896cd084a53d4.
|
2017-05-22 14:22:52 +10:00 |
|