log

age author description
Mon, 11 Sep 2017 13:37:05 +0300 Matti Hamalainen Use modern PHP array syntax. gmap2
Mon, 11 Sep 2017 13:25:48 +0300 Matti Hamalainen Make the PHP version requirement more explicit, as we do require 5.6 or newer. gmap2
Mon, 11 Sep 2017 13:25:18 +0300 Matti Hamalainen Cleanups. gmap2
Sat, 24 Jun 2017 00:34:38 +0300 Matti Hamalainen The 'sensor' parameter is not required by GMaps API anymore, re: https://developers.google.com/maps/documentation/javascript/error-messages#sensor-not-required gmap2
Sat, 28 Jan 2017 23:52:22 +0200 Matti Hamalainen Coordinates local to a continent start always at origo of 1,1. gmap2
Mon, 09 Jan 2017 14:05:40 +0200 Matti Hamalainen No need to make config.inc.php yourself anymore, perhaps just check it. gmap2
Mon, 09 Jan 2017 13:35:22 +0200 Matti Hamalainen Add some comments. gmap2
Wed, 30 Nov 2016 11:20:38 +0200 Matti Hamalainen Move map label styling into common.css gmap2
Mon, 21 Nov 2016 03:31:01 +0200 Matti Hamalainen Rework the visibility controls DOM and CSS. gmap2
Sun, 20 Nov 2016 20:56:23 +0200 Matti Hamalainen Zoom to zoom level 8 if we're zoomed less than that. gmap2
Sun, 20 Nov 2016 20:56:06 +0200 Matti Hamalainen Fix CSS. gmap2
Sat, 19 Nov 2016 02:27:01 +0200 Matti Hamalainen Use CSS class instead of direct style / background color manipulation. gmap2
Sat, 19 Nov 2016 02:21:25 +0200 Matti Hamalainen Move some common things to common.css gmap2
Sat, 19 Nov 2016 02:20:38 +0200 Matti Hamalainen Improve stylesheet/dom. gmap2
Sat, 19 Nov 2016 02:10:00 +0200 Matti Hamalainen Rename a stylesheet file. gmap2
Fri, 18 Nov 2016 23:24:44 +0200 Matti Hamalainen Use a wrapper function for errors. gmap2
Fri, 18 Nov 2016 23:22:56 +0200 Matti Hamalainen Fix view collapse/uncollapse to resize the Gmaps view by triggering a resize event. gmap2
Thu, 17 Nov 2016 17:18:36 +0200 Matti Hamalainen Improve layout and stylesheets slightly. gmap2
Thu, 17 Nov 2016 15:42:07 +0200 Matti Hamalainen Add instance flag. Not used here yet, tho. gmap2
Tue, 31 May 2016 16:21:21 +0300 Matti Hamalainen Check markers.json file for latest update timestamp. gmap2
Wed, 09 Mar 2016 22:41:06 +0200 Matti Hamalainen Fix maps build process to match with new Maputils. gmap2
Wed, 10 Feb 2016 16:57:13 +0200 Matti Hamalainen Added signature for changeset 81547bf400a6 gmap2
Sun, 17 Jan 2016 23:00:14 +0200 Matti Hamalainen Add explanatory titles to certain UI elements. gmap2
Fri, 08 Jan 2016 20:46:43 +0200 Matti Hamalainen Bump version. gmap2
Fri, 08 Jan 2016 20:46:09 +0200 Matti Hamalainen Some stylesheet fixes. gmap2
Thu, 16 Apr 2015 22:05:13 +0300 Matti Hamalainen Bump version. gmap2
Thu, 16 Apr 2015 22:05:08 +0300 Matti Hamalainen Fix CSS. gmap2
Thu, 16 Apr 2015 21:57:38 +0300 Matti Hamalainen Do not use paletted conversion for intermediate files. It seems to make gmap2
Thu, 16 Apr 2015 21:57:15 +0300 Matti Hamalainen Various fixes in the image data handling. gmap2
Thu, 16 Apr 2015 21:04:35 +0300 Matti Hamalainen Die if GD extension is not available as we require it. gmap2
Thu, 16 Apr 2015 21:04:23 +0300 Matti Hamalainen Cosmetics and improved error messages. gmap2
Thu, 01 Jan 2015 09:29:48 +0200 Matti Hamalainen Cosmetic. gmap2
Wed, 10 Sep 2014 18:04:35 +0300 Matti Hamalainen Remove forced style def from HTML. gmap2
Tue, 22 Apr 2014 14:58:15 +0300 Matti Hamalainen Player icon. gmap2
Mon, 14 Apr 2014 03:01:00 +0300 Matti Hamalainen More work .. fixed error handling somewhat. gmap2
Mon, 14 Apr 2014 02:36:45 +0300 Matti Hamalainen More work on player position updates. gmap2
Sun, 13 Apr 2014 23:48:18 +0300 Matti Hamalainen Add name attribute to accepted list. gmap2
Sun, 13 Apr 2014 23:48:07 +0300 Matti Hamalainen Improve player position handling. gmap2
Sun, 13 Apr 2014 23:41:40 +0300 Matti Hamalainen Add error situation handling. gmap2
Sun, 13 Apr 2014 21:23:11 +0300 Matti Hamalainen Some adjustments to realtime player position update code. gmap2
Sun, 13 Apr 2014 21:23:07 +0300 Matti Hamalainen Add error handler callback. gmap2
Sun, 13 Apr 2014 20:55:50 +0300 Matti Hamalainen Implement client-side code for tracking player position. gmap2
Sun, 13 Apr 2014 20:52:11 +0300 Matti Hamalainen Change how map initialization arguments are handled. gmap2
Sun, 13 Apr 2014 16:38:20 +0300 Matti Hamalainen Cosmetics. gmap2
Sun, 13 Apr 2014 16:29:54 +0300 Matti Hamalainen Remove player position code for now. gmap2
Sun, 13 Apr 2014 16:27:43 +0300 Matti Hamalainen Cleanups. gmap2
Sat, 12 Apr 2014 23:38:12 +0300 Matti Hamalainen Version. gmap2
Sat, 12 Apr 2014 22:27:39 +0300 Matti Hamalainen Remove template file, the file is generated by makegmaps. gmap2
Sat, 12 Apr 2014 22:23:43 +0300 Matti Hamalainen Do not lowercase result strings from text input prompts. gmap2
Sat, 12 Apr 2014 09:07:34 +0300 Matti Hamalainen Some more work on setup process. Still missing some pieces. gmap2
Sat, 12 Apr 2014 08:20:05 +0300 Matti Hamalainen Cosmetic. gmap2
Tue, 08 Apr 2014 22:12:21 +0300 jeskko missing semicolon gmap2
Wed, 19 Mar 2014 14:08:17 +0200 Matti Hamalainen Improve the bootstrap configuration process. gmap2
Wed, 19 Mar 2014 13:54:47 +0200 Matti Hamalainen Update documentation. gmap2
Wed, 19 Mar 2014 12:21:35 +0200 Matti Hamalainen Add urchin include. gmap2
Mon, 17 Mar 2014 23:54:56 +0200 Matti Hamalainen Update instructions. gmap2
Mon, 17 Mar 2014 23:53:38 +0200 Matti Hamalainen Move check for worldconfig later, we need to fetch maputils & co before that. gmap2
Mon, 17 Mar 2014 21:55:20 +0200 Matti Hamalainen Add configurable base URL. gmap2
Mon, 17 Mar 2014 20:25:22 +0200 Matti Hamalainen Merged. gmap2
Mon, 17 Mar 2014 20:25:12 +0200 Matti Hamalainen Some work. gmap2