Symbian OS | Pocket PC | Smartphone | Android | BlackBerry | Apple iPhone OS | Java | Mobile Gaming | Linux | Palm | Win CE | Tablet  
     

Free Mobile Software, Themes, Games, Apps for PDA and Smartphones

     
Search by Device
My Device

  
Last Viewed Apps
Flash Light
Triage-OTC
Fate of Nimi: Adventure platform game
BubbleBubble Burst
Dropbox
APN OnOff
Tetris Glare 3D
Witch IQ Game
Kai's » Mute Timer (SMP)
Fast Reboot
Search by Category
Business & Profession
Databases
Dictionary & Translator
Entertainment
Finance
Games
Healthcare & Medicine
Internet & Communications
Multimedia & Graphics
Organisation & Productivity
Programming & Development
Reading
Science & Education
System Utilities
Themes & Wallpapers & Skins
Travel & Navigation
Search by Platform
Android
Apple iPhone OS
iPad
iPhone
iPod Touch
BlackBerry
Java
Linux
Maemo Nokia Internet Tablet
MeeGO
Sharp Zaurus
Mobile Gaming
Nintendo DS
Playstation 3
Playstation Portable
Wii
Xbox 360
Palm OS
Symbian OS
Series 60
Series 80
Series 90
UIQ
Tablet PC
Windows CE.NET
Windows Mobile Pocket PC
Windows Mobile Smartphone
     


Achivx Partner
 
 
Woopsi




Woopsi
Version: 0.27 Source

Platforms: Mobile Gaming, NDS


Categories: Programming & Development

Upload date: 26 Dec 11

Developer:

License: Freeware

Downloads: 9

File Size: 1731 Kb
Download Free Woopsi 



Rating: 0.0/5 (Total votes: 0)




  Woopsi Ant512 has released a new version of Woopsi, now called Woopsi v0.27. For those who haven't heard of it, Woopsi v0.27 is a GUI Development Library based on the AmigaOS windowing system. In other words, it helps coders make user interfaces for their homebrew projects.

Below, you'll find the full changelog for the application, as well as download links for the source and the demo of the application. We invite all the DS coders out in QJ land to try out this new version. In the meantime, learn about the extensive changes below!

Fixes:

* Renamed "font" to "sysfont".
* Moved font includes out of "all_gfx.h".
* Removed font inheritance (problematic with many gadgets).
* Made font an optional parameter in all gadget constructors.
* Removed font from constructors of window border gadgets that do not use a font.
* Woopsi height based on top screen offset instead of an arbitrary number.
* Private class members set to protected where appropriate.
* "Gadget::setBorderless()" now invalidates rect cache.
* Removed "Gadget::removeGadget()" function (request 1846590).
* "Window::createBorder()" sets border focus correctly.
* Window border gadgets base their colour on the parent's active flag rather than by abusing the focus system and their own active flags.
* GraphicsPort was using SCREEN_WIDTH instead of _bitmapWidth when blitting bitmaps.
* Fonts work with const u16* bitmap data instead of plain u16*.
* Woopsi clears its background correctly when a screen closes.
* Gadgets draw only those regions not obscured by children (previously broken by switch to region caching).
* Gradient cache uses new instead of malloc.
* Removed support for external bitmaps from SuperBitmap.
* Renamed Gadget::getRectClippedToParent to Gadget::getRectClippedToHierarchy.
* Making a gadget invisible makes its children invisible.
* Fixed off-by-one error in Gadget::checkCollision() functions.
* Fixed gadget-space to display-space co-ordinate problem in GraphicsPort clipping routines.
* Removed GraphicsPort::clipXORRect() and replaced with bugfixed alternative.
* Various functions in Gadget class now check isVisible() instead of _flags.visible.
* focus() functions ignore the call unless the gadget is not active.
* GraphicsPort will no longer draw to deleted/invisible gadgets.
* Tidied up ambiguities in Gadget::closeChild().
* Gadget::closeChild() function setting the active gadget pointer to top gadget in the stack, but the top gadget could have been the gadget being closed.
* Fixed same problem in Gadget::hideChild().

New Features:
- Added static system font routines to Woopsi class.
- Gadgets automatically use system font if no font specified (bug 1846003).
- Added "floodFill()" function to SuperBitmap (request 1816931).
- Added "drawBitmap()" function to SuperBitmap (request 1813792).
- Added "newBitmapGraphicsPort()" function to SuperBitmap.
- Added "setFont()" function to Text.
- Split Screen class into ScreenBase, AmigaScreen and SimpleScreen classes.
- Added "permeable" flag to gadgets - if set to "true", child gadgets can be dragged to exceed the borders of their parents (ie. windows can be dragged off-screen).
- Gadget::getRectClippedToHierarchy clips to entire ancestor tree.
- Gadget::moveTo() enforces permeability of parent gadgets.
- Gadget::resize() enforces permeability of parent gadgets.
- Window::resize() enforces permeability of parent gadgets.
- Changed VBL events so gadgets must register with Woopsi to receive them (request 1847147).
- Centralised gadget deletion queue handling into static Woopsi functions.
- Added Gadget::hideChild() function.
- Added VBL counting and static getVBLCount() function to Woopsi class (request 1847147).
- Split Window class into WindowBase, AmigaWindow and SimpleWindow classes.
- Added text output methods with colour parameter to GraphicsPort and SuperBitmap classes.
 
Like it? Share with your friends!

If you got an error while installing Themes, Software or Games, please, read FAQ.
 
Similar Software:

PAlibPAlib
PAlib You've got to admire Mollusk's dedication to his craft. He works slowly but surely, Not wanting to release a haphazardly done PAlib. It took him a month to make a follow up to his first Beta release, and has yet to make an official release
3D Engine - Nitro Engine V 0.3.03D Engine - Nitro Engine V 0.3.0
3D Engine - Nitro Engine V 0.3.0 from AntonioND: Hello! This is a 3D engine, which aim is to make easier the procces of making a 3D game for the DS Characteristics: -Loader of models and textures from FAT. -Dual 3D, as easy as normal 3D. -Can load BMPs of 8, 16, and 24 bits and convert them into textures. -Hardware-accelerated effects like fog and toon shading
DSLuaDSLua
DSLua Heads up guys! The DSLua team is back, with a no crew to boot. From now on, Sypherce, Daltonlaffs, and Jeremysr will be handling DSLua. In fact, they just released DSLua v0.6. For those who aren't in the know, this homebrew app allows DS users to access the Lua structure, paving the way for more innovative games using the Lua script
TinkeTinke
Benito356 continues to work on his decompiler homebrew app for the DS
TinkeTinke
Tinke A  A  Tinke is benito356's de-compiler application for the Nintendo DS, currently in version 0.5.0.5. Basically it allows you to get information, as well as "view and extract some files" on the handheld, such as narc/ NCGR/ NCLR, etc., which may be contained in your game.A This file here contains Tinke v0.5.0.5 x64
WoopsiWoopsi
Woopsi Homebrew coder ant512 is back to update Woopsi, a handy GUI library for creating homebrew user interfaces for the Nintendo DS. Woopsi 0.99.4 is mainly a bug fix release to correct some issues from the previous versions. Changelog: Fixes: All makefiles no longer create .ds.gba and .sc.nds binaries. Fonts include doxygen comments
Micro Lua DSMicro Lua DS
The latest version of Micro Lua DS has been released
DeSmuME SourceDeSmuME Source
DeSmuME Source The source code has been released for the very popular DeSmuME NDS emulator. This emulator has received a great following of users and was ceased due to the new copyright laws in France
PAlib 060917PAlib 060917
PAlib 060917 PAlib is Mollusk's programming interface that lets you develop new games and applications for your Nintendo DS. In other words, it's a homebrewer's friend. It uses libNDS and it's very easy to use. Mollusk describes this update as "PAlib 060917 : Biggest update ever." New Stuff * [Tiles] New infinite tile system
DS BasicDS Basic
DS Basic This download consists of the first version of DS Basic.From the famous creator of the customized firmware for the NDS, zzo38computer has brought us a new release entitled DS Basic v1.0. Like the title suggests, this is the first BASIC coder "loader" for the NDS. In its first stage, this loader will load any BASIC code that you have on your DS
 

Comments on Woopsi:

Comments not found

Name:


Comment:


Enter text from image below:

Turn on images!

 
 

If you noted an error or download link is broken, please, report it via this page or use comments.
 

Please, select device to check if Woopsi supports it
 
 
© Pantich 2009 - 2025 All rights reserved.