Haven & Hearth

Haven & Hearth

Hurricane
Se afișează 1-10 din 33 intrări
< 1  2  3  4 >
Actualizare: 31 oct. @ 7:54

v1.34b

- Fix Study labels not properly updating when adding/removing curios (and probably other labels in other places too)

Actualizare: 18 oct. @ 10:24

v1.34a

- Add Play_Linux.sh (equivalent of Play.bat, but for Linux)
- Fix Action Search window location not saving when using the close button instead of the hotkey
- Potential fix for ArrayIndexOutOfBounds Exception in HitBoxGobSprite

Actualizare: 18 sept. @ 14:29

v1.34

- Merge loftar's latest code
- Sort experience events by last seen instead of alphabetical
- Rewrite music window improvements, and add Improved Instrument Music Window Setting (Interface Settings), for Midi2Haven support (allows using the default window by disabling this option)

Actualizare: 31 aug. @ 16:34

v1.33a

- Fix Inventory Square UI Scaling for high OS Display Scales

Actualizare: 13 aug. @ 20:36

v1.33

- Lower chat smallest size limit
- Remove close button from Quest Objectives Window
- Add Roasting Spit Bot (Custom Client Extras -> Bots)
- Some Pathfinder Fixes
- Add Prevent using Raw Hide when Riding a Horse Setting (Gameplay Automation Setting)
- Remove Action Button for Toggle Barrel Contents Text
- Add Show Barrel Contents Text Keybind
- Add Show Icon Sign Text Keybind
- Add Show Cheese Racks Tier Text Keybind
- Add Tooltips to Action Bars
- Added Cellar Digging Bot (Custom Client Extras -> Bots)
- Add "Doors" option to Click Nearest Object Keybinds
- Change character screen images (again, I know)

Actualizare: 11 aug. @ 8:34

v1.32a

- Update Quick Slots Widget Setting Tooltip (Interface Settings)
- Fix alchemist login screen theme (oops)
- Add missing thicket tile highlight
- Change UI windows bottom right corner (remove that funny loop and make it look normal)
- Turn chat into a movable window
- Add 2 more login screen styles
- Small login screen touch-ups
- Reduce filesize for a few music resources

Actualizare: 7 aug. @ 16:49

v1.32

- Fix valhalla self alarm and do the same thing for creation room wizard (should work for any ping now)
- Another potential fix for sprite crash in barter stands
- Turn current quest objectives into a movable window
- Add Transparent Quests Objectives Window Setting (Interface Settings)
- Change how map markers get uploaded to web map (upload when you walk by them in game), and remove option to upload custom added markers
- Add 3 more login screen styles
- Improve hud text input left and right margins
- Fix text input caret being offcentered on interface scale 1.0x (for my OCD)
- Add fetched resource code for DeadWnd (ui/hondead)
- Improve DeadWnd a bit
- Lower combat top panel and bottom panel height limit (Combat Settings)
- Remove combat range circles when in a vehicle
- Fix skybox interfering with mouseover info (ctrl+shift) for water tiles
- Make Left Hand and Right Hand Quick-Switch keybinds no longer depend on QuickSlotsWdg
- Remake Quick Slots Widget to allow selecting which slots you want to see, and add settings for it (Interface Settings)
- Add mouse-over tooltip to Quick Slots Widget
- Add hover-inventories to Quick Slots Widget
- Merge Loftar's latest code

Actualizare: 27 iul. @ 23:18

v1.31

- Remake the combat data display into an overlay in the Gob class, rather than drawing all of them in the fightview
- Fix Weapon Range nullpointer exception

Actualizare: 26 iul. @ 23:27

v1.30a

- Merge Loftar's latest code (related to this: https://www.havenandhearth.com/forum/viewtopic.php?p=960116#p960116)

Actualizare: 23 iul. @ 8:55

v1.30

- Fix toggle buff icons having double frames
- Fix player alarms/names triggering on off-stand mannequins
- Stop player alarm for character creation room wizard (might not work great for high ping players)
- Potential fix for rare barter stand crash
- Fix skybox texture edges being off by 1 pixel
- Rename Combat UI Settings to Combat Settings
- Move some relevant settings from Display Settings to Combat Settings and reorganize Combat Settings
- Fix a lot of setting names and tooltips, and add a ton of additional tooltips to many settings
- Add a sound preview when enabling the Sound Alert for Finished Curiosities setting
- Move a few settings in Display Settings
- Add Show Collision Boxes Hotkey button to Display Settings too
- Make ColoredCircleSprite black outline less transparent
- Add Show Your Combat Range Circles Setting (Combat Settings)

Other irrelevant (dev) stuff most players won't care about or notice:
- Update cmd_findupdates and add a new ANT target in build.xml to run the command
- Add a new ANT target in build.xml to upload the client to the steam workshop
- Remove heapdumps args from Play.bat (they don't work...)
- Change setTextColor method in CheckBox to only require a color argument
- Rename Show Beast Danger Radii setting to Show Dangerous Beast Radii (Display Settings)
- Rename Display Object Health Percentage setting to Display Object Durability Percentage (Display Settings)
- Change Show Object Collision Boxes checkbox variable name and preference string
- Add updateCurrentWeapon method in Gob, used to cache the name of the currently equipped weapon
- Use the cached currentWeapon string in Fightsess, rather than checking the composite attribute every time