Search found 21 matches

by seeseekey
14 Apr 2008, 18:19
Forum: Support and Bug reports
Topic: Tiled bug 0.7 WIP with unicode
Replies: 9
Views: 3034

Re: Tiled bug 0.7 WIP with unicode

Ahhh i understand^^ Then i must wait and use "ae" instead "ä" etc. Thank you. :)
by seeseekey
04 Apr 2008, 18:29
Forum: Support and Bug reports
Topic: Tiled bug 0.7 WIP with unicode
Replies: 9
Views: 3034

Re: Tiled bug 0.7 WIP with unicode

I had tested it and i found a little bug. When i load the map make a NPC: <object name="Jack" type="NPC" x="5856" y="4927" width="32" height="32"> <properties> <property name="SCRIPT"> function npc_handler(npc, ch) do_message(npc,...
by seeseekey
03 Apr 2008, 07:21
Forum: Support and Bug reports
Topic: Tiled bug 0.7 WIP with unicode
Replies: 9
Views: 3034

Re: Tiled bug 0.7 WIP with unicode

Thank you.
by seeseekey
02 Apr 2008, 15:07
Forum: Support and Bug reports
Topic: Tiled bug 0.7 WIP with unicode
Replies: 9
Views: 3034

Re: Tiled bug 0.7 WIP with unicode

Can everyone compile me new fixed svn version and attach it on a post? That would be nice.

Regards seeseekey
by seeseekey
20 Mar 2008, 08:09
Forum: Support and Bug reports
Topic: Tiled bug 0.7 WIP with unicode
Replies: 9
Views: 3034

Tiled bug 0.7 WIP with unicode

I had a problem with tiled 0.7 WIP and unicode. I create a map with a NPC with following code: <object name="Jack" type="NPC" x="5840" y="4912" width="32" height="32"> <properties> <property name="SCRIPT"> function npc_handler(npc...
by seeseekey
09 Mar 2008, 16:20
Forum: TMW Classic
Topic: Can't open TMW map with tiled 6.1
Replies: 9
Views: 2542

Re: Can't open TMW map with tiled 6.1

Thank you, it works.
by seeseekey
09 Mar 2008, 12:56
Forum: TMW Classic
Topic: Can't open TMW map with tiled 6.1
Replies: 9
Views: 2542

Re: Can't open TMW map with tiled 6.1

Can you open the map in the attachment?
by seeseekey
09 Mar 2008, 08:29
Forum: TMW Classic
Topic: Can't open TMW map with tiled 6.1
Replies: 9
Views: 2542

Re: Can't open TMW map with tiled 6.1

Exists a version (dev version or so?) they can read object tags? It is circuitous remove the object tags every edit and so.
by seeseekey
08 Mar 2008, 16:57
Forum: TMW Classic
Topic: Can't open TMW map with tiled 6.1
Replies: 9
Views: 2542

Re: Can't open TMW map with tiled 6.1

I make it so and restarted tiled. I will open the map and tiled says "Error while loading D:\Tiled\maps\new_4-1.tmx: null". The console display a exception (in the attachment). Is this a bug? My installed plugins are: - Mappy Input Plugin - Tiled JSON Writer - Mappy Output Plugin - The Man...
by seeseekey
08 Mar 2008, 14:02
Forum: TMW Classic
Topic: Can't open TMW map with tiled 6.1
Replies: 9
Views: 2542

Can't open TMW map with tiled 6.1

Hello, i would open the TMW map "new_3-1.tmx" but tiled say "Can't read input file". If i remove this code from the file: <objectgroup name="Gruppo di Oggetti 4" width="0" height="0"> <object name="Warp to Tulimshar" type="WARP" x...
by seeseekey
06 Mar 2008, 19:28
Forum: Support and Bug reports
Topic: Cant only connect to server from localhost
Replies: 2
Views: 1305

Cant only connect to server from localhost

Hello, i had compile tmwserv and tmw from svn. Then i connect to the server (on the same computer) an all works. But when i will connect from another machine i can't login to the game server (i think). I can create a account and a character (the account server log verified this) and then i press con...
by seeseekey
29 Feb 2008, 08:46
Forum: Support and Bug reports
Topic: It is possible to compile tmwserv under Ubuntu Dapper Drake?
Replies: 9
Views: 2873

Re: It is possible to compile tmwserv under Ubuntu Dapper Drake?

I try again to compile tmwserv on Ubuntu Dapper Drake: My install script: $ apt-get upgrade $ apt-get install subversion automake make gcc g++ libsdl-net1.2-dev libsdl-mixer1.2-dev libphysfs-dev libxml2-dev libssl-dev libsqlite3-dev liblua5.1-dev $ wget http://enet.bespin.org/download/enet-1.2.tar.g...
by seeseekey
28 Feb 2008, 09:37
Forum: Support and Bug reports
Topic: It is possible to compile tmwserv under Ubuntu Dapper Drake?
Replies: 9
Views: 2873

Re: It is possible to compile tmwserv under Ubuntu Dapper Drake?

After install of libssl-dev and enet 1.2 (from http://enet.bespin.org/download/enet-1.2.tar.gz ), i restart the configure script: $ ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets $(MAKE)... yes che...