Commit graph

1411 commits

Author SHA1 Message Date
Mike Primm
d149a8e048 Start isolating Bukkit dependencies, prep code for ports 2012-01-08 01:47:11 -06:00
Mike Primm
4a25fcf706 Add block-banned-player-chat to block chat from banned players matching IPs known to go with player 2012-01-08 09:10:00 +08:00
Mike Primm
67ca5b899b Update examples in worlds.txt to HDMap based maps 2012-01-07 15:20:02 +08:00
Mike Primm
c478370ed5 Add better-grass setting, to allow option to render using BetterGrass style rendering of grass and snow block sides 2012-01-07 15:13:53 +08:00
FrozenCow
c72cec7cd0 Made the sidebar use clicking instead of hovering for mobile devices. 2012-01-07 01:06:13 +01:00
Mike Primm
25e8c668ad Merge remote branch 'upstream/master' 2012-01-06 03:12:13 -06:00
Mike Primm
c0658e3148 Add customization/translation for "Players" and "Map Types" UI labels 2012-01-06 17:11:00 +08:00
Mike Primm
5661d583eb Add support for 'link' component - button to get hard link to current view 2012-01-06 03:09:53 -06:00
Mike Primm
18df91878c Add customization/translation for "Players" and "Map Types" UI labels 2012-01-06 01:02:56 -06:00
Mike Primm
02ac4a7f1e Fix handling of double question marks in chat messages (weird jQuery tricks) 2012-01-06 14:33:13 +08:00
Mike Primm
1946bb92ab Fix handling of double question marks in chat messages (weird jQuery tricks) 2012-01-06 00:30:04 -06:00
Mike Primm
38718ad7e6 Merge remote branch 'upstream/master' 2012-01-04 23:39:33 -06:00
Mike Primm
e4cb5d40ef Add hideifsneaking option for hiding players that are sneaking/crouching 2012-01-05 13:37:16 +08:00
Mike Primm
5800ec4e11 Add support for optional spawn-bed layer (show player's spawn beds) 2012-01-04 23:34:32 -06:00
Mike Primm
49791f19e8 Add hideifsneaking option for hiding players that are sneaking/crouching 2012-01-04 21:59:18 -06:00
Mike Primm
c75bc2e637 Add support for lily pad orientation calculation 2012-01-04 14:26:16 +08:00
Mike Primm
005d6c4c0f Add 'followmap' and 'followzoom' to allow setting of map and zoom when starting to follow a player 2012-01-03 15:24:31 +08:00
Mike Primm
a1d17d9159 Add texture generators for fire, lava, water; fix water lighting and biome shading to match MC client; fix lily, birch, pine leaf shading to match client 2012-01-03 13:26:14 +08:00
Mike Primm
7d08b79462 Improve browser cache behavior with tiles (cache more often) 2012-01-03 05:08:51 +08:00
Mike Primm
7d56e89d94 Add RedPowerMachines2 support 2012-01-02 10:13:29 -06:00
Mike Primm
6c0dae06d3 Add RedPower2Array, drop obsolete (conflicting) BuildCraft pipe IDs 2012-01-02 01:08:29 -06:00
Mike Primm
e1f21502bc Add RedPower2Lighting 2012-01-01 23:22:38 -06:00
Mike Primm
3bcd39e915 Add RedPower2Logic (basic - orientation can't be done right yet) 2012-01-01 22:54:14 -06:00
Mike Primm
e388cb9ac1 Merge remote branch 'upstream/master' 2012-01-01 21:35:24 -06:00
Mike Primm
15e9a1d3b1 Start RedPower2 support - RedPower2Core and RedPower2World 2012-01-01 21:31:54 -06:00
Mike Primm
6eef34348b Prevent caching of configuration URL on JSON file mode 2012-01-02 08:19:40 +08:00
Mike Primm
68f7526bf3 Prevent caching of configuration URL on JSON file mode 2012-01-01 18:18:13 -06:00
Mike Primm
df2fc323ce Fix exception during rejected chat message 2012-01-02 05:51:35 +08:00
Mike Primm
17ce3adb0a Add 'pinned' choice for showlayercontrol: setting - show expanded layer control 2011-12-31 08:27:56 +08:00
Mike Primm
7d4543186d Fix duplicate IDs in ids-for-ip list 2011-12-31 05:05:06 +08:00
Mike Primm
567d46fd2d Add /dynmap add-id-by-ip and /dynmap del-id-by-ip to allow manual adding and removing of IP to ID mappings 2011-12-31 05:05:05 +08:00
Mike Primm
982793ae76 Make 2D outlines support Y coordinates other than y=64 2011-12-30 23:52:33 +08:00
Mike Primm
31c277d993 Reconnect active command output to player after restart, logoff/logon 2011-12-30 16:03:18 +08:00
Mike Primm
61becfcdee Add /dynmap updaterender command - renders starting at selected location until map edge hit OR until rendered tiles match existing tiles (i.e. no changes) 2011-12-30 15:39:29 +08:00
Mike Primm
27b9e68dfe Add 'blockfromto' and 'blockphysics' triggers - needed for lava and water flow, as well as falling sand and gravel 2011-12-30 08:47:22 +08:00
Mike Primm
9045d9436e Use replace() instead of replaceAll(), where possible 2011-12-29 14:32:13 +08:00
Mike Primm
b8605ab3f5 Add support for 'use-player-login-ip', 'require-player-login-ip' - map player login IP addresses to web chat addresses 2011-12-29 14:32:13 +08:00
Mike Primm
a33673bbde Add support for substitution variables in model and texture files - update BuildCraft and IndustrialCraft2 support files to use them (so that custom block ID mappings cna be handled by adding configuration.txt settings) 2011-12-29 14:32:13 +08:00
Mike Primm
57f60d5d25 Bump to 0.29 2011-12-28 09:37:53 -06:00
Mike Primm
62b4a5256e Fix accumulation of weak reference keys (mem leak) in snapshot cache 2011-12-28 14:38:26 +08:00
Mike Primm
227f6a1b80 Switch chat name URL parm to 'chatname', add 'playername' URL part for initial player follow selection 2011-12-26 13:11:46 +08:00
Mike Primm
bdd5c5335c Fix cleanup of area outlines with minzoom when switching maps 2011-12-24 22:09:18 -06:00
Mike Primm
8905ffd1bf Fix minzoom handling for area markers 2011-12-23 14:11:02 +08:00
Mike Primm
b955120b8b Adjust handling of transparent biome shading files (grass, foliage), as used in Painter's texture pack 2011-12-23 13:32:27 +08:00
Mike Primm
c55ec0a3c1 Fix issue with white blank tiles at edge of JPG rendered maps 2011-12-23 13:32:27 +08:00
Mike Primm
98764d71b0 Handle Essentials-style nickname color coding (&0-&f) in player nicknames 2011-12-23 07:20:48 +08:00
Mike Primm
008cd90250 Add support for minzoom attribute on marker sets - hide markers below configurable zoom for each marker set 2011-12-23 04:31:10 +08:00
Mike Primm
c13ec1c69c Add support for updating stock shaders.txt, perspectives.txt, lightings.txt with additional defaults. 2011-12-23 04:31:09 +08:00
Mike Primm
325a5c16a0 Add 'allowurlname' setting for 'chat' - permits web name set with playername= parameter 2011-12-23 04:31:09 +08:00
Mike Primm
23da5f0031 Bump to 0.28 2011-12-17 00:00:27 -06:00