2009-09-20 |
cheesesucker |
Win32 installer:
|
2009-09-20 |
cheesesucker |
Added a basic win32 installer script (Inno Setup Script)
|
2009-09-08 |
mvbarracuda |
* Replaced old with new FIFE SVN URL
|
2009-09-04 |
phoku |
Allow objects with an __call__ attribute used as event callbacks.
|
2009-09-03 |
prock |
Fixed a problem with Camera::render() involving the way it calculates the animation frame number.
|
2009-09-03 |
prock |
Added Instance::setActionRuntime() as requested in Ticket #373
|
2009-09-02 |
prock |
Test commit from Prock
|
2009-08-25 |
phoku |
Removed some leftover print statement.
|
2009-08-25 |
cheesesucker |
Forgot to add CameraDialog... oops!
|
2009-08-25 |
cheesesucker |
Made CameraDialog a little prettier
|
2009-08-25 |
cheesesucker |
Several changes to layer, camera and map dialogs:
|
2009-08-25 |
cheesesucker |
Made LayerEditor prettier
|
2009-08-25 |
cheesesucker |
Fixed string representation for pychan.Spacer.
|
2009-08-24 |
cheesesucker |
* Added setId to Layer, Map, Object and Camera
|
2009-08-24 |
phoku |
Fixes.
|
2009-08-24 |
phoku |
Bug fix.
|
2009-08-24 |
phoku |
VFS:
|
2009-08-24 |
phoku |
PyChan fixes:
|
2009-08-24 |
phoku |
PyChan fixes:
|
2009-08-24 |
phoku |
PyChan fixes:
|
2009-08-24 |
phoku |
* GuiImage now acts as Dummy Image if created without an argument.
|
2009-08-24 |
phoku |
Working on the XXX_image attributes to force consistent
|
2009-08-24 |
phoku |
Added Licence header to all pypthon modules in extension/
|
2009-08-24 |
phoku |
* Added a new method Widget.getNamedChildren
|
2009-08-24 |
phoku |
Added fast path for Widget.findChild(name=name). Roughly 10x faster.
|
2009-08-24 |
phoku |
PyChan: adaptLayout performance fix.
|
2009-08-21 |
cheesesucker |
Fixed docstring for Model::deleteMaps() (Really fixes #343)
|
2009-08-21 |
cheesesucker |
Replaced dataset with Model in documentation for Object. Closes #343
|
2009-08-21 |
cheesesucker |
* ObjectSelector will now select and scroll to selected object automatically
|
2009-08-21 |
cheesesucker |
* Split EventListener into several internal subclasses. This fixes issue with multiple inheritance where each BaseClass.__init__() call would overwrite the previous one. This meant that you could only add EventListener to one type of event managers.
|
2009-08-18 |
cheesesucker |
LayerTool:
|
2009-08-17 |
chewie |
- small changes to code layout to make it more readable
|
2009-08-16 |
cheesesucker |
Fixed a crash when removing the layer which the editor camera uses
|
2009-08-16 |
cheesesucker |
Forgot to add layereditor.xml ...
|
2009-08-16 |
cheesesucker |
* Improved layertool: Ability to add, remove and edit layers
|
2009-08-15 |
cheesesucker |
* Added tooltips and hotkey information for some buttons
|
2009-08-15 |
cheesesucker |
Fixes crashes when attempting to draw/move when no layers are active
|
2009-08-15 |
cheesesucker |
Disabled recursing for some adaptLayout calls. This will make the editor more responsive
|
2009-08-14 |
cheesesucker |
Made panels only try to dock when the window has moved
|
2009-08-14 |
cheesesucker |
* Modified status bar to use a simpler and more efficient way of displaying tool tips
|
2009-08-14 |
wenlin_fife |
clean up the code
|
2009-08-14 |
wenlin_fife |
updated
|
2009-08-14 |
wenlin_fife |
fixed the test due to removing linearpather
|
2009-08-14 |
wenlin_fife |
merged the pathfinding branch to trunk
|
2009-08-12 |
mvbarracuda |
* TEST file for svn testing purposes
|
2009-08-11 |
chewie |
- added a workaround for the rotation issue of groundtiles in rio de hola maps
|
2009-08-11 |
chewie |
- added LightEdit editor plugin (needs light branch to work; deactivated if lighting renderer is not available)
|
2009-08-08 |
chewie |
- added new method to object class: getActionIds()
|
2009-08-07 |
fife |
* Mac build script patch by Prock
|
2009-07-20 |
chewie |
- fixed silly bug in object serializer; missing int cast broke setBlocking / setStatic functionality
|
2009-07-11 |
chewie |
- eliminated magic number
|
2009-07-10 |
nihathrael |
* Small fix to make scons work in a fakeroot environment on ArchLinux. If this causes breakage please contact me.
|
2009-07-09 |
mvbarracuda |
* Updated LICENSE file for upcoming packaging efforts
|
2009-07-06 |
mvbarracuda |
* Reverting revisions 2937 - 2947; these have been pathfinding related changes that partially broke some FIFE-based 3rd party games
|
2009-07-06 |
vtchill |
Changed the location where rio_de_hola client puts the savefile.xml by using the getUserDataDirectory utility function to fix the permission denied error seen by LinuxDonald.
|
2009-07-05 |
LinuxDonald |
*hope i fixed script-without-shebang part 3 the last one
|
2009-07-05 |
LinuxDonald |
*hope i fixed script-without-shebang part 2
|
2009-07-05 |
LinuxDonald |
*hope i fixed script-without-shebang
|
2009-07-03 |
vtchill |
Removed the deletion of the search space from the the RoutePatherSearch class. This will fix the path finding so it now will calculate paths correctly. It should not be deleting the search space because it does not own it, it is only using it for calculations. Need to investigate further as to why the memory consumption continually increases when running UH. Also removed the need to store a local pointer in RoutePatherSearch to the singleton instance of a Heuristic, this will eliminate the possibly of having a dangling pointer or deleting something that it shouldn't.
|
2009-07-02 |
vtchill |
removed the deleted of the heuristic in the RoutePatherSearch class. Don't want to delete the heuristic since it is holding a pointer to a singleton object. If this is ever not holding a pointer returned by a singleton then it will leak since it is not being deleted.
|
2009-06-30 |
wenlin_fife |
Added destructor to the routepathersearch class.
|
2009-06-26 |
wenlin_fife |
combine routepathersearch and search class to clean up the code.
|
2009-06-24 |
wenlin_fife |
delete linearpather folder
|
2009-06-24 |
wenlin_fife |
remove linear pather
|
2009-06-24 |
wenlin_fife |
remove the reference of the LinearPather
|
2009-06-24 |
wenlin_fife |
change the Linear Pather in the tests to the RoutePather
|
2009-06-21 |
mvbarracuda |
* Create an autorelease pool, so autoreleased SDL objects don't leak (Mac OS X specific issue)
|
2009-06-21 |
mvbarracuda |
* Adding missing comma to fix Mac OS X build script
|
2009-06-19 |
cheesesucker |
* Replaced preprocessor variable __linux__ with __unix__
|
2009-06-19 |
cheesesucker |
Reverted changes from 2924 as it broke compatibility with python 2.5
|
2009-06-17 |
cheesesucker |
Screenshot function for editor
|
2009-06-17 |
cheesesucker |
* Buttons and functions for importing objects in the editor
|
2009-06-16 |
mvbarracuda |
* Updated the information text file with some more detailed info about the patch and why it can't be applied to trunk at the moment
|
2009-06-16 |
LinuxDonald |
*sorry for spaming
|
2009-06-16 |
LinuxDonald |
*my last final fife commint :)
|
2009-06-16 |
LinuxDonald |
*renamed the patch file
|
2009-06-16 |
LinuxDonald |
*revert part2 of fixing warnings because it donĀ“t work with windows fife sdk
|
2009-06-16 |
LinuxDonald |
*fixed scons warnings part2
|
2009-06-16 |
LinuxDonald |
*fixed scons warnings part1
|
2009-06-16 |
cheesesucker |
Fixed a small bug in getUserDataDirectory
|
2009-06-16 |
cheesesucker |
* Added function to fife_utils: getUserDataDirectory. Returns the proper path to save setting and data files depending on OS.
|
2009-06-16 |
mvbarracuda |
* Reverted the latest pathfinding module changes as they broke building trunk
|
2009-06-16 |
cheesesucker |
Save editor settings to proper directory (~/.fife on linux, %APPDATA%\fife on Win32)
|
2009-06-15 |
wenlin_fife |
remove entire linearpather
|
2009-06-15 |
wenlin_fife |
remove linearpather class
|
2009-06-14 |
mvbarracuda |
* Mac OS X build script fixes; wiki article is planned to be updated according to it
|
2009-06-13 |
cheesesucker |
* Removed ObjectLoader as it was both unused and unusable (Closes #353)
|
2009-06-13 |
cheesesucker |
Fixed undo/redo for remove- and placeInstance
|
2009-06-13 |
cheesesucker |
* _ListItem in HistoryManager will now return a string object in __str__
|
2009-06-13 |
cheesesucker |
* Fixed a bug where resizing a listbox with non-ascii characters would give errors
|
2009-06-11 |
cheesesucker |
Fixed a bug in the OpenGl renderer where the last chunk of images would not be displayed when image_height % chunk_size was 0.
|
2009-06-09 |
cheesesucker |
Fix for buildscripts, so linux mint will detect Xcursor. Thanks to chewie for patch
|
2009-06-09 |
cheesesucker |
A workaround for a bug in SDL which makes the cursor jump when SDL_ShowCursor() is called. This patch does not completely fix the problem, but at least makes the editor usable in fullscreen mode.
|
2009-06-08 |
cheesesucker |
* Really fixed proper support for non-ascii filenames for FileBrowser
|
2009-06-08 |
mvbarracuda |
* Mirrored selection tool icon (looks better this way)
|
2009-06-08 |
cheesesucker |
Proper decoding of file names for filebrowser
|
2009-06-08 |
cheesesucker |
* Cursor will now respect image shift values when drawing the cursor
|
2009-06-08 |
cheesesucker |
* Fixed HistoryManager to work with linear undo
|
2009-06-08 |
cheesesucker |
Merged editor_rewrite branch to trunk.
|
2009-06-03 |
nihathrael |
* Fixed a small unicode bug for the dropdown menu
|
2009-05-08 |
nihathrael |
* Added patch by MadMonk that exposes the guichan focus functions to pychan
|
2009-04-29 |
nihathrael |
Added christoph's patch to add support for newer boost versions
|
2009-03-27 |
phoku |
Documentation cross reference fixes.
|
2009-03-26 |
phoku |
Extension widgets 'namespace' created.
|
2009-03-26 |
phoku |
Further split up the containers.py; bugfix.
|
2009-03-26 |
phoku |
widgets.py split up.
|
2009-03-25 |
phoku |
More documentation.
|
2009-03-25 |
phoku |
Documentation for the World
|
2009-03-25 |
phoku |
Fixed second camera in rio.
|
2009-03-25 |
phoku |
'Fixed' segfault in rio de hola. Font system in FIFE is odd.
|
2009-03-25 |
phoku |
Switched to FreeSans for rio de hola.
|
2009-03-25 |
phoku |
Switched default font in the editor to FreeSans.
|
2009-03-25 |
phoku |
Made add/removeChildren also accept a single iterable as
|
2009-03-24 |
phoku |
Removed unused TimerListener.
|
2009-03-24 |
phoku |
Removed some weird stubs.
|
2009-03-24 |
phoku |
Removed HelpText from C++.
|
2009-03-24 |
cheesesucker |
Fix error when no object namespaces were loaded
|
2009-03-24 |
phoku |
Added removeAllChildren method. (untested)
|
2009-03-24 |
phoku |
Added the 'position_techinque' attr, so it can be used from XML.
|
2009-03-23 |
cheesesucker |
Workaround for a crash on Win32 when trying to print an event.
|
2009-03-23 |
chewie |
- small fix for the TextField widget - it's setText() method lacked utf8 conversion via _text2gui()
|
2009-03-23 |
cheesesucker |
Memory leak fix for pychan
|
2009-03-21 |
cheesesucker |
Case-insensitive multi-word search
|
2009-03-21 |
cheesesucker |
Incremental search for object selector
|
2009-03-21 |
cheesesucker |
* Search functionality for object selector
|
2009-03-21 |
phoku |
Merged unicode-support back into trunk.
|
2009-03-20 |
cheesesucker |
* Happy birthday, LinuxDonald! *
|
2009-03-20 |
phoku |
Removed stale pychan.manager import.
|