New map browser - part of Zero-K system

New map browser - part of Zero-K system

Various things about Spring that do not fit in any of the other forums listed below, including forum rules.

Moderator: Moderators

Post Reply
User avatar
Licho
Zero-K Developer
Posts: 3803
Joined: 19 May 2006, 19:13

New map browser - part of Zero-K system

Post by Licho »

We prepared new map selector for Zero-K lobby that could be interesting for non-lobby users too.

Features:
* filtering according to many parameters and improved search
* infinite scrolling (scroll down for more results - does not work in chrome yet)
* knows all maps
* rating, comments
* tag maps easilly

Image

http://zero-k.info/Maps.mvc

To login use lobby password (or just display it in Zero-K lobby).

If you click Play (and have zero-k lobby installed) you will change map in current game or start new game with that map.
User avatar
knorke
Posts: 7971
Joined: 22 Feb 2006, 01:02

Re: New map browser - part of Zero-K system

Post by knorke »

cool.
maybe you could make it group maps that are the same just different version?
atm they are quite some "doubles" on the first page.
User avatar
Licho
Zero-K Developer
Posts: 3803
Joined: 19 May 2006, 19:13

Re: New map browser - part of Zero-K system

Post by Licho »

There is no good automatic way to group them afaik .. there isn't even proper way to get author.. because author field in mapinfo is never filled up by creators.

It would need humans to sort them out.
User avatar
Jazcash
Posts: 5309
Joined: 08 Dec 2007, 17:39

Re: New map browser - part of Zero-K system

Post by Jazcash »

I'd totally love the zoomy-in effect when hovering over a map layer image if it didn't shift everything around and disorientate me D: Would be much better if it just zoomed out and down or out and up or something still allowing you to hover over the other layers.
User avatar
Licho
Zero-K Developer
Posts: 3803
Joined: 19 May 2006, 19:13

Re: New map browser - part of Zero-K system

Post by Licho »

Yeah, i tried but failed, if you know what style to set to it, let me know :)
User avatar
knorke
Posts: 7971
Joined: 22 Feb 2006, 01:02

Re: New map browser - part of Zero-K system

Post by knorke »

author field in mapinfo is never filled up by creators.
because all the guides, tutorial and example SMD files never have an author entry.
just noticed my map does not have author entry for this reason either...
luckywaldo7
Posts: 1398
Joined: 17 Sep 2008, 04:36

Re: New map browser - part of Zero-K system

Post by luckywaldo7 »

By chrome I guess that means anything webkit :S
User avatar
Licho
Zero-K Developer
Posts: 3803
Joined: 19 May 2006, 19:13

Re: New map browser - part of Zero-K system

Post by Licho »

Ammount of versions some maps get is crazy :)

This is just small excerpt of speedmetals..

Image
User avatar
Pxtl
Posts: 6112
Joined: 23 Oct 2004, 01:43

Re: New map browser - part of Zero-K system

Post by Pxtl »

Implemented in asp.net MVC? Is the MVC server on a web-server or the client? Is this in the open-source? I want to see this.
User avatar
Licho
Zero-K Developer
Posts: 3803
Joined: 19 May 2006, 19:13

Re: New map browser - part of Zero-K system

Post by Licho »

ASP.NET MVC 3 - Razor engine RC1 - released 3 days ago or so lol :)
Uses Linq to SQL for data layer.

It runs on spring server in windows virtual machine.

It is of course open source - source on zero-k site..

http://code.google.com/p/zero-k/source/ ... ist.cshtml
User avatar
TradeMark
Posts: 4867
Joined: 17 Feb 2006, 15:58

Re: New map browser - part of Zero-K system

Post by TradeMark »

I still prefer http://mapinfo.adune.nl/?map=widepass for web interface/search :)
User avatar
SanadaUjiosan
Conflict Terra Developer
Posts: 907
Joined: 21 Jan 2010, 06:21

Re: New map browser - part of Zero-K system

Post by SanadaUjiosan »

I like it. Looks good, and I like the zoom-in on the individual maps, like Jazcash pointed out.
User avatar
Pxtl
Posts: 6112
Joined: 23 Oct 2004, 01:43

Re: New map browser - part of Zero-K system

Post by Pxtl »

Licho wrote:ASP.NET MVC 3 - Razor engine RC1 - released 3 days ago or so lol :)
Uses Linq to SQL for data layer.

It runs on spring server in windows virtual machine.

It is of course open source - source on zero-k site..

http://code.google.com/p/zero-k/source/ ... ist.cshtml
Cooooool. Linq 2 sql? Not EF4?
User avatar
Licho
Zero-K Developer
Posts: 3803
Joined: 19 May 2006, 19:13

Re: New map browser - part of Zero-K system

Post by Licho »

No, I still don't trust EF. Linq to SQL seems to work perfectly for me. Lower overhead, no extra coding (I only change DB and let tools update my data classes) and I can imagine how are different queries executed for performance tweaking.
Satirik
Lobby Developer
Posts: 1688
Joined: 16 Mar 2007, 18:27

Re: New map browser - part of Zero-K system

Post by Satirik »

you can't sort by name/size/wind/type/popularity/downloads ?
Last edited by Satirik on 16 Nov 2010, 21:13, edited 1 time in total.
User avatar
Licho
Zero-K Developer
Posts: 3803
Joined: 19 May 2006, 19:13

Re: New map browser - part of Zero-K system

Post by Licho »

Its always sorted latest first, on purpose, to promote new map creation.

You have most downloaded and popular on right. Even though i doubt most downloaded, it will be replaced by played last week or something.
User avatar
Pxtl
Posts: 6112
Joined: 23 Oct 2004, 01:43

Re: New map browser - part of Zero-K system

Post by Pxtl »

Licho wrote:No, I still don't trust EF. Linq to SQL seems to work perfectly for me. Lower overhead, no extra coding (I only change DB and let tools update my data classes) and I can imagine how are different queries executed for performance tweaking.
Can't say I blame you. EF3.5 was a nightmare. My only reason for preferring EF4 is that it has built-in support for updating your EF Model. Linq2SQL is far harder to update the model when the DB Schema changes.
User avatar
Licho
Zero-K Developer
Posts: 3803
Joined: 19 May 2006, 19:13

Re: New map browser - part of Zero-K system

Post by Licho »

Actually it isn't :) I purchased huagati DBML tools about year ago - it does just that, updates DBML/data classes while keeping all your local changes like renames, association cardinalities etc.
Pretty neat.
Post Reply

Return to “General Discussion”