Tue, 16 Jun 2009 18:57:56 +0000 |
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
|
Tue, 16 Jun 2009 18:49:11 +0000 |
LinuxDonald |
*sorry for spaming
|
Tue, 16 Jun 2009 18:41:47 +0000 |
LinuxDonald |
*my last final fife commint :)
|
Tue, 16 Jun 2009 18:38:17 +0000 |
LinuxDonald |
*renamed the patch file
|
Tue, 16 Jun 2009 18:30:39 +0000 |
LinuxDonald |
*revert part2 of fixing warnings because it donĀ“t work with windows fife sdk
|
Tue, 16 Jun 2009 17:59:20 +0000 |
LinuxDonald |
*fixed scons warnings part2
|
Tue, 16 Jun 2009 17:58:37 +0000 |
LinuxDonald |
*fixed scons warnings part1
|
Tue, 16 Jun 2009 17:11:38 +0000 |
cheesesucker |
Fixed a small bug in getUserDataDirectory
|
Tue, 16 Jun 2009 14:24:26 +0000 |
cheesesucker |
* Added function to fife_utils: getUserDataDirectory. Returns the proper path to save setting and data files depending on OS.
|
Tue, 16 Jun 2009 11:28:35 +0000 |
mvbarracuda |
* Reverted the latest pathfinding module changes as they broke building trunk
|
Tue, 16 Jun 2009 02:33:35 +0000 |
cheesesucker |
Save editor settings to proper directory (~/.fife on linux, %APPDATA%\fife on Win32)
|
Mon, 15 Jun 2009 23:34:33 +0000 |
wenlin_fife |
remove entire linearpather
|
Mon, 15 Jun 2009 23:30:34 +0000 |
wenlin_fife |
remove linearpather class
|
Sun, 14 Jun 2009 14:45:25 +0000 |
mvbarracuda |
* Mac OS X build script fixes; wiki article is planned to be updated according to it
|
Sat, 13 Jun 2009 19:12:10 +0000 |
cheesesucker |
* Removed ObjectLoader as it was both unused and unusable (Closes #353)
|
Sat, 13 Jun 2009 15:47:16 +0000 |
cheesesucker |
Fixed undo/redo for remove- and placeInstance
|
Sat, 13 Jun 2009 15:08:42 +0000 |
cheesesucker |
* _ListItem in HistoryManager will now return a string object in __str__
|
Sat, 13 Jun 2009 14:54:42 +0000 |
cheesesucker |
* Fixed a bug where resizing a listbox with non-ascii characters would give errors
|
Thu, 11 Jun 2009 17:12:12 +0000 |
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.
|
Tue, 09 Jun 2009 13:31:59 +0000 |
cheesesucker |
Fix for buildscripts, so linux mint will detect Xcursor. Thanks to chewie for patch
|
Tue, 09 Jun 2009 01:09:05 +0000 |
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.
|
Mon, 08 Jun 2009 21:04:43 +0000 |
cheesesucker |
* Really fixed proper support for non-ascii filenames for FileBrowser
|
Mon, 08 Jun 2009 20:39:30 +0000 |
mvbarracuda |
* Mirrored selection tool icon (looks better this way)
|
Mon, 08 Jun 2009 20:23:02 +0000 |
cheesesucker |
Proper decoding of file names for filebrowser
|
Mon, 08 Jun 2009 19:56:54 +0000 |
cheesesucker |
* Cursor will now respect image shift values when drawing the cursor
|
Mon, 08 Jun 2009 16:57:39 +0000 |
cheesesucker |
* Fixed HistoryManager to work with linear undo
|
Mon, 08 Jun 2009 16:00:02 +0000 |
cheesesucker |
Merged editor_rewrite branch to trunk.
|
Wed, 03 Jun 2009 19:29:52 +0000 |
nihathrael |
* Fixed a small unicode bug for the dropdown menu
|
Fri, 08 May 2009 08:45:27 +0000 |
nihathrael |
* Added patch by MadMonk that exposes the guichan focus functions to pychan
|
Wed, 29 Apr 2009 20:30:52 +0000 |
nihathrael |
Added christoph's patch to add support for newer boost versions
|
Fri, 27 Mar 2009 11:52:55 +0000 |
phoku |
Documentation cross reference fixes.
|
Thu, 26 Mar 2009 17:13:03 +0000 |
phoku |
Extension widgets 'namespace' created.
|
Thu, 26 Mar 2009 16:36:21 +0000 |
phoku |
Further split up the containers.py; bugfix.
|
Thu, 26 Mar 2009 16:20:16 +0000 |
phoku |
widgets.py split up.
|
Wed, 25 Mar 2009 21:41:43 +0000 |
phoku |
More documentation.
|
Wed, 25 Mar 2009 15:42:14 +0000 |
phoku |
Documentation for the World
|
Wed, 25 Mar 2009 14:17:59 +0000 |
phoku |
Fixed second camera in rio.
|
Wed, 25 Mar 2009 09:38:10 +0000 |
phoku |
'Fixed' segfault in rio de hola. Font system in FIFE is odd.
|
Wed, 25 Mar 2009 08:48:31 +0000 |
phoku |
Switched to FreeSans for rio de hola.
|
Wed, 25 Mar 2009 08:31:04 +0000 |
phoku |
Switched default font in the editor to FreeSans.
|
Wed, 25 Mar 2009 08:04:07 +0000 |
phoku |
Made add/removeChildren also accept a single iterable as
|
Tue, 24 Mar 2009 16:50:37 +0000 |
phoku |
Removed unused TimerListener.
|
Tue, 24 Mar 2009 16:32:08 +0000 |
phoku |
Removed some weird stubs.
|
Tue, 24 Mar 2009 16:06:02 +0000 |
phoku |
Removed HelpText from C++.
|
Tue, 24 Mar 2009 16:04:49 +0000 |
cheesesucker |
Fix error when no object namespaces were loaded
|
Tue, 24 Mar 2009 08:24:34 +0000 |
phoku |
Added removeAllChildren method. (untested)
|
Tue, 24 Mar 2009 08:09:57 +0000 |
phoku |
Added the 'position_techinque' attr, so it can be used from XML.
|
Mon, 23 Mar 2009 16:54:16 +0000 |
cheesesucker |
Workaround for a crash on Win32 when trying to print an event.
|
Mon, 23 Mar 2009 13:21:07 +0000 |
chewie |
- small fix for the TextField widget - it's setText() method lacked utf8 conversion via _text2gui()
|
Mon, 23 Mar 2009 02:06:14 +0000 |
cheesesucker |
Memory leak fix for pychan
|
Sat, 21 Mar 2009 23:26:09 +0000 |
cheesesucker |
Case-insensitive multi-word search
|
Sat, 21 Mar 2009 22:27:01 +0000 |
cheesesucker |
Incremental search for object selector
|
Sat, 21 Mar 2009 22:12:55 +0000 |
cheesesucker |
* Search functionality for object selector
|
Sat, 21 Mar 2009 10:38:11 +0000 |
phoku |
Merged unicode-support back into trunk.
|
Fri, 20 Mar 2009 15:17:28 +0000 |
cheesesucker |
* Happy birthday, LinuxDonald! *
|
Fri, 20 Mar 2009 11:43:06 +0000 |
phoku |
Removed stale pychan.manager import.
|
Fri, 20 Mar 2009 02:16:06 +0000 |
cheesesucker |
Implemented selection and hover highlighting for ObjectItems
|
Thu, 19 Mar 2009 23:05:43 +0000 |
cheesesucker |
* First version of previewmode icons in ObjectSelector
|
Thu, 19 Mar 2009 22:04:48 +0000 |
phoku |
Forgot that manager.py was removed and replaced by internal.py
|
Thu, 19 Mar 2009 20:14:49 +0000 |
phoku |
PyChan: Now Widgets may _in principle_ receive key events.
|
Thu, 19 Mar 2009 19:04:07 +0000 |
phoku |
Free mouse from GUI if no widget is dragged.
|
Thu, 19 Mar 2009 18:23:00 +0000 |
phoku |
Pass mouseWheelMovedUp and mouseWheelMovedDown events to pychan.
|
Thu, 19 Mar 2009 17:56:59 +0000 |
phoku |
Moved the removal of deletelistener in instance.cpp to finalizeAction to assure that no duplicate addDeleteLstener
|
Thu, 19 Mar 2009 17:14:56 +0000 |
phoku |
Added selection_color, and darkened the default for it a bit.
|
Thu, 19 Mar 2009 01:40:51 +0000 |
cheesesucker |
* More compact ObjectSelector dialog
|
Tue, 17 Mar 2009 23:47:56 +0000 |
chewie |
- changed autoselection once a layer is toggled invisible, now an exception is thrown because we also deselect the layer in the mapedit module
|
Tue, 17 Mar 2009 23:18:11 +0000 |
chewie |
- added indicator for the active layer (no color indication, unfortunately pychan can't style widgets once they were stylized(), which is true for the editor application)
|
Tue, 17 Mar 2009 21:24:54 +0000 |
cheesesucker |
Added svn:eol-style on files that didn't already have that property.
|
Mon, 16 Mar 2009 15:54:14 +0000 |
chewie |
- yet another fix for the "funny typo" - of course it should be RGBA, not RBGA ...
|
Mon, 16 Mar 2009 14:43:08 +0000 |
chewie |
- guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
|
Mon, 16 Mar 2009 14:40:36 +0000 |
chewie |
- updated objectedit plugin, should work much better now
|
Mon, 16 Mar 2009 01:23:03 +0000 |
icelus |
Remove mutable from m_deletelisteners
|
Sun, 15 Mar 2009 22:20:20 +0000 |
mvbarracuda |
* Applying icelus' "leader is not around anymore" patch from #350
|
Sun, 15 Mar 2009 18:59:49 +0000 |
phoku |
Rejoice. PyChan debug messages removed.
|
Sun, 15 Mar 2009 18:34:49 +0000 |
phoku |
PyChan: Meaningful error if a font wasn't loaded.
|
Sat, 14 Mar 2009 12:32:11 +0000 |
phoku |
Fix: pychan/compat.py should not depend on pythonize.
|
Sat, 14 Mar 2009 12:13:29 +0000 |
phoku |
* PyChan event handling rework (part I)
|
Sat, 14 Mar 2009 12:03:56 +0000 |
phoku |
Fix for broken unit test.
|
Sat, 14 Mar 2009 02:42:49 +0000 |
vtchill |
making header files self-sufficient so they can be compiled in isolation.
|
Fri, 13 Mar 2009 03:05:14 +0000 |
vtchill |
fixed bug where the root directory path name was being added to the filename twice. It was initially added in the listFiles/listDirectories functions and then added again in the private function list. I modified the code so it is only added in the list function now.
|
Fri, 13 Mar 2009 02:47:03 +0000 |
vtchill |
removed duplicate forward declaration for VFS in engine.h. Also added a forward declaration for SoundClipPool in engine.h because it has a pointer to a SoundClipPool.
|
Fri, 13 Mar 2009 02:27:14 +0000 |
vtchill |
the function getAttached() in FIFE::Camera was returning a FIFE::Instance* but the function return value was a bool. Changed the function so now its prototype is correct.
|
Fri, 13 Mar 2009 01:58:04 +0000 |
vtchill |
fixes based on the updated SDK from barra. These scripts were still trying to use swig 1.3.35 and in the new SDK swig was updated to 1.3.38
|
Thu, 12 Mar 2009 17:43:59 +0000 |
nihathrael |
* Hopefully fixed the editor's objectselector to work with multiple namespaces again
|
Wed, 11 Mar 2009 21:09:39 +0000 |
mvbarracuda |
* Updated win32 build scripts to work with the new compile SDK
|
Sun, 01 Mar 2009 13:46:45 +0000 |
mvbarracuda |
* Correct path splitting patch by Beliar :-)
|
Sun, 01 Mar 2009 11:22:04 +0000 |
nihathrael |
* Fixed a minor bug with the preview picture in the ObjectSelector
|
Sun, 01 Mar 2009 10:59:17 +0000 |
nihathrael |
* Object selector can now be toggled to use either the old list format or show preview images.
|
Sun, 01 Mar 2009 00:04:58 +0000 |
nihathrael |
* Fixed the ImageButton. Messed it up in last commit
|
Sat, 28 Feb 2009 22:33:21 +0000 |
nihathrael |
* Redid the editor's ObjectSelector to display previews for all objects instead of only 1 preview + paths/filenames
|
Sat, 28 Feb 2009 12:39:59 +0000 |
mvbarracuda |
* Full optimization for release builds; did not correctly implement it in my last commit.
|
Sat, 28 Feb 2009 12:15:04 +0000 |
icelus |
Allow routepather to re-plan when the plan becomes invalid:
|
Thu, 26 Feb 2009 23:33:25 +0000 |
nihathrael |
* Applied two patches from icelus
|
Thu, 26 Feb 2009 11:26:01 +0000 |
nihathrael |
* Fixed some space and tab mixing
|
Wed, 25 Feb 2009 20:58:09 +0000 |
phoku |
Fixed unit test.
|
Wed, 25 Feb 2009 16:44:00 +0000 |
mvbarracuda |
* Full optimization for release builds; really improves the performance on my system and also runs stable
|
Wed, 25 Feb 2009 12:38:25 +0000 |
mvbarracuda |
* Removing deprecated ZIP build parameter as the engine gets built with with ZIP support by default now
|
Wed, 25 Feb 2009 00:35:47 +0000 |
vtchill |
fixes problems with name clashes which cause the engine to throw NameClash exceptions
|
Thu, 19 Feb 2009 06:24:58 +0000 |
chewie |
- fixed small but silly bug for the objectedit plugin (forgot to complete renaming)
|
Wed, 11 Feb 2009 19:27:18 +0000 |
chewie |
- added new plugin to FIFedit (Layertool)
|
Sat, 31 Jan 2009 04:15:43 +0000 |
spq |
fixed time handling in fife:
|
Fri, 30 Jan 2009 00:58:43 +0000 |
cheesesucker |
* Updated font definition file
|
Fri, 30 Jan 2009 00:54:07 +0000 |
cheesesucker |
Moved all editor content out of content, as chewie says it's deprecated as hell ;-)
|
Fri, 30 Jan 2009 00:24:50 +0000 |
cheesesucker |
Small cleanup in editor directory:
|
Sun, 25 Jan 2009 20:17:41 +0000 |
cheesesucker |
* Added ToggleButton widget
|
Sun, 25 Jan 2009 19:48:41 +0000 |
nihathrael |
* To small fixes for the last commit
|
Sun, 25 Jan 2009 19:07:57 +0000 |
nihathrael |
* Buildscripts have been modified to work with different python versions.
|
Sun, 25 Jan 2009 12:49:27 +0000 |
nihathrael |
* Fixed a small typo: soundemitter:setRoleoff -> soundemitter:setRolloff
|
Sat, 24 Jan 2009 22:26:46 +0000 |
nihathrael |
* Added a setRoleoff() function to the SoundEmitter class
|
Thu, 22 Jan 2009 15:35:22 +0000 |
mvbarracuda |
* Fixing funny typo. Chewie works on the RGB Zero-Projekt.
|
Wed, 21 Jan 2009 17:07:16 +0000 |
chewie |
- small fix for pychan documentation (colors can also be quadruples)
|
Wed, 21 Jan 2009 15:35:44 +0000 |
chewie |
- minor change to filebrowser - you now can specify the directory and the filename (!) of the xml file for the filebrowser
|
Wed, 14 Jan 2009 16:58:51 +0000 |
cheesesucker |
* Update pkgconfig files
|
Wed, 14 Jan 2009 15:25:53 +0000 |
cheesesucker |
* Fixed pre-build events for Visual Studio projects
|
Wed, 14 Jan 2009 12:52:04 +0000 |
cheesesucker |
* Fixed a few thousand warnings made by swigwrapper in MSVC.
|
Sat, 18 Oct 2008 06:46:21 +0000 |
phoku |
Fixes for event handling.
|
Wed, 15 Oct 2008 18:04:52 +0000 |
phoku |
(Convenient) Timers.
|
Wed, 15 Oct 2008 14:57:04 +0000 |
spq |
typo fix
|
Wed, 15 Oct 2008 09:13:59 +0000 |
phoku |
Backported the attrSetCallback from pychan_rework.
|
Tue, 14 Oct 2008 20:40:02 +0000 |
phoku |
Sorry. Last fix/bug was brought to you by pure unadulterated stupitity.
|
Tue, 14 Oct 2008 20:20:29 +0000 |
phoku |
Fixed a tiny off-by-one in the getBixel
|
Tue, 14 Oct 2008 17:29:56 +0000 |
phoku |
Now textwrapping handles newlines correctly in trunk, too.
|
Tue, 14 Oct 2008 08:30:20 +0000 |
phoku |
Fix for scrollarea bug.
|
Tue, 14 Oct 2008 07:53:05 +0000 |
phoku |
* More documentation for layout system.
|
Tue, 14 Oct 2008 07:41:48 +0000 |
phoku |
input_rework merged!
|
Sun, 12 Oct 2008 20:30:09 +0000 |
phoku |
Fixed a horrendous misconeception in the pool.
|
Sun, 12 Oct 2008 19:23:10 +0000 |
spq |
fix searching for instances in a rect - old code had false positives
|
Sat, 11 Oct 2008 14:13:56 +0000 |
chewie |
- modified clicklabel to provide a mouse listener for hover events
|
Sat, 11 Oct 2008 14:03:01 +0000 |
phoku |
Fix for pychan - it used getIndex.
|
Sat, 11 Oct 2008 12:55:41 +0000 |
phoku |
Deprecation: getIndex is now thrown out.
|
Sat, 11 Oct 2008 12:25:53 +0000 |
phoku |
Backwards compatibility module fife_compat.
|
Sat, 11 Oct 2008 12:03:59 +0000 |
phoku |
Lazy loading for animations.
|
Sat, 11 Oct 2008 06:23:45 +0000 |
phoku |
Removed the pool listener interface as purpose
|
Sat, 11 Oct 2008 06:05:11 +0000 |
phoku |
For your convenience pools now have a function
|
Thu, 09 Oct 2008 13:36:13 +0000 |
phoku |
Added just some docs and a sanityCheck against the
|
Thu, 09 Oct 2008 12:36:21 +0000 |
phoku |
The getIndex function was a hack that shadowed another bug
|
Thu, 09 Oct 2008 08:23:13 +0000 |
phoku |
Cleaned the basic model up. Code is cleaner now and a bit faster.
|
Thu, 09 Oct 2008 06:18:36 +0000 |
phoku |
* Fixed a scons issue, where libraries checked for C instead of C++
|
Tue, 07 Oct 2008 02:12:57 +0000 |
chewie |
- added guichan slider widget to pychan gui wrapper
|
Sun, 05 Oct 2008 15:27:31 +0000 |
chewie |
- small fix for editor maploader plugin - it passed a (never used) param to loadMapFile()
|
Fri, 03 Oct 2008 12:14:39 +0000 |
chewie |
- some modification to loaders and serializers/xmlmap, now you can set a callback which informs you about finished parts of the maploading process
|
Sun, 28 Sep 2008 11:12:36 +0000 |
thebastion |
edited the loaders, images are now loaded only once into memory
|
Sat, 27 Sep 2008 23:33:17 +0000 |
thebastion |
Minor Changes to SWIG-Interface
|
Sat, 27 Sep 2008 20:33:30 +0000 |
helios2000 |
Ok, now the Authors ;)
|
Sat, 27 Sep 2008 20:28:49 +0000 |
helios2000 |
Delete Test file
|
Sat, 27 Sep 2008 20:27:16 +0000 |
helios2000 |
Test Commit
|
Fri, 26 Sep 2008 17:13:51 +0000 |
chewie |
- applied layer visibility patch from abeyer (ticket #335)
|
Sat, 13 Sep 2008 23:28:52 +0000 |
chewie |
- added object editor plugin
|
Sat, 30 Aug 2008 12:58:20 +0000 |
mvbarracuda |
* New updated rendering setup for rio de hola by Lamoot
|
Sat, 23 Aug 2008 22:03:54 +0000 |
mvbarracuda |
* Reverted moduledeps graph to old version
|
Sat, 23 Aug 2008 21:43:21 +0000 |
m64 |
Compatibility patch for boost 1.36.0
|
Mon, 18 Aug 2008 23:11:32 +0000 |
mvbarracuda |
* Workaround for Segfault_in_cxa_allocate_exception: http://wiki.fifengine.de/Segfault_in_cxa_allocate_exception
|
Thu, 07 Aug 2008 15:46:46 +0000 |
mvbarracuda |
* Indentation patch by GreyGhost
|
Wed, 06 Aug 2008 22:35:27 +0000 |
chewie |
- deleted old content folder
|
Wed, 06 Aug 2008 22:32:54 +0000 |
chewie |
- pychan demo now should work again :)
|
Wed, 06 Aug 2008 22:28:01 +0000 |
chewie |
- moved old directories to new locations
|
Wed, 06 Aug 2008 22:24:57 +0000 |
chewie |
- prepared files for new dir structure
|
Wed, 06 Aug 2008 01:03:00 +0000 |
jwt |
Added scrolling support the the editor client.
|
Tue, 05 Aug 2008 17:37:49 +0000 |
chewie |
- modified pychan to accept r,g,b,a colors - default of a = 255, so you also just can use r, g, b
|
Tue, 05 Aug 2008 14:56:54 +0000 |
mvbarracuda |
* Small fixes (window icon, additional resolutions, svn:ignore)
|
Tue, 05 Aug 2008 14:44:15 +0000 |
mvbarracuda |
* Applying settings patch by greyghost
|
Mon, 04 Aug 2008 15:45:07 +0000 |
mvbarracuda |
* Boy icon for rio de hola
|
Thu, 31 Jul 2008 17:53:21 +0000 |
jasoka |
logger now ignores non-existing log modules (warns to prompt)
|
Thu, 31 Jul 2008 17:43:40 +0000 |
jasoka |
workaround for editor save -> map disappears bug. Not sure why the original method failed
|
Tue, 29 Jul 2008 05:20:42 +0000 |
jasoka |
fix for profiling crash
|
Tue, 29 Jul 2008 00:30:17 +0000 |
mvbarracuda |
* Profiling support for Rio de hola by jasoka
|
Mon, 28 Jul 2008 23:53:03 +0000 |
mvbarracuda |
* Key event fix for map editor by chewie
|
Mon, 28 Jul 2008 05:12:13 +0000 |
kaelisebonrai |
updated LICENSE with the new life_belt files.
|
Mon, 28 Jul 2008 02:18:40 +0000 |
kaelisebonrai |
Added new life_belts. (Blue Green Red) as well as sources.
|
Sun, 27 Jul 2008 13:36:03 +0000 |
spq |
* add some std types to swig wrapper (fife.i.templ)
|
Sat, 26 Jul 2008 17:35:02 +0000 |
spq |
fix key event, patch by yonibear
|
Sat, 26 Jul 2008 17:33:44 +0000 |
spq |
fix removeActionListener not being exported but used in pychan
|
Sat, 26 Jul 2008 12:29:55 +0000 |
mvbarracuda |
* OpenAL-soft patch for OSS support by Yonibear (OpenAnno)
|
Sat, 26 Jul 2008 03:04:03 +0000 |
jwt |
Added an undo feature to the map editor. Just press u to undo insert placement/removals.
|
Fri, 25 Jul 2008 17:14:13 +0000 |
chewie |
- prepared basicapplication to use WindowTitle / WindowIcon from clients settings.py
|
Fri, 25 Jul 2008 00:59:08 +0000 |
jwt |
Omission of a camera viewport in xml map files now indicates that the camera should use the full window.
|
Thu, 24 Jul 2008 13:20:39 +0000 |
spq |
use strings as grouping in generic renderer, easier for the clients...
|
Thu, 24 Jul 2008 10:18:44 +0000 |
mvbarracuda |
* Removing old testmaps as they're not needed for the 2008.2 release
|
Wed, 23 Jul 2008 09:36:45 +0000 |
spq |
combine events (currently only mouse motion events), that helps reducing lag in clients
|
Wed, 23 Jul 2008 02:28:46 +0000 |
kaelisebonrai |
test of rotation steps + facing location renders, for barra.
|
Tue, 22 Jul 2008 20:55:13 +0000 |
spq |
fixed rotating instances when moving them
|
Tue, 22 Jul 2008 13:07:51 +0000 |
jasoka |
added hashing to pool to improve techdemo loading time
|
Tue, 22 Jul 2008 10:04:16 +0000 |
spq |
- added possibility to change instance ids
|
Mon, 21 Jul 2008 13:46:15 +0000 |
jasoka |
better structure for techdemo scripts + svn:ignore fixes
|
Sun, 20 Jul 2008 20:08:11 +0000 |
mvbarracuda |
* Added OA developers who contributed patches from the Dusmania game developer conference to the list of AUTHORS
|
Sun, 20 Jul 2008 19:42:37 +0000 |
spq |
Add input and app focus events (e.g. iconify) (patch by phiker)
|
Sun, 20 Jul 2008 19:40:21 +0000 |
spq |
speedup instance renderer; now instances can change their layer, old optimisation made wrong asumption... (fix by yonibear)
|
Sun, 20 Jul 2008 13:17:16 +0000 |
kaelisebonrai |
actually delete the old name of the rendersetup...
|
Sat, 19 Jul 2008 16:42:18 +0000 |
kaelisebonrai |
renamed the rendersetup to reflect its status.
|
Sat, 19 Jul 2008 13:38:01 +0000 |
mvbarracuda |
* Fix by Sleek & GreyGhost
|
Sat, 19 Jul 2008 12:14:51 +0000 |
Sleek |
Corrected Layer::addInstance() to return appropriate bool. Added the function to layer.i for swig
|
Sat, 19 Jul 2008 12:06:14 +0000 |
Sleek |
Layer::addInstance for moving instances around layers. Useful when we have multi-level buildings.
|
Sat, 19 Jul 2008 11:38:52 +0000 |
mvbarracuda |
* Reverting back to 2543 as requested by sleek
|
Sat, 19 Jul 2008 11:32:11 +0000 |
kaelisebonrai |
separated the source files for the matchbox, the flask, and the coins.
|
Sat, 19 Jul 2008 10:43:42 +0000 |
Sleek |
Layer::addInstance for moving instances around layers. Useful when we have multi-level buildings
|
Sat, 19 Jul 2008 10:27:47 +0000 |
Sleek |
Layer::addInstance for moving instances around layers. Useful when we have multi-level buildings
|
Sat, 19 Jul 2008 04:56:28 +0000 |
vtchill |
Fixed the unit tests so they will now compile and link with msvc2005. There are still a couple more changes needed to run them correctly.
|
Fri, 18 Jul 2008 21:07:03 +0000 |
wulax |
Added 'wulax' to the AUTHORS file.
|
Fri, 18 Jul 2008 14:44:56 +0000 |
spq |
increased felt responsiveness by first processing events and then drawing the screen
|
Fri, 18 Jul 2008 13:10:33 +0000 |
spq |
drop box overwrites the set*Color virtuals...
|
Fri, 18 Jul 2008 12:16:48 +0000 |
spq |
add selection color to widget class
|
Fri, 18 Jul 2008 10:51:34 +0000 |
kaelisebonrai |
updated LICENSE with data on the deckchairs...
|
Fri, 18 Jul 2008 10:48:39 +0000 |
kaelisebonrai |
Added newly modelled blue deckchair. And source. That's the last of the deckchairs, yay.
|
Fri, 18 Jul 2008 10:31:09 +0000 |
kaelisebonrai |
Added newly modelled green deckchair. And source.
|
Fri, 18 Jul 2008 09:16:57 +0000 |
kaelisebonrai |
Added newly modelled Red Deckchair, and source for it.
|
Fri, 18 Jul 2008 08:00:18 +0000 |
kaelisebonrai |
updated LICENSE to reflect that the skull_pole's source is now a .7z, to avoid confusion.
|
Fri, 18 Jul 2008 06:17:40 +0000 |
kaelisebonrai |
Enlarged and rotated the feathers on the skull_pole, this should be good, I hope.
|
Fri, 18 Jul 2008 04:08:38 +0000 |
kaelisebonrai |
Enlarged and updated the skull_pole. Added feathers, as well.
|
Fri, 18 Jul 2008 01:39:16 +0000 |
kaelisebonrai |
Enlarged the beachballs (blue, green, red).
|
Thu, 17 Jul 2008 22:59:26 +0000 |
mvbarracuda |
* Easy batch files for building debug versions of FIFE on win32
|
Thu, 17 Jul 2008 21:36:37 +0000 |
mvbarracuda |
* Increased width of object selector tool for easier browsing
|
Thu, 17 Jul 2008 07:53:09 +0000 |
kaelisebonrai |
updated LICENSE, for rio_de_hola, with my latest commits.
|
Thu, 17 Jul 2008 07:45:08 +0000 |
kaelisebonrai |
new updated (red) beachball graphics, including source.
|
Thu, 17 Jul 2008 06:53:35 +0000 |
kaelisebonrai |
new updated (green) beachball graphics, including source.
|
Thu, 17 Jul 2008 06:12:33 +0000 |
kaelisebonrai |
new updated (blue) beachball graphics, including source.
|
Thu, 17 Jul 2008 05:32:48 +0000 |
kaelisebonrai |
arrgh, issues with commits, fixed now, I hope, this is the source for the skull_pole model.
|
Thu, 17 Jul 2008 05:25:16 +0000 |
kaelisebonrai |
updating skull_pole graphics to new rendered version.
|
Thu, 17 Jul 2008 04:42:02 +0000 |
kaelisebonrai |
fixes error with camera naming in rio_de_hola/misc/current_rendersetup/blendersetupnew_v3.blend -- Oops =/
|
Thu, 17 Jul 2008 04:22:13 +0000 |
kaelisebonrai |
Adding Current Rendersetup for rio_de_hola techdemo, under the terms of the GNU GPL version 3.0 or Later.
|
Thu, 17 Jul 2008 04:13:04 +0000 |
kaelisebonrai |
Added kaelisebonrai to AUTHORS, test commit.
|
Wed, 16 Jul 2008 12:37:41 +0000 |
spq |
allow clients to set a custom window title and icon
|
Tue, 15 Jul 2008 20:12:30 +0000 |
chewie |
fixed hover images for editor toolbar
|
Tue, 15 Jul 2008 15:34:47 +0000 |
spq |
fix initialization of opengl, SDL_GL_DOUBLEBUFFER was accidently used as flag for SDL_SetVideoMode, instead it has to be used with SDL_GL_SetAttribute, thanks to austin_, who reported that.
|
Mon, 14 Jul 2008 16:39:27 +0000 |
spq |
reworked matrix vector multiplication, patch by yonibear
|
Mon, 14 Jul 2008 14:41:12 +0000 |
spq |
add possibility to hide instances/instance visuals; initialize instance visuals properly
|
Sun, 13 Jul 2008 23:15:32 +0000 |
mvbarracuda |
* Eol-style fixes
|
Sun, 13 Jul 2008 18:29:07 +0000 |
mvbarracuda |
* Last minute adjustments: we should tell the users at least that it's the 2008.1 release :-)
|
Sun, 13 Jul 2008 17:43:15 +0000 |
mvbarracuda |
* Last minute README corrections, ready for tagging
|
Sun, 13 Jul 2008 17:36:20 +0000 |
mvbarracuda |
* Release README (list of changes by jasoka)
|
Sun, 13 Jul 2008 16:11:24 +0000 |
mvbarracuda |
* Fixing code::blocks support for win32 (thanks to jasoka)
|
Sun, 13 Jul 2008 14:15:24 +0000 |
mvbarracuda |
* Fixed code::blocks unittest support; thanks to alexv for reporting
|
Sun, 13 Jul 2008 13:14:04 +0000 |
jasoka |
fix for editor, gui event consumption was not checked properly
|
Sun, 13 Jul 2008 12:47:57 +0000 |
jasoka |
fixed sample_unit_test.cpp
|
Sun, 13 Jul 2008 12:40:54 +0000 |
jasoka |
fixed talk functionality in techdemo
|
Sun, 13 Jul 2008 11:20:39 +0000 |
mvbarracuda |
* Applying code::blocks for linux support patch by amo-ej1
|
Sun, 13 Jul 2008 11:05:12 +0000 |
mvbarracuda |
* Final LGPL switch step by adjusting the file headers
|
Sun, 13 Jul 2008 09:57:15 +0000 |
mvbarracuda |
* Renamed removed ++ suffix as the old unittests are gone
|
Sun, 13 Jul 2008 07:52:58 +0000 |
jasoka |
renamed unittest++ based tests as they were with boost
|
Sun, 13 Jul 2008 07:46:49 +0000 |
jasoka |
removed old boost based unit tests
|
Sun, 13 Jul 2008 07:43:33 +0000 |
jasoka |
switched scons tests=1 to build unittest++ tests instead of boost ones. Tests kept in separate executables to make it work in the same way as with old tests (integrated part of test_fife unit testing script). Audio tests shortened.
|
Sat, 12 Jul 2008 14:45:59 +0000 |
jasoka |
hooked unittest++ into scons ext building
|
Sat, 12 Jul 2008 12:43:15 +0000 |
aldart |
Fixed typo.
|
Sat, 12 Jul 2008 12:35:31 +0000 |
spq |
fix some pixels wrongly highlighted in outlines
|
Sat, 12 Jul 2008 12:30:31 +0000 |
aldart |
Updated tests (loadResource instead of load). Added static fife-project to Unittest-Solution for VS9.
|
Sat, 12 Jul 2008 12:00:57 +0000 |
jasoka |
added unittest++ files into ext. Not hooked into build scripts yet
|
Sat, 12 Jul 2008 11:29:41 +0000 |
aldart |
Fixed and's and or's.
|
Sat, 12 Jul 2008 02:50:09 +0000 |
jwt |
Added methods for removing Objects from the Model.
|
Sat, 12 Jul 2008 00:20:26 +0000 |
spq |
fix getPixelRGBA - it should return r g b and not r b g...
|
Fri, 11 Jul 2008 15:42:54 +0000 |
jasoka |
moved grid ownership to model in similar way as with pathers
|
Fri, 11 Jul 2008 15:37:16 +0000 |
spq |
* remove geometric renderer, its not replaced by the more functional generic renderern
|
Fri, 11 Jul 2008 14:35:31 +0000 |
spq |
add animation renderer
|
Fri, 11 Jul 2008 13:08:44 +0000 |
spq |
fix clone constructor
|
Fri, 11 Jul 2008 13:00:10 +0000 |
spq |
make members private and prefix with m_
|
Fri, 11 Jul 2008 12:56:25 +0000 |
jasoka |
fix for instance facing location on actions + KDevelop project file upgrade
|
Fri, 11 Jul 2008 11:57:48 +0000 |
spq |
add image and text renderer to generic renderer
|
Fri, 11 Jul 2008 11:29:13 +0000 |
spq |
fix compile errors in node setters...
|
Fri, 11 Jul 2008 11:25:11 +0000 |
spq |
add setter for nodes
|
Fri, 11 Jul 2008 11:00:10 +0000 |
spq |
fix exceptions and cleanup code
|
Fri, 11 Jul 2008 10:42:31 +0000 |
spq |
add generic renderer
|
Fri, 11 Jul 2008 09:45:58 +0000 |
spq |
fix svn:eol-style for all *.templ files (missed in last commit)
|
Fri, 11 Jul 2008 09:38:55 +0000 |
spq |
fix svn:eol-style for all *.h *.cpp *.py *.i *.hpp *.templ files
|
Thu, 10 Jul 2008 10:40:38 +0000 |
jasoka |
event consumption fix for techdemo, pop-menu now works and gui clicks do not cause agent movement
|
Mon, 07 Jul 2008 09:44:07 +0000 |
spq |
added possibility to load subimages:
|
Mon, 07 Jul 2008 01:40:57 +0000 |
spq |
* new function which lists instances in a rect
|
Mon, 07 Jul 2008 00:27:59 +0000 |
spq |
- add geometric renderer, can currently only draw liens.
|
Mon, 07 Jul 2008 00:10:02 +0000 |
joe_hegarty |
* Fixed the xmlmap.py serializer so it correctly reads pathfinding settings from the map file.
|
Sun, 06 Jul 2008 23:14:24 +0000 |
mvbarracuda |
* Fixing debugging target
|
Sun, 06 Jul 2008 22:03:52 +0000 |
mvbarracuda |
* Modified map layers so the player character should be able to walk diagonally now as well
|
Sun, 06 Jul 2008 21:38:38 +0000 |
mvbarracuda |
* Copying DLLs to the right folders again
|
Sun, 06 Jul 2008 20:00:08 +0000 |
mvbarracuda |
* New work in progress beach bar by wulax :-)
|
Sun, 06 Jul 2008 17:19:10 +0000 |
jwt |
Fixed instance outlining for rio_de_hola.
|
Sun, 06 Jul 2008 17:13:06 +0000 |
jwt |
Camera was attached to instance on a different layer, resulting in strange scrolling. Fixed it, and added a check to prevent this happening again (attach-to-other-layer fails and logs a warning).
|
Sun, 06 Jul 2008 10:12:17 +0000 |
nikn |
initial commit
|
Sun, 06 Jul 2008 10:12:03 +0000 |
nikn |
initial commit
|
Sun, 06 Jul 2008 10:11:44 +0000 |
nikn |
initial commit
|
Sat, 05 Jul 2008 09:14:21 +0000 |
jasoka |
both techdemo maps are now loaded correctly. Still segfaulting when scripts end
|
Fri, 04 Jul 2008 19:02:53 +0000 |
jasoka |
small fixes to techdemo to enable usage of beach map. Still segfaults when enabled from settings.py
|
Wed, 02 Jul 2008 11:35:14 +0000 |
jasoka |
fixed svn:ignore properties on external libraries and techdemo
|
Wed, 02 Jul 2008 10:57:23 +0000 |
jasoka |
Changed guichan references in event manager to widgets. This is to keep eventmanager code more independent of guichan.
|
Tue, 01 Jul 2008 17:43:35 +0000 |
spq |
* add myself to authors
|
Mon, 30 Jun 2008 16:59:25 +0000 |
jwt |
Fixed a permissions error with the guichan 8.1 configure script.
|
Sun, 29 Jun 2008 18:44:17 +0000 |
mvbarracuda |
* Datasets becomes the new trunk and retires after that :-)
|