Jump to content

Steam Release - 16th Feb 2014 - Build 23


RobertJohnson

Recommended Posts

Hello everyone,

No Dragons this time... Damn, they'll never let me dev the Dragons....

 

Please note there's a bug with the Mac version where some people's game world may appear as a big jumbled mess. This should be fixed within the next 24 hours.

 

[PERFORMANCE]

  • Big improvements to multithreaded rendering performance.

[bUGFIX]

  • Fixed a bug in the thunder : The system roll a dice each day, and you have 1/20 chance of having a "thunder day", though a bug made every day is a thunder day ! So yeah, I know some of you loves thunder, but you'll have much less of them now.. :P
  • Fixed some farming bugs (mainly plant disapear though you could still water them etc. Thanks Twiggy for the saved game ! :)).
  • If you have an item equipped in both hands (e.g. baseball bat) and unequip it, the BOTH hands will now be unequipped.
  • Light switches and lamps should Just Work ™ now. Whether a light switch is on or off is now saved (which required the world version to be bumped). Plus, turning a lamp on or off in a room will no longer turn all the room's lights on/off. Light switches have a higher priority than other objects so they're easier to click on (I figure that's ok since they're so tiny, they won't block you clicking on important stuff usually). Also street lights don't mysteriously shut off after you leave an area or reload your game. And Mash has been busy adding missing switches and lamps to the map.
  • Fixed not being able to click the scrollbar in the options screen when scrolled down.
  • Fixed the Reload difficulty combobox getting repositioned after clicking (it's position was getting restricted to the screen size even though it is in a scrolling parent widget).
  • Made a few attempts to fix weapon-related bugs. The timed action queue would sometimes get broken when firing/reloading while other actions were in progress.
  • Fixed hovering the mouse over the moodles at non-100% zoom.
  • Fixed multiple attacks per attack animation while holding down the left mouse button. This doesn't fix the pistol shooting too quickly, it has a very short attack animation.
  • Fixed the shotgun sprite not rendering while aiming it.
  • Fixed the mousewheel not working in the character-creation screens. The main options screen was getting the mousewheel events even though it was hidden.
  • Fixed the traits list in character creation not scrolling properly after removing traits from it.
  • Fixed dragging tabs out of the character info window. Now when you drag a tab out to a separate window, that window will be toggled by the hotkey. So if you drag the health tab out, 'h' will hide/show just that window. Ditto for the skills and traits tabs.
  • Squares along chunk boundaries were all marked as blocked in the NE or SW directions. Tracked this down after I saw some weird lighting on the ground near a streetlight. Probably affected pathfinding too.
  • Light switches were using 30 days as the electricity cuttoff date when they should have been using the sandbox option (14 days in survival).
  • Ambient light from outside buildings shines through windows and doors so rooms aren't quite as dark at night. The code for this was already in there but got broken at some point.
  • UIElement no longer creates a double-click if the mouse moved more than 5 pixels in any direction from the initial click.
  • Fire fixes:
    • MIssing sprites. Still some missing smoke sprites due to a naming issue in the pack file.
    • The same fire added twice to the global list of fires.
    • Fire objects not getting removed from the square they were on after they burned out.
    • NullPointerException due to fires getting added where they weren't allowed.
    • Characters that were burning when saving the game weren't given fire sprites or light after loading.
    • When a real zombie was turned into a virtual one the fire sprites and light were not removed from it, so when it got turned into a real zombie later it looked like it was burning.
  • Got the molotov weapon working pretty well. No idea if they can be crafted or not. You can see the molotov flying through the air when thrown (It was using a sprite that didn't exist). After throwing, another molotov will be chosen as the current weapon if the player has one rather than switching to some other weapon. The throw physics needs work. Currently, the closer the target, the lower the throw velocity.
  • Crafting stairs bugs fixed. There was a field not being saved that caused crafted stairs to become blocked when trying to use them. There was also a bigger issue that put new grid squares into the wrong location, so when you went up the stairs there was no floor tile at the top and you ended up floating on z=1. The fix for that might break other stuff though. :shock:
  • This : http://theindiestone.com/forums/index.php/topic/4571-possible-to-refill-a-bowl-of-water-infinitely/ fixed
  • Fixed crafted items in a bag not being transferred to the main inventory before crafting begins. This is the reason your clothes get ripped when you click on an item in one of your bags to make bandages for example.
  • Fixed farming actions causing the player to walk right onto the plant's square instead of stopping next to the square.
  • Fixed the inventory tooltip being invisible after unpausing the game if the mouse was hovering over the inventory window. Also, hide the inventory tooltip when mousing over the Category column, otherwise it obscures the grab/drop buttons and stays stuck on the last item it was over.
  • Fixed right-clicking on windows with containers behind them.
  • Items in equpped bags show 'unpack' instead of 'grab' buttons. There was a save/load bug that broke this.
  • Fixed glitches with clicking/dragging tabs in the character info window.
  • Fixed the inventory/loot windows sometimes getting "stuck" following the mouse.
  • Fixed the -Game Paused- text being off-center.
  • Fixed the player sometimes getting drawn overtop of objects after coming down a staircase.
  • Fixed skill-book reading times. If you increased the game speed while reading, the book would get read much more quickly. Now every page takes 2 game-world minutes to read no matter the game speed.
  • The player now remembers how many pages of each type of book have been read. In the old system, each book recorded the number of pages read in itself only. That was a problem if you started a new character from an old savefile, the new character couldn't read already-read books.
  • Fixed DrainableComboItem rate of depletion. Candles would not be drained at 60 fps.
  • Unequip items (such as candles) when depleted.
  • The item selection is cleared when switching containers in the inventory/loot windows.
  • Fixed inventory item text being drawn more than once when dragging.
  • Fixed not being able to unequip clothes from the primary/secondary slots.
  • Damage from fire to the player wasn't affected by the speed setting.
  • Fixed mysterious burnt wall tiles sometimes appearing where fires had been after sleeping.
  • FIxed mod resources and savegame thumbnails not loading on MacOSX.
  • Food starts cooking when its internal temperature reaches a certain point, not just when the stove it is in is at a certain temperature. A side effect of this is that food will continue to cook for a short time when removed from a stove.
  • The 'Skill points available' display was changed to handle double-digit skill points better.
  • Fixed an exception when placing a farming plot while it was raining. Also fixed sprites from previously-built items showing up when rotating a farming plot with the 'R' key.
  • Fixed Lua timed action update() method not seeing the 100% job delta.
  • Fixed Lua debugger not centering the source window on a breakpoint.
  • Screen resolutions are now sorted by increasing width and height in the options.
  • Fixed o/p keys in Last Stand challenge 2 working in challenge 1.
  • Fixed the on/off state of building alarms not being restored properly.  The game would correctly save whether an alarm was on/off, but would only set it to 'on' when reloading a game.  Because of this and because the on/off state is initially randomized every time a game starts, over time more and more buildings would get alarmed.  When loading an old savefile, the status of alarms will be reset to a reasonable amount.  This should only affect buildings that haven't been explored yet.  You'll see the total number of alarmed buildings printed to the console.
  • Clicking the 'inventory' button will toggle the loot window in sync with the inventory window, in case one was visible and the other was not.
  • Fixed multiple raindrops and rain splashes on single tiles.
  • Fixed randomly seeing through walls.  If you ran right along a wall, you could sometimes see inside the building.  This also seemed to happen when climbing through a window.
  • Fixed animation issue with zombies climbing through windows, they would appear to teleport forward for 1 frame.
  • Fixed the text-entry box drawing text when it's parent was collapsed.  If you use the NecroForge mod you'll know what I mean.

[NEW STUFF]

  • Added mouse-over highlighting to combobox choices.
  • Added 'walk to' timed actions before using a water source, using a stove, or grabbing items off the ground. No more refilling your bottles from across the room.
  • When clicking on a container in the world, that container will be highlighted in the loot window, but only if the container is in the loot window. Previously, some other container (or none) would be highlighted even though the clicked container's contents were in the list.
  • Added a 'layout manager' to remember the size/position/visibility/pinned state of the various game windows. It remembers this at each different resolution. All the info is saved to layout.ini in the user's Zomboid folder whenever the game exits during the new OnPostSave event.
  • Added mouse-over highlighting to combobox choices.
  • Restored the old pulsing read damage indicators in the health panel.
  • Made the character-trait tooltips easier to read in the tabbed character window.
  • You can now build light sources, for now only one : some planks, some nails + a torchlight and here you go, a 4 directions torchlight on a wooden pillar, don't forget to turn it off when you leave your base as it drain energy ! Also don't forget to change the battery some times.. ;) Note : This is fully moddable, you can do light source with everything you want, including fuel you want (or no fuel but just a life, like for candle, but those are planned already :D), don't hesitate if you have some question on it !
  • Campfire context menu now has submenus for "Add Fuel" and "Light" so you can choose exactly which inventory item to use. You already could choose the item for "Add Fuel".
  • When pausing the game, all the in-game windows are hidden so you can't click on them while using the option screen. Less clutter too.
  • A progress bar shows how long until food is cooked, and how long before it is burned after cooking. You need to expand the food item in the inventory window to see the progress bar.
  • When filling dirt/gravel/sand bags from the ground, only 1/4 of the bag is filled each time. Submenus let you choose exactly which bag to use. Also, the player must walk next to the spot when filling a bag.
  • Campfires are a bit nicer. They have an actual animated fire sprite and will set the player/zombies on fire if stepped on. Light cast by the fire goes on/off as it should.  Adding fuel to a campfire increases the amount of time it will burn as well as the light radius.  A new file camping_fuel.lua lists the different fuel types and how much burn-time each is worth.
  • For modder's, nested Lua tables in mod data are now supported:
    • Keys may be either number or string.  Only string was allowed before.
    • Values may be boolean, number, string or table.  Only number and string were allowed before.
  • The game will write all of its console output to a text file ~/Zomboid/pzlog.txt in addition to the console.
  • A new OnResolutionChange event fires when the screen size changes.  This is used to update the layout of the various option screens gracefully.  The option screens are not so small on 1024-pixels-wide or smaller screens.
  • Zombies will (usually) wander away from a window they just climbed through.  This was done to fix the jumping in/out of a window repeatedly, although that still happens sometimes.
  • Any item that can store water will now show a 'Pour on ground' context menu option.  This means that bottles of Mayonnaise, bowls of soup, etc, can be emptied out.
  • Custom maps now supported.  You can create a mod, put one or more custom world maps into the media/maps directory, and they will show up in the map selector screen when creating a new character.  They will only show up for enabled mods.  Savefiles remember which map directory the world came from, so if the mod gets uninstalled or disabled, you won't be able to play that savefile.

[bALANCE]

  • Changed things in the torch lighting, first all light source are a bit stronger (candles, lighter and torch light), plus the torch flicker is now much more realistic.

[EASTER EGGS]

  • Only a real Sir know how to moonwalk...

[TRANSLATIONS]

  • Fixed Turkish translation.

[OS X Changes]

  • OS X now uses Java 7, meaning you'll need OS X 10.7 or later to play. Sorry for the inconvenience, but we needed the OS X package updated to work with recent Java and OS X 10.6 and below uses Java 6. Contact Rathlord if you're using an older OS, he may be able to show you a workaround.
  • Java is now packaged with the game for OS X. Java version on computer is no longer relevant.
  • OS X can now use the Launcher
  • Mod posters now function on OS X
  • Mod sprites now function on OS X
Edited by Rathlord
Added OS X changes
Link to comment
Share on other sites

Fixed a bug in the thunder : The system roll a dice each day, and you have 1/20 chance of having a "thunder day", though a bug made every day is a thunder day ! So yeah, I know some of you loves thunder, but you'll have much less of them now.. :P

Aww can you make that changeable in sandbox or atleast change it to 1/10 thisthunder is amazing don't hide it.

Link to comment
Share on other sites

Hi dear devs and players!

 

I don't know if it has been mentioned yet but i noticed when my bearded character face left and similar directions and he is smashing the knocked down zombie which is lying on the gound with a baseball bat, frying pan, axe, etc melee weapon, his beard is animated in the opposing direction.

 

That "bug" is also in eckyman's videos on youtube like in this one at 1 minute 49 seconds: http://www.youtube.com/watch?v=VGQHzuZdgXU .

 

When he is smashing the knocked down zombie which is lying on the ground you can easily notice the beard moving the opposite direction.

 

Sorry if this has been mentioned before and or it's just a small bug that i shouldn't reported and bothered with here.

 

Thanks in advance! I love your game.

 

Merry christmass and happy holidays to everyone!

 

ps: I'm sorry but english isn't my native language.

Well known bug and one that gets fixed with the new 3D system. Correct me if I'm wrong, though . . .

Link to comment
Share on other sites

  • 2 weeks later...

Hey peeps !

 

This is an awesome update by our lovely new teammate : Tim Baker ! (aka EasyPickins)

 

[bUG FIX]

  • Light switches and lamps should Just Work ™ now.  Whether a light switch is on or off is now saved (which required the world version to be bumped).  Plus, turning a lamp on or off in a room will no longer turn all the room's lights on/off.  Light switches have a higher priority than other objects so they're easier to click on (I figure that's ok since they're so tiny, they won't block you clicking on important stuff usually).  Also street lights don't mysteriously shut off after you leave an area or reload your game.  And Mash has been busy adding missing switches and lamps to the map.
  • Fixed not being able to click the scrollbar in the options screen when scrolled down.
  • Fixed the Reload difficulty combobox getting repositioned after clicking (it's position was getting restricted to the screen size even though it is in a scrolling parent widget).
  • Made a few attempts to fix weapon-related bugs.  The timed action queue would sometimes get broken when firing/reloading while other actions were in progress.
  • Fixed hovering the mouse over the moodles at non-100% zoom.
  • Fixed multiple attacks per attack animation while holding down the left mouse button.  This doesn't fix the pistol shooting too quickly, it has a very short attack animation.
  • Fixed the shotgun sprite not rendering while aiming it.
  • Fixed the mousewheel not working in the character-creation screens.  The main options screen was getting the mousewheel events even though it was hidden.
  • Fixed the traits list in character creation not scrolling properly after removing traits from it.
  • Fixed dragging tabs out of the character info window.   Now when you drag a tab out to a separate window, that window will be toggled by the hotkey.  So if you drag the health tab out, 'h' will hide/show just that window.  Ditto for the skills and traits tabs.
  • Squares along chunk boundaries were all marked as blocked in the NE or SW directions.  Tracked this down after I saw some weird lighting on the ground near a streetlight.  Probably affected pathfinding too.
  • Light switches were using 30 days as the electricity cuttoff date when they should have been using the sandbox option (14 days in survival).
  • Ambient light from outside buildings shines through windows and doors so rooms aren't quite as dark at night.  The code for this was already in there but got broken at some point.
  • UIElement no longer creates a double-click if the mouse moved more than 5 pixels in any direction from the initial click.
  • Fire fixes:
    • MIssing sprites.  Still some missing smoke sprites due to a naming issue in the pack file.
    • The same fire added twice to the global list of fires.
    • Fire objects not getting removed from the square they were on after they burned out.
    • NullPointerException due to fires getting added where they weren't allowed.
    • Characters that were burning when saving the game weren't given fire sprites or light after loading.
    • When a real zombie was turned into a virtual one the fire sprites and light were not removed from it, so when it got turned into a real zombie later it looked like it was burning.
  • Got the molotov weapon working pretty well.  No idea if they can be crafted or not.  You can see the molotov flying through the air when thrown (It was using a sprite that didn't exist).  After throwing, another molotov will be chosen as the current weapon if the player has one rather than switching to some other weapon.  The throw physics needs work.  Currently, the closer the target, the lower the throw velocity.
  • Crafting stairs bugs fixed.  There was a field not being saved that caused crafted stairs to become blocked when trying to use them.  There was also a bigger issue that put new grid squares into the wrong location, so when you went up the stairs there was no floor tile at the top and you ended up floating on z=1.  The fix for that might break other stuff though. :shock:

[NEW STUFF]

  • Added mouse-over highlighting to combobox choices.
  • Added 'walk to' timed actions before using a water source, using a stove, or grabbing items off the ground.  No more refilling your bottles from across the room.
  • When clicking on a container in the world, that container will be highlighted in the loot window, but only if the container is in the loot window.  Previously, some other container (or none) would be highlighted even though the clicked container's contents were in the list.
  • Added a 'layout manager' to remember the size/position/visibility/pinned state of the various game windows.  It remembers this at each different resolution.  All the info is saved to layout.ini in the user's Zomboid folder whenever the game is saved.  I'm a bit nervous about it causing exceptions right when the game is saving though. :cry:
Link to comment
Share on other sites

 

 

 

Is it live? I still show 21.

No, that is why the thread title has UPCOMING in it.

 

 

I was uncertain. The thread was created 23 December and a post about changes was today.  

 

Thanks for the clarification.

 

 

If the post say UPCOMING, it's because it's.... upcoming :D

 

thats what you guys get for trying to give us a little taste before

dinner is ready

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...