2630 Commits

Author SHA1 Message Date
UnknownShadow200
3a3276e181 Fix flaws with last commit 2017-04-14 23:09:00 +10:00
UnknownShadow200
5de133b44a Auto work out rank names. Fixes #186 and #176 2017-04-14 22:34:44 +10:00
UnknownShadow200
1dd801c3e5 Start work on refactoring position / orientation 2017-04-14 21:59:24 +10:00
UnknownShadow200
d37e3531bf Add brush support to /outline 2017-04-14 21:10:30 +10:00
UnknownShadow200
9e0e7f249b Fix doing many small draw ops in static mode eventually causing every small draw op to reload the map. (Thanks Empy) 2017-04-14 16:55:31 +10:00
UnknownShadow200
14be68a8e6 Tidy up CommandPerms 2017-04-14 14:54:07 +10:00
UnknownShadow200
318c8217b1 not static t oreduce typing 2017-04-14 11:32:16 +10:00
UnknownShadow200
16d0028498 Allow users to add extra command permissions 2017-04-14 11:24:19 +10:00
UnknownShadow200
2d9675c268 Cleanup ExtraPerms 2017-04-14 11:12:12 +10:00
UnknownShadow200
66982c0382 Replace usage of value.Split(' ') with static value.SplitSpaces()
This avoids an unnecessary implict array creation (and consequentially) memory alllocation that occurs in one places, instead there is just one allocation in total.
2017-04-13 23:08:31 +10:00
UnknownShadow200
b329726c5b Better /awards 2017-04-13 22:21:55 +10:00
UnknownShadow200
560d6f9314 Don't waste time echoing back block changes for walkthrough portals/message blocks 2017-04-13 19:06:26 +10:00
UnknownShadow200
fd1d6a1c5c Don't trim % when second last char, only trim & 2017-04-13 17:18:24 +10:00
UnknownShadow200
1127150b34 Limit log length in main gui. This prevents excessive memory usage and slow un-minimisation, after running server in gui mode for extended period of time. 2017-04-12 22:30:33 +10:00
UnknownShadow200
d62a7b4d61 gui: preserve user selection when appending to main log 2017-04-12 21:21:12 +10:00
UnknownShadow200
1bc31821e9 Merge branch 'master' of github.com:Hetal728/MCGalaxy 2017-04-12 20:35:14 +10:00
UnknownShadow200
490a4c8404 gui: night mode doesn't clear text box anymore 2017-04-12 20:17:52 +10:00
UnknownShadow200
fc4a8c7210 Update README.md 2017-04-12 18:47:37 +10:00
UnknownShadow200
faa650cf3d Simplify readme 2017-04-12 18:46:16 +10:00
UnknownShadow200
a137e94031 Kill /garbage - it's pointless since GC is performed every time player joins,loads,unloads,reloads map anyways 2017-04-12 15:24:04 +10:00
UnknownShadow200
5e5bd3a168 Merge branch 'master' of github.com:Hetal728/MCGalaxy 2017-04-10 23:23:48 +10:00
UnknownShadow200
285b5c9ebb x 2017-04-10 23:23:18 +10:00
UnknownShadow200
9bcfbef842 Don't bother doing MovePreviousLevelFiles() if possible 2017-04-10 18:31:33 +10:00
UnknownShadow200
3bbe26dc5e 0.001% less hardcoding 2017-04-10 18:13:13 +10:00
UnknownShadow200
4af693414a Many commands have empty shortcut, so don't bother duplicating. 2017-04-10 10:17:53 +10:00
UnknownShadow200
e57f40cdc0 use block not id 2017-04-10 10:04:20 +10:00
UnknownShadow200
96c5b61450 Fix /newlvl and /resizelvl 2017-04-09 21:13:50 +10:00
UnknownShadow200
9dae224af0 Fix all players not being sent to spawn in countdown. (Thanks VenkSociety) 2017-04-09 20:35:50 +10:00
UnknownShadow200
958aefc727 Remove /os map delete [num], it's just /os map delete now 2017-04-09 19:52:25 +10:00
UnknownShadow200
091edea643 Fix /place x y z not working when coordinates above 1024 or below -1024 (Thanks Netheraf) 2017-04-09 18:22:50 +10:00
UnknownShadow200
cca060de92 Optimise heightmap map generator a bit 2017-04-09 11:11:28 +10:00
UnknownShadow200
0e9fb37740 Now supports running in 64 bit, and prefers 64 bit mode 2017-04-09 09:20:05 +10:00
UnknownShadow200
8b13745b79 upload 64 bit sqlite dll 2017-04-09 09:10:34 +10:00
UnknownShadow200
7f928d830c Merge branch 'master' of github.com:Hetal728/MCGalaxy 2017-04-08 21:57:13 +10:00
UnknownShadow200
8f2fc6cc0e Fix bots falling outside map on bottom and borders, also fix bots not walking through core blocks modified to have collide type of air. (Thanks FAM0R) 2017-04-08 21:56:36 +10:00
Goodlyay
b9308cdca2 Merge branch 'master' of https://github.com/Hetal728/MCGalaxy 2017-04-06 15:08:37 -07:00
Goodlyay
c2a96ed5c1 Level gen and resize automatically fix user's input 2017-04-06 15:08:30 -07:00
UnknownShadow200
f7a8ef46f8 Fix goodlyay causing /whois to error 2017-04-03 20:47:51 +10:00
Goodlyay
700bb8ebff Make draw cmd instructions more accurate. 2017-04-02 23:35:38 -07:00
Goodlyay
88c707474c Remove debug text from transform rotate. 2017-03-31 20:34:31 -07:00
Goodlyay
84302d7f60 Add stone cliffs to heightmap gen 2017-03-28 00:12:05 -07:00
Goodlyay
ee92c6c2be Make /fixgrass default permission AdvBuilder. 2017-03-24 19:17:32 -07:00
Goodlyay
2df709960e Fix fall death. (Thanks Hetal.) 2017-03-11 18:39:45 -08:00
UnknownShadow200
2d58ad5a9a ded file 2017-03-05 21:00:10 +11:00
UnknownShadow200
8e05e93730 Release 1.8.8.9 1.8.8.9 2017-03-05 19:58:04 +11:00
UnknownShadow200
5de3c0da59 Better LightPass 2017-03-05 19:54:26 +11:00
UnknownShadow200
0a41938c6b Make entity spawning code a lot better 2017-03-05 19:29:41 +11:00
UnknownShadow200
8155b341d9 Don't allow using /rankmsg to bypass ignore 2017-03-05 17:31:14 +11:00
UnknownShadow200
069bd78fc1 Add priority Chat.MessageAll, for messaging all players regarding events such an imminent shutdown/update 2017-03-05 17:28:50 +11:00
UnknownShadow200
a85fb12a22 should still see /goto messages when hidden to visible players. also code cleanup. 2017-03-05 17:23:49 +11:00