Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length

 
Advanced search

879120 Posts in 32961 Topics- by 24353 Members - Latest Member: kanki

May 23, 2013, 10:17:15 AM
TIGSource ForumsDeveloperCreativeCollaborationsArchived ProjectsBalding's Quest (Moderator: BMcC)Balding's Quest: Milestone 3 Development
Pages: 1 ... 15 16 [17] 18 19 ... 21
Print
Author Topic: Balding's Quest: Milestone 3 Development  (Read 62284 times)
Bennett
Jinky Jonky and the Spell of the Advergamez 3
Level 10
*



View Profile
« Reply #240 on: March 23, 2009, 06:45:02 PM »

It would be great if there was a speech bubble system.

Logged
Snakey
Level 2
**


View Profile WWW Email
« Reply #241 on: March 23, 2009, 11:20:34 PM »



  • Implemeted proper foreground and background tile rendering.
  • Added accelerator keys or keyboard short cuts.
  • Changed the error dialog box from using a wxTreeCtrl to a wxListCtrl for better appearances.
  • Added BqEd shortcut to the installer.
  • Added tool tips for the tile type tool palette.
  • Added tool bar radio tools to allow you to view all tiles, foreground tiles and background tiles.
Logged

I like turtles.
Snakey
Level 2
**


View Profile WWW Email
« Reply #242 on: April 01, 2009, 12:46:30 AM »


  • Rewrote the selection code. Display should now render selection boxes appropriately dependent on circumstances. Selecting something already selected will deselect it.
  • Rewrote move code. Scripts will now have a highlighted box indicating which ones will be moved. Cursor also changes to a move cursor.
  • Added foreground and background painting tools to allow the user to select which tiles are in the background or foreground layer.
  • Selection code is now implemented. Select All, Select All Tiles, Select All Scripts.

I haven't had a lot of time to work on this week, but somethings did get developed for the better.
Logged

I like turtles.
DugIt
Level 0
**


View Profile Email
« Reply #243 on: April 02, 2009, 07:39:06 PM »

So...What's up with our favorite project?


BMcC, I'm still highly interested in using this for my project. I can't wait to get started on it.
« Last Edit: April 02, 2009, 07:43:41 PM by DugIt » Logged
narasu
Level 10
*****


wehed milie hier, wehed milie daar


View Profile WWW Email
« Reply #244 on: April 03, 2009, 09:43:11 AM »

using this for my project.

That's what I'm planning to do as well Smiley
Logged

Ronin Narasu - Musician, philosopher, petty thief

Website: http://www.ronin-narasu.co.nf
Soundcloud: http://soundcloud.com/ronin-narasu
DugIt
Level 0
**


View Profile Email
« Reply #245 on: April 03, 2009, 06:59:12 PM »


That's what I'm planning to do as well Smiley

Neat! What kind of project were you preposing to do?
Logged
narasu
Level 10
*****


wehed milie hier, wehed milie daar


View Profile WWW Email
« Reply #246 on: April 04, 2009, 01:26:38 AM »


That's what I'm planning to do as well Smiley

Neat! What kind of project were you preposing to do?
A collab game with sereneworx. That's all I'm telling. Smiley
Logged

Ronin Narasu - Musician, philosopher, petty thief

Website: http://www.ronin-narasu.co.nf
Soundcloud: http://soundcloud.com/ronin-narasu
Snakey
Level 2
**


View Profile WWW Email
« Reply #247 on: April 06, 2009, 06:14:14 AM »



    • Changed tile type icons to coloured versions to match tile type images displayed within the map.
    • When closing the main frame with a dirty map, it will now ask if you would like to save it. Clicking on cancel will veto the close operation.
    • Fixed bug which would remove dirty status when you select 'New' and then 'No'.
    • Levels can now be dirtied.
    • Added foreground and background image icons. These are toggled when the user selects the 'Paint Background Tile' tool, or 'Paint Foreground Tile' tool.
    • Level screen shot rendering is now fixed and will no longer render incorrectly zoomed images, nor show editor specific images/icons.
    • Fixed potential memory leak when the editor fails to unload the current level. This is caught when the editor closes down now.
    • Added undo and redo for most of the current actions available to the user.
    • Added undo and redo accelerator keys.
    • When the frame closes, it will check if the map is dirty, and if so it will ask if the user wishes to save the map.
    • Tileset palette window can now open a preview window for the current tile set.
    • Added undo and redo toolbar buttons.

    Downloads for version 07042009 is available here.[/list]
    Logged

    I like turtles.
    Corpus
    Guest
    « Reply #248 on: April 07, 2009, 10:42:59 AM »

    Really awesome, Snakey! I've been twiddling around in BQEd for a few nights now.

    One question: is there any way to set a script's start value, yet?
    Logged
    Snakey
    Level 2
    **


    View Profile WWW Email
    « Reply #249 on: April 08, 2009, 12:35:10 AM »

    Quote
    One question: is there any way to set a script's start value, yet?
    I know that scripts can have some value attached to them, and from memory that value does different things for different scripts? I can't remember... but I'll add it on my todo list.
    Logged

    I like turtles.
    Corpus
    Guest
    « Reply #250 on: April 08, 2009, 01:01:07 AM »

    Yeah. You use it to specify the orientation of lasers, direction of movement of platforms, which switches link to what etc.

    In the in-game editor you set it by holding the object with your mouse and pressing a number, which is a bit fiddly, but with BQEd's selection system it should be a lot easier, user-interaction-wise.
    Logged
    Snakey
    Level 2
    **


    View Profile WWW Email
    « Reply #251 on: April 09, 2009, 06:45:12 AM »



    Here's what I ended up doing. When you double click on a script, or access a script's properties via other means (toolbar, main menu, context menu) a window will pop up like this. This will allow you to edit the position and attributes of the script(s).
    Logged

    I like turtles.
    Corpus
    Guest
    « Reply #252 on: April 09, 2009, 08:33:12 AM »

    Savage.

    I finished my first BQ level last night, using your editor Grin I'll post it as soon as I think of a name for it.
    Logged
    narasu
    Level 10
    *****


    wehed milie hier, wehed milie daar


    View Profile WWW Email
    « Reply #253 on: April 09, 2009, 08:41:12 AM »

    Basing this on my mind's logic, but who knows if I'm wrong:
    BQed will also work for any games built on the BQ engine, am I right?
    Logged

    Ronin Narasu - Musician, philosopher, petty thief

    Website: http://www.ronin-narasu.co.nf
    Soundcloud: http://soundcloud.com/ronin-narasu
    Corpus
    Guest
    « Reply #254 on: April 09, 2009, 11:07:38 AM »

    Yup.

    It'll be restricted to single-screen games for the time being, though, I guess.
    Logged
    Pages: 1 ... 15 16 [17] 18 19 ... 21
    Print
    Jump to:  

    Theme orange-lt created by panic