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 |
|
UnknownShadow200
|
3ae3e25493
|
Remove very obsolete methods from Level class
|
2017-05-22 14:13:05 +10:00 |
|
UnknownShadow200
|
8afba63ae6
|
Fix /pay
|
2017-05-21 20:32:26 +10:00 |
|
UnknownShadow200
|
24d11b7189
|
Remove /repeat as a separate command, just keep /.
|
2017-05-20 23:51:55 +10:00 |
|
UnknownShadow200
|
07fc31d061
|
Tiny bit faster startup
|
2017-05-20 19:29:29 +10:00 |
|
UnknownShadow200
|
9d66e40bef
|
Get rid of pointless code duplication.
|
2017-05-20 13:25:26 +10:00 |
|
UnknownShadow200
|
71d9e5def1
|
Simpler way of marking commands that can't be used by super players, remove pointless command constructors.
|
2017-05-20 13:21:01 +10:00 |
|
UnknownShadow200
|
ed32d68051
|
Make sure custom plugins are properly unloaded then reloaded when doing /server reload, fixes #339.
|
2017-05-19 22:14:19 +10:00 |
|
UnknownShadow200
|
b33ecae5a4
|
Fix /notes, oops.
|
2017-05-19 21:22:27 +10:00 |
|
UnknownShadow200
|
f2c2061b7c
|
Now /unban uses ModAction event too.
|
2017-05-19 20:00:03 +10:00 |
|
UnknownShadow200
|
279dbc9090
|
Remove stealth bans
|
2017-05-19 19:17:19 +10:00 |
|
UnknownShadow200
|
a2eca79706
|
Fix /tempban from recent commits, minor code cleanup
|
2017-05-19 19:09:51 +10:00 |
|
UnknownShadow200
|
909d7e58c7
|
Allow reasons in mute/jail, now mute/jail shows who did it
|
2017-05-19 11:35:28 +10:00 |
|
UnknownShadow200
|
ea6518bfea
|
Ban, Freeze, Jail, Warn now use ModActionEvent
|
2017-05-19 10:29:37 +10:00 |
|
UnknownShadow200
|
38a0e751f7
|
Start using ModerationAction event
|
2017-05-19 09:16:22 +10:00 |
|
UnknownShadow200
|
1631efe386
|
extremely minor code duplication removed
|
2017-05-19 00:03:09 +10:00 |
|
UnknownShadow200
|
602ff13238
|
Optimise import of map formats with custom blocks, start work on ModerationAction event
|
2017-05-18 23:37:01 +10:00 |
|
UnknownShadow200
|
565f6e32c1
|
Implement /highlight area, partially addresses #446. (Thanks Direday)
|
2017-05-18 20:07:01 +10:00 |
|
UnknownShadow200
|
1b86b30b4c
|
Move appropriate functions into UndoDrawOp and HighlightDrawOp, split UndoPhysicsDrawOp into separate file.
|
2017-05-18 19:52:27 +10:00 |
|
UnknownShadow200
|
e09d1efddc
|
Better design of /undo and /highlight
|
2017-05-18 19:19:27 +10:00 |
|
UnknownShadow200
|
4f70417329
|
Simplify help for some commands
|
2017-05-18 17:21:08 +10:00 |
|
UnknownShadow200
|
a44b630464
|
Prefer MakeSelection to using blockchange
|
2017-05-18 17:12:17 +10:00 |
|
UnknownShadow200
|
2c1698d7b6
|
Now /mode supports custom blocks, remove obsolete p.allowTnt
|
2017-05-18 15:43:25 +10:00 |
|
UnknownShadow200
|
9fee23ebe6
|
Allow binding custom blocks, and binding to custom blocks
|
2017-05-18 15:30:44 +10:00 |
|
UnknownShadow200
|
71d360534d
|
Tabs to spaces
|
2017-05-18 00:22:17 +10:00 |
|
UnknownShadow200
|
7e8df6cb7c
|
Use ExtBlock everywhere for a cleaner API, and break plugins in the progress.
|
2017-05-18 00:14:44 +10:00 |
|
UnknownShadow200
|
86dfc2da3b
|
Rename controls in PropertyWindow to have more sensible names
|
2017-05-16 10:05:10 +10:00 |
|
UnknownShadow200
|
3cac6bcf8c
|
Revert previous comment, I should be looking at async when more awake
|
2017-05-16 00:30:31 +10:00 |
|
UnknownShadow200
|
52dc099198
|
Don't forget to call EndSend to release cached async stuff
|
2017-05-16 00:07:33 +10:00 |
|
UnknownShadow200
|
cb5310736d
|
1 less memory allocation
|
2017-05-15 22:54:17 +10:00 |
|