2134 Commits

Author SHA1 Message Date
UnknownShadow200
0eeed407b6 Style: Rename Block.Zero to more logicial Block.Invalid 2016-10-21 19:10:31 +11:00
UnknownShadow200
2351b447bb Style: Tabs to spaces 2016-10-21 17:14:52 +11:00
UnknownShadow200
72fd2a0436 Core: Fix longstanding bug with trains reverting block below to wrong type. Also fixes trains and custom block rails. 2016-10-21 17:12:57 +11:00
UnknownShadow200
c032c8b88e Core: Now WaterKills and LavaKills work with custom blocks. 2016-10-21 15:00:25 +11:00
UnknownShadow200
1b2ff8c9b3 Core: Now portals and message blocks work with custom blocks.
Still need to fix their /help though.
2016-10-21 14:24:42 +11:00
UnknownShadow200
6b387176a4 Core: Make /b show mb contents for custom blocks too, train physics and /physics 0 now work with custom blocks. 2016-10-21 13:53:39 +11:00
UnknownShadow200
731d63f3e9 Core: Allow using different scopes and block names in /blockprops 2016-10-21 12:59:39 +11:00
UnknownShadow200
64686663d5 Core: Start setting up framework for being able to set properties for custom blocks. 2016-10-21 10:58:36 +11:00
UnknownShadow200
fc473e2536 Core: /mb now works with custom message blocks set by /coreprops 2016-10-21 09:55:54 +11:00
UnknownShadow200
20cb5dbdaa Merge branch 'master' of github.com:Hetal728/MCGalaxy 2016-10-20 21:10:57 +11:00
UnknownShadow200
65d4569204 Core: Make /portal and /mb less hardcoded. 2016-10-20 21:10:02 +11:00
UnknownShadow200
b316d14859 Core: Allow changing more properties with /blockprops 2016-10-20 17:38:56 +11:00
UnknownShadow200
609907f6e5 Core: Make /mapinfo more like fCraft. (thanks mappy01) 2016-10-19 23:42:41 +11:00
UnknownShadow200
d406ab2cea CTF: Make code less awful 2016-10-19 19:09:17 +11:00
UnknownShadow200
ca23d3fd0d Core: Better help for /cmdbind 2016-10-19 15:01:36 +11:00
UnknownShadow200
e6c254ae4d Core: Fix wrong colour for build blacklist in /mi 2016-10-19 10:30:28 +11:00
UnknownShadow200
2fc4e86dfa Core: Better messages for perbuild/pervisit commands, add fCraft waccess/wbuild aliases. 2016-10-19 10:13:24 +11:00
UnknownShadow200
3ffbca51bd Core: Changing /pervisit should send players who can't goto the map anymore back to the main world. 2016-10-19 09:29:36 +11:00
UnknownShadow200
e0d99a5e92 Core: Fix /perbuild rank change message showing twice when used from console. 2016-10-19 08:47:26 +11:00
UnknownShadow200
e8a3a8e79b Core: Use culture-independent method of parsing decimals, so . is always the decimal point. 2016-10-15 21:48:28 +11:00
UnknownShadow200
b2f63a639c DB: Add /server import [name] which imports the SQL from a table previously backed up using /server backup table [name]. 2016-10-15 14:40:30 +11:00
UnknownShadow200
d91da8c173 DB: Cache INSERT syntax when backing up table instead of recalculating for every row, reduces mem allocations. 2016-10-15 14:16:44 +11:00
UnknownShadow200
a5972f8776 Style: Use Caseless comparisons in more places. 2016-10-15 13:12:00 +11:00
UnknownShadow200
f4da4ebda8 DB: Fix some issues with the SQLite backend introduced a few commits ago. 2016-10-15 12:57:47 +11:00
UnknownShadow200
78812a97a4 DB: Reduce code duplication for ParamaterisedQueries. 2016-10-15 12:39:54 +11:00
UnknownShadow200
c2229439d9 DB: Make SQLite tables use the same form as MySQL, fix primary key fixup for MySQL not working correctly. 2016-10-14 18:05:52 +11:00
UnknownShadow200
81136d6107 DB: Make create table statements use new modular form. 2016-10-14 14:16:41 +11:00
UnknownShadow200
73d61d22bd Core: /rankinfo without args should show your own /rankinfo. 2016-10-14 12:11:18 +11:00
UnknownShadow200
13d01abf6a Merge branch 'master' of github.com:Hetal728/MCGalaxy 2016-10-14 12:09:57 +11:00
UnknownShadow200
b0259944ff Core: Add back /pr and /de as shortcuts for promote/demote. (Thanks AndyFC) 2016-10-14 11:23:57 +11:00
UnknownShadow200
cb94195f6f DB: abstract create table code, also use WaterKills instead of hardcoding for water physics. 2016-10-14 10:43:59 +11:00
UnknownShadow200
2116a840ea Remove accidental leftover Server.s.log 2016-10-13 23:44:24 +11:00
UnknownShadow200
d3a776c222 ZS: Show right message if you previously liked/disliked a map, fix stuff for bounties. 2016-10-12 23:16:02 +11:00
UnknownShadow200
e93f310c9c Merge branch 'master' of github.com:Hetal728/MCGalaxy 2016-10-12 22:18:51 +11:00
UnknownShadow200
22ddc6dc3b ZS: Prevent being able to use /like twice in a round. 2016-10-12 22:18:38 +11:00
UnknownShadow200
4457c284c9 Core: Free up %s,%h,%t,%i for use by custom colour codes. 2016-10-12 10:22:14 +11:00
UnknownShadow200
d4123a75a0 Core: Fix going unafk revealing hidden 2016-10-12 08:17:20 +11:00
UnknownShadow200
f96973ea6c Microoptimisation for animal physics AI. 2016-10-11 18:27:46 +11:00
UnknownShadow200
2491baadee Core: Make cloudy brush args as a scale of their default value. 2016-10-11 17:43:43 +11:00
UnknownShadow200
4c12743908 Style: Make /ctfsetup nicer 2016-10-11 15:29:15 +11:00
UnknownShadow200
50b6452a4c Perf: Avoid doubling division of doubles in FinitePhysics 2016-10-11 14:36:57 +11:00
UnknownShadow200
25c7f800b2 Core: lava now kills creates, sponges, and bookcases 2016-10-11 14:26:24 +11:00
UnknownShadow200
21aaa7f7b7 Put updater.exe in uploads folder 2016-10-11 14:04:43 +11:00
UnknownShadow200
4dca03c34e Core: Fix 'empty' bot nick, fix being able to use /tp in LS 2016-10-11 10:47:30 +11:00
UnknownShadow200
a96d9bc0d4 Core: Add +-thirdperson for level motd, fix +fly for level motd 2016-10-11 10:02:21 +11:00
UnknownShadow200
b4a9cfc4ef Core: Lava should burn CPE wool too. 2016-10-11 09:55:00 +11:00
UnknownShadow200
d8c383240d LS: Don't change a level's motd. 2016-10-11 09:38:49 +11:00
UnknownShadow200
754715d473 Style: Use named constant instead of hardcoding 0xFF for own player ID everywhere. 2016-10-11 07:29:24 +11:00
UnknownShadow200
2a7d5eb804 Put software on its own line 2016-10-10 22:32:30 +11:00
UnknownShadow200
b46d75a39e Core: Make opstats look a lot better, also track xbans and setranks. 2016-10-10 17:21:20 +11:00