4044 Commits

Author SHA1 Message Date
UnknownShadow200
4784fe297b code cleanup and make changing /map chat instantly change tab list 2019-10-17 20:55:55 +11:00
Goodlyay
cc6b8dd4c0 Show in tab list when maps have local chat
And update wording of map chat to hopefully be more self explanatory.
From <Map> to <Local>
2019-10-15 03:23:49 -07:00
Goodlyay
14c5364a16 Show bot's skin in /whonick bot.
Sort of a hacky way to do it, but many people have asked for a way to
see skins of bots. Might want to add /whois bot [botname] eventually.
But with the prevalence of bots using nicknames, whonick seems easier
user-side.
2019-10-12 15:04:47 -07:00
Goodlyay
f81d87925d Avoid LINQ for .NET 2.0 compatibility 2019-10-11 14:57:03 -07:00
Goodlyay
7c08f167b6 Player count is now based on unique connected IPs 2019-10-10 17:44:14 -07:00
UnknownShadow200
ce1077bd85 Remove some unused variables 2019-10-03 11:43:46 +10:00
UnknownShadow200
9f2c5ee4bc Fix missing T in help for /cmdcreate 2019-09-22 19:38:26 +10:00
UnknownShadow200
67d2ecba74 MayHaveCustomBlocks property -> MightHaveCustomBlocks function
since really only trivial code should be in a getter, and MightHaveCustomBlocks can potentially be quite expensive
2019-09-22 07:32:22 +10:00
Goodlyay
485be4a3af Stare AI accounts for eyeheight and scale now 2019-09-17 21:15:58 -07:00
Goodlyay
87b8441037 Fix ZEdit alias 2019-09-14 03:11:44 -07:00
Goodlyay
fdfdfb4fe1 Rename "/zone edit" to "/zone perbuild" 2019-09-13 22:50:07 -07:00
UnknownShadow200
d6cde4278b Fix /mynotes having default rank permission of guest (Thanks CounterT) 2019-09-12 07:08:38 +10:00
UnknownShadow200
4713641245 fix 2019-09-08 13:42:22 +10:00
UnknownShadow200
1beb8de57b Move logic for determining user type into player class, change Packet.UserType to allow user type as an argument 2019-09-08 13:30:03 +10:00
UnknownShadow200
cbbca857d4 Fix doing /z then immediately doing /mb not resetting messages in bottom right (Thanks tornato) 2019-09-07 11:42:03 +10:00
UnknownShadow200
54ce886c0a Make base system.data.sqlite classes public 2019-08-24 22:39:52 +10:00
UnknownShadow200
35a83e6333 SQliteConnection shouldn't be hardcoded to mcgalaxy 2019-08-24 21:27:00 +10:00
UnknownShadow200
486fdd847b Make physics tick slightly faster 2019-08-19 19:32:02 +10:00
UnknownShadow200
7a3e1ba385 fix sending stop working after a while with .NET core 2019-08-15 15:10:20 +10:00
Goodlyay
51ac5a1576 Make Entities.Despawn public 2019-08-14 18:21:22 -07:00
UnknownShadow200
531c8969e0 Make Entities.Spawn bot public 2019-08-14 20:11:28 +10:00
UnknownShadow200
04aa2cd41a
Merge pull request #517 from VenkSociety/master
Allow custom whitelist messages
2019-08-05 17:45:36 +10:00
VenkSociety
c0ee86e126 Allow custom whitelist messages 2019-08-05 16:52:08 +10:00
UnknownShadow200
6e279952ff Cleanup AccessController 2019-08-03 22:14:59 +10:00
UnknownShadow200
ef830df75e Unify various round game map config classes under one class, and hence eliminate some code duplicaion 2019-08-03 22:14:58 +10:00
UnknownShadow200
cac52c9179 More work on ZS settings in GUI 2019-08-03 22:14:56 +10:00
Goodlyay
d16b98db1e Merge branch 'master' of https://github.com/UnknownShadow200/MCGalaxy 2019-08-01 04:34:54 -07:00
UnknownShadow200
404a5b9f5e move code out of invisible/revive items and into more logical ZSGame 2019-08-01 19:51:30 +10:00
UnknownShadow200
60e4eb2c10 Combine invisibility and zinvisibility items 2019-08-01 19:51:29 +10:00
UnknownShadow200
068dd1df29 More work on ZS gui rewrite 2019-08-01 19:51:28 +10:00
UnknownShadow200
e54c404c6d Merge branch 'master' of github.com:Hetal728/MCGalaxy 2019-07-27 21:32:33 +10:00
UnknownShadow200
cc56a2454a move code out of invisible/revive items and into more logical ZSGame 2019-07-27 14:34:17 +10:00
UnknownShadow200
09768d23b5 Combine invisibility and zinvisibility items 2019-07-27 10:01:31 +10:00
UnknownShadow200
265c37d5f9 More work on ZS gui rewrite 2019-07-27 09:41:27 +10:00
Goodlyay
383fb4003c Print maximum OS map limit in /help ranks 2019-07-25 17:51:21 -07:00
Goodlyay
c4562fe362 Update from mod username "Good" to "Goodly" 2019-07-24 23:03:20 -07:00
UnknownShadow200
726a772a96 Initial work on ZS GUI rewrite 2019-07-21 22:41:41 +10:00
UnknownShadow200
33200504ba Merge branch 'master' of github.com:Hetal728/MCGalaxy 2019-07-21 22:38:50 +10:00
UnknownShadow200
50b4b0db47 Majorly improve 'server port utilities' dialog window
It uses server's port instead of having to type in a port, it shows a more useful description message, and it uses https:// instead of http:// for external links
2019-07-11 10:23:44 +10:00
UnknownShadow200
2e7c82105c Fix gui map gen only allowing map sizes in the dropdown (Thanks lordnt) 2019-07-10 07:24:11 +10:00
UnknownShadow200
e97e0ab3d8 fix 1.9.1.4 2019-06-27 23:57:39 +10:00
UnknownShadow200
b6474f4f40
Update README.md 1.9.1.4 2019-06-27 21:08:25 +10:00
UnknownShadow200
a9e1117598
formatting readme 2019-06-27 21:07:21 +10:00
UnknownShadow200
ad32f07a7e
Update README.md 2019-06-27 21:06:02 +10:00
UnknownShadow200
f3babbca62
Update README.md 2019-06-27 20:32:49 +10:00
UnknownShadow200
f7a4a33207 Release 1.9.1.4 2019-06-27 19:55:33 +10:00
UnknownShadow200
91ebab3d07 Deprecate Plugin_Simple and Plugin has the virtual methods instead 2019-06-27 19:49:03 +10:00
UnknownShadow200
c92dc2c5ba Make default server visibility private and fix disconnected players still showing in tab list for TNT wars 2019-06-27 19:31:40 +10:00
UnknownShadow200
8b88fe0f85 Fix map not being properly reset when next map voted is the same as current one for games 2019-06-27 17:41:09 +10:00
UnknownShadow200
3958ecfd90 Simplify /reload message 2019-06-27 14:44:58 +10:00