David Capello
017ece697f
Now XML files are loaded with tinyxml library
2009-12-16 23:24:57 +00:00
David Capello
6fff5ea8f4
Added tinyxml in the build process.
2009-12-11 13:10:56 +00:00
David Capello
5d64181f16
Added SkinneableTheme class. Thanks to Ilija Melentijevic for the graphics.
2009-11-21 20:02:31 +00:00
David Capello
5455136f35
Internal refactoring of commands to support record/play macros in the near future.
2009-10-09 01:34:06 +00:00
David Capello
33baa4fd5c
Merged branch 0.7.1 (release 0.7.2) to trunk.
2009-09-07 14:28:47 +00:00
David Capello
3dbb7c088b
Moved console.* from src/console to src/
2009-08-17 19:32:09 +00:00
David Capello
e1e60ab914
New version 0.7.1 released.
2009-08-10 14:35:13 +00:00
David Capello
f283a862d0
Fixed to last directory layout.
2009-08-05 02:41:35 +00:00
David Capello
67a830183b
+ Modified makefile.vc to handle a completelly static compilation with VC++9.0 Express Edition
...
(the new compiler used for the following Win32 binary releases).
+ Modified some error handling code to use C++ exceptions.
+ Modified some collections (std::vector, std::map, etc.) from instances to pointers.
2009-08-05 01:53:02 +00:00
David Capello
dd003a8f33
- Now "Image" is a C++ class with virtual methods;
...
- Removed ImageMethods (the C vtable for old "Image" structure);
- Added ImageImpl and ImageTraits;
- Added "Sprite Size" command (feature #2671468 );
- Added "Canvas Size" command;
2009-05-31 16:02:32 +00:00
David Capello
73d1920e78
Added support to copy & paste to/from the Windows Clipboard.
2009-03-07 19:14:40 +00:00
David Capello
4bf54b3712
Fixed dependencies generator for both compilers (gcc & msvc).
2009-03-02 01:27:42 +00:00
David Capello
5a0a33d7e1
ASE 0.6.1 Released.
2009-01-24 02:52:03 +00:00
David Capello
8e498470d5
Fixed bug #2511762 (thanks to Clayton Enga for the patch).
...
Added the feature #2419098 (David Campo idea).
2009-01-24 00:41:01 +00:00
David Capello
98abdbf684
Minor modifications for the next release.
2008-10-18 19:35:26 +00:00
David Capello
7a68a1d32b
Fixed an important bug where sprite's palettes where not freed using palette_free
...
(delete (Palette*)). This leaves some dead-pointers in the objects collection of 'gfxobj.cpp'.
2008-10-13 22:39:41 +00:00
David Capello
1e44f9a454
Modified makefile.lst for cpp files.
...
Renamed src/test to src/tests.
2008-09-30 23:04:33 +00:00
David Capello
a587132ffe
Project converted to C++.
2008-09-30 21:01:54 +00:00
David Capello
78f879fa14
Renamed some files and removed deprecated files.
...
Fixed a bug in fileview with i-search.
2008-09-30 01:25:11 +00:00
David Capello
d181b9f215
Completelly removed the scripting support and lua files.
...
Updated the forum address.
2008-09-27 23:24:27 +00:00
David Capello
cf3521dfe8
Fixed some bugs in merge-down & crop commands using the Background layer.
2008-05-05 04:03:31 +00:00
David Capello
c8b3c4ff67
Removed generated files.
2008-05-05 02:23:08 +00:00
David Capello
275181990f
Added:
...
- eye-dropper cursor to editor
- JM_SETCURSOR
- incremental-search to fileview widget
- jgrid widget
- JI_SIGNAL_SET_FONT
- sprite_getpixel
- colorselector widget
- test_jlist test
- HSV color type
- grid, exchange_colors, and eyedropper_tool commands
Fixed:
- duplication of layers
Renamed:
- jwidget_add_childs to jwidget_add_children
- status_bar to statusbar
- tool_bar to toolbar
- color_viewer to colorviewer
- color_bar to colorbar
- color_button to colorbutton
- rectfill_exclude to jrectexclude
- _graya_getk to _graya_getv
- _graya_k_shift to _graya_v_shift
Refactoring to color type:
- now it's a color_t structure instead of a string (char *)
Removed:
- mapgen.[ch]
- update_global_script_variables routine
- JM_CHAR (now it's JM_KEYPRESSED).
- README-es.txt
- FAQ.txt
2008-02-29 19:29:49 +00:00
David Capello
528eaab937
Added threads to load files in background.
...
Added a new file-selector (using PIDLs for Win32).
2008-02-04 02:37:26 +00:00
David Capello
37be418a5a
Added some of the new script functions (NewSprite, LoadSprite,
...
SaveSprite, SetSprite, NewLayer)
2007-12-13 15:55:01 +00:00
David Capello
d1c38d7dfe
Removed a lot of GUI functionality for scripting.
...
Added support to save PNG files.
Added alternative dirty rectangles technique to Jinete.
2007-12-06 03:00:10 +00:00
David Capello
c8db258b00
Added background color to sprite.
...
Renamed FileType to FileFormat.
Moved ase/jinete/src to ase/src/jinete.
Moved ase/jinete/include to ase/src/jinete.
Moved ase/jinete/freetype to ase/third_party/freetype.
2007-12-05 01:30:50 +00:00
David Capello
b3ebf94a9b
renamed gendeps.sh to deps.sh
2007-12-03 18:40:09 +00:00
David Capello
df0104734f
Added libjpeg in the repository.
...
Fixed some bugs in the GUI system.
Added tabs, and removed the list-menu.
2007-11-28 14:19:36 +00:00
David Capello
36f861ddd7
Removed src/dialogs/effect/*.c
2007-11-08 00:54:31 +00:00
David Capello
ce25bfaac4
Added all mask/selection commands.
...
Added all commands to select a tool.
Fixed a bug when setting the grid.
The about dialog shows AUTHORS.txt
2007-09-30 15:32:21 +00:00
David Capello
a198e43b7e
Added "save_file_as" and "options" commands.
...
Added some dirty tricks to handle the mouse capture in Windows.
2007-09-27 20:13:06 +00:00
David Capello
a68a9e2e56
Added cmd_drawing_tools.c.
...
Fixed some errors with double memory free (from 'menuitems' and from 'commands').
Added the four main commands for the editor of sprites (close_editor, make_unique_editor, split_editor).
2007-09-27 18:02:23 +00:00