1325 Commits

Author SHA1 Message Date
UnknownShadow200
9c0a08f084 Cleanup /help botai, add /botai info. 2016-05-04 10:37:58 +10:00
UnknownShadow200
f1dc092929 Merge branch 'master' of github.com:Hetal728/MCGalaxy 2016-05-03 23:48:42 +10:00
UnknownShadow200
cc191c762c Cleanup /renamelvl. 2016-05-03 23:47:51 +10:00
UnknownShadow200
10dea0a6be Fix /fill not working when held block is same as existing block. (since we use brushes now) 2016-05-03 17:14:15 +10:00
UnknownShadow200
6c5b69ea09 CustomColors command should have default rank of superop. 2016-05-02 08:42:00 +10:00
UnknownShadow200
4e3e004b8b Don't send ChangeModel to clients which do not support it. (Thanks 123DMWM) 2016-05-01 09:57:59 +10:00
UnknownShadow200
402994e4ac Show round countdowns as announcement, rather in normal chat. 2016-05-01 08:53:29 +10:00
UnknownShadow200
e92c1467f9 Fix awards for zombie survival. 2016-05-01 00:01:34 +10:00
UnknownShadow200
5de0edb846 Finish revive potion implementation. 2016-04-30 23:43:38 +10:00
UnknownShadow200
cfe7075019 Make /info more concise. 2016-04-30 22:34:02 +10:00
UnknownShadow200
3701872489 Start work on a revive potion. 2016-04-30 21:41:30 +10:00
UnknownShadow200
c1f5be4670 Show min rank required to use a command instead of generic 'you are not allowed to use X'. 2016-04-30 20:14:29 +10:00
UnknownShadow200
6a5dc89fb2 Bots and per-level custom blocks should start at max and go backwards. 2016-04-30 16:46:13 +10:00
UnknownShadow200
d7fdb668de IsTrack is now a block property. 2016-04-30 16:01:53 +10:00
UnknownShadow200
ba47174188 Persist bots, closes #137. 2016-04-30 15:34:13 +10:00
UnknownShadow200
544f4ebdcd Initial work on persistent bots. 2016-04-30 14:51:11 +10:00
UnknownShadow200
822b137c21 Cleanup /botai. 2016-04-30 14:28:42 +10:00
UnknownShadow200
2f1eb29451 Cleanup /botset. 2016-04-30 14:19:41 +10:00
UnknownShadow200
93c9d6dcb3 Start modularising bot code. 2016-04-30 14:09:06 +10:00
UnknownShadow200
70f4a43b18 Remove debugging line whoops 2016-04-30 12:52:28 +10:00
UnknownShadow200
0b230e43da Fix code page 437 characters not working for custom$.txt and badwords.txt. (Thanks goodlyay) 2016-04-30 12:50:58 +10:00
UnknownShadow200
5e0a330e8c Fix /mb not working when old mb block type is same as new. (Thanks goodlyay) 2016-04-30 10:11:17 +10:00
UnknownShadow200
903cd04330 Fix 'slap' in players tab in gui crashing server, reduce code duplication in gui. 2016-04-29 19:13:22 +10:00
UnknownShadow200
4b0582acf8 Freeze should persist between sessions, simplify 'is muted' lookup to avoid redundantly checking the file. 2016-04-29 18:50:28 +10:00
UnknownShadow200
bfa2a06e8c Implement most awards for zombie survival. 2016-04-29 18:06:54 +10:00
UnknownShadow200
c6ee65b68d Remove /xspawn, just use /summon.. 2016-04-29 17:50:12 +10:00
UnknownShadow200
82f0ffcdaa Use ColoredName in more places. 2016-04-29 17:48:59 +10:00
UnknownShadow200
85ab9fd8a1 Use Server.DefaultColor in less places, give award for winning lottery with 7 players in it. 2016-04-29 13:30:15 +10:00
UnknownShadow200
bf201f9719 Implement /lottery. 2016-04-28 23:03:34 +10:00
UnknownShadow200
45b7bb0a04 Use ColoredName in more places. 2016-04-28 17:43:35 +10:00
UnknownShadow200
5f2c213f4a Slightly improve performance and reduce memory allocations for native backend. 2016-04-28 17:09:47 +10:00
UnknownShadow200
24229ae173 More work on native database backend. 2016-04-28 16:42:06 +10:00
UnknownShadow200
b6f843c10c Fix '>>banned for' showing in /whois when the player isn't actually banned. 2016-04-28 14:38:43 +10:00
UnknownShadow200
2730683221 Xhide should be /hide silent, not a separate command. 2016-04-28 14:29:41 +10:00
UnknownShadow200
9bd094c1ea Add pinvoke definitions for the native sqllite column methods. 2016-04-28 13:06:25 +10:00
UnknownShadow200
64ddb59311 Organise Database code more, reduce code duplication. 2016-04-28 12:22:11 +10:00
UnknownShadow200
d67ce4a327 Fix custom chat tokens not being reloaded after doing /server reload. (Thanks goodlyay) 2016-04-28 10:50:03 +10:00
UnknownShadow200
6ae7a68a27 Fix /server reload wiping command permissions. (Thanks goodlyay) 2016-04-28 10:46:34 +10:00
UnknownShadow200
6a30b5644b Don't forget to hide the in-game entity. 2016-04-27 17:21:50 +10:00
Unkie
e7fe7a39ff Merge pull request #149 from Peteys93/master
Add /ohide myrank
2016-04-27 15:42:46 +10:00
Peteys93
e08b12f161 Take out unnecessary extra string
Replace tempmessage with setting message to args instead of split[0]
2016-04-27 01:02:28 -04:00
Peteys93
7872667f14 Change Player to entities to reflect older change
^
2016-04-26 03:48:31 -04:00
Peteys93
bff5d0fe10 Add top of file
Fix pasting error
2016-04-26 03:36:44 -04:00
Peteys93
375ec6c671 Check for otherRankHidden
Check for otherRankHidden before regular hidden. Return if so.
2016-04-26 03:33:55 -04:00
Peteys93
06f179b45c Declare globals
Declare global bool and Levelpermission for player having /ohide mrank used on him.
2016-04-26 03:31:44 -04:00
Peteys93
dfc32f2c00 Handle the ohide part of /ohide myrank
Set a global levelperm to p's permission to use in entities.cs
2016-04-26 03:28:24 -04:00
Peteys93
110211c45d Update Hide for /ohide myrank capabilites
Handle the work in /hide
2016-04-26 03:25:24 -04:00
Peteys93
1cc5355c5a Merge pull request #1 from Hetal728/master
Update
2016-04-26 03:13:47 -04:00
UnknownShadow200
5b5c45b2d2 Don't show a global message if player is changing own skin/model. 2016-04-26 11:23:50 +10:00
UnknownShadow200
9eaa14593a Persist custom set skins and models (Thanks goodlyay), closes #142. 2016-04-26 10:30:54 +10:00