Timeline
03/28/12:
- 16:50 Changeset [3894] by
- * More updates to the change log. [t:601]
- 16:24 Changeset [3893] by
- * Getting ready for the 0.3.3r3 release. [t:601]
- 15:55 Changeset [3892] by
- * Added pathfinder support for multi cell objects. You can add relative …
03/25/12:
- 20:57 Changeset [3891] by
- Fixed a minor bug in Icon.clone() Refs [t:376]
03/23/12:
- 17:54 Ticket #679 (Create FIFE Icons) created by
- We need a set of standard icons that will be used for the windows start …
- 17:37 Ticket #678 (Guichan adds hardcoded value to user setting of base_color attribute) created by
- Guichan has a harcoded value for base_color which it seems to always apply …
- 17:13 Ticket #677 (Python script for Atlas creation, does not work under some conditions) closed by
- fixed
- 16:58 Changeset [3890] by
- * Added a check to animpacker.py to convert double points in action names …
- 16:48 Ticket #677 (Python script for Atlas creation, does not work under some conditions) created by
- I ran into the problem that windows file system have no support for : …
- 15:08 Changeset [3889] by
- * Fixed the revision detection for linux [t:671]
- 14:40 Changeset [3888] by
- * Added getRevision() to FIFE to allow clients to query the revision FIFE …
- 12:47 Ticket #676 (Update scons build files to not build swig interfaces every time) created by
- Every time you run scons it will build a new fife.i file and potentially …
03/22/12:
- 21:47 Ticket #622 (missing way to make distclean) closed by
- fixed: (In [3887]) * Added a proper distclean build target. To use it type: …
- 21:47 Changeset [3887] by
- * Added a proper distclean build target. To use it type: scons -c …
- 20:51 Ticket #664 (Draw area widget) closed by
- invalid: This can be done by using the TargetRenderer? and drawing on an image and …
- 20:49 Ticket #515 (Crashing when i'm making application window active) closed by
- invalid: I cant re-produce this and I know of a few people who run FIFE on osx with …
- 20:48 Ticket #533 (libguichan fails to install when src path contains a space) closed by
- invalid: Closing this as invalid. This should be handled upstream (if only guichan …
- 17:14 Changeset [3886] by
- * Fixed a small bug in textfield which was introduced in the last commit. …
- 17:09 Changeset [3885] by
- * Patch by vdaras for [t:376]. This adds the ability to clone widgets …
- 14:55 Ticket #674 (TargetRenderer does not rerender anymore under some conditions) closed by
- fixed: (In [3884]) * Removed the lasttime_draw reset from TargetRenderer?, because …
- 14:55 Changeset [3884] by
- * Removed the lasttime_draw reset from TargetRenderer?, because this can …
- 09:24 Ticket #674 (TargetRenderer does not rerender anymore under some conditions) reopened by
- Hi, ah right - counting was indeed wrong; i dont think resetting the …
- 06:19 Changeset [3883] by
- Added handling in ZipTree? for paths containing "..". Also slightly …
03/21/12:
- 15:31 Ticket #674 (TargetRenderer does not rerender anymore under some conditions) closed by
- fixed: (In [3882]) * Fixed two bugs in TargetRenderer?. The lasttime_draw value …
- 15:30 Changeset [3882] by
- * Fixed two bugs in TargetRenderer?. The lasttime_draw value was not reset …
- 13:46 Ticket #675 (AnimationManager and real Frame objects) created by
- The current animation handling in FIFE is pretty basic: - a frame is just …
- 03:43 Ticket #674 (TargetRenderer does not rerender anymore under some conditions) created by
- While looking at the TargetRenderer?, i think i found a bug that results in …
03/20/12:
- 21:08 Ticket #673 (Add FIFE's new logo to the repo) closed by
- fixed: (In [3881]) Ticket #673: Patch by mvbarracuda: * New official FIFE logo …
- 21:07 Changeset [3881] by
- Ticket #673: Patch by mvbarracuda: * New official FIFE logo by Urban …
- 21:04 Ticket #673 (Add FIFE's new logo to the repo) created by
- We finally got FIFE's logo worked out. This ticket is to add the original …
- 19:00 Ticket #234 (Pathfinding support for multi-layer environments.) closed by
- fixed: The new Pathfinder can do this and a bit more ;) A Layer can have a …
- 18:10 Ticket #386 (Need the ability to stop/cancel an actor's movement action) closed by
- fixed: Added this feature to cell_pathfinder branch. Instance have now an …
- 17:27 Changeset [3880] by
- * Changed RoutePatherSearch? to be a base class and added derived classes …
- 16:26 Ticket #672 (Documentation for the various coordinate systems that FIFE uses) created by
- FIFE uses several different coordinate systems that should be describes …
- 05:08 Changeset [3879] by
- Fixed a compile error in ZipTree? due to boost::filesystem V2 vs. V3 …
03/19/12:
- 13:52 Changeset [3878] by
- This is a complete overhaul of the backend storage used for zip archives. …
03/18/12:
- 00:39 Ticket #671 (Query fife version at runtime) created by
- It would be useful to be able to query the FIFE version at runtime with …
03/17/12:
- 19:42 Changeset [3877] by
- * Merged the trunk changes to branch. * Changed the Python xmlanimation …
- 16:48 Changeset [3876] by
- The MapLoader? now allows .zip files (in addition to .xml) files to be …
03/16/12:
- 23:02 Ticket #670 (Possibilty to avoid automaticly cursor movement on application start) created by
- On the start of an application like Unknown Horizons or Zero the cursor is …
- 21:06 Ticket #669 (Query used desktop screen resolution) created by
- We want to use the desktop screen resolution to start the application with …
- 11:46 Changeset [3875] by
- - added transition gui prototype to CellView? plugin - adjusted LayerTool? …
03/15/12:
- 17:02 Ticket #665 (Produce a traceback on gcn::exception) closed by
- fixed: (In [3874]) * Patch by gscai. Allow us to get more information when a …
- 17:01 Changeset [3874] by
- * Patch by gscai. Allow us to get more information when a gcn::Exception …
- 16:55 Ticket #668 (Editor plugins do not play nice with the dockable areas) created by
- Run the editor, load a map and open the object editor for example. Try to …
03/14/12:
- 15:44 Changeset [3873] by
- * Added the possibility to render special cell costs. ref[t:647] * Added …
- 10:28 Changeset [3872] by
- - more features for CellView?? editor plugin: - added mini editor for …
03/13/12:
- 22:27 Changeset [3871] by
- * Added the possibility to use special costs to create paths. Then it is …
- 15:25 Ticket #667 (Make GenericRenderer offsets consider zoom-level) closed by
- fixed: (In [3870]) * Added the zoom patch from spq. This fixes the problem that …
- 15:24 Changeset [3870] by
- * Added the zoom patch from spq. This fixes the problem that the x,y …
- 14:44 Ticket #667 (Make GenericRenderer offsets consider zoom-level) created by
- This patch makes the GenericRenderer? optionally offsets consider the …
03/12/12:
- 20:42 Changeset [3869] by
- - more features for CellView? editor plugin: - added manipulation of …
- 02:45 Ticket #666 (adjustSize() sometimes sets width to invalid values) created by
- The setup is as follows: A Label with a min and max width, which are the …
03/11/12:
- 16:39 Changeset [3868] by
- small fix in the AtlasLoader? to set the filename of any objects read from …
- 16:08 Changeset [3867] by
- - updated CellView? plugin proposal - added mode handling - added …
- 15:52 Changeset [3866] by
- Default FIFE map saver is now exported through the python bindings. The …
- 13:13 Changeset [3865] by
- * Extend cell interface. ref[t:647]
- 00:13 Changeset [3864] by
- * Added cost and speed multiplier options. ref[t:647] * Added cell stack …
03/10/12:
- 18:39 Ticket #665 (Produce a traceback on gcn::exception) created by
- It would be better if gcn::exception would show a nice traceback instead …
03/09/12:
- 12:36 Ticket #664 (Draw area widget) created by
- New pychan widget in which we can draw custom shapes or pixels.
03/08/12:
- 17:44 Changeset [3863] by
- * Added the possibility to move between different layers. The Agent isn't …
03/07/12:
- 21:09 Ticket #663 (Documentation for the creation of the windows development kit) created by
- This should include all docs to compile the dependencies. Add this to the …
- 18:53 Changeset [3862] by
- * fixed a small problem with the last commit. Added a LM_SAVERS log …
- 08:50 Changeset [3861] by
- - added Zero-Projekt cell view plugin for FIFedit - this is a proposal …
- 08:44 Ticket #624 (Animation Preview repeats End Frame) closed by
- worksforme
- 08:43 Changeset [3860] by
- - ObjectEdit? plugin, animation viewer: replaced …
- 07:14 Changeset [3859] by
- quick fix to add in saving of the xml file. [t:491]
- 07:08 Changeset [3858] by
- Saving progress on the c++ map saving functionality. It is not tested at …
03/05/12:
- 18:05 Ticket #662 (Pychan should load it's font definitions from an XML file) created by
- As the title suggest the loadFromFile() function should be re-written to …
- 15:28 Ticket #655 (Allow resizing of images in the gui) closed by
- fixed: Closing this ticket. There is still a little bit of work regarding this …
- 15:20 Ticket #661 (Add a method to select which video card to use for the OpenGL renderer) created by
- Some people have multiple video cards (some laptops) that have a "low …
- 11:44 Ticket #660 (Add Icon attribute to disable automatic scaling) created by
- In #655, the scaling functionality for Icons was added. Now there exist …
- 11:36 Ticket #659 (Inherit max_size properties for children of VBox and HBox widgets) created by
- * add a Label(wrap_text=True) to a VBox with a defined max_size * => it is …
- 09:40 Ticket #658 (ToggleButton lacks major attribute - toggle can't be set via XML file) closed by
- fixed: Looked at the button.py code and discovered that the ToggleButton? class …
- 09:39 Changeset [3857] by
- - added toggled attribute to ToggleButton? definition - this enables …
- 09:33 Ticket #658 (ToggleButton lacks major attribute - toggle can't be set via XML file) created by
- While the ToggleButton? is able to receive a value for it's status (toggled …
03/04/12:
- 16:11 Changeset [3856] by
- - extended loaders & savers to handle new walkable flag for layers …
- 15:34 Changeset [3855] by
- * Removed heuristic and added the cost function to cellgrid. ref[t:647] * …
03/02/12:
- 17:44 Ticket #657 (Pychan Container widget tiles background image using Icon widgets) created by
- Look in <fife>/engine/python/fife/extensions/pychan/widgets/containers.py …
03/01/12:
- 22:03 Changeset [3854] by
- * Fixed a few bugs. ref[t:647] * Added methods to cancel instance …
- 18:21 Changeset [3853] by
- * Applying a patch provided by Beliar to allow GUI Icons to be resized at …
- 12:22 Ticket #656 (Default style will sometimes override custom style) created by
- In engine/python/fife/extensions/pychan/internal.py:186, a dict with …
Note: See TracTimeline
for information about the timeline view.
