-
Example of how this works:
custom-world.map:
##.####--===~~~~~=-
#$...;;;--===~~~~=-
.....;;;;-====~~~=-
.*........---==~~=-
............-====--
..........@..----^^
............::|:^^^...
2009-10-19 00:25:57 UTC in xu4 - Ultima IV recreated
-
Allow maps to be defined in an ascii art file.
2009-10-19 00:14:34 UTC in xu4 - Ultima IV recreated
-
First draft of code to move item definitions to items.xml file.
The code works, but more functionality should be moved into it.
2009-10-17 23:12:26 UTC in xu4 - Ultima IV recreated
-
include file changes in order to compile xu4 (cvs-2009-10-17) on OpenSUSE 11.1 using gcc 4.3.2.
2009-10-17 16:59:24 UTC in xu4 - Ultima IV recreated
-
Second bug report says it worked after all.
2009-08-25 18:17:24 UTC in Might and Magic 6-8 Level Editor
-
Glad you got it working.
2009-08-25 18:16:01 UTC in Might and Magic 6-8 Level Editor
-
Julen, thanks for fixing this.
To other users: I was able to make this work by copying the release files over my eclipse installation (I could not upgrade because I was already using 3.3.1 and 3.3.1.1 is considered to be the same version by eclipse). However, the new behavior would not change until I started eclipse with the "-clean" option. If you have not yet upgraded to 3.3.1, you can...
2009-07-22 02:01:36 UTC in Quantum Database Utility
-
I have the same problem as Michel Pawlak stated using Eclipse 3.4 and Quantum 3.3.1. I notice the error is logged on workspace startup. I also found that if you specify a schema, it works. It only fails to work when you do not check the "Qualify table names with a schema" option. This was against an oracle database bookmark using the default schema.
eclipse.buildId=M20080911-1700...
2009-07-20 17:18:06 UTC in Quantum Database Utility
-
Using the latest 5/27/09 svn snapshot, P6LogResultSet throws a CastCastException with H2Database.
I don't completely understand how it happens since the code seems to indicate that only a P6Connection would be returned, but instead a JDBCConnection is being returned.
The following patch provides a temporary workaround for the problem, but I don't think it qualifies as a real fix.
2009-05-29 14:32:42 UTC in p6spy
-
I was hoping to avoid having to write the unit test, but I guess that was unrealistic :-)
In any case, I see I uploaded my first draft of a fix, and not my final fix.
Here's a new patch that matches my previous description of changes and also includes a test that fails before the patch and succeeds after the patch.
2009-05-28 21:10:15 UTC in DbUnit