home *** CD-ROM | disk | FTP | other *** search
- Changes since V0.0
- ------------------
-
- V0.01 beta (28 Dec 1995)
-
- -The mixer is working now, after reorganizing the templates.
- -Saving as default should also work now.
- -Added some minor functions (Return key on the last icon causes
- to accept the new vals, select closes the window while adjust
- makes no change in appearance, cancel and ok included in the
- code etc.)
- -The colourpicker is working fine, changed his state to menu, that
- means only one picker can be opened.
- -Changed the title bar of the picker showing now which side you
- selected.
-
- NOTE !!!!!!!!!!!!!!!!!!!!!!
- The main redraw for the maps is still VERY VERY SLOW.
- This will be optimized in the next version so that no more time
- wastage will be caused by this.
- ALSO THE MAIN FUNCTION OF THE EDITOR ARE CURRENTLY UNDER DEVELOPMENT
- AND NOT INCLUDED IN THE PREVIEW VERSION 0.1 beta !!!!!!!!!!!!!!!!!!!
-
- The only thing to do in the mixer window is to add some functions
- to deal with user inputs via the caret.
-
- -----------------------------------------------------------------------------
-
- V0.02 beta (29 Dec 1995)
-
- -Mixdown option 'Full overflow' added, which sets the percentage of the
- activated colour tables to 100%
- -Mixdown option 'in all 100%' added, which calculates the percentage
- of each activated table from a summary of 100 %
- -A very very simple function is added to process the final colour bar
- out of the others (only looking on there percentage - currently NOT
- on their icon state !)
- -All new icons for the smear functions added
- -New funtion mirror added (but not included yet). Already tested and
- works fine. Can be found in the SFXlibrary.
-
- -----------------------------------------------------------------------------
- V0.03 beta (31 Dec 1995)
-
- - A complete deselection of the smear functions with the special-button
- is now disabled
- - First parts of the barselector added. It is now possible (without instant
- refresh) to choose a colour from the top bar. This color is currently
- shown ONLY with the left value box and with the red pointers (after a
- refresh).
- - Added a tricky routine for the colour selection via the value boxes.
- The arrows of these are now acttivated. Leftpointer>Rightpointer is from
- now on disabled.
-
- REFRESHING SUCKS !
-
- -----------------------------------------------------------------------------
- V0.04 beta (2 Jan 1996)
-
- - Added Wimp_ProcessKey after the Event 8 to allow other application
- to handle keyboard commands
- - Bugfix in the colourselector
- - COMPLETED THE SMEAR LIBRARY
- - Added an invert function to the SFX library (function is tested and
- is currently activated with fixed values [map1,left=0,right=255]
- when the UNDO button is selected
- This will of course be replaced in the next version by the editor menu
- and a hopefully running UNDO function
- - Added an 'iconized' icon, which looks pretty cool
-
-
- REFRESHING IS STILL SUCKING !
-
- Next things to do:
- - Menu for the Editor
- - Save-Box for Editor
- - Better key handling
- - Fast Refresh routine
- - Enable UNDO
- - Write new bar-adder function
-
- and conversion to C++ !
- -----------------------------------------------------------------------------
- V0.1 beta (4 Jan 1996)
-
- - Worked out the damned SpriteOp-Routines to speed up the Window Update
- (what a nice day !!!)
- - Fixed minor bug in the mixer, 'Division by zero', which appeared when
- in all 100% was activated with no table selected
- -----------------------------------------------------------------------------
- V0.2 beta (6 Jan 1996)
-
- - Now, the whole redraw of the editor is based on sprites and totally
- mode independent. Mapper now uses dynamic areas to generate these sprites,
- that means a MAXIMUM of 110k is needed to hold these sprites. In 24bpp mode
- this will be reduced to a total requirement of 10k in the future !
-
- REFRESHING WILL NEVER SUCK ANY MORE !!! ;)
- -----------------------------------------------------------------------------
- V0.3 beta (12 Jan 1996)
-
- - Menu structure for the editor added
- - Added Special GFX menu
- - Added Misc menu
- - Added new update routine for bars
- - improved sprite handling (not completely optimized yet !)
- - activated flip function in the menu
- - activated invert function in the menu
- - brighten function implemented in sfxLib and implemented in menu
- - implemented simple (but really pretty) smooth function for the GSFX menu
- this function takes an average of the area from each point
-
- -----------------------------------------------------------------------------
- V0.4 beta (13 Jan 1996)
-
- - undo buffer added !
- - new smooth function which works on the undo buffer
- - update function for 'SET' added
- - menu select all added
- - full UNDO-support included (i.e. smooth function and SGFX functions)
- - minor bug fixed: on startup, none of the smear icons was selected
- now linear smear is selected
-
- -----------------------------------------------------------------------------
- V1.0 BETA !!! (14-17 Jan 1996)
-
- THIS VERSION HAS STILL BETA STATUS BECAUSE MAPPER IS NOT COMPLETELY
- FINISHED YET AND THIS VERSION IS ONLY FOR DEMONSTRATION.
- PLEASE NOTICE, THAT THIS PIECE OF CODE IS NOT PD !
-
- - data I/O is now supported (but not finished !)
- - speeded up the polling procedure a little bit
- - changed button type of the bars to auto repeat
- (i.e. it's now possible to 'slide' through the bars)
-
-
-
-
-
-
-