aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-06-10Changed DrawStep for dynamic surface drawing.Vicent Marti
svn-id: r32643
2008-06-09InterfaceManager is now a singletonVicent Marti
svn-id: r32640
2008-06-07Expanded the InterfaceManager skeleton quite a bit.Vicent Marti
svn-id: r32604
2008-06-06Documentation update.Vicent Marti
More drawing steps. svn-id: r32576
2008-06-02Beveled squares for Classic GUI imitationVicent Marti
svn-id: r32506
2008-06-01- Triangles!Vicent Marti
svn-id: r32451
2008-05-28Misc fixes.Vicent Marti
Constant naming fixes. svn-id: r32342
2008-05-28Cleanup.Johannes Schickel
svn-id: r32341
2008-05-28Bugfixes: Discarded function, switch fix.Vicent Marti
svn-id: r32340
2008-05-28InterfaceManager core implemented.Vicent Marti
svn-id: r32339
2008-05-26Draw steps.Vicent Marti
svn-id: r32296
2008-05-25Compilation fixes. Sorry about the mess.Vicent Marti
svn-id: r32272
2008-05-25Add InterfaceManager to makefile.Eugene Sandulenko
svn-id: r32268
2008-05-25Interface Manager classVicent Marti
svn-id: r32267
2008-05-21Code formatting guidelinesVicent Marti
svn-id: r32207
2008-05-21- Loop unrolling for color fills.Vicent Marti
svn-id: r32206
2008-05-19Made test render function a bit more responsive for backend events.Johannes Schickel
svn-id: r32180
2008-05-18Fixing compilation, there's no static for enumsSven Hesse
svn-id: r32174
2008-05-18- Massive cleanupVicent Marti
- Documentation update - Boundaries check svn-id: r32169
2008-05-18- Shadows revisited.Vicent Marti
- Test rendering... starting to look like a GUI. svn-id: r32164
2008-05-17Fixing compilationSven Hesse
svn-id: r32154
2008-05-16- Shadows revisitedVicent Marti
- Gradients. svn-id: r32145
2008-05-11- Aliased rounded squares + stroking.Vicent Marti
svn-id: r32021
2008-05-11- Stroke on Aliased circles.Vicent Marti
svn-id: r32015
2008-05-11Fixing compilationSven Hesse
svn-id: r31995
2008-05-10- Formating (lol)Vicent Marti
- Compilation fix for GCC (inheritance) svn-id: r31991
2008-05-10- Documentation updatedVicent Marti
- More refactoring - Stroke width support for the AA renderer!! - Cleanup svn-id: r31990
2008-05-10- API changes/refactoringVicent Marti
- Foreground/background color support - Finished/improved filling support - Basic shadow support svn-id: r31974
2008-05-09- Code formating.Vicent Marti
svn-id: r31963
2008-05-07- Fixed compiling in MSVC2008Vicent Marti
- Aliased circles optimized (drawn using pointers directly) - Filling for aliased circles - Rounded squares - Filling for rounded squares svn-id: r31936
2008-05-06Merge with trunk, using the svnmerge toolMax Horn
svn-id: r31898
2008-05-06Make it possible to quit the VectorRenderer demo cleanlyMax Horn
svn-id: r31892
2008-05-06Fixed syntax error. String comparision is done with '=', not '=='.Torbjörn Andersson
svn-id: r31891
2008-05-06Unified BUILD_PLUGINS and DYNAMIC_MODULES in the makefilesJordi Vilalta Prat
svn-id: r31889
2008-05-06Allow static and dynamic plugins to be used at the same timeJordi Vilalta Prat
svn-id: r31888
2008-05-05Fix building scummvmico.o from outside the source directoryJordi Vilalta Prat
svn-id: r31887
2008-05-05Fix formatting.Johannes Schickel
svn-id: r31886
2008-05-05Fixes for GCC 4.0.2+ in strict mode. Max, is it working now?Vicent Marti
svn-id: r31885
2008-05-05Removed delay from KyraEngine_MR::npcChatSequence, since it's doing delay ↵Johannes Schickel
script internally. This fixes some chat animation speeds. svn-id: r31884
2008-05-05Implemented opcode 91: o3_daggerWarning.Johannes Schickel
svn-id: r31882
2008-05-05- Implemented Kyra3 audio options menu, Helium mode still missing.Johannes Schickel
- Fixed unitialized variable svn-id: r31881
2008-05-05Got rid of some code duplication.Johannes Schickel
svn-id: r31880
2008-05-05Implemented support for Kyra3 game options menu (including studio audience ↵Johannes Schickel
and skip flag options). svn-id: r31879
2008-05-05- Little mouse visibility fixJohannes Schickel
- Cleanup svn-id: r31878
2008-05-05- Fixed some palette fade times in Kyra3Johannes Schickel
- Changed behavior to match original when playing Kyra3 for the first time - Fixed typo svn-id: r31877
2008-05-05- Added support for Kyra3 GUI (audio and game options not working yet)Johannes Schickel
- Added support for loading directly from command line for Kyra3 svn-id: r31876
2008-05-05Fixed unsigned/signed mismatch warning.Kari Salminen
svn-id: r31875
2008-05-05Updated MSVC project files.Kari Salminen
svn-id: r31874
2008-05-05Added MIDI playback (which doesn't work yet) and fixed compilation (sorry all)Benjamin Haisch
svn-id: r31873
2008-05-05- Moved some members from the engine class to Location, since they belong there.Nicola Mettifogo
- Cleaned up usage of location flags by using accessor functions. svn-id: r31872