[root]/server/trunk/utils/templates
wiki
(9 files, 17 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 70 (100.0%) | 216 (100.0%) | 3.0 |
ryo_saeba | 43 (61.4%) | 146 (67.6%) | 3.3 |
kbulgrien | 1 (1.4%) | 36 (16.7%) | 36.0 |
rjtanner | 16 (22.9%) | 27 (12.5%) | 1.6 |
gros | 10 (14.3%) | 7 (3.2%) | 0.7 |
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: