[root]/server/trunk/utils/templates
wiki
(9 files, 17 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 91 (100.0%) | 315 (100.0%) | 3.4 |
ryo_saeba | 43 (47.3%) | 146 (46.3%) | 3.3 |
rjtanner | 37 (40.7%) | 126 (40.0%) | 3.4 |
kbulgrien | 1 (1.1%) | 36 (11.4%) | 36.0 |
gros | 10 (11.0%) | 7 (2.2%) | 0.7 |
Convert line breaks in the mapper template files from dos to unix
90 lines of code changed in 16 files:
Remove empty line in index_region.template file.
0 lines of code changed in 1 file:
Change where generated content appears in regards to unordered list tags, the content starts on its own line instead of right after the ul tag.
9 lines of code changed in 4 files:
Added doctype to <html> tags on the template pages (utils/templates/*.template) the Crossfire-Mapper Index (utils/templates/index.html).
9 lines of code changed in 8 files:
Update to mapper template (utils/templates/map.template) to include the map title in the image alt tag.
1 lines of code changed in 1 file:
HTML syntax changes to mapper templates for easier formatting with CSS.
17 lines of code changed in 7 files:
- Add a static index file for use with crossfire-mapper. The index is not
presently installed by mapper.
36 lines of code changed in 1 file:
Add min/max monster level information to maps.
1 lines of code changed in 1 file:
Generate a global list of monsters in maps, and list monsters on each map.
6 lines of code changed in 6 files:
Get quest information from map's lore. Generate quest index.
23 lines of code changed in 7 files:
Include level of map in variables. Generate global map index by level.
14 lines of code changed in 4 files:
Add exits leading to a map. Changes tag to be coherent.
6 lines of code changed in 5 files:
Add lore information to map page.
3 lines of code changed in 3 files:
Restore templates that were altered by mistake by previous commit.
1 lines of code changed in 5 files:
Solved an issue about the portability of strerror_r. It appears that some implementations of strerror_r only returned the error message as the return value, and never in
the provided char*. This small change should make it work in both cases.
6 lines of code changed in 5 files:
Some refactoring, new tags.
3 lines of code changed in 2 files:
New util: mapper.c, which generates HTML pages to browse maps.
90 lines of code changed in 15 files: