Please login or register.

Login with username, password and session length
Advanced search  

News:

Latest WME version: WME 1.9.1 (January 1st, 2010) - download

Pages: [1] 2 3 ... 5

Author Topic: Latest stable: WME 1.8.11 (Sep 4 2009)  (Read 109326 times)

0 Members and 1 Guest are viewing this topic.

Mnemonic

  • WME developer
  • Administrator
  • Addicted to WME forum
  • *
  • Karma: 41
  • Offline Offline
  • Gender: Male
  • Posts: 5683
    • View Profile
    • Dead:Code Site
Latest stable: WME 1.8.11 (Sep 4 2009)
« on: September 23, 2007, 05:53:21 PM »

Hi muties,

after several beta versions, WME 1.8.10 with wide screen support is here. Enjoy ::beer

EDIT: And now WME 1.8.11 is out, with some bugfixes.

WME 1.8.11 installer download (16MB)

(Note: Saved games are compatible with WME 1.7.2 and later)


Version 1.8.11 (September 4, 2009) - maintenance release

  • New method window.CreateEntityContainer().
  • Method entity.PlayTheora() now allows you to specify starting time for video playback.
  • FIX: Hidden geometry misplaced in scenes with parallax scrolling.
  • FIX: Wrong mouse position when using Game.MouseX / Game.MouseY / Game.LockMouseRect() together with aspect ratio correction.
  • FIX: WindowEdit not storing the FadeColor property.
  • FIX: Calling Game.EndDlgBranch() when there was no active dialogue branch crashed the engine.
  • FIX: Aligning static control content to the bottom edge didn't work.
  • FIX: Minor bug in String Table Manager.


Version 1.8.10 (February 14th, 2009)

  • Support for maintaining optimal aspect ratio when running normal resolution game on a widescreen monitor and vice versa. See the "Wide screen support" chapter in documentation for more details.
  • WME now uses nearest higher resolution for full-screen if the originally requested resolution isn't available.
  • New "Use desktop resolution" setting in ProjectMan, which allows players to run the game in monitor's native resolution.
  • New script property actor3D.AmbientLightColor for overriding ambient lighting for individual actors.
  • New script property Game.SaveDirectory for querying the directory where saved games are stored.
  • Updated Theora video library to version 1.0.
  • FIX: Rare crash in pathfinding for 3D actors.
  • FIX: 3D actors sometimes briefly displaying wrong pose when transitioning between animations.
  • FIX: 3D actors not resetting talking animation when talking on other channel than 0.
  • FIX: DropToFloor property incorrectly affecting 3D actor attachments moving them to unexpected positions.
  • FIX: Nested GUI windows displaying in wrong position if their parent window is moved.


Version 1.8.6 (April 6th, 2008)
  • 3D characters now can contain "private blocked regions" for simple collision detection between actors (only works for scenes with 2D parthfinding enabled).
  • Added an option to include the D3DX library with compiled game (for games using Direct3D 9).
  • The crash reporter is now disabled if WME is being debugged (useful for plugin developers).
  • The Game.PlayVideo() method is now marked as deprecated in favour of Game.PlayTheora().
  • FIX: The editor control now works in UTF8 mode and with right-to-left languages.
  • FIX: Sprite.Reset() method now also stops all sounds being played by the sprite.
  • FIX: Playing Theora video inside a GUI window (using an embedded entity) resulted in misplaced video.
  • FIX: Some minor bugfixes.
Version 1.8.5 (March 16th, 2008)
  • New scripting methods (see the documentation for more details):
    • actor3d.GetBonePosition2D(), actor3d.GetBonePosition3D() - for querying 2D and 3D position of a specified bone.
    • actor3d.CreateParticleEmitterBone() - for creating particle emitter connected to a specified bone.
    • actor3d.SetTheoraTexture() - for assigning a Theora video as a texture.
    • actor3d.AddIgnoredLight(), actor3d.RemoveIgnoredLight() - for specifying lights that should/shouldn't affect the 3D actor.
  • The CreateParticleEmitter() method of actors and entities now allows you to specify that the particle emitter will follow its owner around.
  • SpriteEdit now allows you to enable vertical/horizontal mirroring of animation frames.
  • SpriteEdit now provides an option to keep streamed animations in memory after they stream in.
  • In WindowEdit you can no longer select hidden controls with mouse in the preview pane.
  • WindowEdit now allows you to set the "Caption" property for editors.
  • The "compatibility mode" (aka DirectDraw mode) has been dropped. WME games now require 3D accelerated video card.
  • New PAINT_WHOLE_CELL property is now available in bitmap font definitions to allow proper character overlapping. The SPACE_WIDTH property is now documented.
  • FIX: Particle emitters assigned to 3D actors didn't always work.
  • FIX: Crash on terminating script with child threads still running.
  • FIX: Images used instead of sprites were needlessly loaded twice from disk.

Version 1.8.3 (February 9th, 2008) - yet another maintenance release
  • Updated libVorbis to the latest version.
  • FIX: Response boxes sometime briefly displaying text using system font.
  • FIX: Yet another attempt to fix the actor skipping when using certain combinations of GoTo and TurnTo methods.
  • FIX: Added a missing "Caption" property to buttons in WindowEdit.
  • FIX: Removed forgotten debug log messages in ProjectMan.

Version 1.8.2 (January 13th, 2008) - maintenance release
  • New Scene.ScrollToAsync() method omitted in previous releases.
  • New Game.AutorunDisabled property to enable/disable Windows CD AutoRun feature while the game is running.
  • FIX: Random crashes when using custom fonts for dialogue responses.
  • FIX: actor3D.GoTo() method causing actor jumping to a target position under certain conditions.
  • FIX: The editor control no longer "eats" key presses it cannot handle (such as function keys).

Version 1.8.1 (November 4th, 2007) - maintenance release
  • WME compiler now recognizes the #region and #endregion directives for better visual script organization. WME Integrator can now add support for these directives (users of UltraEdit/UEStudio please re-generate integration files).
  • FIX: WindowEdit was not saving scripts attached to entity containers.
  • FIX: Display driver crash in ProjectMan when rapidly changing scene previews.
  • FIX: 3D actors sometimes getting stuck in the corner when 2D pathfinding was enabled.
  • FIX: Engine crash when the user used = instead of == for comparison.
  • FIX: Engine crash when changing scene while GetResponse() was active.
  • FIX: Occasional crash in 3D scenes while changing to another scene.
  • FIX: Inventory item cursors not animating when "combined cursor" is enabled.
  • FIX: Wrong paths generated by SceneEdit immediately after adding a new package to the project.

WME 1.8 (September 23rd, 2007)
     
  • WME is now available in two versions, Direct3D 8 and Direct3D 9. You can select which version of the runtime should be used in project settings in ProjectMan.
  • New option "Hardware T&L" in ProjectMan to enable hardware accelerated transform and lighting for 3D models.
  • New WindowEdit tool for editing windows, inventory boxes and response boxes.
  • Windows Vista integration support. WME games can now be integrated in Vista's Game Explorer. The changes are too numerous to be listed here. Please see the "Windows Vista support" chapter in the documentation for a detailed description.
  • Changes to animation handling for 3D characters:
    • The StopAnim() method now accepts an optional transition time.
    • There is a new actor3D.AnimStopTransitionTime property for specifying the time it takes to transition back to default pose once animation ends.
    • Non-looping animations played using the PlayAnimChannel() method no longer get stuck at final frame.
  • New WME crash reporting library which can upload crash details to a database or send it by email. Please upload crash reports so that common crash causes can be analyzed and fixed.
  • Optimized rendering speed of tiled images, bitmap fonts and particles.
  • New format for 2D actors definition file. It allows you to define any number of named animation sets. The animation sets can be then switched at runtime using the new actor.IdleAnimName, actor.WalkAnimName, actor.TalkAnimName, actor.TurnLeftAnimName and actor.TurnRightAnimName properties. Additionally you can load new animation sets at runtime using the actor.MergeAnims() method and unload them using the actor.UnloadAnim() method. The actor.PlayAnim() method now accepts either a script filename or an animation set name. Basically all this is an effort to make 2D actors handling more flexible and more similar to the 3D actors model.
  • Direct keyboard movement for 3D characters now also works for scenes with 2D blocked regions.
  • New "Require sound" option in ProjectMan. If enabled the game will not run without a sound card (can be used for games which heavily rely on sound design).
  • String tables now accept space as a separator, not only tabs.
  • WME Integrator now also supports UEStudio.
  • The numpad + and - keys in SceneEdit now also work for adding waypoints, not only region vertices.
  • Changed the way method calls are terminated (see this forum thread for a detailed description). Since this is a potentially breaking change, it's possible to restore the previous behavior using the "Compatibility" property in ProjectMan.
  • New debugging options in ProjectMan. You can now specify  that you want to include the crash reporting library with the compiled games and that you want the FPS display / debug mode to be enabled for the compiled games. It's useful for building alpha/beta versions of the game.
  • New "copy as is" file filter in ProjectMan, which specifies that certain file types aren't included in game packages, but rather copied to the output directory. Useful for TrueType fonts and AVI videos.
  • ProjectMan now displays short help for all the project options.
  • New property Game.MaxActiveLights which returns the maximum number of lights supported by video card.
  • New property Game.HardwareTL to check whether the game is using hardware transform and lighting.
  • New property Game.StartupScene and a corresponding setting in ProjectMan. The standard template now takes advantage of this property instead of hardcoding the filename of the scene.
  • New Scene event SceneShutdown which is triggered just before the scene is about to be changed.
  • New method Scene.GetLightColor() for querying the color of a 3D light.
  • New Game.GetFileChecksum() method for calculating a checksum (CRC32) of a specified file (useful for copy protection schemes).
  • New scene methods and properties for querying lights and 3D nodes: Scene.NumLights, Scene.GetLightName(), Scene.IsLightEnabled(), Scene.IsNode3DEnabled().
  • New method for storing the saved game thumbnail (i.e. you can now specify the exact moment when to take the screenshot if you need to, instead of letting the engine do it automatically) - Game.StoreSaveThumbnail(). Similarly, the Game.DeleteSaveThumbnail() can be used to release the stored thumbnail.
  • New 3D actor methods for checking if an animation is playing: actor3D.IsAnimPlaying(), actor3D.IsAnimChannelPlaying().
  • New 3D actor methods for specifying animation transition time for various animation pairs: actor3D.SetAnimTransitionTime(), actor3D.GetAnimTransitionTime().
  • New 3D actor property for specifying which channel to use for talking animations: actor3D.TalkAnimChannel.
  • New global functions for working with the HSL color model (Hue, Saturation, Luminance): MakeHSL(), GetHValue(), GetSValue(), GetLValue() (requested for easier changing of light intensity).
  • The video subtitle files (.sub) can now use the "localizable" form of text ("/string_id/actual text") which means you can localize video subtitles using the string table, just like any other in-game text.
  • The Game.PlayVideo() and Game.PlayTheora() methods now allow you to explicitly specify a video subtitles file.
  • ProjectMan now provides two actions for files: Open and Edit. Double-click defaults to "Open". These actions use the Windows Explorer file associations.
  • ProjectMan now allows you to compile a single package, so that you don't need to recompile the entire project after making minor changes. Right-click a package in ProjectMan and choose the "Compile this package" command.
  • FIX: Custom scene properties were not reset on scene transitions.
  • FIX: Compiled game packages were sometimes referencing more files than how many they actually contained.
  • FIX: The check-boxes in the settings dialog no longer disappear when pressing the Alt key in XP/Vista.
  • FIX: When using multiple particle sprites the particle emitter was always choosing only one of them.
  • FIX: The engine no longer issues absolute path warnings when working with personal saved games stored in "Documents and and Settings" folder.
  • FIX: TrueType fonts are now only registered for WME, not for all applications (Win2000/XP/Vista).
  • FIX: Fixed many hard-to-replicate crash bugs reported by users using the new crash reporting feature. Keep the reports coming!
« Last Edit: January 01, 2010, 10:35:34 AM by Mnemonic »
Logged
Yes, I do have a twitter account
Please don't send me technical questions in private messages, use the forum. ::wave

TheDerman

  • Regular poster
  • ***
  • Karma: 0
  • Offline Offline
  • Posts: 225
    • View Profile
Re: WME 1.8 (Sep 23 2007)
« Reply #1 on: September 23, 2007, 05:56:41 PM »

Woohoo. I been waiting for this one. Great work.  ::rock ::beer
Logged

Stucki

  • Frequent poster
  • ****
  • Karma: 0
  • Offline Offline
  • Posts: 325
  • I'm a llama!
    • View Profile
    • Schach-Welten
Re: WME 1.8 (Sep 23 2007)
« Reply #2 on: September 23, 2007, 06:02:48 PM »

big thanks Mr Mnemonic !!
i love this engine and admire your work for it  !!

keep on rocking !  O0 ::rock O0

Daniel

  • Regular poster
  • ***
  • Karma: 0
  • Offline Offline
  • Posts: 124
  • I'm *not* a llama!
    • View Profile
Re: WME 1.8 (Sep 23 2007)
« Reply #3 on: September 23, 2007, 06:26:18 PM »

big thanks Mr Mnemonic !!
i love this engine and admire your work for it  !!
I couldn't have said this better!

Thanks Mnemonic for your great work and for this great feature-packed release.  ::beer
Logged

Mac

  • Supporter
  • Regular poster
  • *
  • Karma: 0
  • Offline Offline
  • Gender: Male
  • Posts: 136
    • View Profile
    • Homepage
Re: WME 1.8 (Sep 23 2007)
« Reply #4 on: September 23, 2007, 06:35:00 PM »

Thank you very much Mr. Mnemonic. The "Compile this package" command rocks!  ::rock

It was really hard to always had to compile the whole project if there was just a small change of code (which takes some minutes in the current development status of the game).

Mac
Logged

metamorphium

  • Global Moderator
  • Addicted to WME forum
  • *
  • Karma: 12
  • Offline Offline
  • Gender: Male
  • Posts: 1511
  • Vampires!
    • View Profile
    • CBE  software s.r.o.
Re: WME 1.8 (Sep 23 2007)
« Reply #5 on: September 23, 2007, 08:49:18 PM »

Simply amazing. Thanks!!!  ::beer ::beer ::beer
Logged
J.U.L.I.A. Enhanced Edition, Vampires!, J.U.L.I.A., J.U.L.I.A. Untold, Ghost in the Sheet

sychron

  • Wanderer zwischen den Welten
  • Global Moderator
  • Regular poster
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 223
  • There is no spoon. The enemy gate is down!
    • View Profile
Re: WME 1.8 (Sep 23 2007)
« Reply #6 on: September 23, 2007, 09:41:00 PM »

Great! Thanks a lot for the theora subtitle handling!
Logged
... delete the inner sleep ...

Amo

  • Supporter
  • Regular poster
  • *
  • Karma: 0
  • Offline Offline
  • Gender: Male
  • Posts: 206
    • View Profile
    • Sunrise The Game
Re: WME 1.8 (Sep 23 2007)
« Reply #7 on: September 24, 2007, 11:36:57 AM »

Very very cool man! Download is running...

 ::beer

Mnemonic

  • WME developer
  • Administrator
  • Addicted to WME forum
  • *
  • Karma: 41
  • Offline Offline
  • Gender: Male
  • Posts: 5683
    • View Profile
    • Dead:Code Site
Re: WME 1.8.1 (Nov 4 2007)
« Reply #8 on: November 04, 2007, 05:50:32 PM »

WME has been updated to version 1.8.1 (maintenance release). See the first post of this thread for the list of fixes and a download link.
Logged
Yes, I do have a twitter account
Please don't send me technical questions in private messages, use the forum. ::wave

FogGobbler

  • Regular poster
  • ***
  • Karma: 0
  • Offline Offline
  • Posts: 228
    • View Profile
Re: WME 1.8.1 (Nov 4 2007)
« Reply #9 on: November 04, 2007, 06:33:30 PM »

Quote
Inventory item cursors not animating when "combined cursor" is enabled.

Thanks for fixing this! Great work as usual  ::thumbup

Oli

EDIT: Hey, this is my 100st post  ::beer
Logged

sychron

  • Wanderer zwischen den Welten
  • Global Moderator
  • Regular poster
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 223
  • There is no spoon. The enemy gate is down!
    • View Profile
Re: WME 1.8.1 (Nov 4 2007)
« Reply #10 on: November 04, 2007, 11:04:16 PM »

A BIG thanks for the #region's!
Logged
... delete the inner sleep ...

Jyujinkai

  • Global Moderator
  • Frequent poster
  • *
  • Karma: 1
  • Offline Offline
  • Posts: 352
    • View Profile
    • Jyujinkai's WME Development Blog
Re: WME 1.8.1 (Nov 4 2007)
« Reply #11 on: November 25, 2007, 10:43:58 PM »

great stuff Mnemonic...i owe ya a case of beer.. but seriously dude.. you gotta get outside a bit your looking pale.
Logged
<Antoine de Saint-Exupéry> In any thing at all, perfection is finally attained not when there is no longer anything to add, but when there is no longer anything to take away...
<Carl Sagan> If you want to make a apple pie from scratch. You must first... invent the universe

Mnemonic

  • WME developer
  • Administrator
  • Addicted to WME forum
  • *
  • Karma: 41
  • Offline Offline
  • Gender: Male
  • Posts: 5683
    • View Profile
    • Dead:Code Site
Re: WME 1.8.1 (Nov 4 2007)
« Reply #12 on: November 26, 2007, 03:57:47 PM »

That's my natural color. And no, I'm not going into that snow storm out there ;D
Logged
Yes, I do have a twitter account
Please don't send me technical questions in private messages, use the forum. ::wave

Mnemonic

  • WME developer
  • Administrator
  • Addicted to WME forum
  • *
  • Karma: 41
  • Offline Offline
  • Gender: Male
  • Posts: 5683
    • View Profile
    • Dead:Code Site
Re: WME 1.8.2 (Jan 13 2008)
« Reply #13 on: January 13, 2008, 04:39:52 PM »

Hello folks, I released a small maintenance update, WME 1.8.2.
The more radical changes some of you are waiting for are yet to come ;)
Logged
Yes, I do have a twitter account
Please don't send me technical questions in private messages, use the forum. ::wave

Banky

  • Lurker
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 23
    • View Profile
Re: WME 1.8.2 (Jan 13 2008)
« Reply #14 on: January 14, 2008, 05:42:14 PM »

Thanks for the update, Mnemonic.

Great job, as usual!  ::rock
Logged
Pages: [1] 2 3 ... 5
 

Page created in 0.023 seconds with 20 queries.