2008-07-17 |
kaelisebonrai |
updating skull_pole graphics to new rendered version.
|
2008-07-17 |
kaelisebonrai |
fixes error with camera naming in rio_de_hola/misc/current_rendersetup/blendersetupnew_v3.blend -- Oops =/
|
2008-07-17 |
kaelisebonrai |
Adding Current Rendersetup for rio_de_hola techdemo, under the terms of the GNU GPL version 3.0 or Later.
|
2008-07-17 |
kaelisebonrai |
Added kaelisebonrai to AUTHORS, test commit.
|
2008-07-16 |
spq |
allow clients to set a custom window title and icon
|
2008-07-15 |
chewie |
fixed hover images for editor toolbar
|
2008-07-15 |
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.
|
2008-07-14 |
spq |
reworked matrix vector multiplication, patch by yonibear
|
2008-07-14 |
spq |
add possibility to hide instances/instance visuals; initialize instance visuals properly
|
2008-07-13 |
mvbarracuda |
* Eol-style fixes
|
2008-07-13 |
mvbarracuda |
* Last minute adjustments: we should tell the users at least that it's the 2008.1 release :-)
|
2008-07-13 |
mvbarracuda |
* Last minute README corrections, ready for tagging
|
2008-07-13 |
mvbarracuda |
* Release README (list of changes by jasoka)
|
2008-07-13 |
mvbarracuda |
* Fixing code::blocks support for win32 (thanks to jasoka)
|
2008-07-13 |
mvbarracuda |
* Fixed code::blocks unittest support; thanks to alexv for reporting
|
2008-07-13 |
jasoka |
fix for editor, gui event consumption was not checked properly
|
2008-07-13 |
jasoka |
fixed sample_unit_test.cpp
|
2008-07-13 |
jasoka |
fixed talk functionality in techdemo
|
2008-07-13 |
mvbarracuda |
* Applying code::blocks for linux support patch by amo-ej1
|
2008-07-13 |
mvbarracuda |
* Final LGPL switch step by adjusting the file headers
|
2008-07-13 |
mvbarracuda |
* Renamed removed ++ suffix as the old unittests are gone
|
2008-07-13 |
jasoka |
renamed unittest++ based tests as they were with boost
|
2008-07-13 |
jasoka |
removed old boost based unit tests
|
2008-07-13 |
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-12 |
jasoka |
hooked unittest++ into scons ext building
|
2008-07-12 |
aldart |
Fixed typo.
|
2008-07-12 |
spq |
fix some pixels wrongly highlighted in outlines
|
2008-07-12 |
aldart |
Updated tests (loadResource instead of load). Added static fife-project to Unittest-Solution for VS9.
|
2008-07-12 |
jasoka |
added unittest++ files into ext. Not hooked into build scripts yet
|
2008-07-12 |
aldart |
Fixed and's and or's.
|
2008-07-12 |
jwt |
Added methods for removing Objects from the Model.
|
2008-07-12 |
spq |
fix getPixelRGBA - it should return r g b and not r b g...
|
2008-07-11 |
jasoka |
moved grid ownership to model in similar way as with pathers
|
2008-07-11 |
spq |
* remove geometric renderer, its not replaced by the more functional generic renderern
|
2008-07-11 |
spq |
add animation renderer
|
2008-07-11 |
spq |
fix clone constructor
|
2008-07-11 |
spq |
make members private and prefix with m_
|
2008-07-11 |
jasoka |
fix for instance facing location on actions + KDevelop project file upgrade
|
2008-07-11 |
spq |
add image and text renderer to generic renderer
|
2008-07-11 |
spq |
fix compile errors in node setters...
|
2008-07-11 |
spq |
add setter for nodes
|
2008-07-11 |
spq |
fix exceptions and cleanup code
|
2008-07-11 |
spq |
add generic renderer
|
2008-07-11 |
spq |
fix svn:eol-style for all *.templ files (missed in last commit)
|
2008-07-11 |
spq |
fix svn:eol-style for all *.h *.cpp *.py *.i *.hpp *.templ files
|
2008-07-10 |
jasoka |
event consumption fix for techdemo, pop-menu now works and gui clicks do not cause agent movement
|
2008-07-07 |
spq |
added possibility to load subimages:
|
2008-07-07 |
spq |
* new function which lists instances in a rect
|
2008-07-07 |
spq |
- add geometric renderer, can currently only draw liens.
|
2008-07-07 |
joe_hegarty |
* Fixed the xmlmap.py serializer so it correctly reads pathfinding settings from the map file.
|
2008-07-06 |
mvbarracuda |
* Fixing debugging target
|
2008-07-06 |
mvbarracuda |
* Modified map layers so the player character should be able to walk diagonally now as well
|
2008-07-06 |
mvbarracuda |
* Copying DLLs to the right folders again
|
2008-07-06 |
mvbarracuda |
* New work in progress beach bar by wulax :-)
|
2008-07-06 |
jwt |
Fixed instance outlining for rio_de_hola.
|
2008-07-06 |
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).
|
2008-07-06 |
nikn |
initial commit
|
2008-07-06 |
nikn |
initial commit
|
2008-07-06 |
nikn |
initial commit
|
2008-07-05 |
jasoka |
both techdemo maps are now loaded correctly. Still segfaulting when scripts end
|