David Capello
|
9b32ebdad6
|
Rename Undo class to UndoHistory.
|
2011-03-13 17:33:42 -03:00 |
|
David Capello
|
2baa342a65
|
Remove "j" prefix from some files in gui library.
|
2011-01-30 19:12:10 -03:00 |
|
David Capello
|
d6eb20ef7e
|
Update copyright year to 2011.
|
2011-01-18 20:49:53 -03:00 |
|
David Capello
|
ffd0f17879
|
Move all undo_*() functions as members of Undo class.
|
2010-09-30 23:55:35 -03:00 |
|
David Capello
|
9e419c418f
|
Refactor Stock class to contains methods instead of stock_*() functions.
|
2010-09-30 22:38:26 -03:00 |
|
David Capello
|
cb3dd70fb8
|
Move Jinete library to src/gui directory (future gui-lib).
|
2010-09-26 15:59:32 -03:00 |
|
David Capello
|
3ec3bbbef8
|
Refactor undo_clear_redo/set_label/get_next_*_label -> Undo::clearRedo/etc.
|
2010-09-19 17:44:06 -03:00 |
|
David Capello
|
12ce788d11
|
Remove undo_new/free/enable/disable/is_enabled/is_disabled, add Undo::is/setEnabled.
|
2010-09-19 15:23:15 -03:00 |
|
David Capello
|
198bd648e5
|
Refactor Layer::add/remove/get_cel to add/remove/getCel.
|
2010-09-19 00:26:33 -03:00 |
|
David Capello
|
ec13504c06
|
Remove core/core.h-cpp.
- App class contains the running mode (isGui() flag).
- LoggerModule contains the verbose flag.
- Remove is_interactive().
|
2010-09-18 17:36:21 -03:00 |
|
David Capello
|
3f9e947ea9
|
Convert color_t type to Color class.
+ Add color_utils namespace and move useful routines for colors right there.
+ Add test_color.cpp.
|
2010-08-25 00:26:37 -03:00 |
|
David Capello
|
4e72997a02
|
Use Allegro's ASSERT() instead of assert().
|
2010-08-03 23:33:44 -03:00 |
|
David Capello
|
475d0eeb1b
|
Refactored Sprite class: no public variable members, all functions sprite_* go as Sprite function members, pimpl idiom.
|
2010-03-30 21:43:18 -03:00 |
|
David Capello
|
b747ccdaa6
|
Updated copyright year to 2010
|
2010-02-01 21:25:40 +00:00 |
|
David Capello
|
96759c9c17
|
Converted all TRUE/FALSE to C++ true/false
|
2010-01-30 16:43:13 +00:00 |
|
David Capello
|
11a094cb05
|
Moved app.cpp from src/core/ to src/
|
2009-12-11 14:53:05 +00:00 |
|
David Capello
|
cbc0bf22bd
|
Refactored Layer class to include all layer_* functions as member functions.
|
2009-11-17 13:12:26 +00:00 |
|
David Capello
|
b0c56578ca
|
Moved modules/sprites.cpp to effect/images_ref.cpp
|
2009-08-17 23:45:55 +00:00 |
|
David Capello
|
3dbb7c088b
|
Moved console.* from src/console to src/
|
2009-08-17 19:32:09 +00:00 |
|
David Capello
|
3885f37f45
|
+ CurrentSprite class was split in SpriteWrapper/Reader/Writer, and CurrentSpriteReader/Writer wrappers.
+ More routines are using exceptions for error handling.
+ Added JWidgetPtr class.
+ Added Undoable::set_imgtype/layer_from_background/flatten_layers.
|
2009-06-11 15:11:11 +00:00 |
|
David Capello
|
59ae779fca
|
+ Added Context parameter to CurrentSprite.
+ Now CurrentSprite is defined in current_sprite.h.
+ Modified several routines to get the current sprite as parameter.
|
2009-06-02 14:08:56 +00:00 |
|
David Capello
|
c4be9fe5b4
|
Added Context and UIContext classes.
Added CurrentSprite class.
Removed current_sprite global.
Moved all functions of 'sprites' module to Context/UIContext.
|
2009-06-01 02:59:15 +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
|
c35c452a80
|
Converted GfxObj and all the hierarchy of graphics objects to classes.
Removed "(void)" -> "()".
|
2008-10-01 01:27:51 +00:00 |
|
David Capello
|
a587132ffe
|
Project converted to C++.
|
2008-09-30 21:01:54 +00:00 |
|