Mercurial > fife-parpg
graph
- Added newly modelled green deckchair. And source.2008-07-18, by kaelisebonrai
- Added newly modelled Red Deckchair, and source for it.2008-07-18, by kaelisebonrai
- updated LICENSE to reflect that the skull_pole's source is now a .7z, to avoid confusion.2008-07-18, by kaelisebonrai
- Enlarged and rotated the feathers on the skull_pole, this should be good, I hope.2008-07-18, by kaelisebonrai
- Enlarged and updated the skull_pole. Added feathers, as well.2008-07-18, by kaelisebonrai
- Enlarged the beachballs (blue, green, red).2008-07-18, by kaelisebonrai
- * Easy batch files for building debug versions of FIFE on win322008-07-17, by mvbarracuda
- * Increased width of object selector tool for easier browsing2008-07-17, by mvbarracuda
- updated LICENSE, for rio_de_hola, with my latest commits.2008-07-17, by kaelisebonrai
- new updated (red) beachball graphics, including source.2008-07-17, by kaelisebonrai
- new updated (green) beachball graphics, including source.2008-07-17, by kaelisebonrai
- new updated (blue) beachball graphics, including source.2008-07-17, by kaelisebonrai
- arrgh, issues with commits, fixed now, I hope, this is the source for the skull_pole model.2008-07-17, by kaelisebonrai
- updating skull_pole graphics to new rendered version.2008-07-17, by kaelisebonrai
- fixes error with camera naming in rio_de_hola/misc/current_rendersetup/blendersetupnew_v3.blend -- Oops =/2008-07-17, by kaelisebonrai
- Adding Current Rendersetup for rio_de_hola techdemo, under the terms of the GNU GPL version 3.0 or Later.2008-07-17, by kaelisebonrai
- Added kaelisebonrai to AUTHORS, test commit.2008-07-17, by kaelisebonrai
- allow clients to set a custom window title and icon2008-07-16, by spq
- fixed hover images for editor toolbar2008-07-15, by chewie
- 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.2008-07-15, by spq
- reworked matrix vector multiplication, patch by yonibear2008-07-14, by spq
- add possibility to hide instances/instance visuals; initialize instance visuals properly2008-07-14, by spq
- * Eol-style fixes2008-07-13, by mvbarracuda
- * Last minute adjustments: we should tell the users at least that it's the 2008.1 release :-)2008-07-13, by mvbarracuda
- * Last minute README corrections, ready for tagging2008-07-13, by mvbarracuda
- * Release README (list of changes by jasoka)2008-07-13, by mvbarracuda
- * Fixing code::blocks support for win32 (thanks to jasoka)2008-07-13, by mvbarracuda
- * Fixed code::blocks unittest support; thanks to alexv for reporting2008-07-13, by mvbarracuda
- fix for editor, gui event consumption was not checked properly2008-07-13, by jasoka
- fixed sample_unit_test.cpp2008-07-13, by jasoka
- fixed talk functionality in techdemo2008-07-13, by jasoka
- * Applying code::blocks for linux support patch by amo-ej12008-07-13, by mvbarracuda
- * Final LGPL switch step by adjusting the file headers2008-07-13, by mvbarracuda
- * Renamed removed ++ suffix as the old unittests are gone2008-07-13, by mvbarracuda
- renamed unittest++ based tests as they were with boost2008-07-13, by jasoka
- removed old boost based unit tests2008-07-13, by 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.2008-07-13, by jasoka
- hooked unittest++ into scons ext building2008-07-12, by jasoka
- Fixed typo.2008-07-12, by aldart
- fix some pixels wrongly highlighted in outlines2008-07-12, by spq
- Updated tests (loadResource instead of load). Added static fife-project to Unittest-Solution for VS9.2008-07-12, by aldart
- added unittest++ files into ext. Not hooked into build scripts yet2008-07-12, by jasoka
- Fixed and's and or's.2008-07-12, by aldart
- Added methods for removing Objects from the Model.2008-07-12, by jwt
- fix getPixelRGBA - it should return r g b and not r b g...2008-07-12, by spq
- moved grid ownership to model in similar way as with pathers2008-07-11, by jasoka
- * remove geometric renderer, its not replaced by the more functional generic renderern2008-07-11, by spq
- add animation renderer2008-07-11, by spq
- fix clone constructor2008-07-11, by spq
- make members private and prefix with m_2008-07-11, by spq
- fix for instance facing location on actions + KDevelop project file upgrade2008-07-11, by jasoka
- add image and text renderer to generic renderer2008-07-11, by spq
- fix compile errors in node setters...2008-07-11, by spq
- add setter for nodes2008-07-11, by spq
- fix exceptions and cleanup code2008-07-11, by spq
- add generic renderer2008-07-11, by spq
- fix svn:eol-style for all *.templ files (missed in last commit)2008-07-11, by spq
- fix svn:eol-style for all *.h *.cpp *.py *.i *.hpp *.templ files2008-07-11, by spq
- event consumption fix for techdemo, pop-menu now works and gui clicks do not cause agent movement2008-07-10, by jasoka
- added possibility to load subimages:2008-07-07, by spq