Commit graph

513 commits

Author SHA1 Message Date
Mike Primm
eed29f4763 Fix boundary condition on height field - raw can be zero, function
return value must not be.  Also, fix debugger loading function.
2011-05-28 03:22:50 -05:00
mikeprimm
f6ae392f96 Merge pull request #170 from mikeprimm/master
Use height map from Chunk - better performance on flat map
2011-05-28 00:04:57 -07:00
Mike Primm
17ad35e8f0 Fetch height map from Chunk - more performance 2011-05-28 01:59:02 -05:00
Mike Primm
f6201cfcce Add night-and-day support for FlatMap 2011-05-28 01:16:54 -05:00
mikeprimm
446fe5f7af Merge pull request #169 from mikeprimm/master
Shift all rendering off server thread to async thread pool, minimize server thread load
2011-05-27 22:23:25 -07:00
Mike Primm
9010f49e19 Add night-and-day setting to drive night/day tile set generation 2011-05-28 00:11:26 -05:00
Mike Primm
0b7bd6221a Shift all rendering over to async thread pool, minimize server thread
load
2011-05-28 00:08:29 -05:00
mikeprimm
d484d7f4e7 Merge pull request #168 from mikeprimm/master
Add support for emitted light, including support for "night view" in both Surface and Flat rendere
2011-05-26 22:59:49 -07:00
Mike Primm
a8b91c7af4 Add night view via ambientlight setting on Flat and Surface maps, add
night-and-day setting to generate both night (default) and day
(prefix+'_day') versions of tiles, and add transparency to generated
PNG files
2011-05-27 00:56:56 -05:00
FrozenCow
2d5bb32f1e Changed version to 0.18. 2011-05-26 23:57:42 +02:00
Mike Primm
51db1bda82 Fix exception in world ordering code when world not in worlds list 2011-05-26 15:32:56 -05:00
FrozenCow
e4628b2664 Fixed order of worlds in sidebar. 2011-05-26 19:05:16 +02:00
FrozenCow
8e946bcba2 Reverted map-structure for worlds, so that worlds have an order again.
This reverts commit 0f4a8c2023, eb76fbe007 and 1b827459d0.
2011-05-26 18:06:17 +02:00
FrozenCow
ce61394401 Formatted config.js. 2011-05-26 14:16:34 +02:00
FrozenCow
e06e90eeff Added ability to set each url individually. 2011-05-26 13:54:08 +02:00
FrozenCow
0f4a8c2023 Fix when leaving out the world: section. 2011-05-26 03:03:45 +02:00
FrozenCow
eb76fbe007 Fixed nether configuration. 2011-05-26 02:43:18 +02:00
FrozenCow
1b827459d0 Made configuration structure of worlds like templates (looks nicer :D). 2011-05-26 02:33:26 +02:00
Mike Primm
75f012575f Fix spacing on player markers to correct health/armor layout 2011-05-25 12:29:21 +08:00
FrozenCow
b4bde5148b Changed the way templates and world-configuration are handled. 2011-05-24 02:13:43 +02:00
mikeprimm
b367fe9250 Fix missing spaces on sample name-title only world definition 2011-05-23 16:43:37 -07:00
mikeprimm
e0ab47f84c Merge pull request #162 from mikeprimm/master
FIx broken checkin
2011-05-23 08:17:45 -07:00
mikeprimm
0bf9e16066 Screwed up merge 2011-05-23 08:16:35 -07:00
mikeprimm
fc5e7d3885 Merge pull request #161 from mikeprimm/master
Add hiddenworlds list to suppress templates on listed worlds
2011-05-23 08:10:18 -07:00
mikeprimm
4443b33fea Add sample hiddenworlds settings with harmless defaults 2011-05-23 08:08:06 -07:00
mikeprimm
4fb058a9a3 Add hiddenworlds attribute to suppress templates on selected worlds 2011-05-23 08:06:08 -07:00
Mike Primm
2faff07133 Fix handling of existing maps tag under world definitions 2011-05-23 08:23:28 +08:00
Mike Primm
fd6d1d4270 Fix handling of existing maps tag under world definitions 2011-05-22 19:21:27 -05:00
mikeprimm
2b0d4e739e Merge pull request #160 from mikeprimm/master
Add support for world-type-specific templates in configuration.txt - automatically configure worlds
2011-05-22 15:41:32 -07:00
Mike Primm
d379bfd3b0 Add support world-type-specific templates, to allow automatic
initializing of worlds (make configuration.txt work unmodified for
most folks, while still supporting per-world customizations)
2011-05-22 17:28:12 -05:00
FrozenCow
e22b50aa88 Fixed errorous css with Opera (thanks Lycano!) 2011-05-22 22:04:43 +02:00
Mike Primm
7219625b04 Fix player faces when aliases being used, and strip color from player
display names sent to web UI
2011-05-23 03:23:11 +08:00
FrozenCow
7606e0be44 Added ability to reload (also using 'dynmap reload'). 2011-05-22 19:42:47 +02:00
FrozenCow
5afab4fc41 Another fix for chat. 2011-05-22 18:51:11 +02:00
FrozenCow
90e9c9f640 Fixed web-to-mc chat for JsonFile? 2011-05-22 18:24:09 +02:00
FrozenCow
1f79d2bcb8 Fixed client-updates for JsonFile. 2011-05-22 18:11:16 +02:00
FrozenCow
c51eb2ade0 Removed global chat related configuration-values from configuration.txt. 2011-05-22 17:49:26 +02:00
FrozenCow
77009bcffb Fixed allowwebchat for JsonFile. 2011-05-22 17:46:11 +02:00
FrozenCow
c2e3cbc793 Added map-icon to configuration. 2011-05-22 17:45:30 +02:00
FrozenCow
eae96a5f39 Corrected JsonFile use of webpath. 2011-05-22 17:09:42 +02:00
FrozenCow
68c9e5b50c Added center to configuration with default 0,64,0 like before. 2011-05-22 16:48:43 +02:00
zeeZ
74611f4ccc Added armor (merged from zeeZ). 2011-05-22 16:28:26 +02:00
FrozenCow
317d215302 Made use of log.log instead of .info. 2011-05-22 16:28:19 +02:00
zeeZ
3b493265dd Added log prefix to info logger. 2011-05-22 16:28:14 +02:00
FrozenCow
a7b553bb4f Transfered chat/webchat functionality to their components. 2011-05-22 16:28:10 +02:00
FrozenCow
bb0c59a0a2 Cleaned up depricated configuration. 2011-05-22 16:28:06 +02:00
FrozenCow
ab9bf5bc5c Transfered client-updates to two components (jsonfile and internal). 2011-05-22 16:28:01 +02:00
FrozenCow
9bf095fc0f Made use of org.json.simple for updates. 2011-05-22 16:27:57 +02:00
FrozenCow
c85a50bdb0 Moved HeroChat code to HeroWebChatModule. 2011-05-22 16:27:53 +02:00
FrozenCow
10a34e2d3a Moved regions-code to regions-component. 2011-05-22 16:27:49 +02:00