Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
- Tileset fixes
- Travel / Death modifications
- Tulimshar Beautification Project
- Crypts (Base Release)
|
|
* fixing https://forums.themanaworld.org/viewtopic.php?p=140509#p140509
* fixing https://github.com/themanaworld/tmwa-client-data/issues/50
In commit e6fe61806db6bdd8a95c64d96b12b8ba42de0d96 a wrong version of map 019-3 was used and therefore caused problems with warps to this map. I looked at the new map and tried to find changes from the commit and applied everything I found to the old version of the map. Following I had to edit the warp on 030-3.
|
|
|
|
Fixing issue at https://github.com/themanaworld/tmwa-client-data/issues/37
Moving tiles from Fringe into Ground2
Adding collision at 77,99
|
|
Old style dest_x = <xtile_in_pixels>
New style dest_tile_x = <xtile>
|
|
|
|
Now 044-1 will be reached via 019-1 -> 019-3 -> 019-4 -> 044-1.
Therefore:
* Adding 019-4
* Editing 019-3 (adding a warp to 019-4)
* Editing 044-1 (redirecting warp to 019-4)
* Editing 031-3 (removing warp to 044-1)
|
|
icecave tileset was misused, map didn't use the soft corners but hard ones. had to change all corners.
|
|
client, which is still supported, can't handle CSV.
|
|
|
|
Also remove some executable bits
|
|
If you get merge conflicts from this, prefer yours,
then open in Tiled and save in CSV again, then commit.
|
|
Renamed layer names in order to have the same layer naming scheme on all maps.
In 012-3 map, removed an unnecessary layer and transported its tiles to another layer. In game, it looks the same.
All monster spawns in 025-1 and 026-1 that covered the whole map were given 0,0 coordinates.
Improving the warps position on the maps.
Started reviewing all the objects of all maps:
- Giving natural numbers to coordinates, height and width.
- Renaming correctly each object name.
- Avoid the use of capital letters in object properties and type.
- Removed collision tiles put just in front of warps.
- Changed few last map names to fit correctly with the warp names.
- Random layer fixes.
|
|
|
|
Mobs added to new Kaizei maps, art and xml for Ice Element and Yeti
|
|
a cave below the snowfields in nivalis
|
|
adding new caves and warps for all maps
|