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
|