Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-25 | Add logic to attempt to look up large Windows negative return codes. | Nat Goodspeed | |
A large negative return code doesn't do a human reader any good, even for lookup purposes, because Microsoft's lookup tables list the hex representation of that integer. So at least format the return code as hex. Going further, we've captured the content of the web page https://msdn.microsoft.com/en-us/library/cc704588.aspx as windows-rcs.html. If we can parse that file, and if we understand the structure of its table entries, and if the hex form of the actual return code is in fact listed there, we can display the symbol name and description as well as the hex return code. All those maybes are to support refreshing the file from the URL above (or wherever it might get moved) from time to time. Later versions of that file might change in unexpected ways. If we can't look up the hex rc, oh well, just display that to the user instead of crumping. | |||
2015-03-05 | Simplify CMake code to generate viewer_version.txt and summary.json. | Nat Goodspeed | |
The quoting used for the cygwin printf command didn't work for 'cmake -E echo'. The whole content was enclosed in single quotes, with individual string elements enclosed in double quotes. But we ended up with a summary.json containing (e.g.): '{Type:viewer,Version:3.7.26.33262}' instead of the desired: {"Type":"viewer","Version":"3.7.26.33262"} HOWEVER: I see no compelling reason why either of these files must be deferred to build time. It's simpler and more robust to generate them both directly from CMake at configure time. | |||
2015-03-03 | Commit Callum's fix to eliminate dependency on cygwin printf. | Nat Goodspeed | |
Use 'cmake -E echo' instead. | |||
2015-02-24 | merge changes for 3.7.25-release | Oz Linden | |
2015-02-24 | increment viewer version to 3.7.26 | Oz Linden | |
2015-02-24 | merge changes for MAINT-4790 | Oz Linden | |
2015-02-14 | MAINT-4329 Backed out changeset: fd3a4d5c2cf5 | ruslantproductengine | |
2015-02-13 | Merge viewer-release and become 3.7.25 | Mnikolenko ProductEngine | |
2015-01-30 | MAINT-4853 FIXED Pressing the ENTER key when entering a location into the ↵ | Mnikolenko ProductEngine | |
Type a location field, doesn't log you in | |||
2015-01-30 | MAINT-4853 FIXED Pressing the ENTER key when entering a location into the ↵ | Mnikolenko ProductEngine | |
Type a location field, doesn't log you in | |||
2015-01-22 | MAINT-4790 WIP Previously selected login location is correctly shown now. ↵ | Mnikolenko ProductEngine | |
Font on the Log In button was changed back. Text offset was set for Locations combobox. | |||
2015-01-19 | MAINT-4790 WIP Show focused background image for login text fields. | Mnikolenko ProductEngine | |
2015-01-14 | MAINT-4790 WIP code clean-up | Mnikolenko ProductEngine | |
2015-01-14 | MAINT-4790 WIP XML changes | Mnikolenko ProductEngine | |
2015-01-13 | Merge viewer-release and become 3.7.25 | maksymsproductengine | |
2015-01-13 | MAINT-4790 WIP XML changes | Mnikolenko ProductEngine | |
2015-01-12 | increment viewer version to 3.7.25 | Oz Linden | |
2015-01-12 | MAINT-2560 reverted | Mnikolenko ProductEngine | |
2015-01-09 | FIX MAINT-2701 restore 10 translated strings that were lost during an ↵ | eli | |
earlier dev merge (see Jira screenshots for details) | |||
2014-12-19 | Merge viewer-release and become 3.7.24 | simon | |
2014-12-19 | merge changes for 3.7.23 | Oz Linden | |
2014-12-18 | increment viewer version to 3.7.24 | Oz Linden | |
2014-12-08 | Merge downstream code and become version 3.7.23 | simon | |
2014-12-08 | merge | Brad Payne (Vir Linden) | |
2014-12-05 | merge changes for 3.7.22-release | Oz Linden | |
2014-12-05 | increment viewer version to 3.7.23 | Oz Linden | |
2014-12-02 | Merge downstream code and become 3.7.22 | simon | |
2014-12-01 | merge fix | Brad Payne (Vir Linden) | |
2014-12-01 | remove unused gpu table code, improve logging for gpu benchmarks | Oz Linden | |
2014-12-01 | merge | Brad Payne (Vir Linden) | |
2014-12-01 | merge | Brad Payne (Vir Linden) | |
2014-12-01 | merge changes for 3.7.21 release | Oz Linden | |
2014-12-01 | merge changes for 3.7.21 release | Oz Linden | |
2014-12-01 | increment viewer version to 3.7.22 | Oz Linden | |
2014-11-24 | Attempt to thread needle for guesstimation phase of GPU classification | Graham Linden | |
2014-11-24 | Merge downstream code and become version 3.7.21 | simon | |
2014-11-21 | Tweak conversion from tested bandwidth to get better reads on low-end systems | Graham Linden | |
2014-11-20 | Put back old thresholds to try to get better match on old/new identification ↵ | Graham Linden | |
per-card | |||
2014-11-19 | Roll back changes to geo drawn in gpu_bench to stop punishing cards with low ↵ | Graham Linden | |
fill rate | |||
2014-11-19 | MAINT-4537, MAINT-4687 WIP | Brad Payne (Vir Linden) | |
2014-11-18 | Adjust gpu_bench thresholds and move VB set outside loop again for speed | Graham Linden | |
2014-11-18 | Fix for gpu_bench crash without parallels knock-on | Graham Linden | |
2014-11-17 | Attempt wider disable of using profile API when timer query is not present | Graham Linden | |
2014-11-17 | Avoid using GL_ARB_timer_query functionality when not supported and protect ↵ | Graham Linden | |
against probably-not-NULL current bound shader pointer | |||
2014-11-15 | MAINT-4537 WIP - comments and cleanup | Brad Payne (Vir Linden) | |
2014-11-15 | MAINT-4537 WIP - more joint position management during outfit changes | Brad Payne (Vir Linden) | |
2014-11-14 | MAINT-4537 WIP - joint position management during outfit changes | Brad Payne (Vir Linden) | |
2014-11-14 | MAINT-4537 WIP - order of operations during outfit change | Brad Payne (Vir Linden) | |
2014-11-11 | Merge changes for 3.7.20-release | maksymsproductengine | |
2014-11-10 | merge | Brad Payne (Vir Linden) | |