Spellparsing:

- apply abs() in final function as the original value may be needed before output .. fixes some 'reduced by -X talents/setboni'
 - use number_format() instead fo round() for precision .. trailing zeros will show for exact vaues e.g. ${1.5}.3 => 1.500

Basetype:
 - custom operators in the setup query are now properly applied.

Searches:
 - implemented result cap and set it to 1000 results
 - split achievements in achievements and statistics
 - the modelviewer that may be called from the item-listview now works (and still calls home)
This commit is contained in:
Sarjuuk
2013-03-07 23:30:04 +01:00
parent 3d16eaec42
commit 0c0a7ec5e2
13 changed files with 267 additions and 136 deletions

File diff suppressed because one or more lines are too long