Please login or register.

Login with username, password and session length
Advanced search  

News:

IRC channel - server: waelisch.de  channel: #wme (read more)

Pages: 1 2 3 [All]

Author Topic: WME 1.2 Build 043  (Read 20484 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
WME 1.2 Build 043
« on: April 25, 2004, 08:42:58 PM »

Good news everyone,

here's another major WME update.

WME update: http://www.dead-code.org/download/wme_build_043.exe (3.9MB)
Updated documentation: http://www.dead-code.org/download/wme.chm (2.8MB)

Enjoy! ;)

(Note 1: you must have the WME DevKit installed prior to installing this patch)
(Note 2: saved games are incompatible with previous releases)


Version 1.2, build 043 (April 25, 2004)


  • The Game.PlayMusic() now has an optional parameter specifying the start point for music looping.
  • New Game.GetMusic() method which returns the filename of currently playing music.
  • New Actor.IsWalking() method.
  • Dynamic object creation. Game, Scene and Window objects now allow dynamic creation of entities, inventory items and controls.
  • New AlphaColor attribute for Windows. You can set color and transparency for the entire window and its content.
  • Scriptable sprites. Sprites now can have a script attached, controlling sprite, frame and sub-frame attributes and animation flow at runtime.
  • Multi-channel music. WME now supports up to five music channels, including cross-fading between two playing channels.
  • Animated fonts. Font image is no longer limited to a static bitmap, now it also accepts sprites.
  • The inventory items are now fully scriptable objects, they can even talk (yes! you can now create a talking frog in the inventory ;)
  • The inventory items now can display an amount.
  • New Game.PrevSceneFilename attribute.
  • Actors and entities now can have their own private inventories.
  • New Game.DeleteItem() method, which removes an inventory item from the game permanently.
  • New Scene.IsScolling() method.
  • Save/load progress indicator (configurable in ProjectMan)
  • Regions are now receiving ActorEntry and ActorLeave events.
  • New Game.Reset() method which clears global variables, scene and response states and inventories.
  • New Window.PauseMusic attribute which specifies if a system exclusive window pauses music playback.
  • New Game.OpenDocument() method which opens a document file in an associated Windows program.
  • New Game.WindowedMode attribute.
  • New Game.GetResponsesWindow() method.
  • You can now define a "walk to" point for scene objects in SceneEdit. This point works in conjunction with the new Actor.GoToObject() method.
  • SceneEdit now automatically generates scripts for newly added scene objects.
  • Scene states now include last sprites, cursors and alpha color of scene objects between two scene visits.
  • New Game.SystemFadeOut() and Game.SystemFadeIn() methods, working even in system exclusive mode.
  • Some other new attributes, methods and lots of minor changes, see the documentation for further details.
  • Updated documentation.
  • Updated WME demo.
  • BUGFIX: Compiling multiple packages sometimes didn't work correctly.
  • BUGFIX: Scaled actors didn't correctly adjust vertical speed according to scene scaling.
  • BUGFIX: Paused sounds are now correctly restored when the game leaves system exclusive mode.
  • BUGFIX: The FadeOut method starts from a current fade value, not from zero.
  • BUGFIX: Crash bug in iconic responses.

EDIT: Uploaded a new build with some minor bugfixes.
« Last Edit: April 26, 2004, 07:19:28 PM by Mnemonic »
Logged
Yes, I do have a twitter account
Please don't send me technical questions in private messages, use the forum. ::wave

MMR

  • Global Moderator
  • Frequent poster
  • *
  • Karma: 3
  • Offline Offline
  • Gender: Male
  • Posts: 349
  • http://mmrdeveloper.wordpress.com/
    • View Profile
    • TinyWME
Re: WME 1.2 Build 042
« Reply #1 on: April 25, 2004, 10:58:49 PM »

Mnemonic, as always, you did a GREAT job!!!

I notice you've used a new icon for the installation package. It's like a moon ???
The documentation now covers almost every aspect of WME (btw: thanks for the font tutorial mention ;) )

Finally I played around with the new demo and I really like the music :D it's cool!

Note: I see you've include the alternative non-freezable fader  :o
« Last Edit: April 25, 2004, 11:01:10 PM by MMR »
Logged

McCoy

  • The cocido eater
  • Frequent poster
  • ****
  • Karma: 0
  • Offline Offline
  • Gender: Male
  • Posts: 365
  • Spurrrrrrring
    • View Profile
    • Spur Games
Re: WME 1.2 Build 042
« Reply #2 on: April 25, 2004, 11:14:18 PM »

Hooray! Downloading right away :) It will take some time tough. Can't wait to try the new features and see the new WME demo!
Logged

Click here to sign my sig!

Daniel

  • Regular poster
  • ***
  • Karma: 0
  • Offline Offline
  • Posts: 124
  • I'm *not* a llama!
    • View Profile
Re: WME 1.2 Build 042
« Reply #3 on: April 25, 2004, 11:40:14 PM »

Thanks a lot! Good work :). I'll try it as soon as I manage to find the time. Can't wait!
Logged

Jerrot

  • Global Moderator
  • Addicted to WME forum
  • *
  • Karma: 0
  • Offline Offline
  • Gender: Male
  • Posts: 690
    • View Profile
Re: WME 1.2 Build 042
« Reply #4 on: April 26, 2004, 10:25:23 AM »

This update rocks so much!
Logged
Mooh!

MMR

  • Global Moderator
  • Frequent poster
  • *
  • Karma: 3
  • Offline Offline
  • Gender: Male
  • Posts: 349
  • http://mmrdeveloper.wordpress.com/
    • View Profile
    • TinyWME
Re: WME 1.2 Build 042
« Reply #5 on: April 26, 2004, 12:17:34 PM »

Quote
WME demo: the flashing sign doesn't affect Molly as it should when the light is off
WME demo: the fan sound doesn't pause when opening the Main Menu window
ProjectMan doesn't open a project when you doubleclick it in the Windows Explorer (and it crashes when quitting afterwards)

Yep I've noticed the same glitches. But they're minor bugs indeed.
Logged

Mnemonic

  • WME developer
  • Administrator
  • Addicted to WME forum
  • *
  • Karma: 41
  • Offline Offline
  • Gender: Male
  • Posts: 5683
    • View Profile
    • Dead:Code Site
Re: WME 1.2 Build 043
« Reply #6 on: April 26, 2004, 07:21:05 PM »

I have uploaded a fixed version.
Logged
Yes, I do have a twitter account
Please don't send me technical questions in private messages, use the forum. ::wave

Daniel

  • Regular poster
  • ***
  • Karma: 0
  • Offline Offline
  • Posts: 124
  • I'm *not* a llama!
    • View Profile
Re: WME 1.2 Build 043
« Reply #7 on: April 27, 2004, 01:28:24 AM »

I'm glad to report that everything I asked for regarding the responses window and the iconic responses, everything is now fully functional in my test using the new build 043. The iconic responses bar now slides up from the bottom of the screen, the cursor changes to the interactive cursor whenever it is on top of any of the iconic responses and also I have a label at the top of the screen now displaying the caption of the iconic responses entered using the Game.AddResponse() method. Everything works flawlessly! Great work! :)

One small thing, I think there is an error in the name of the method you exposed for getting the reference to the responses window. The new method Game.GetResponsesWindow() does not work. The method Game.GetResponseWindow() (without the plural "s" in Response), however, does work. If you're gonna fix this, I think the final name should be as you stated in the documentation (with the "s"), and not as it is currently exposed.
Logged

Mnemonic

  • WME developer
  • Administrator
  • Addicted to WME forum
  • *
  • Karma: 41
  • Offline Offline
  • Gender: Male
  • Posts: 5683
    • View Profile
    • Dead:Code Site
Re: WME 1.2 Build 043
« Reply #8 on: April 27, 2004, 07:11:50 AM »

Oops :-[ I'll add the right name in the next release, so that both of them work (for backward compatibility).

btw Daniel, did you notice you can now add hover and pressed images for the response icons? :)
Logged
Yes, I do have a twitter account
Please don't send me technical questions in private messages, use the forum. ::wave

Daniel

  • Regular poster
  • ***
  • Karma: 0
  • Offline Offline
  • Posts: 124
  • I'm *not* a llama!
    • View Profile
Re: WME 1.2 Build 043
« Reply #9 on: April 27, 2004, 11:30:11 AM »

btw Daniel, did you notice you can now add hover and pressed images for the response icons? :)
No, as a matter of fact, I usually become aware of new features by reading the version history (or the "what's new") but it wasn't mentioned over there. I ran to the new documentation, however, as soon as I read your post and there it was! Haven't tested it yet but it seems great. Small touches like these are what's making a professional engine even more professional. Great! :)

I'll add the right name in the next release, so that both of them work (for backward compatibility).
Keeping backward compatibility with an undocumented bug seems kind of excessive to me. I mean, since the currently working method is not documented, no one will be using it. In fact, as you said yourself, I seem to be the only one working with this kind of responses window manipulation. All that everyone should know is that the documented method doesn't work because of a known bug that will be fixed in the next release. That's it. Why clutter your code with that? But, of course, it's only my opinion. It's your code and your decision after all.
Logged

Mnemonic

  • WME developer
  • Administrator
  • Addicted to WME forum
  • *
  • Karma: 41
  • Offline Offline
  • Gender: Male
  • Posts: 5683
    • View Profile
    • Dead:Code Site
Re: WME 1.2 Build 043
« Reply #10 on: April 27, 2004, 12:02:05 PM »

Keeping backward compatibility with an undocumented bug seems kind of excessive to me. I mean, since the currently working method is not documented, no one will be using it. In fact, as you said yourself, I seem to be the only one working with this kind of responses window manipulation. All that everyone should know is that the documented method doesn't work because of a known bug that will be fixed in the next release. That's it. Why clutter your code with that? But, of course, it's only my opinion. It's your code and your decision after all.

Hehe, yes, you're right, of course :) I just hate to break anyone's code because of *my* mistakes. In these cases I usually mark such method as obsolete (it will write a warning to the log if you use it) and I can remove it later.
Logged
Yes, I do have a twitter account
Please don't send me technical questions in private messages, use the forum. ::wave

DREAMWEB

  • Lurker
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 48
    • View Profile
Re: WME 1.2 Build 043
« Reply #11 on: April 27, 2004, 05:51:39 PM »

CONGRATULATIONS! that upddates are great; specialy the New Game.PrevSceneFilename attribute.
« Last Edit: April 27, 2004, 07:05:12 PM by DREAMWEB »
Logged

Mnemonic

  • WME developer
  • Administrator
  • Addicted to WME forum
  • *
  • Karma: 41
  • Offline Offline
  • Gender: Male
  • Posts: 5683
    • View Profile
    • Dead:Code Site
Re: WME 1.2 Build 043
« Reply #12 on: April 27, 2004, 07:52:36 PM »

Logged
Yes, I do have a twitter account
Please don't send me technical questions in private messages, use the forum. ::wave

odnorf

  • w00t?
  • Global Moderator
  • Addicted to WME forum
  • *
  • Karma: 7
  • Offline Offline
  • Gender: Male
  • Posts: 1456
  • Lamp dog!
    • View Profile
Re: WME 1.2 Build 043
« Reply #13 on: April 28, 2004, 02:19:57 PM »

It's easy to reply to this tread.

Thanks!
Logged
fl*p

deadworm222

  • Regular poster
  • ***
  • Karma: 0
  • Offline Offline
  • Gender: Male
  • Posts: 197
  • Wintermute Army
    • View Profile
Re: WME 1.2 Build 043
« Reply #14 on: April 29, 2004, 08:41:40 AM »

Thanks! Just one thing: that Documentation file seems to be corrupt.
Logged

Mnemonic

  • WME developer
  • Administrator
  • Addicted to WME forum
  • *
  • Karma: 41
  • Offline Offline
  • Gender: Male
  • Posts: 5683
    • View Profile
    • Dead:Code Site
Re: WME 1.2 Build 043
« Reply #15 on: April 29, 2004, 08:47:21 AM »

Thanks! Just one thing: that Documentation file seems to be corrupt.

Hmm, I tried to download it now and it seems to be ok. Are you sure you've downloaded a whole file? It should be exactly 2894871 bytes long.
Logged
Yes, I do have a twitter account
Please don't send me technical questions in private messages, use the forum. ::wave

deadworm222

  • Regular poster
  • ***
  • Karma: 0
  • Offline Offline
  • Gender: Male
  • Posts: 197
  • Wintermute Army
    • View Profile
Re: WME 1.2 Build 043
« Reply #16 on: April 29, 2004, 08:55:16 AM »

Yes it indeed seems to be so, that Mozilla downloads the file as corrupted. IE6 doesn't seem to do that. I was just too hasty - AGAIN!
Logged

deadworm222

  • Regular poster
  • ***
  • Karma: 0
  • Offline Offline
  • Gender: Male
  • Posts: 197
  • Wintermute Army
    • View Profile
Re: WME 1.2 Build 043
« Reply #17 on: April 30, 2004, 08:56:57 AM »

Nice features. WME just got better :D The music looping works like crazy, our musician is overjoyed.
Logged

Mnemonic

  • WME developer
  • Administrator
  • Addicted to WME forum
  • *
  • Karma: 41
  • Offline Offline
  • Gender: Male
  • Posts: 5683
    • View Profile
    • Dead:Code Site
Re: WME 1.2 Build 043
« Reply #18 on: April 30, 2004, 09:11:15 AM »

Cool 8)
Logged
Yes, I do have a twitter account
Please don't send me technical questions in private messages, use the forum. ::wave

Jerrot

  • Global Moderator
  • Addicted to WME forum
  • *
  • Karma: 0
  • Offline Offline
  • Gender: Male
  • Posts: 690
    • View Profile
Re: WME 1.2 Build 043
« Reply #19 on: April 30, 2004, 09:24:47 AM »

Nice features. WME just got better :D The music looping works like crazy, our musician is overjoyed.

Yeah, it's my favorite feature actually, I'm even more happy since it was my wish.
Logged
Mooh!

deadworm222

  • Regular poster
  • ***
  • Karma: 0
  • Offline Offline
  • Gender: Male
  • Posts: 197
  • Wintermute Army
    • View Profile
Re: WME 1.2 Build 043
« Reply #20 on: May 02, 2004, 06:00:20 PM »

I must admit...

...I...

...actually like the new Scene Editors and such. *hides*
Logged

Mnemonic

  • WME developer
  • Administrator
  • Addicted to WME forum
  • *
  • Karma: 41
  • Offline Offline
  • Gender: Male
  • Posts: 5683
    • View Profile
    • Dead:Code Site
Re: WME 1.2 Build 043
« Reply #21 on: May 02, 2004, 06:31:11 PM »

I must admit...

...I...

...actually like the new Scene Editors and such. *hides*

Unbelievable! You must be getting old or something ;)
Logged
Yes, I do have a twitter account
Please don't send me technical questions in private messages, use the forum. ::wave

altermativ

  • Lurker
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 1
    • View Profile
Re: WME 1.2 Build 043
« Reply #22 on: May 02, 2004, 10:15:55 PM »

something weird...

Whenever I launch the brand-new WM, my speaker volume goes up.
(winamp is started(not at full volume), and neither my 'wave' or 'principal' volume panels are changing).

this is not really a bug, but you might look into that  ???
Logged

Mnemonic

  • WME developer
  • Administrator
  • Addicted to WME forum
  • *
  • Karma: 41
  • Offline Offline
  • Gender: Male
  • Posts: 5683
    • View Profile
    • Dead:Code Site
Re: WME 1.2 Build 043
« Reply #23 on: May 02, 2004, 10:32:11 PM »

Yes, it's not a bug, it's a feature. WME remembers the global volume and restores it at startup. Unfortunately the global volume affects all other applications as well...
Logged
Yes, I do have a twitter account
Please don't send me technical questions in private messages, use the forum. ::wave

DREAMWEB

  • Lurker
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 48
    • View Profile
Re: WME 1.2 Build 043
« Reply #24 on: May 06, 2004, 06:13:28 PM »

Hey! this game looks GREAT! When will be complete? Will be comercial or downloable?
The effect of the snow is FANTASTIC!!
Logged

Mnemonic

  • WME developer
  • Administrator
  • Addicted to WME forum
  • *
  • Karma: 41
  • Offline Offline
  • Gender: Male
  • Posts: 5683
    • View Profile
    • Dead:Code Site
Re: WME 1.2 Build 043
« Reply #25 on: May 07, 2004, 12:44:46 PM »

Hey! this game looks GREAT! When will be complete? Will be comercial or downloable?
The effect of the snow is FANTASTIC!!

Errr, did you miss the right thread? ;) If you mean Five magical amulets, it will be released as freeware.
Logged
Yes, I do have a twitter account
Please don't send me technical questions in private messages, use the forum. ::wave

Jerrot

  • Global Moderator
  • Addicted to WME forum
  • *
  • Karma: 0
  • Offline Offline
  • Gender: Male
  • Posts: 690
    • View Profile
Re: WME 1.2 Build 043
« Reply #26 on: May 07, 2004, 12:53:12 PM »

Hey! this game looks GREAT! When will be complete? Will be comercial or downloable?
The effect of the snow is FANTASTIC!!
Errr, did you miss the right thread? ;) If you mean Five magical amulets, it will be released as freeware.

If you mean 5MA, the snow script is freeware as well. ;) (I should make it credits-ware... :) !)
Logged
Mooh!

odnorf

  • w00t?
  • Global Moderator
  • Addicted to WME forum
  • *
  • Karma: 7
  • Offline Offline
  • Gender: Male
  • Posts: 1456
  • Lamp dog!
    • View Profile
Re: WME 1.2 Build 043
« Reply #27 on: May 15, 2004, 05:35:45 PM »

Just checked the new docs. Very good job mnemonic. Thanks again.

PS. The new Greek string tables files are available again at the usual place (check wme site).
Logged
fl*p

Mnemonic

  • WME developer
  • Administrator
  • Addicted to WME forum
  • *
  • Karma: 41
  • Offline Offline
  • Gender: Male
  • Posts: 5683
    • View Profile
    • Dead:Code Site
Re: WME 1.2 Build 043
« Reply #28 on: May 15, 2004, 05:57:21 PM »

Great, thanks again, odnorf :)
Logged
Yes, I do have a twitter account
Please don't send me technical questions in private messages, use the forum. ::wave

odnorf

  • w00t?
  • Global Moderator
  • Addicted to WME forum
  • *
  • Karma: 7
  • Offline Offline
  • Gender: Male
  • Posts: 1456
  • Lamp dog!
    • View Profile
Re: WME 1.2 Build 043
« Reply #29 on: May 22, 2004, 04:46:36 PM »

It wasn't my intention to post this here... but I can't seem to send a PM to you Mnemonic...  ???
Anyway, due to reorganizing of my webspace I have changed the link to the greek translation to
master.math.upatras.gr/~odnorf/files/wme_greek.zip
Logged
fl*p

Mnemonic

  • WME developer
  • Administrator
  • Addicted to WME forum
  • *
  • Karma: 41
  • Offline Offline
  • Gender: Male
  • Posts: 5683
    • View Profile
    • Dead:Code Site
Re: WME 1.2 Build 043
« Reply #30 on: May 22, 2004, 04:59:16 PM »

It wasn't my intention to post this here... but I can't seem to send a PM to you Mnemonic...
Logged
Yes, I do have a twitter account
Please don't send me technical questions in private messages, use the forum. ::wave

McCoy

  • The cocido eater
  • Frequent poster
  • ****
  • Karma: 0
  • Offline Offline
  • Gender: Male
  • Posts: 365
  • Spurrrrrrring
    • View Profile
    • Spur Games
Re: WME 1.2 Build 043
« Reply #31 on: May 23, 2004, 12:47:03 AM »

Does that mean that I've to change the URL for the files you're kindly hosting for me? It's just adding "/files/", doesn't it?
Logged

Click here to sign my sig!

odnorf

  • w00t?
  • Global Moderator
  • Addicted to WME forum
  • *
  • Karma: 7
  • Offline Offline
  • Gender: Male
  • Posts: 1456
  • Lamp dog!
    • View Profile
Re: WME 1.2 Build 043
« Reply #32 on: May 24, 2004, 02:53:00 PM »

Does that mean that I've to change the URL for the files you're kindly hosting for me? It's just adding "/files/", doesn't it?

Nope... your files haven't changed. I liked the "mccoy" directory, and anyway it explains things better.  ;)
Logged
fl*p
Pages: 1 2 3 [All]
 

Page created in 0.044 seconds with 23 queries.