]> de.git.xonotic.org Git - xonotic/xonstat.git/history - xonstat/util.py
Merge branch 'sev/xolonium4' into 'master'
[xonotic/xonstat.git] / xonstat / util.py
2015-06-05 Ant ZucaroMerge branch 'master' of gitlab.com:xonotic/xonstat
2015-05-06 Ant ZucaroMerge branch 'sev/unicode_mapping_fix' into 'master'
2015-05-04 Severin MeyerCorrect the mapping of the smiling emoticon
2014-12-13 Ant ZucaroAdd a dict to map from old weapon names to new.
2014-05-12 Ant ZucaroRename a parameter to better represent what it does.
2014-05-11 Ant ZucaroAdd Xolonium glyph support. No more ASCII-only!
2014-03-11 Jan BehrensMerge branch 'master' into zykure/wip
2014-01-08 Jan BehrensMerge branch 'master' into zykure/wip
2014-01-08 Jan Behrensadd some log output
2013-08-17 Jan BehrensMerge branch 'master' into zykure/wip
2013-08-11 Ant ZucaroMove the blind_id verification function to util.
2013-07-19 Jan BehrensMerge branch 'master' into zykure/approved
2013-06-24 Ant ZucaroShow a cake for player cake days!
2013-04-19 Ant ZucaroMerge zykure-approved, my fixes, and merge fixes :D
2013-04-18 Jan BehrensMerge branch 'master' into zykure/approved
2013-04-17 Ant ZucaroAdd ability to limit printable characters in nicks.
2012-09-24 Jan D. BehrensFixed two minor issues (debug output, recent_games...
2012-09-24 Jan D. BehrensApplied feedback from Antibody, improved the *->json...
2012-09-24 Jan D. BehrensMerge branch 'pickupbot' into approved
2012-09-24 Jan D. BehrensFixed two minor issues (debug output, recent_games...
2012-09-24 Jan D. BehrensMerge branch 'pickupbot' into approved
2012-09-24 Jan D. BehrensApplied feedback from Antibody, improved the *->json...
2012-09-20 Jan D. BehrensMerge branch 'pickupbot' into approved
2012-09-20 Jan D. BehrensImplemented JSON API for retrieving player_info data
2012-09-16 Jan D. BehrensMerge branch 'master' into badges
2012-09-16 Ant ZucaroMerge of zykure's player_info JSON object plus a few...
2012-09-15 Jan D. BehrensImplemented some (preliminary) JSON API to retrieve...
2012-09-15 Jan D. BehrensMerge branch 'badges' into approved
2012-09-05 Ant ZucaroMerge branch 'badges'
2012-09-02 Ant ZucaroUse relative time everywhere, but add hover with absolu...
2012-06-16 Ant ZucaroMerge branch 'master' of github.com:antzucaro/XonStat
2012-06-06 antzucaroMerge pull request #12 from nyov/nyov/conversion
2012-06-05 nyovdos2unix file conversions for everything
2012-05-06 nyovclean dangling commit on actually merged branch
2012-05-05 nyovadapted z's search engine hints and header
2012-04-21 Ant ZucaroUse utcnow() as the basis for calculating fuzzy date...
2012-03-19 Ant ZucaroReduce one operation in hex_repl (util.py) via dmazary.
2012-03-18 David MazaryReduce the operations in hex_repl for a small performan...
2012-03-18 Ant ZucaroCap RGB value darkness by first converting to HSL,...
2012-03-18 Ant ZucaroMerge branch 'patch-3' of git://github.com/dmazary...
2012-03-18 David Mazaryround and int rgb css color values
2012-03-18 Ant ZucaroMerge branch 'patch-3' of git://github.com/dmazary...
2012-03-18 David Mazarylist comprehension instead of map.
2012-03-18 Ant ZucaroMerge branch 'patch-3' of git://github.com/dmazary...
2012-03-18 David Mazarynormalize from 255 to 1 correctly :)
2012-03-18 Ant ZucaroMerge branch 'patch-3' of git://github.com/dmazary...
2012-03-18 David Mazaryadjust color scales between css and Python's colorsys
2012-03-18 antzucaroMerge pull request #7 from dmazary/patch-3
2012-03-18 David Mazaryfix typos
2012-03-18 David MazaryChange font color instead of using a css class.
2012-03-16 David MazaryIdea about classifying text as light or dark so css...
2012-03-15 antzucaroMerge pull request #6 from dmazary/patch-2
2012-03-15 David Mazaryuse cgi.escape to escape &,<,>
2012-03-14 antzucaroMerge pull request #5 from dmazary/patch-1
2012-02-05 David MazaryMore Pythonic check for qfont character range :)
2011-12-24 Ant ZucaroDecode the font when going to HTML.
2011-12-19 Ant ZucaroMerge branch 'search'
2011-12-19 Ant ZucaroStrip colors too when saving stripped_nick.
2011-12-18 Ant ZucaroColor ^1 should be red, not orange.
2011-12-15 Ant ZucaroMerge branch 'master' of github.com:antzucaro/XonStat
2011-12-15 Ant ZucaroDefault to the empty string if passed None.
2011-12-15 Ant ZucaroReplace ^^ with ^.
2011-12-15 Ant ZucaroAdd color decoding by dmazary. Thanks!
2011-11-21 Ant ZucaroDave does have a point.
2011-11-21 Ant ZucaroDecode the funky chars coming from Xonotic.
2011-11-20 antzucaroMerge pull request #2 from dmazary/master
2011-11-11 David MazaryUpdated qfont_decode to use Xonotic's qfont_table.
2011-11-11 David MazaryDecoding of quake's qfont to ascii.
2011-10-04 Ant ZucaroReturn "Anonymous Player" for tracked players who hide...
2011-06-01 Ant ZucaroAdd fuzzy dates.
2011-05-19 Ant ZucaroMove page_url() to util.
2011-05-08 Ant ZucaroMerge branch 'master' of github.com:antzucaro/XonStat
2011-05-08 Ant ZucaroAdd a file for general utility functions