Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fixed next/prev buttons in search window | McCabe Maxsted | 2010-04-25 | 1 | -5/+5 | |
| | | ||||||
* | | Added preferences options for SpeedRez | McCabe Maxsted | 2010-04-25 | 2 | -0/+14 | |
| | | ||||||
* | | Fixed animation list | McCabe Maxsted | 2010-04-25 | 1 | -1/+10 | |
| | | ||||||
* | | Tidied up settings.xml, removed a duplicate entry | McCabe Maxsted | 2010-04-25 | 1 | -5452/+5438 | |
| | | ||||||
* | | Fixed phantom avatar on Second Life | McCabe Maxsted | 2010-04-25 | 1 | -0/+2 | |
| | | ||||||
* | | Added checkbox in preferences > advanced for http textures | McCabe Maxsted | 2010-04-22 | 2 | -1/+7 | |
| | | ||||||
* | | Updated .gitignore to ignore all mozilla folders in app_settings | McCabe Maxsted | 2010-04-19 | 1 | -1/+1 | |
| | | ||||||
* | | Added imprudence.url to the repo | McCabe Maxsted | 2010-04-19 | 1 | -0/+2 | |
| | | ||||||
* | | Added option to advanced build window to set object edit decimal places | McCabe Maxsted | 2010-04-19 | 2 | -0/+11 | |
| | | ||||||
* | | Made the CV decimal in tools patch actually work to 5 decimal places | McCabe Maxsted | 2010-04-19 | 1 | -3/+3 | |
| | | ||||||
* | | Applied slviewer-0-v12350-NumberOfDecimalsInTools.patch patch from the CV | McCabe Maxsted | 2010-04-19 | 3 | -4/+46 | |
| | | ||||||
* | | Use metaverseink.com for non-SL web searches | McCabe Maxsted | 2010-04-19 | 7 | -101/+203 | |
| | | ||||||
* | | Ported slviewer-0-v12300-ReinstateOldSearchTabs.patch from the Hippo Viewer ↵ | McCabe Maxsted | 2010-04-18 | 7 | -106/+386 | |
| | | | | | | | | (opensim currently uses the old search all) | |||||
* | | Fixed windows compile error introduced in ca315cbe | McCabe Maxsted | 2010-04-18 | 1 | -3/+3 | |
| | | ||||||
* | | Use opensim limits for hollow (99) and hole (0.01). Need to add option to ↵ | McCabe Maxsted | 2010-04-18 | 4 | -6/+4 | |
| | | | | | | | | enable in the ui | |||||
* | | Merge commit 'armin/beta2-bugfixes' into 1.3-beta2bugfixes | McCabe Maxsted | 2010-04-14 | 29 | -273/+260 | |
|\ \ | ||||||
| * | | fix bring help-f1 page under control of hippogridmanager | Armin Weatherwax | 2010-04-12 | 6 | -98/+41 | |
| | | | ||||||
| * | | fix show correct register account and lost password web page | Armin Weatherwax | 2010-04-12 | 1 | -5/+16 | |
| | | | ||||||
| * | | remove link limits: (take 2) depending on grid. | Armin Weatherwax | 2010-04-12 | 5 | -20/+35 | |
| | | | | | | | | | | | | Seems OSim creates several linksets though. | |||||
| * | | fix: Bug #239 by reverting commit 187e36f6: invisible Textures on HG | Armin Weatherwax | 2010-04-12 | 1 | -4/+0 | |
| | | | ||||||
| * | | fix: handle bad ping more relaxed. | Armin Weatherwax | 2010-04-12 | 1 | -1/+4 | |
| | | | ||||||
| * | | fix: don't llerr-crash on some bad textures. | Armin Weatherwax | 2010-04-12 | 1 | -1/+1 | |
| | | | | | | | | | | | | Downside: instead of crashing some avatars stay white for some time. | |||||
| * | | fix: don't try in vain to fetch a texture from a host not responding. | Armin Weatherwax | 2010-04-12 | 1 | -4/+4 | |
| | | | ||||||
| * | | support more OpenSim limits (number of groups, hollow size) | Armin Weatherwax | 2010-04-12 | 7 | -15/+29 | |
| | | | ||||||
| * | | Use Hippogridmanager for OpenSim detection. | Armin Weatherwax | 2010-04-12 | 9 | -59/+35 | |
| | | | ||||||
| * | | disable voice (for the session) if binary not found | Armin Weatherwax | 2010-04-12 | 1 | -0/+1 | |
| | | | ||||||
| * | | despam voice client: no ProvisionVoiceAccountRequest capability | Armin Weatherwax | 2010-04-12 | 1 | -2/+2 | |
| | | | ||||||
| * | | respect --grid and --login (and --loginuri over --grid). | Armin Weatherwax | 2010-04-12 | 2 | -15/+38 | |
| | | | ||||||
| * | | Removed Second Life from the default grid list. | Jacek Antonelli | 2010-03-27 | 3 | -22/+6 | |
| | | | | | | | | | | | | Second Life is no longer officially supported, due to TPV Policy concerns. | |||||
| * | | Load login page using Imprudence version instead of SL version. | Jacek Antonelli | 2010-03-27 | 1 | -2/+3 | |
| | | | | | | | | | | | | This will enable us to notify users of updates via the login page. | |||||
| * | | Improved make_changelog.py. | Jacek Antonelli | 2010-03-18 | 1 | -20/+39 | |
| | | | | | | | | | | | | | | | | | | | | | * Uses 'subprocess' module instead of 'commands' (which is Unix-only). * No longer overwrites ChangeLog.txt when it fails. @nochangelog | |||||
| * | | ChangeLog.txt is no longer required for packaging. | Jacek Antonelli | 2010-03-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | @nochangelog | |||||
| * | | Manifest files can now be optional. | Jacek Antonelli | 2010-03-18 | 1 | -4/+5 | |
| | | | | | | | | | | | | If required=False, the manifest won't fail if the file is missing. | |||||
* | | | Added prim media functions and new script functions from SL server 1.38.0 | McCabe Maxsted | 2010-04-14 | 2 | -4/+60 | |
| | | | ||||||
* | | | Enable embed item in new object by default | McCabe Maxsted | 2010-04-13 | 1 | -1/+1 | |
| | | | ||||||
* | | | Enable grid sub-unit snapping by default | McCabe Maxsted | 2010-04-13 | 1 | -1/+1 | |
| | | | ||||||
* | | | Changed advanced build options to per-account settings, added OK, Apply, ↵ | McCabe Maxsted | 2010-04-13 | 4 | -73/+308 | |
| | | | | | | | | | | | | Cancel, Clear Item, and Reset to Default buttons | |||||
* | | | Save custom prim defaults on a per-account basis rather than globally | McCabe Maxsted | 2010-04-13 | 7 | -284/+273 | |
| | | | ||||||
* | | | Ported Emerald build preferences and added them to llfloaterbuildoptions instead | McCabe Maxsted | 2010-04-13 | 9 | -28/+660 | |
| | | | ||||||
* | | | From Emerald: added option to rez objects under the proper land group to ↵ | McCabe Maxsted | 2010-04-12 | 4 | -4/+68 | |
| | | | | | | | | | | | | prevent autoreturn | |||||
* | | | Fixed teleport chat, made 'teleported from' messages appear when ↵ | McCabe Maxsted | 2010-04-10 | 2 | -5/+12 | |
| | | | | | | | | | | | | DisableTeleportScreens is true | |||||
* | | | Merge branch '1.3-tpscreentext' into 1.3-tpscreentext2 | McCabe Maxsted | 2010-04-10 | 1 | -5/+58 | |
|\ \ \ | ||||||
| * | | | Add text for teleporting while DisableTeleportScreens set to TRUE (doesn't ↵ | McCabe Maxsted | 2010-04-10 | 1 | -5/+58 | |
| | | | | | | | | | | | | | | | | display in the console for some reason) | |||||
* | | | | Added grid info to Help > About Imprudence (from Hippo) | McCabe Maxsted | 2010-04-10 | 1 | -0/+3 | |
| | | | | ||||||
* | | | | Removed hardcoded references to Second Life when unable to connect to a region | McCabe Maxsted | 2010-04-10 | 1 | -5/+8 | |
| | | | | ||||||
* | | | | Removed some duplicate includes I've come across | McCabe Maxsted | 2010-04-10 | 10 | -20/+0 | |
|/ / / | ||||||
* | | | Fixed spacing on AO first use notification | McCabe Maxsted | 2010-04-09 | 1 | -2/+1 | |
| | | | ||||||
* | | | Added ugly checkbox to toggle shadows in Preferences > Advanced | McCabe Maxsted | 2010-04-09 | 4 | -3/+59 | |
| | | | ||||||
* | | | Added a first use notification to the AO | McCabe Maxsted | 2010-04-09 | 7 | -2/+36 | |
| | | | ||||||
* | | | Added checkbox for showing client names in nametag (doesn't change their ↵ | McCabe Maxsted | 2010-04-07 | 2 | -0/+6 | |
| | | | | | | | | | | | | color though) in Preferences > Advanced |