Commit Graph

70 Commits

Author SHA1 Message Date
David Capello
8c2ebdfee4 Removed the IDLE message.
Added a lot of asserts (in the GUI code mainly).
2008-01-03 23:22:04 +00:00
David Capello
bbdd7a3f83 Now screen shots are generated directly in PNG format. 2007-12-19 20:09:27 +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
ece7c72b0f Added ase_uint8, ase_uint16, ase_uint32 2007-12-11 20:05:18 +00:00
David Capello
1851db4ac7 Fixed a problem when saving non-indexed images (reported by Trent Gamblin) 2007-12-09 01:52:58 +00:00
David Capello
9b755b2834 Fixed src/widgets/editor/editor.c 2007-12-06 21:32:44 +00:00
David Capello
d87b0dc8ff Added jwidget_set_max_size.
Modified some dialogs for a better look.
Fixed the interactive movement of the layer.
2007-12-06 20:05:32 +00:00
David Capello
549210b95f Fixed the copy & paste. 2007-12-06 03:20:49 +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
c50df75059 Fixed the tests 2007-12-05 22:00:19 +00:00
David Capello
7a0913c2cf Added rules to make tests 2007-12-05 03:29:17 +00:00
David Capello
0f23b3b3f0 Removed jinete directory 2007-12-05 02:03:05 +00:00
David Capello
d199ae0805 Jinete examples moved to ase/src/text 2007-12-05 01:53:03 +00:00
David Capello
c330a00747 Added these the sources files of the documentation for Jinete 2007-12-05 01:39:21 +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
9e8a50d58d Moved jinete.h 2007-12-04 22:55:53 +00:00
David Capello
29887ac39d Replaced XXX to TODO 2007-12-04 21:50:31 +00:00
David Capello
b3ebf94a9b renamed gendeps.sh to deps.sh 2007-12-03 18:40:09 +00:00
David Capello
8b2b914b3e The do_progress isn't called anymore for each row, so this optimized a lot the read speed. 2007-11-29 20:06:22 +00:00
David Capello
b8b0fc598a Better graphics resolution selection by default 2007-11-28 17:50:16 +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
4c980d3e46 Better focus handling in a new window. 2007-11-25 01:26:53 +00:00
David Capello
39c52ae868 Finished load_png. 2007-11-25 01:26:08 +00:00
David Capello
faf2c2cb20 Fixed undo for new frames in other layers. 2007-11-25 01:25:10 +00:00
David Capello
c059b77958 Added "Configure Screen" command. 2007-11-24 18:23:53 +00:00
David Capello
bdf06ed25d Fixed an error when closing file streams (the file can't be closed
because it is opened by the user).
2007-11-19 17:32:40 +00:00
David Capello
fad42803e4 Undo changes (back to version 15). 2007-11-19 17:24:50 +00:00
David Capello
35f50b6d73 Added more directories to find data in UNIX like systems. 2007-11-19 16:10:00 +00:00
David Capello
ca9b264905 Fixed file_size/file_size_ex depending the Allegro version 2007-11-19 14:41:30 +00:00
David Capello
2aaf287614 Added operations to handle frames. 2007-11-19 14:29:24 +00:00
David Capello
2ea9551ce1 Renamed frpos -> frame. Added operations to handle frames and cels. 2007-11-19 14:23:15 +00:00
David Capello
83444f1775 Renamed "frame" to "cel" (commands files renamed) 2007-11-16 20:54:15 +00:00
David Capello
429d6a83ef Renamed "frame" to "cel" 2007-11-16 20:49:40 +00:00
David Capello
40e3a27ce7 Header of all files updated 2007-11-16 18:25:45 +00:00
David Capello
3932753b38 More scripts removed. Better file-selector 2007-11-15 03:49:58 +00:00
David Capello
1c3cba7208 Removed the usage of "link" frames when load a sequence of bitmaps. 2007-11-14 21:28:33 +00:00
David Capello
13cbec9ec0 Removed cmd_quick_copy.c and cmd_quick_move.c from the listing
(reported by Manuel Quiñones)
2007-11-14 21:26:28 +00:00
David Capello
8bbd7736fe Clarified "COMPILATION" section 2007-11-14 21:22:28 +00:00
David Capello
57d5783d0c More commands transformed from Lua code to C 2007-11-09 04:12:27 +00:00
David Capello
89e2452ed0 More commands transformed from Lua code to C 2007-11-09 04:10:19 +00:00
David Capello
36f861ddd7 Removed src/dialogs/effect/*.c 2007-11-08 00:54:31 +00:00
David Capello
0acca25989 Added "new_frame" command. Renamed writeable to writable. 2007-10-08 02:20:57 +00:00
David Capello
a1b9a6844b Added crop tool. 2007-10-04 02:44:09 +00:00
David Capello
c1879f7c07 Added sprite_properties command. 2007-09-30 16:04:18 +00:00
David Capello
122217c227 Added this readme (I don't know why it wasn't imported). 2007-09-30 15:35:38 +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
5097767564 Fixed a problem when setting tile rectangle. 2007-09-29 22:19:51 +00:00
David Capello
0a6b8a5955 Removed session stuff. 2007-09-29 00:16:41 +00:00
David Capello
395ad85546 Removed session stuff. 2007-09-29 00:14:10 +00:00
David Capello
fb04bd71e3 Removed session stuff. 2007-09-29 00:12:08 +00:00